feat(mcp): expose fork and merge-back commands - #10558
Merged
juliusmarminge merged 1 commit intoSep 7, 2026
Merged
Conversation
This was referenced Sep 7, 2026
Contributor
ApprovabilityVerdict: Not approved Macroscope's review found this PR not approvable — This PR adds new MCP tools that let agents create thread forks and merge context back into related threads, with persistent orchestration and transfer-state effects. The operations are explicitly destructive and the new MCP handlers lack dedicated tests in this change, so the expanded workflow warrants human review. No code changes detected at You can add or adjust custom eligibility rules. Learn more. |
Contributor
Thread transfer impact
This comment will update automatically after the next completed run. |
juliusmarminge
force-pushed
the
agents/mcp-thin/conversation-transfer
branch
from
September 7, 2026 19:44
110759b to
86cd91d
Compare
This was referenced Sep 7, 2026
juliusmarminge
force-pushed
the
agents/mcp-thin/conversation-transfer
branch
from
September 7, 2026 20:39
86cd91d to
0996a06
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/conversation-transfer
branch
2 times, most recently
from
September 7, 2026 20:48
a5b0bae to
d359d33
Compare
juliusmarminge
force-pushed
the
agents/mcp-thin/conversation-transfer
branch
from
September 7, 2026 20:55
d359d33 to
e3e71c7
Compare
juliusmarminge
added a commit
that referenced
this pull request
Sep 8, 2026
juliusmarminge
added a commit
that referenced
this pull request
Sep 8, 2026
juliusmarminge
added a commit
that referenced
this pull request
Sep 8, 2026
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.
Part 8/16 of the shared-core and MCP stack. Based on #10557. Next: #10559.
Expose the existing fork and merge-back commands plus transfer status. The caller supplies an existing stable source point; orchestration owns lineage, persistence and provider transfer execution.
Each invocation generates a new command. No additional clientRequestId protocol, transfer journal or provider implementation. Merge targets remain in the calling project.
MCP-only rebuild of #8696, #8697, preserving attribution to Julius Marminge's original work. Original branches remain available for separate service follow-ups.
Validation: The composed stack passes 94 tests across 12 focused files, including shared core MCP and real MCP/V2 integration, attachment intake, project RPC/service contracts, and client model command selection. Server/contracts/shared/client-runtime typechecks and targeted format/lint/diff checks pass. New behavior coverage lives with the shared operation; no per-tool mock suite was added. Current-head CI is shown below.
Layer size: 4 files, +99/-1. No domain-service production implementation or documentation files change in this MCP layer.
Prepared with Codex in the OpenAI agent runtime.