diff options
| author | Adam Malczewski <[email protected]> | 2026-05-21 15:44:00 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-21 15:44:00 +0900 |
| commit | 1f309ccca20aabbd0ee3fb8fbb3c8192124edd95 (patch) | |
| tree | 57aec6c0d039760aa37fab10e83e1cea7a23081e /dispatch.toml | |
| parent | c957e89e3ec46f1db64dcb1416f5ade7fb6e617e (diff) | |
| download | dispatch-1f309ccca20aabbd0ee3fb8fbb3c8192124edd95.tar.gz dispatch-1f309ccca20aabbd0ee3fb8fbb3c8192124edd95.zip | |
fix: wake scheduler persistence/retry, credential filtering, usage cache and display names
- Wake scheduler: fix Bun timer leak, make recurring daily, persist to disk, retry failed wakes every 5min for 30min, start at boot
- Key usage: localStorage cache survives page refresh, spinner during all refreshes, show cached data immediately
- Credential filtering: key-usage and wake only use configured credentials_file, exclude unconfigured accounts
- Display: remove counter suffix from Claude labels, format opencode/copilot key names
Diffstat (limited to 'dispatch.toml')
| -rw-r--r-- | dispatch.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.toml b/dispatch.toml index 6fcf964..7e6fa5a 100644 --- a/dispatch.toml +++ b/dispatch.toml @@ -14,7 +14,7 @@ fallback = ["claude-pro", "claude-max", "opencode-1", "opencode-2", "copilot"] id = "claude-pro" provider = "anthropic" base_url = "https://api.anthropic.com/v1" -# Reads from ~/.claude/.credentials.json (default) +credentials_file = "/root/.claude/.credentials-1.json" [[keys]] id = "claude-max" |
