mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-26 01:11:21 +00:00
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> |
||
|---|---|---|
| .. | ||
| agent | ||
| attractor | ||
| git-storage | ||
| llm | ||
| mcp | ||
| util | ||