Claude Depester
Description
Patches Claude Code CLI and VS Code extension to replace whimsical loading words with simple 'Thinking'.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-depester
[](https://www.npmjs.com/package/claude-depester) [](https://www.npmjs.com/package/claude-depester) [](https://opensource.org/licenses/MIT)
Patches Claude Code CLI and VS Code extension to replace whimsical loading words with simple 'Thinking'.
Instead of seeing "Flibbertigibbeting", "Discombobulating", "Clauding", etc., you'll see a clean "Thinking".
**Last updated:** 2026-03-27 | **Tested with:** Claude Code 2.1.4 - 2.1.85 | **Platforms:** Linux, macOS, Windows
v1.5.2: Fix binary extraction for newer Claude Code versions (2.1.84+) that use a new Bun ELF section format. Auto-patch hook now includes `--no-animation` by default.
**CLI - Spinner:**

**CLI - Completion:**

**VS Code Extension:**

The Problem
Claude Code displays random silly words while thinking:
Flibbertigibbeting...
Discombobulating...
Smooshing...
Wibbling...
Clauding...
And after thinking completes, it shows completion messages like:
Baked for 42s
Brewed for 15s
Churned for 30s
This tool replaces them with simple "Thinking" and "Thought for Xs".
Quick Start
# Preview changes first (recommended)
npx claude-depester --dry-run
# Patch Claude Code
npx claude-depester
Restart Claude Code for changes to take effect.
Auto-patch after updates (recommended)
Add a shell wrapper that patches before each invocation:
# Add to your .bashrc or .zshrc
cl() { npx claude-depester --silent --log --no-animation ; claude "$@" ; }
Then use `cl` instead of `claude`. This ensures patching happens *before* Claude loads.
Features
- Patches spinner words ("F
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11