Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/everyone-needs-a-copilot/claude-copilot/update-copilotgit clone --depth 1 https://github.com/Everyone-Needs-A-Copilot/claude-copilotWrote 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/everyone-needs-a-copilot/claude-copilot/update-copilot)<a href="https://agentmods.dev/commands/everyone-needs-a-copilot/claude-copilot/update-copilot"><img src="https://agentmods.dev/badge/commands/everyone-needs-a-copilot/claude-copilot/update-copilot.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.00000 | $0.01273 |
| Opus 5 | $0.00000 | $0.00636 |
| Sonnet 5 | $0.00000 | $0.00255 |
| Haiku 4.5 | $0.00000 | $0.00127 |
Grade A, and why
update-copilot 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 today.
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.
How it starts
The opening of the file, as written. The whole thing — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Update Claude Copilot
Update Claude Copilot to the latest version. This pulls the latest code and reinstalls the CLIs.
Step 1: Check Current Version
cd ~/.claude/copilot
OLD_VERSION=$(cat VERSION.json 2>/dev/null | python3 -c "import sys,json; print(json.load(sys.stdin).get('version','unknown'))" 2>/dev/null || echo "unknown")
echo "Current version: $OLD_VERSION"
git log --oneline -1
Store the OLD_VERSION for comparison.
Step 2: Pull Latest Updates
Tell user: "Pulling latest Claude Copilot updates..."
cd ~/.claude/copilot && git pull origin main
If pull fails:
Tell user:
Pull failed
There may be local changes or network issues. Try:
cd ~/.claude/copilot
git status
git stash # if you have local changes
git pull origin main
git stash pop # restore local changes
Then STOP.
Step 3: Check New Version
cd ~/.claude/copilot
NEW_VERSION=$(cat VERSION.json 2>/dev/null | python3 -c "import sys,json; print(json.load(sys.stdin).get('version','unknown'))" 2>/dev/null || echo "unknown")
echo "New version: $NEW_VERSION"
git log --oneline -1
Compare with OLD_VERSION. If same, tell user "Source is already up to date" and continue to Step 4: the content-addressed installer is idempotent and also repairs a stale shim or machine-command deployment.
Step 4: Install the Exact Immutable Runtime
Tell user: "Installing the exact framework snapshot, cc CLI, and global commands..."
COPILOT_SOURCE_ROOT="$(git -C "$HOME/.claude/copilot" rev-parse --show-toplevel)"
COPILOT_SOURCE_COMMIT="$(git -C "$COPILOT_SOURCE_ROOT" rev-parse HEAD)"
COPILOT_SOURCE_TREE="$(git -C "$COPILOT_SOURCE_ROOT" rev-parse "$COPILOT_SOURCE_COMMIT^{tree}")"
python3 "$COPILOT_SOURCE_ROOT/scripts/install-framework-snapshot.py" \
--source-root "$COPILOT_SOURCE_ROOT" \
--source-commit "$COPILOT_SOURCE_COMMIT" \
--source-tree "$COPILOT_SOURCE_TREE"
export PATH="$HOME/.local/bin:$PATH"
Verify:
python3 -m json.tool "$HOME/.copilot/framework-runtime.json" >/dev/null
cc --version
cc config doctor
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.
- today First seen · 221 lines · 0 tokens per session scan A e0cb40513ce1
update-copilot is a command published in the GitHub repository Everyone-Needs-A-Copilot/claude-copilot (13 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,273 tokens. 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-09-04.
Other commands, from other repositories
context
You are the Context Manager, responsible for monitoring and optimizing context usage during long implementation sessions. You help prevent context overflow and maintain efficiency.
replay
/replay Replay the last execution /replay --dry-run Show what would be replayed without executing /replay --from= Resume from a specific phase (ignite, forge, temper, inspect, remember) /replay --failed Replay only failed stories /replay --show List recent sessions and display timeline /replay --show Show specific…
autonomous
/autonomous Show current status /autonomous on Enable autonomous mode /autonomous off Disable autonomous mode /autonomous status Show detailed status with sync info.
version
Show version information and check for updates.
vulyk-status
Hive dashboard - open stories, memory freshness, skill stats, budget posture.
cancel-ralph
Cancel active Ralph Loop.