Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add betmoar/cc-reload-plugin/plugin install cc-reloadWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/betmoar/cc-reload-plugin/reload-budget)<a href="https://agentmods.dev/commands/betmoar/cc-reload-plugin/reload-budget"><img src="https://agentmods.dev/badge/commands/betmoar/cc-reload-plugin/reload-budget.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00536 |
| Opus 5 | $0.00012 | $0.00268 |
| Sonnet 5 | $0.00005 | $0.00107 |
| Haiku 4.5 | $0.00002 | $0.00054 |
Grade A, and why
reload-budget scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Set the reload budget
When context crosses the budget, cc-reload either notifies you to run /snapshot + /clear
(default — one status line, never interrupts, zero model tokens) or snapshots automatically
(snapshot mode: forces a digest-writing turn, then asks you to /clear). Lower the budget for
context-sensitive tasks; raise it to get more work per session.
Requested value: $ARGUMENTS
- If
$ARGUMENTSis empty, report the current settings and stop:bash "${CLAUDE_PLUGIN_ROOT}/scripts/reload-config.sh" get context_budget_pct(empty → default 45) and... get context_budget_mode(empty → defaultnotify). - If
$ARGUMENTSisnotifyorsnapshot(or the legacycheckpoint), set the mode instead of the percentage:bash "${CLAUDE_PLUGIN_ROOT}/scripts/reload-config.sh" set context_budget_mode "$ARGUMENTS". - Otherwise read the old value (same
get), then set the new one — do NOT hand-edit the file; the script validates the value, preserves other keys, and creates.reload/safely:bash "${CLAUDE_PLUGIN_ROOT}/scripts/reload-config.sh" set context_budget_pct "$ARGUMENTS"(accepts0–95oroff). If it exits non-zero, relay its stderr message verbatim and stop. - Confirm in one line, e.g. "Reload budget → 30% (was 45%), mode notify — I'll nudge you to /snapshot + /clear when context crosses ~30%."
Note: per-project default. The trigger is best-effort — per-turn token usage from the transcript against the model's window (stamped at session start); if unavailable it falls back to a byte estimate that errs early.
Configuration keys
context_owner_window <seconds | off>— how recently another session must have written.reload/session.mdfor an overwrite to count as a live collision worth side-filing. Default14400(4h).offdisables the cross-session check entirely.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 37 lines · 23 tokens per session scan A e27bf2dbf891
reload-budget is a command published in the GitHub repository betmoar/cc-reload-plugin (1 stars, last pushed 3d ago), licensed MIT. It adds 23 tokens to every session and 536 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
recall-save
Generate / overwrite .recall/context.md with Recall's local offline summarizer.
show
Show this project's saved Recall context (.recall/context.md).
okf
Bundle de connaissance OKF dans okf/ : source de vérité (architecture, vision, marketing, roadmap, conventions). Cette commande aiguille vers le bon usage selon $ARGUMENTS.
ccc-context-budget
Visual context window budget analyzer — shows usage gauge, identifies bloat sources, recommends when to save session and compact.
pin
Break checkpoint — status display, session log, optional MEMORY.md update.
atlas
Cross-project atlas with an adaptive render — ≤4 projects in scope get detail cards, more get one aligned digest line each, grouped by domain. Facets projects · sessions · memory · plans · specs · plugins · claude.md; a bare run renders all of them except plugins (opt-in, machine-global). --dir NAME|PATH anchors the…