Shows remaining context window percentage in the statusline
npx claudepluginhub obsfx/cc-deadlineShows remaining context window percentage in the statusline with a visual progress bar
Visual progress bar showing remaining context window percentage in the Claude Code statusline.
Opus · ███████░░░ 75%
Everything is rendered in dim gray — model name, progress bar, and percentage.
claude plugin marketplace add obsfx/cc-deadline
claude plugin install cc-deadline
Or in Claude Code interactive mode:
/plugin marketplace add obsfx/cc-deadline
/plugin install cc-deadline
git clone https://github.com/obsfx/cc-deadline.git
claude plugin install ./cc-deadline
Restart Claude Code after installing. The statusline is automatically configured via a SessionStart hook.
The plugin uses a SessionStart hook to inject the statusline configuration into ~/.claude/settings.json. The path is updated on every session start to stay correct across version upgrades.
The statusline script:
model.display_name and context_window.remaining_percentageUpdates automatically after each assistant response.
MIT