You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolute-token compaction trigger: statusline_compaction_warn_tokens (default 80,000). The ⚠ /compact status line warning now fires when EITHER the percentage threshold (statusline_compaction_warn_pct) OR the absolute token count threshold is reached. This ensures large context windows (e.g. Opus's 1M-token window) still warn at a meaningful, cost-relevant size rather than waiting until 800k tokens are consumed.
Fixed
/nexum-statusline and the README now install a version-independent statusLine command (python3 "$(ls -dt ~/.claude/plugins/cache/nexum/nexum/*/scripts/statusline.py | head -1)") instead of a hardcoded ${CLAUDE_PLUGIN_ROOT} path, which pointed at the versioned cache dir and broke on every /plugin update. Also documented that a plugin cannot self-register the main statusLine (plugin settings.json only supports agent and subagentStatusLine).