From 1f309ccca20aabbd0ee3fb8fbb3c8192124edd95 Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Thu, 21 May 2026 15:44:00 +0900 Subject: 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 --- dispatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dispatch.toml') 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" -- cgit v1.2.3