Codex/session status by - #740
Closed
JohnYin-hub wants to merge 74 commits into
Closed
Conversation
…n-11c2de91fb8a chore: sync main into dev after main-11c2de91fb8a
Collect turn-scoped runtime inputs once and assemble deterministic prompt blocks so provider cache boundaries and context estimation share the same prompt contract. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Keep Rex and Hephaestus on their existing todo workflow unconditionally and tighten Rex verification guidance without changing runtime task compatibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion refactor(delegation): migrate legacy task flows to delegate_task
Restore the ignored legacy builder flag and derive context-usage worktrees from the target session directory.
…mbly refactor(session): centralize prompt context assembly
Keep workflow callbacks storage-free while batching complete step history and serializing interactive progress writes. Isolate terminal persistence from stats and retention failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove obsolete persistence options and duplicated step/row handling while preserving atomic completion and nonblocking progress behavior. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(webui): show extra memory root files
feat(hub): prioritize installed plugins
Codex/onboarding two step
…ctory-order fix(workspace): order outputs directories descending
fix(release): harden Gitee Release synchronization
…egrity Codex/soc dashboard data integrity
…ymlink-root fix workspace uploads with symlink root
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.
Summary
新增指定会话运行状态查询接口:
GET /api/session/{sessionID}/status支持返回
idle、queued、busy、retry、compacting和dreaming状态,同时包含:接口包含鉴权、会话读取权限校验、归档会话支持及禁止缓存响应头,并补充了中英文文档和自动化测试。
Testing
dev分支复现,不属于本次变更