feat: integrate open session workbench PR series - #37
Closed
ZeroPointSix wants to merge 29 commits into
Closed
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)
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.
概要
本 PR 在隔离改造分支中按依赖关系整合了当前 6 个开放 PR:#30、#31、#32、#33、#34 与 #35。
额外整合修复
Last-Event-ID时从序列零回放 transcript 历史;仍保留 generation 不匹配时的 reset 行为。验证
pnpm --dir web lintpnpm --dir web test:8 个测试文件、39 个用例通过pnpm --dir web buildcargo check --workspacecargo test -p openab-core --no-default-features --lib --jobs 1:544 通过cargo test -p openab-gateway --no-default-features --lib --jobs 1:30 通过cargo clippy -p openab-core --no-default-features --lib -- -D warnings完整的合并决策、冲突处理和已知验证边界记录在
PR_INTEGRATION_REPORT.md。已知边界
openab-gateway的严格 Clippy 仍报告主线现有的未使用项;本 PR 未将这些无关清理混入功能整合。首次全量cargo test --workspace在 AWS SDK 的重型编译阶段收到环境SIGTERM,定向核心与网关测试均已通过。