fabro/crates
Bryan Helmkamp b80f9cb100 Unify reasoning storage in Turn::Assistant
Remove the standalone `reasoning: Option<String>` field from
Turn::Assistant. Reasoning/thinking text is now stored exclusively
in `provider_parts` as `ContentPart::Thinking` blocks, eliminating
the dual-storage reconciliation logic in `convert_to_messages`.

Add `Turn::reasoning_text() -> Option<&str>` accessor that extracts
the first non-redacted thinking text from provider_parts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 23:43:38 -05:00
..
agent Unify reasoning storage in Turn::Assistant 2026-02-27 23:43:38 -05:00
attractor Add structured compaction with file tracking 2026-02-27 22:46:29 -05:00
git-storage Add git-storage crate for storing data in git object database 2026-02-24 23:17:44 -05:00
llm Add gpt-5.3-codex model and make it the default codex alias 2026-02-27 21:40:01 -05:00
mcp Add MCP client support for connecting to external tool servers 2026-02-27 23:28:33 -05:00
util Consolidate redact and terminal crates into util 2026-02-27 18:44:19 -05:00