Support subagent conversation forks and metadata normalization#129
Open
arpan404 wants to merge 178 commits into
Open
Support subagent conversation forks and metadata normalization#129arpan404 wants to merge 178 commits into
arpan404 wants to merge 178 commits into
Conversation
- Track child provider thread IDs on fork metadata - Persist and project fork source provider threads - Allow forking subagent conversations from the child thread
- Keep the fork callback stable by depending only on the active thread title - Avoid unnecessary re-creation of the handler
- Add `/side` composer flow and keep side-chat activity out of the main timeline - Recognize `agentRole` and `agentNickname` across server and worklog parsing - Show completed subagents in the environment card and update command menu copy
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…pport # Conflicts: # apps/web/src/components/ChatView.tsx # apps/web/src/components/chat/EnvironmentMiniPanel.test.tsx # apps/web/src/components/chat/EnvironmentMiniPanel.tsx
- Carry fork source thread IDs through subagent turn requests - Route native side conversations to provider child threads - Label orchestration events for side chat follow-ups
- route goal update/clear commands through provider sessions - surface goal state in the chat UI and composer - include parent-thread context when starting side chats
- Detect native vs replay fork support per provider/session - Include capability overrides in session.configured events - Expose subagent composer support in the web UI
- Default OpenCode to local-replay/replay-fork - Emit native fork capabilities when SDK supports session fork - Update provider capability tests
- Add native fork capability flags to Codex and Claude session config - Cover emitted session.configured events in adapter tests
- Preserve and normalize subagent metadata in provider runtime events - Map Copilot and Pi provider capabilities for replay-fork side conversations - Surface goal and queued-message state updates in the chat composer
- Map OpenCode `subtask` parts to collab agent items - Fuse queue UI into the composer when active
- Add horizontal margins to queued composer messages - Keep the composer frame fully rounded
- Make native API reset async in tests - Wait for ws RPC client teardown before reinitializing
- Replace Tabler icons in the web app - Refresh lockfile and workspace versions
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
forkSourceProviderThreadIdthrough the orchestration projection.Testing