Add direct Claude Code runtime and web integration - #1112
Merged
chen-ran merged 2 commits intoSep 1, 2026
Conversation
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 05:11
f1552c3 to
d5b876a
Compare
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 05:14
d5b876a to
bc57694
Compare
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 05:20
bc57694 to
2a3653b
Compare
This was referenced Aug 31, 2026
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 06:11
2a3653b to
9889e70
Compare
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 09:29
9889e70 to
2ef7463
Compare
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 10:14
2ef7463 to
4d9bde9
Compare
akazwz
force-pushed
the
stack/claude-code-direct-runtime
branch
from
August 31, 2026 13:35
4d9bde9 to
03623a6
Compare
chen-ran
force-pushed
the
stack/claude-code-direct-runtime
branch
from
September 1, 2026 20:09
03623a6 to
bcaec5c
Compare
chen-ran
approved these changes
Sep 1, 2026
The direct-runtime model catalog error panel rendered the literal "common.retry" on its retry button because the key was never defined in any locale. The "is this the same staged draft?" comparison was copied three times and had drifted: both copies in external-agent-staging.ts compared six fields including sessionMode, while the pane-targeted matcher in external-agent-orchestration.ts compared five and ignored it. A discuss draft and a chat draft for the same agent could therefore be judged identical by one path and different by the other. All three now route through sameExternalAgentSessionInput, with a regression test covering the target-aware and focused matchers together.
chen-ran
force-pushed
the
stack/claude-code-direct-runtime
branch
from
September 1, 2026 20:47
2dc3434 to
b3f4076
Compare
1 task
sheepbox8646
added a commit
that referenced
this pull request
Sep 2, 2026
Design for moving agent CLIs out of the workspace image contract into a server-pinned, user-visible dependency manager, revised for the direct Codex/Claude Code runtimes (#1110-#1112). The plan groups the work into five stacked code PRs with per-PR file lists, tests and merge conditions, and documents the gh-stack workflow used to land them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ
chen-ran
pushed a commit
that referenced
this pull request
Sep 8, 2026
Design for moving agent CLIs out of the workspace image contract into a server-pinned, user-visible dependency manager, revised for the direct Codex/Claude Code runtimes (#1110-#1112). The plan groups the work into five stacked code PRs with per-PR file lists, tests and merge conditions, and documents the gh-stack workflow used to land them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ
chen-ran
pushed a commit
that referenced
this pull request
Sep 8, 2026
Design for moving agent CLIs out of the workspace image contract into a server-pinned, user-visible dependency manager, revised for the direct Codex/Claude Code runtimes (#1110-#1112). The plan groups the work into five stacked code PRs with per-PR file lists, tests and merge conditions, and documents the gh-stack workflow used to land them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ
sheepbox8646
added a commit
that referenced
this pull request
Sep 9, 2026
* docs(design): workspace dependency management design and stacked plan Design for moving agent CLIs out of the workspace image contract into a server-pinned, user-visible dependency manager, revised for the direct Codex/Claude Code runtimes (#1110-#1112). The plan groups the work into five stacked code PRs with per-PR file lists, tests and merge conditions, and documents the gh-stack workflow used to land them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ * docs(design): drop agent CLI pinning; model node/python/uv as image baseline plus overlay Agent CLIs are managed like every other dependency (latest by default, explicit version, upstream update checks, rollback); the server protocol snapshot no longer drives any alignment. Runtime dependencies keep the image copy as a baseline and may install a managed overlay that wins on PATH; removing the overlay returns to the image version. Adds the PATH precedence rule and the new stack layer for these changes. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ * docs(design): record the dependency UI decisions and copy rules Flat, installed-only list on the bot page; discovery and installation in Supermarket via a bot-independent catalog endpoint; icons as icon-library identifiers; the tab lives in the capability group; and the UI copy rules (same shape and action set for every dependency, no provenance labels, no limitation blurbs, localized names, optional version input). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ * docs: restore original workspace dependency design and plan Restore the complete Chinese documents from 8767938 before they were condensed and the implementation plan was removed. Model: gpt-6 --------- Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
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.
变更内容
风险与兼容性
验证