Minor Changes
- #76
6f22ae4- /logout now opens a picker so you can choose which provider to log out of, instead of always logging out the one tied to the current model. The current provider is highlighted by default, so pressing Enter matches the previous behavior. The command is also available as /disconnect.
Patch Changes
-
#62
e2b2b46- MakeAgentRecordshold theAgentinstance directly and inline the restore dispatch logic. -
#73
bddc60f- Prevent running the/modeland/sessionsslash commands while streaming or compacting context. -
#70
d95b013- Preserve catalog-declared interleaved reasoning fields for OpenAI-compatible models configured through/connect. -
#78
61f7d0e- Make OpenAI-compatible reasoner models work out of the box for hand-written provider configs. Theopenaiprovider now auto-detects thinking on incoming responses by scanning the de facto field set (reasoning_content,reasoning_details,reasoning), serializes thinking back asreasoning_contentby default, and auto-injectsreasoning_effortwhenever the conversation history contains prior thinking — so DeepSeek, Qwen, One API and other gateway-fronted services no longer require a hand-setreasoning_key. Thereasoning_keymodel-alias field remains available as an explicit override for non-standard gateways. -
#66
8ddfc04- Fix API key input dialog showing a masked dot in empty state. -
#72
0ce0072- Fix user skills in ~/.agents/ not being loaded. -
#86
5e354d0- Restore real-time token display for running subagents in the TUI. -
#57
8fb61f9- Hide the todo panel on resume when all todos are already completed. -
#83
7d9216d- Always emit a paired tool result when a tool returns a malformed or missing result, preventing the next request from failing with a missing tool_call_id error. -
#79
5a90b53- Fix Plan mode session resets so new sessions no longer fail after plan review rejection and continue receiving events after setup errors. -
#77
fe60c21- Exit promptly when the controlling terminal goes away. The TUI now handlesSIGHUP/SIGTERMand stdout/stderrEIO/EPIPE/ENOTCONNerrors, preventing leftoverkimiprocesses that pin a CPU core after the parent shell or multiplexer dies unexpectedly. -
#85
2bb50a3- Avoid overly small local completion caps that can truncate reasoning before summaries are produced.