Add harness support for RovoDev

This commit is contained in:
Dan Minshew
2026-03-29 22:12:27 -05:00
parent 685728b992
commit 4bff8086d3
4 changed files with 31 additions and 16 deletions
+6
View File
@@ -70,4 +70,10 @@ export const PROVIDERS = {
displayName: 'Trae',
frontmatterFields: ['user-invocable', 'argument-hint', 'license', 'compatibility', 'metadata'],
},
'rovo-dev': {
provider: 'rovo-dev',
configDir: '.rovodev',
displayName: 'Rovo Dev',
frontmatterFields: ['user-invocable', 'argument-hint', 'license', 'compatibility', 'metadata', 'allowed-tools'],
},
};