Merge pull request #521 from digitallamb/pr/hermes-provider

Add Hermes Agent as a supported provider
This commit is contained in:
Paul Bakaus
2026-08-12 16:07:43 -04:00
committed by GitHub
11 changed files with 256 additions and 23 deletions
+1
View File
@@ -22,6 +22,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
// All known harness directories
const HARNESS_DIRS = [
'.claude', '.cursor', '.gemini', '.codex', '.agents', '.agent', '.github', '.grok',
'.hermes',
'.trae', '.trae-cn', '.pi', '.opencode', '.kiro', '.rovodev', '.vibe', '.qoder',
];