clauth 0.8.0

Manage multiple Claude Code accounts, monitor 5h/7d usage with configurable auto-switch and delegation with an MCP plugin. CLI + TUI.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "mcp__plugin_clauth_clauth__delegate$",
        "hooks": [
          {
            "type": "command",
            "command": "clauth mcp-await-job",
            "asyncRewake": true,
            "timeout": 4260,
            "rewakeMessage": "A backgrounded clauth delegate finished; its result envelope follows."
          }
        ]
      }
    ]
  }
}