Add Veto harness support (#675)

Adds Veto detection, provider transforms, installation paths, documentation, and regression coverage.\n\nAI-assisted maintainer repair, review, and validation by Codex under maintainer direction.
This commit is contained in:
oleg koval
2026-08-31 19:52:46 -04:00
committed by GitHub
parent 405998ad51
commit f3df3ffe40
9 changed files with 142 additions and 13 deletions
+7
View File
@@ -526,6 +526,12 @@ export const PROVIDER_PLACEHOLDERS = {
ask_instruction: 'Ask the user directly to clarify what you cannot infer.',
command_prefix: '/'
},
veto: {
model: 'the selected model',
config_file: '~/.veto/config.json',
ask_instruction: 'Ask the user directly to clarify what you cannot infer.',
command_prefix: '/',
},
'vibe': {
model: 'Mistral',
config_file: 'AGENTS.md',
@@ -574,6 +580,7 @@ export const PROVIDER_BLOCK_TAGS = new Set([
'trae',
'trae-cn',
'vibe',
'veto',
]);
/**