fix(sessions): stabilize steering, compaction and agent details - #45
Open
muggle-stack wants to merge 3 commits into
Open
muggle-stack wants to merge 3 commits into
muggle-stack wants to merge 3 commits into
Conversation
- Preserve Claude steering ownership through background continuations and service recovery. - Settle manual compaction at native terminal boundaries and retain command history. - Scope Codex agent details to the session tree and render ancestor reports inline. - Share process interaction handling while keeping plain thinking labels. - Animate TUI processing text, honor reduced motion and document terminal setup.
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
- Verify session metadata before selecting a filename match. - Cover directory order, archived records and mismatched thread identities. - Give profile watcher fixtures valid native session metadata.
- Hide routine compact banners and remove the duplicate composer hint. - Preserve compaction warnings and existing inline progress and completion. - Verify Claude and Codex compact flows on desktop and mobile browsers.
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.
修复 Claude 在后台继续执行时引导消息失效、手动
/compact完成后无法继续发送消息,以及 Codex 协助代理详情无法打开的问题。/compact保留指令记录,在处理记录里展示压缩状态,并根据原生结束事件恢复后续输入。正常压缩不再显示重复横幅和启动提示,错误提示保留。本 PR 不包含 DSH / DeepSeek Harness 改动。协议保持 v71,Claude SDK 版本未调整。
已在
fcc354a的隔离工作树上通过完整本地门禁,Web 检查使用 Node 24.21.0:git diff --check。另有 4 项 Playwright 验证通过:Claude / Codex 在 Chromium 桌面和 WebKit 手机上的手动压缩流程,覆盖无重复提示、原有小火花、完成状态及下一条消息发送。以上验证未调用真实模型。