feat(comms): add durable provider-native delivery#528
Open
tangemicioglu wants to merge 10 commits into
Open
Conversation
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds provider-native communication delivery plumbing for Wardian agents across live PTY submission, mailbox drain, workflow live routing, remote control sends, and headless provider execution.
Follow-up fixes on this branch also:
wardian reply, not printed as transcript markers.Key pieces:
submit_sent_unconfirmeddelivery state across backend, CLI/frontend DTOs, docs, and tests.Related Issues
Fixes #526
Type of Change
Screenshot Evidence
How Has This Been Tested?
Fresh local verification after the workflow monitor fixes:
npm run lintnpm run test- 112 files, 1044 tests passednpm run buildnpm run test -- WorkflowMonitor.test.tsx- 16 tests passednpm run check:frontend-screenshot -- origin/main HEADFresh local backend verification after the live workflow fixes:
cd src-tauri && cargo test live_agent_reply_wait_survives_watch_cursor_rollover- failed red before the fix, passed aftercd src-tauri && cargo test workflow_live_surface_request_marks_prompt_started_after_delivery- failed red before the fix, passed aftercd src-tauri && cargo test workflow::runner::tests::live_agent- 6 tests passedcd src-tauri && cargo test- 903 unit tests, 7 mock provider tests, 1 workflow executor test passedcd src-tauri && cargo clippycd src-tauri && cargo checkgit diff --checkgit diff --cached --checkEarlier local backend verification on this branch:
cd src-tauri && cargo test run_summary_carries_schedule_id_from_invocation1780878073370-aa0cffebconverged with no unresolved accepted findings.Checklist:
docs/developer/docs-maintenance.mdfor user docs, public links, release notes, and screenshot refresh needs