diff --git a/lib/ai-tools/registry.js b/lib/ai-tools/registry.js index ada9b8d..a11fa81 100644 --- a/lib/ai-tools/registry.js +++ b/lib/ai-tools/registry.js @@ -192,7 +192,16 @@ const AI_TOOLS = { description: 'Interactive demo for testing (no AI installation required)', website: 'https://termly.dev', checkInstalled: async () => true // Always available - } + }, + 'omniroute': { + key: 'omniroute', + command: 'omniroute', + args: [], + displayName: 'OmniRoute Claude Code', + description: 'Claude Code launched through OmniRoute auto-best-coding', + website: 'https://github.com/diegosouzapw/OmniRoute', + checkInstalled: async () => await commandExists('omniroute') + }, }; // Check if command exists