Build durable agent collaboration, replies, and direct messages - #215
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
|
@NarwhalChen must be a member of the codefox-repo team on Vercel to deploy. Learn more about collaboration on Vercel and other options here. |
Sma1lboy
added a commit
that referenced
this pull request
Jul 31, 2026
The durable agent host from #215 only existed in the Electron main process, so a browser session showed "Agent Host unavailable" and no agent ever ran. Three pieces were missing, each of which alone was enough to break it: - The dev harness built a runtime with no agent-host tools and never started a host. - The web bridge did not expose the agent-host channels, so even a running host was unreachable. - `window.agentHost` comes from the preload, which a browser does not have, so the client half was absent regardless of the backend. Also drops the temporary open-floor dispatcher: #215 replaced it with a durable job queue that fans out the same way and survives a restart, which is what that code was standing in for.
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.
Summary
workspace:send_messagetoolVerification
pnpm --filter @convera/app test— 79 files passed, 495 tests passed, 1 real-provider integration test skipped by defaultpnpm --filter @convera/app lint— 0 errors, 10 existing hook warningspnpm --filter @convera/app formatpnpm --filter @convera/app exec tsc --noEmit --pretty false --skipLibCheckpnpm --filter @convera/app automation:typecheck24.4.1, matching the failing macOS runner major versionReal Electron automation
Ran the packaged Electron app through the repository atomic automation MCP with an isolated profile and a real Codex agent only; Claude was not executed.
codex-cli/gpt-5.6-solusedworkspace:send_messageand wroteDM_AUTOMATION_OKinto its private DM#generalshowed neither the DM-only Context control nor Sage typing from the private conversationThe agent completed a direct offer without sending a message, validating the false-success guardBoundaries
.planning/and local automation profiles/artifacts are not part of this PR