mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 04:42:10 +03:00
CLI settings routes (codex-settings, droid-settings, kilo-settings) were writing the masked API key string directly to config files when the dashboard sent a keyId. Now resolves the real key from the database via getApiKeyById() before writing, matching the pattern already implemented in claude-settings, openclaw-settings, and cline-settings. Closes #549