v0.2.10
0.2.10 (2026-08-27)
Bug Fixes
-
cli: forget the context window when the selected model changes 0ee5171 - Eric Lake
-
cli: keep the per-turn context peak for the status meter 56802c0 - Eric Lake
-
cli: neutralise control characters in status line text 59705b1 - Eric Lake
-
cli: reset session status on /clear and /resume 60791d1 - Eric Lake
-
cli: restore session status when resuming a conversation 86b643d - Eric Lake
-
cli: show the context count for single agents again 0be1fc8 - Eric Lake
-
cli: show the context meter only against a known window 22cc9e6 - Eric Lake
-
cli: skip stale session status on resume after a model switch f418fd2 - Eric Lake
-
cli: strip control characters from mcp status notices 18bef91 - Eric Lake
-
cli: use named ansi colors for the status line 8f5bf14 - Eric Lake
Chores
- cli: tidy status line module notes and imports 2b216b0 - Eric Lake
Code Refactoring
- cli: reuse strip_control_chars for status line text a22a841 - Eric Lake
Documentation
- cli: explain why the context segment hides in orchestration 566b064 - Eric Lake
Features
-
cli: add status line segment renderer 30d50ba - Eric Lake
-
cli: colour status line segments and label token counts 5018865 - Eric Lake hi#contrast
-
cli: configure status line segments in cli.toml 033885c - Eric Lake
-
cli: label scratchpad savings as in/out tokens ad30de2 - Eric Lake
-
cli: render the status line from live session state fc6802f - Eric Lake
-
cli: show the connected server in the status line in http mode 74d8318 - Eric Lake