Refactor external agent runtime architecture - #1110
Merged
Merged
Conversation
akazwz
force-pushed
the
stack/external-agent-architecture
branch
2 times, most recently
from
August 31, 2026 05:20
b330124 to
4ebf7e7
Compare
akazwz
force-pushed
the
stack/external-agent-architecture
branch
3 times, most recently
from
August 31, 2026 10:14
ee5cddf to
dc37e7c
Compare
chen-ran
force-pushed
the
stack/external-agent-architecture
branch
from
September 1, 2026 19:55
83a5bbc to
65a126b
Compare
chen-ran
approved these changes
Sep 1, 2026
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
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.
变更内容
PR 边界
本 PR 建立共享架构、通用 ACP 基础和数据库 schema/retirement migration,不包含 Codex/Claude Code 的具体 direct runtime 或 Web 接入。该 stack 应整体合入,Direct Agent 由用户升级后重新创建并认证。
风险
验证
mise run sqlc-generate完成且无生成漂移。go test ./...通过。