Deliver replyable orchestration messages to background PTYs#8057
Deliver replyable orchestration messages to background PTYs#8057bbingz wants to merge 14 commits into
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughAdds routing guidance and tests that select 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: e2227787-aa5e-4d19-a772-5c0fba6f46ae
📒 Files selected for processing (8)
config/scripts/orca-cli-skill-guidance.test.mjsconfig/scripts/orchestration-skill-guidance.test.mjsdocs/reference/2026-07-10-replyable-agent-review-routing-design.mddocs/reference/2026-07-10-replyable-agent-review-routing-implementation-plan.mdskills/orca-cli/SKILL.mdskills/orchestration/SKILL.mdsrc/main/runtime/orca-runtime.test.tssrc/main/runtime/orca-runtime.ts
a324bc9 to
b8c57ce
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: be45841f-0f7f-4035-9f2c-cee72a1c0ff0
📒 Files selected for processing (8)
config/scripts/orca-cli-skill-guidance.test.mjsconfig/scripts/orchestration-skill-guidance.test.mjsdocs/reference/2026-07-10-replyable-agent-review-routing-design.mddocs/reference/2026-07-10-replyable-agent-review-routing-implementation-plan.mdskills/orca-cli/SKILL.mdskills/orchestration/SKILL.mdsrc/main/runtime/orca-runtime.test.tssrc/main/runtime/orca-runtime.ts
✅ Files skipped from review due to trivial changes (3)
- docs/reference/2026-07-10-replyable-agent-review-routing-implementation-plan.md
- docs/reference/2026-07-10-replyable-agent-review-routing-design.md
- skills/orchestration/SKILL.md
🚧 Files skipped from review as they are similar to previous changes (4)
- config/scripts/orca-cli-skill-guidance.test.mjs
- config/scripts/orchestration-skill-guidance.test.mjs
- src/main/runtime/orca-runtime.test.ts
- src/main/runtime/orca-runtime.ts
9f4b28b to
2147e6b
Compare
Assert complete return-path lanes (terminal send / ask / send+reply) instead of independent token matches, handle CRLF section headers on Windows, and document why these tests preserve the design contract.
2147e6b to
3e193a3
Compare
|
Rebased onto latest |
|
@coderabbitai review |
✅ Action performedReview finished.
|
…-sync-20260717 # Conflicts: # src/main/runtime/orca-runtime.ts
Summary
orchestration askandsend/replyguidance override ambiguous handoff wording when a response must returnRoot cause
Reply persistence and threaded replies already worked, but push-on-idle resolved renderer leaf handles only. A live Grok smoke stored the decision gate without delivery; a manual inbox check and reply returned
GROK_REPLY_OK, isolating the gap to automatic background-PTY injection.Validation
oxfmt --checkoxlintpnpm typecheck:nodepnpm check:max-lines-ratchetgit diff --checkScope
No new CLI verb, RPC protocol, UI, Grok-specific runtime branch, or stale restart-status inference is introduced.