@vanillagreen/pi-claude-bridge 1.1.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,8 +74,13 @@ Open `/extensions:settings`; settings appear under the **Claude Bridge** tab.
74
74
  | Setting | What it does |
75
75
  | --- | --- |
76
76
  | Strict MCP config | Block filesystem MCP auto-loads; Pi owns tools. |
77
+ | Allow extra usage helper | Let the bridge launch Claude Code's `/extra-usage` flow when extra usage is required. Billing/admin approval still happens in Claude's browser page. |
77
78
  | Claude executable path | Explicit `claude` binary path; empty auto-detects. |
78
79
 
80
+ ## Extra usage
81
+
82
+ Claude Code's `/extra-usage` local command works through the Claude Agent SDK. In Pi, use `/claude-bridge:extra` to run that flow from claude-bridge. Persist automatic launch on extra-usage errors with **Allow extra usage helper** in `/extensions:settings`.
83
+
79
84
  ## Debugging
80
85
 
81
86
  Set `CLAUDE_BRIDGE_DEBUG=1` to write bridge logs to `~/.pi/agent/claude-bridge.log` and per-query Claude Code CLI logs under `~/.pi/agent/cc-cli-logs/`.