Breaking changes
- Activity indicator removed. The hook-free indicator that showed
thinking/executing/researchingis gone. It duplicated information that Claude Code already surfaces in the main pane, and its multi-session-visibility use case is better served by a dedicated terminal multiplexer. See the new Recommended workflow section in the README. Theshow_activityandactivity_live_window_secsuser-config options are removed; settings already on disk are silently ignored.
Added
- Recommended workflow section in the README. Points users at cmux on macOS (browser pane plus context-aware tabs that light up when an agent needs input) and Warp as the cross-platform alternative for parallel Claude Code sessions.
Changed
/craft-statusline:statuslive-preview now uses the same${CLAUDE_PLUGIN_ROOT:-...}default-expansion as/craft-statusline:install. Previously the preview path could resolve to a stale versioned cache; it now falls back to the version-stable marketplace clone path, matching the install wiring./craft-statusline:onand/craft-statusline:offvalidate the field argument in bash. A missing or unrecognized field now exits non-zero with the usage hint, instead of quietly writing an unknown option key intosettings.json.run_custom_fieldnow traps its tempfile cleanup. Previously a stray tempfile could be left behind if the harness interrupted the renderer betweenmktempand the explicitrm.- Removed dead code
render_with_flagsfromtests/helpers.bash. Unused by any test.
Full changelog: CHANGELOG.md