test(integration): combine all open PRs for session dev validation (2026-08-13) - #43
Closed
ZeroPointSix wants to merge 53 commits into
Closed
test(integration): combine all open PRs for session dev validation (2026-08-13)#43ZeroPointSix wants to merge 53 commits into
ZeroPointSix wants to merge 53 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)
…-all-open-prs-20260812 # Conflicts: # web/app.js # web/src/components/SessionTable.tsx # web/src/pages/SessionDetailPage.tsx
…-all-open-prs-20260812 # Conflicts: # web/app.js # web/package.json # web/pnpm-lock.yaml # web/src/components/AdminLayout.tsx # web/src/components/RecentSessionsTable.tsx # web/src/pages/OverviewPage.tsx # web/src/pages/SessionWorkbenchPage.tsx # web/src/styles.css # web/styles.css
…-all-open-prs-20260812 # Conflicts: # web/app.js # web/src/lib/session.test.ts # web/src/pages/OverviewPage.tsx # web/src/pages/SessionDetailPage.tsx
…-all-open-prs-20260812 # Conflicts: # crates/openab-core/src/session_snapshot.rs # crates/openab-core/src/slack.rs # crates/openab-gateway/src/session_admin.rs # web/src/components/RecentSessionsTable.tsx # web/src/components/StatusTag.tsx # web/src/hooks/useSessionStream.ts # web/src/lib/format.ts # web/src/lib/session.test.ts # web/src/pages/OverviewPage.tsx # web/src/pages/SessionDetailPage.tsx
…-all-open-prs-20260812 # Conflicts: # crates/openab-gateway/src/session_admin.rs
Integrate ZER-676 MCP circuit-breaker failure counting changes for isolated development validation.
Preserve the integrated W3 transcript/SSE workbench while adding Agent/Profile selection, New Agent setup, and New chat session creation from PR #42.
Combine transcript recovery and virtualized activity feeds with the all-open-PR session validation branch.
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-13 当前开放会话开发 PR 的独立整合与验证分支。任务开始时有 #30–#39、#41、#42;执行期间新增 #45,现均已通过真实提交历史纳入本分支。
最终 head:
7eedd9990dec2b47a004e865f3b6315e8b68f8c5Review Contract
Goal
在不修改
main和任何原 PR head 分支的前提下,把当前开放的业务 PR 纳入一个独立、可审计的会话改造分支,用于 dev 一比一对照测试。Non-goals
main。Accepted Residual Risks
Acceptance Criteria
56b1490通过真实三方合并进入最终树8dfc9a9通过真实三方合并进入最终树web/app.js、web/styles.cssMerge Ledger
b9cf0e1,通过提交a9990b2显式纳入3d1a46553ca8237eedd99Daytona Validation
pnpm --dir web lint:通过。pnpm --dir web test:通过,11 个测试文件、49 个测试。pnpm --dir web build:1 GB 小机在 7410 modules transformed 后 exit 137;受限堆与--minify=false均复现同一资源终止。Follow-ups