co-mono/packages
Mario Zechner 62d9eefc2a agent: Add reasoning token support for OpenAI reasoning models
- Extract and display reasoning tokens from both Chat Completions and Responses APIs
- Add smart preflight detection to check reasoning support per model/API (cached per agent)
- Support both reasoning_text (o1/o3) and summary_text (gpt-5) formats
- Display reasoning tokens with  symbol in console and TUI renderers
- Only send reasoning parameters to models that support them
- Fix event type from "thinking" to "reasoning" for consistency

Note: Chat Completions API only returns reasoning token counts, not content (by design).
Only Responses API exposes actual thinking/reasoning events.
2025-08-10 00:32:30 +02:00
..
agent agent: Add reasoning token support for OpenAI reasoning models 2025-08-10 00:32:30 +02:00
pods v0.5.7: Fix tool counter spacing in metrics display 2025-08-09 20:19:04 +02:00
tui v0.5.7: Fix tool counter spacing in metrics display 2025-08-09 20:19:04 +02:00