Skip to content

feat: surface agent intermediate reasoning in the timeline - #4

Merged
qiankunli merged 1 commit into
mainfrom
feat/show-thinking
Jul 9, 2026
Merged

feat: surface agent intermediate reasoning in the timeline#4
qiankunli merged 1 commit into
mainfrom
feat/show-thinking

Conversation

@qiankunli

Copy link
Copy Markdown
Collaborator

User feedback: codex output only showed the final answer, no intermediate
process.

  • codex adapter: request reasoning summaries via 'summary: auto' on turn/start
    (codex emits no item/reasoning/* notifications otherwise), and upsert the
    full summary text from the completed reasoning item over accumulated deltas
  • TUI: render thought messages dim with a '∴ ' prefix instead of hiding them;
    new settings.json field showThoughts (default true) to opt out
  • tool calls already streamed live (⋯ → ✓/✗); reasoning was the missing piece

Verified against real codex: reasoning chunks now arrive and render;
bun run check green (51 tests).

User feedback: codex output only showed the final answer, no intermediate
process.

- codex adapter: request reasoning summaries via 'summary: auto' on turn/start
  (codex emits no item/reasoning/* notifications otherwise), and upsert the
  full summary text from the completed reasoning item over accumulated deltas
- TUI: render thought messages dim with a '∴ ' prefix instead of hiding them;
  new settings.json field showThoughts (default true) to opt out
- tool calls already streamed live (⋯ → ✓/✗); reasoning was the missing piece

Verified against real codex: reasoning chunks now arrive and render;
bun run check green (51 tests).
@qiankunli

Copy link
Copy Markdown
Collaborator Author

🤖 devloop code-review · origin/main..HEAD · 032834a14 · models: deepseek-v4-pro×6, seed-2.1-pro×5, seed-2.1-turbo×5 · cost: 162s · ccr v1.7.2

✅ 无 findings(clean)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants