commit f7d7c6b59cd5ae3bb8e69aca5e17a2130b445ad2
parent ccecdd15ae8dc832a7cbc5f0e626c43818abfa06
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date: Thu, 26 Feb 2026 13:28:18 -0600
Avoid confusion. (#165)
Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/skills/vet/SKILL.md b/skills/vet/SKILL.md
@@ -94,7 +94,7 @@ Vet analyzes the full git diff from the base commit. This may include changes fr
- `--confidence-threshold N`: Minimum confidence 0.0-1.0 (default: 0.8)
- `--output-format FORMAT`: Output as `text`, `json`, or `github`
- `--quiet`: Suppress status messages and 'No issues found.'
-- `--agentic`: Mode that routes analysis through the locally installed Claude Code or Codex CLI instead of calling the API directly. Try this if vet fails due to missing API keys. This is slower so it is not the default, but it often results in higher precision issue identification. Model compatibility for agentic harnesses is dictated by the harnesses, not vet.
+- `--agentic`: Mode that routes analysis through the locally installed Claude Code or Codex CLI instead of calling the API directly. Try this if vet fails due to missing API keys. This is slower so it is not the default, but it often results in higher precision issue identification. `--model` is forwarded to the harness but not validated by vet, as vet doesn't know which models each harness supports.
- `--agent-harness`: The two options for this are `codex` and `claude`. Claude Code is the default.
- `--help`: Show comprehensive list of options