woz-update
Update the WOZCODE plugin to the latest version.
git clone --depth 1 https://github.com/WithWoz/wozcode-plugin /tmp/woz-update && cp -r /tmp/woz-update/skills/woz-update ~/.claude/skills/woz-updateSKILL.md
# Update WOZCODE Plugin
Update the WOZCODE plugin to the latest version.
Run these steps in sequence. After each bash command, check the exit code before proceeding.
## Step 1: Update marketplace
Try the update first:
```bash
claude plugin marketplace update wozcode-marketplace
```
If this fails (e.g. git/SSH auth error), fall back to adding via HTTPS, then removing the old entry:
```bash
claude plugin marketplace add https://github.com/WithWoz/wozcode-plugin.git
```
If the add succeeded, remove the old SSH-based entry:
```bash
claude plugin marketplace remove wozcode-marketplace
```
If the add failed, do NOT run remove — the old marketplace entry is still needed. Tell the user: "Marketplace update failed. Check your network connection and try again."
## Step 2: Update plugin to latest version
```bash
claude plugin update woz@wozcode-marketplace
```
`update` force-upgrades an already-installed plugin. `install` is a no-op when an entry already exists in `installed_plugins.json`, so it will not upgrade.
If `update` fails, fall back to:
```bash
claude plugin install woz@wozcode-marketplace
```
If both fail, tell the user: "Plugin update failed. Please report this issue at https://github.com/WithWoz/wozcode-plugin/issues"
## Step 3: Clear update flag and confirm
```bash
rm -f "${CLAUDE_CONFIG_DIR:-$HOME/.claude}/wozcode/update-available.json"
```
After all steps succeed, tell the user:
- ✅ WOZCODE updated successfully
- Run `/reload-plugins` to apply the update or restart Claude CodeWOZCODE free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in Read, Edit, Write, Grep, Glob, and NotebookEdit are available; WOZCODE MCP tools are disallowed until the cap resets or the user upgrades.
WozCode enhanced coding agent with smart search, batch editing, and SQL introspection. Use as the default main thread agent.
Fast read-only agent for file searches, symbol lookups, and codebase questions like "where is X defined?", "where is X called?", or "how does X flow through the system?". Prefer over shell-based exploration when answering would take 3+ Search/Sql calls. Cheaper model (haiku) so delegation pays for itself on any real scan.
Compare WOZCODE vs vanilla Claude Code on the user's codebase — real cost, turn, and time savings. TRIGGER on "compare woz", "how much does woz save", "benchmark woz", "woz vs claude", "show me savings", or /woz-benchmark.
Authenticate with the Woz service. Use when the user needs to log in or when authentication is required.
Clear stored Woz credentials and log out.
Semantically search past Claude Code sessions to recall commands, solutions, and context from prior conversations. TRIGGER on 'remember when', 'last time', 'we did this before', 'how did we', or /woz-recall.
Show WOZCODE savings report - calls saved, time saved, tokens saved, and lifetime totals.