mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 05:03:26 +00:00
Session manager changes: - Add ThinkingLevelChangeEntry and ModelChangeEntry types - Add saveThinkingLevelChange() and saveModelChange() methods - Update loadThinkingLevel() to also check for thinking_level_change events (not just session headers) TUI changes: - Pass SessionManager to TuiRenderer constructor - Call saveThinkingLevelChange() when user changes thinking level via /thinking - Store session manager as instance variable for future use This ensures thinking level changes during a session are persisted and correctly restored on --continue. |
||
|---|---|---|
| .. | ||
| assistant-message.ts | ||
| custom-editor.ts | ||
| footer.ts | ||
| thinking-selector.ts | ||
| tool-execution.ts | ||
| tui-renderer.ts | ||
| user-message.ts | ||