test(integration): combine PR #30-#38 for session dev validation - #39
Closed
ZeroPointSix wants to merge 35 commits into
Closed
test(integration): combine PR #30-#38 for session dev validation#39ZeroPointSix wants to merge 35 commits into
ZeroPointSix wants to merge 35 commits into
Conversation
Replace ProTable sessions list and detail pages with a read-only three-column SessionWorkbenchPage using Ant Design X Conversations for the sidebar, status bar + transcript placeholder in the main panel, and metadata/alerts/events tabs in the inspector. Co-authored-by: ZeroPointSix <ZeroPointSix@users.noreply.github.com>
- 左栏新增 New chat 禁用占位(会话创建 W6 开放) - 中栏状态条补齐 Profile / workdir 字段 - 底部只读条内嵌 SSE 连接态:新增 StreamStatusContext,复用 AdminLayout 同一 SSE,不新建连接 - 新增 useMediaQuery,≤1100px 左右栏折叠为 Drawer,390 下顶栏不溢出 - 版本号 0.2.3 → 0.3.0 - 重新构建并提交 web/app.js 与 web/styles.css 产物
…ntral status map (ZER-669)
Integrate ZER-676 MCP circuit-breaker failure counting changes for isolated development validation.
This was referenced Aug 12, 2026
10 tasks
Owner
Author
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.
概要
这是 2026-08-12 当前全部开放 PR(#30–#38)的独立会话改造与开发验证分支。
当前进度:
main创建codexweb/session-rework-all-prs-20260812。note必填与连接器 schema 禁止note的冲突;Daytona 一比一验收尚未完成,本 PR 保持 Draft。Review Contract
Goal
在不修改
main和任何原 PR head 分支的前提下,把任务开始时开放的 #30–#38 纳入一个独立、可审计的会话改造分支,并为后续 Daytona 一比一开发测试提供唯一基线。Non-goals
本 PR 不自动合并到
main,不改写原 PR 分支,不部署生产环境,也不把本地或 GitHub CI 结果冒充 Daytona 验收。Accepted Residual Risks
#36 与 #37 是对同一组 #30–#35 的分叉集成方案,不能同时保留两套互相冲突的最终实现。本分支选择验证记录更完整的 #37 作为最终树,并用独立合并提交保留 #36 的祖先与审计关系。该选择只影响本隔离测试分支,可通过删除分支完整回滚。
Acceptance Criteria
daytona-medium上完成一比一开发验收,记录沙箱、命令与结果。main、原 PR head 与生产环境保持不变。Follow-ups
集成验证通过后,由维护者决定保留本 PR 作为测试基线、关闭旧的 #36/#37,或从本分支拆出面向
main的最终交付 PR。