Repair broken worktree
Tests ability to repair a broken worktree with git worktree repair. Evaluates worktree-recovery knowledge.

These commands set up the repo before the model sees the prompt. They define the starting file structure, staged changes, and Git history.

  1. 01 git init
  2. 02 git config user.email 'test@test.com'
  3. 03 git config user.name 'Test User'
  4. 04 echo 'Hello' > hello.txt
  5. 05 git add hello.txt
  6. 06 git commit -m 'Initial commit'
  7. 07 git checkout -b feature
  8. 08 echo 'Feature' > feature.txt
  9. 09 git add feature.txt
  10. 10 git commit -m 'Add feature'
  11. 11 git checkout main
  12. 12 git worktree add ../feature-wt feature
  13. 13 rm -rf ../feature-wt
Prompt
The worktree at '../feature-wt' was deleted without using 'git worktree remove'. Run the command to repair/prune the stale worktree reference. Output ONLY the git command, nothing else.
Expected
git worktree prune

Scoped model quality, cost, API time, and token usage for worktree_usage/f009.

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 305 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-fable-5:high__json_schema PASS 100% 495 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-fable-5:low PASS 100% 301 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-fable-5:low__json_schema PASS 100% 508 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-fable-5:max PASS 100% 305 in → 80 out (37 reasoning)
git worktree prune
anthropic/claude-fable-5:max__json_schema PASS 100% 503 in → 84 out (46 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-fable-5:medium PASS 100% 295 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-fable-5:medium__json_schema PASS 100% 504 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-fable-5:xhigh PASS 100% 299 in → 31 out (17 reasoning)
git worktree prune
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 511 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-haiku-4.5:high PASS 100% 286 in → 150 out (136 reasoning)
git worktree prune
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 437 in → 156 out (139 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-haiku-4.5:low PASS 100% 282 in → 148 out (131 reasoning)
``` git worktree prune ```
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 441 in → 147 out (130 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-haiku-4.5:medium PASS 100% 282 in → 173 out (163 reasoning)
git worktree prune
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 447 in → 327 out (247 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-haiku-4.5:none PASS 100% 255 in → 13 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 412 in → 14 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-haiku-4.5:xhigh PASS 100% 286 in → 215 out (171 reasoning)
git worktree prune
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 446 in → 192 out (170 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-opus-4.6:high PASS 100% 250 in → 13 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.6:high__json_schema PASS 100% 411 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.6:low PASS 100% 253 in → 13 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.6:low__json_schema PASS 100% 419 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.6:max PASS 100% 257 in → 14 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.6:max__json_schema PASS 100% 414 in → 86 out (51 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.6:medium PASS 100% 253 in → 13 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 414 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.6:none PASS 100% 252 in → 13 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.6:none__json_schema PASS 100% 411 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.6:xhigh PASS 100% 245 in → 13 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 413 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.7:high PASS 100% 307 in → 10 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.7:high__json_schema PASS 100% 511 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.7:low PASS 100% 305 in → 10 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.7:low__json_schema PASS 100% 513 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.7:max PASS 100% 305 in → 10 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.7:max__json_schema PASS 100% 515 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.7:medium PASS 100% 305 in → 10 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 508 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.7:none PASS 100% 310 in → 10 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.7:none__json_schema PASS 100% 522 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.7:xhigh PASS 100% 294 in → 10 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 522 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.8:high PASS 100% 305 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.8:high__json_schema PASS 100% 507 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-opus-4.8:low PASS 100% 296 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.8:low__json_schema PASS 100% 499 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-opus-4.8:max PASS 100% 302 in → 84 out (37 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.8:max__json_schema PASS 100% 518 in → 75 out (52 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-opus-4.8:medium PASS 100% 292 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 503 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-opus-4.8:none PASS 100% 302 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-opus-4.8:none__json_schema PASS 100% 506 in → 14 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-opus-4.8:xhigh PASS 100% 302 in → 12 out (0 reasoning)
``` git worktree prune ```
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 509 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-4.6:high PASS 100% 250 in → 11 out (0 reasoning)
`git worktree prune`
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 409 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-4.6:low PASS 100% 250 in → 11 out (0 reasoning)
`git worktree prune`
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 416 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-4.6:max PASS 100% 250 in → 90 out (59 reasoning)
``` git worktree prune ```
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 415 in → 85 out (51 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-4.6:medium PASS 100% 255 in → 11 out (0 reasoning)
`git worktree prune`
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 415 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-4.6:none PASS 100% 255 in → 11 out (0 reasoning)
`git worktree prune`
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 412 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 250 in → 11 out (0 reasoning)
`git worktree prune`
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 410 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
anthropic/claude-sonnet-5:high PASS 100% 303 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-sonnet-5:high__json_schema PASS 100% 509 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-sonnet-5:low PASS 100% 296 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-sonnet-5:low__json_schema PASS 100% 506 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-sonnet-5:medium PASS 100% 299 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 506 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-sonnet-5:none PASS 100% 301 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-sonnet-5:none__json_schema PASS 100% 508 in → 14 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
anthropic/claude-sonnet-5:xhigh PASS 100% 304 in → 8 out (0 reasoning)
git worktree prune
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 506 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
arcee-ai/trinity-large-thinking:high PASS 100% 210 in → 323 out (323 reasoning)
git worktree prune
arcee-ai/trinity-large-thinking:low PASS 100% 205 in → 442 out (442 reasoning)
git worktree prune
arcee-ai/trinity-large-thinking:medium PASS 100% 207 in → 490 out (495 reasoning)
git worktree prune
arcee-ai/trinity-large-thinking:xhigh PASS 100% 208 in → 427 out (429 reasoning)
git worktree prune
arcee-ai/trinity-mini:high PASS 100% 212 in → 583 out (669 reasoning)
git worktree remove ../feature-wt
arcee-ai/trinity-mini:low PASS 100% 203 in → 510 out (614 reasoning)
git worktree prune
arcee-ai/trinity-mini:low__json_schema PASS 100% 206 in → 401 out (465 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
arcee-ai/trinity-mini:medium__json_schema PASS 100% 206 in → 429 out (477 reasoning)
git worktree remove --force feature-wt
JSON Schema Structured Output
(raw) { "command": "git worktree remove --force feature-wt" }
deepseek/deepseek-v4-flash-0731:high PASS 100% 220 in → 135 out (148 reasoning)
git worktree prune
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 216 in → 147 out (154 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash-0731:low PASS 100% 219 in → 198 out (214 reasoning)
git worktree prune
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 218 in → 84 out (80 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash-0731:max PASS 100% 309 in → 256 out (251 reasoning)
git worktree prune
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 303 in → 267 out (279 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 223 in → 19 out (20 reasoning)
git worktree prune
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 221 in → 110 out (112 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash-0731:none PASS 100% 218 in → 5 out (0 reasoning)
git worktree prune
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 218 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 221 in → 138 out (143 reasoning)
git worktree prune
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 226 in → 101 out (102 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash:high PASS 100% 222 in → 122 out (113 reasoning)
git worktree prune
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 311 in → 9 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
deepseek/deepseek-v4-flash:low PASS 100% 220 in → 61 out (55 reasoning)
git worktree prune
deepseek/deepseek-v4-flash:medium PASS 100% 217 in → 206 out (199 reasoning)
git worktree prune
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 213 in → 111 out (104 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash:none PASS 100% 223 in → 5 out (0 reasoning)
git worktree prune
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 221 in → 13 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-flash:xhigh__json_schema PASS 100% 298 in → 307 out (333 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-pro:high PASS 100% 216 in → 63 out (57 reasoning)
git worktree prune
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 411 in → 60 out (49 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
deepseek/deepseek-v4-pro:low PASS 100% 221 in → 93 out (87 reasoning)
git worktree prune
deepseek/deepseek-v4-pro:medium PASS 100% 217 in → 135 out (144 reasoning)
git worktree prune
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 405 in → 885 out (874 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
deepseek/deepseek-v4-pro:none PASS 100% 226 in → 5 out (0 reasoning)
git worktree prune
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 220 in → 12 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
deepseek/deepseek-v4-pro:xhigh PASS 100% 302 in → 501 out (495 reasoning)
git worktree prune
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 483 in → 307 out (296 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3-flash-preview:high PASS 100% 268 in → 126 out (122 reasoning)
git worktree prune
google/gemini-3-flash-preview:high__json_schema PASS 100% 325 in → 211 out (203 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3-flash-preview:low PASS 100% 271 in → 145 out (141 reasoning)
git worktree prune
google/gemini-3-flash-preview:low__json_schema PASS 100% 317 in → 139 out (130 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3-flash-preview:medium PASS 100% 260 in → 128 out (124 reasoning)
git worktree prune
google/gemini-3-flash-preview:medium__json_schema PASS 100% 317 in → 205 out (192 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemini-3-flash-preview:xhigh PASS 100% 274 in → 152 out (148 reasoning)
git worktree prune
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 320 in → 186 out (178 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.1-flash-lite-preview:high PASS 100% 268 in → 202 out (198 reasoning)
git worktree prune
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 267 in → 230 out (221 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 271 in → 133 out (129 reasoning)
git worktree prune
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 326 in → 123 out (114 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.1-flash-lite-preview:medium PASS 100% 268 in → 114 out (110 reasoning)
git worktree prune
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 328 in → 142 out (133 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 271 in → 327 out (323 reasoning)
git worktree prune
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 272 in → 235 out (226 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.1-pro-preview:high PASS 100% 272 in → 145 out (141 reasoning)
git worktree prune
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 328 in → 170 out (162 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.1-pro-preview:low PASS 100% 268 in → 131 out (127 reasoning)
git worktree prune
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 328 in → 51 out (42 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.1-pro-preview:medium PASS 100% 266 in → 180 out (176 reasoning)
git worktree prune
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 324 in → 132 out (123 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.1-pro-preview:xhigh PASS 100% 267 in → 253 out (249 reasoning)
git worktree prune
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 327 in → 228 out (220 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.5-flash-lite:high PASS 100% 268 in → 275 out (271 reasoning)
git worktree prune
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 328 in → 291 out (283 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.5-flash-lite:low PASS 100% 271 in → 4 out (0 reasoning)
git worktree prune
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 269 in → 14 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemini-3.5-flash-lite:max PASS 100% 268 in → 287 out (283 reasoning)
git worktree prune
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 273 in → 335 out (326 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.5-flash-lite:medium PASS 100% 269 in → 133 out (129 reasoning)
git worktree prune
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 328 in → 154 out (145 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.5-flash-lite:xhigh PASS 100% 270 in → 184 out (180 reasoning)
git worktree prune
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 325 in → 314 out (305 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.5-flash:high PASS 100% 268 in → 216 out (212 reasoning)
git worktree prune
google/gemini-3.5-flash:high__json_schema PASS 100% 324 in → 284 out (275 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.5-flash:low PASS 100% 271 in → 177 out (173 reasoning)
git worktree prune
google/gemini-3.5-flash:low__json_schema PASS 100% 320 in → 59 out (45 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemini-3.5-flash:medium PASS 100% 264 in → 251 out (247 reasoning)
git worktree prune
google/gemini-3.5-flash:medium__json_schema PASS 100% 320 in → 63 out (54 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.5-flash:xhigh PASS 100% 269 in → 317 out (313 reasoning)
git worktree prune
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 322 in → 156 out (147 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.6-flash:high PASS 100% 270 in → 364 out (360 reasoning)
git worktree prune
google/gemini-3.6-flash:high__json_schema PASS 100% 270 in → 228 out (220 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.6-flash:low PASS 100% 275 in → 55 out (51 reasoning)
git worktree prune
google/gemini-3.6-flash:low__json_schema PASS 100% 264 in → 8 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.6-flash:max PASS 100% 268 in → 254 out (250 reasoning)
git worktree prune
google/gemini-3.6-flash:max__json_schema PASS 100% 271 in → 158 out (150 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemini-3.6-flash:medium PASS 100% 272 in → 280 out (276 reasoning)
git worktree prune
google/gemini-3.6-flash:medium__json_schema PASS 100% 325 in → 102 out (93 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemini-3.6-flash:xhigh PASS 100% 273 in → 231 out (227 reasoning)
git worktree prune
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 270 in → 232 out (224 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
google/gemma-4-26b-a4b-it:high PASS 100% 284 in → 182 out (177 reasoning)
git worktree prune
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 286 in → 264 out (245 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemma-4-26b-a4b-it:low PASS 100% 281 in → 172 out (176 reasoning)
git worktree prune
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 282 in → 184 out (168 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemma-4-26b-a4b-it:medium PASS 100% 284 in → 210 out (207 reasoning)
git worktree prune
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 277 in → 218 out (223 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemma-4-26b-a4b-it:none PASS 100% 281 in → 5 out (0 reasoning)
git worktree prune
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 279 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 289 in → 140 out (141 reasoning)
git worktree prune
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 280 in → 257 out (211 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemma-4-31b-it:high PASS 100% 286 in → 128 out (128 reasoning)
git worktree prune
google/gemma-4-31b-it:high__json_schema PASS 100% 286 in → 152 out (142 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemma-4-31b-it:low PASS 100% 287 in → 76 out (70 reasoning)
git worktree prune
google/gemma-4-31b-it:low__json_schema PASS 100% 285 in → 136 out (1 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemma-4-31b-it:medium PASS 100% 285 in → 137 out (131 reasoning)
git worktree prune
google/gemma-4-31b-it:medium__json_schema PASS 100% 282 in → 88 out (76 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
google/gemma-4-31b-it:none PASS 100% 279 in → 5 out (0 reasoning)
git worktree prune
google/gemma-4-31b-it:none__json_schema PASS 100% 274 in → 12 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
google/gemma-4-31b-it:xhigh PASS 100% 286 in → 143 out (140 reasoning)
git worktree prune
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 282 in → 173 out (161 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
ibm-granite/granite-4.1-8b PASS 100% 241 in → 5 out
git worktree prune
ibm-granite/granite-4.1-8b__json_schema PASS 100% 234 in → 12 out
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
inclusionai/ling-2.6-flash PASS 100% 276 in → 9 out
``` git worktree prune ```
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
liquid/lfm-2-24b-a2b PASS 100% 238 in → 6 out
git worktree prune
minimax/minimax-m2.5:high PASS 100% 241 in → 342 out (337 reasoning)
git worktree prune
minimax/minimax-m2.5:high__json_schema PASS 100% 268 in → 337 out (377 reasoning)
git worktree remove --force ../feature-wt
JSON Schema Structured Output
(raw) { "command": "git worktree remove --force ../feature-wt" }
minimax/minimax-m2.5:low PASS 100% 244 in → 230 out (223 reasoning)
git worktree prune
minimax/minimax-m2.5:low__json_schema PASS 100% 268 in → 105 out (115 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
minimax/minimax-m2.5:medium PASS 100% 264 in → 120 out (114 reasoning)
git worktree prune
minimax/minimax-m2.5:medium__json_schema PASS 100% 242 in → 712 out (805 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
minimax/minimax-m2.5:xhigh PASS 100% 244 in → 302 out (290 reasoning)
git worktree remove --force ../feature-wt
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 239 in → 119 out (127 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
minimax/minimax-m2.7:high PASS 100% 242 in → 593 out (586 reasoning)
git worktree prune
minimax/minimax-m2.7:high__json_schema PASS 100% 247 in → 346 out (378 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
minimax/minimax-m2.7:low PASS 100% 244 in → 983 out (978 reasoning)
git worktree prune
minimax/minimax-m2.7:low__json_schema PASS 100% 372 in → 491 out (481 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
minimax/minimax-m2.7:medium PASS 100% 242 in → 288 out (246 reasoning)
git worktree prune
minimax/minimax-m2.7:medium__json_schema PASS 100% 367 in → 185 out (171 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
minimax/minimax-m2.7:xhigh PASS 100% 237 in → 225 out (219 reasoning)
git worktree prune
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 367 in → 614 out (604 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
minimax/minimax-m3:high PASS 100% 374 in → 64 out (68 reasoning)
git worktree prune
minimax/minimax-m3:high__json_schema PASS 100% 360 in → 10 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
minimax/minimax-m3:low PASS 100% 375 in → 40 out (39 reasoning)
git worktree prune
minimax/minimax-m3:low__json_schema PASS 100% 361 in → 10 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
minimax/minimax-m3:medium PASS 100% 381 in → 73 out (74 reasoning)
git worktree prune
minimax/minimax-m3:medium__json_schema PASS 100% 362 in → 10 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
minimax/minimax-m3:xhigh PASS 100% 379 in → 63 out (68 reasoning)
git worktree prune
minimax/minimax-m3:xhigh__json_schema PASS 100% 326 in → 13 out (12 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
mistralai/devstral-2512 PASS 100% 267 in → 6 out
git worktree prune
mistralai/devstral-2512__json_schema PASS 100% 268 in → 11 out
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
mistralai/mistral-medium-3-5:high PASS 100% 276 in → 1,027 out (1,094 reasoning)
git worktree prune
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 264 in → 291 out (311 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
mistralai/mistral-medium-3-5:low PASS 100% 282 in → 324 out (350 reasoning)
git worktree prune
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 265 in → 306 out (292 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
mistralai/mistral-medium-3-5:medium PASS 100% 284 in → 264 out (286 reasoning)
git worktree prune
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 264 in → 236 out (255 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
mistralai/mistral-medium-3-5:none PASS 100% 276 in → 6 out (0 reasoning)
git worktree prune
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 268 in → 11 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
mistralai/mistral-medium-3-5:xhigh PASS 100% 280 in → 307 out (333 reasoning)
git worktree prune
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 266 in → 212 out (231 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
moonshotai/kimi-k2.6:high PASS 100% 208 in → 397 out (391 reasoning)
git worktree prune
moonshotai/kimi-k2.6:high__json_schema PASS 100% 391 in → 849 out (839 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
moonshotai/kimi-k2.6:low PASS 100% 201 in → 5,480 out (5,606 reasoning)
git worktree prune
moonshotai/kimi-k2.6:low__json_schema PASS 100% 204 in → 498 out (489 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
moonshotai/kimi-k2.6:medium PASS 100% 207 in → 358 out (354 reasoning)
git worktree prune
moonshotai/kimi-k2.6:xhigh PASS 100% 204 in → 286 out (280 reasoning)
git worktree prune
moonshotai/kimi-k2.7-code:high PASS 100% 204 in → 715 out (709 reasoning)
git worktree prune
moonshotai/kimi-k2.7-code:low PASS 100% 203 in → 176 out (170 reasoning)
git worktree prune
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 287 in → 145 out (134 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
moonshotai/kimi-k2.7-code:medium PASS 100% 208 in → 81 out (77 reasoning)
git worktree prune
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 200 in → 361 out (396 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
moonshotai/kimi-k3:high PASS 100% 290 in → 59 out (40 reasoning)
git worktree prune
moonshotai/kimi-k3:high__json_schema PASS 100% 283 in → 42 out (23 reasoning)
git worktree prune
moonshotai/kimi-k3:low PASS 100% 291 in → 53 out (34 reasoning)
git worktree prune
moonshotai/kimi-k3:low__json_schema PASS 100% 285 in → 42 out (23 reasoning)
git worktree prune
moonshotai/kimi-k3:max PASS 100% 284 in → 42 out (23 reasoning)
git worktree prune
moonshotai/kimi-k3:max__json_schema PASS 100% 290 in → 42 out (23 reasoning)
git worktree prune
moonshotai/kimi-k3:medium PASS 100% 283 in → 111 out (92 reasoning)
git worktree prune
moonshotai/kimi-k3:medium__json_schema PASS 100% 380 in → 91 out (68 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
moonshotai/kimi-k3:xhigh PASS 100% 281 in → 51 out (32 reasoning)
git worktree prune
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 284 in → 52 out (33 reasoning)
git worktree prune
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 284 in → 364 out (357 reasoning)
git worktree prune
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 277 in → 290 out (287 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 283 in → 312 out (336 reasoning)
git worktree prune
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 289 in → 119 out (113 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 283 in → 100 out (102 reasoning)
git worktree prune
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 278 in → 272 out (268 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 288 in → 68 out (0 reasoning)
git worktree list git worktree remove --force /private/var/folders/kg/gb4597jx5jv6b7tngk181jr40000gn/T/worktree_usage_f009_494xmfg0/feature-wt
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 285 in → 140 out (141 reasoning)
git worktree prune
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 280 in → 213 out (213 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 282 in → 93 out (80 reasoning)
git worktree prune
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 278 in → 187 out (164 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 278 in → 144 out (129 reasoning)
git worktree prune
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 286 in → 163 out (139 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 280 in → 123 out (118 reasoning)
git worktree prune
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 278 in → 118 out (97 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 283 in → 6 out (0 reasoning)
git worktree prune
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 280 in → 14 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 284 in → 129 out (139 reasoning)
git worktree prune
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 271 in → 136 out (114 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
openai/gpt-5.4-mini:high PASS 100% 215 in → 216 out (206 reasoning)
git worktree prune
openai/gpt-5.4-mini:high__json_schema PASS 100% 248 in → 200 out (182 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-mini:low PASS 100% 217 in → 35 out (25 reasoning)
git worktree prune
openai/gpt-5.4-mini:low__json_schema PASS 100% 243 in → 117 out (99 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-mini:medium PASS 100% 212 in → 102 out (92 reasoning)
git worktree prune
openai/gpt-5.4-mini:medium__json_schema PASS 100% 245 in → 308 out (290 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-mini:none PASS 100% 220 in → 14 out (0 reasoning)
git worktree prune
openai/gpt-5.4-mini:none__json_schema PASS 100% 241 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-mini:xhigh PASS 100% 212 in → 15,552 out (15,538 reasoning)
git worktree prune --expire=now
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 250 in → 534 out (516 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-nano:high PASS 100% 215 in → 100 out (90 reasoning)
git worktree prune
openai/gpt-5.4-nano:high__json_schema PASS 100% 250 in → 104 out (86 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-nano:low__json_schema PASS 100% 251 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-nano:medium PASS 100% 214 in → 83 out (73 reasoning)
git worktree prune
openai/gpt-5.4-nano:medium__json_schema PASS 100% 251 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-nano:none PASS 100% 211 in → 59 out (0 reasoning)
git worktree prune --expire 0 && git worktree remove --force /private/var/folders/kg/gb4597jx5jv6b7tngk181jr40000gn/T/worktree_usage_f009_svvbl_e_/feature-wt
openai/gpt-5.4-nano:none__json_schema PASS 100% 243 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4-nano:xhigh PASS 100% 213 in → 429 out (419 reasoning)
git worktree prune
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 244 in → 3,745 out (3,727 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4:high PASS 100% 211 in → 103 out (93 reasoning)
git worktree prune
openai/gpt-5.4:high__json_schema PASS 100% 239 in → 117 out (99 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4:low PASS 100% 214 in → 26 out (16 reasoning)
git worktree prune
openai/gpt-5.4:low__json_schema PASS 100% 250 in → 34 out (16 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4:medium PASS 100% 209 in → 45 out (35 reasoning)
git worktree prune
openai/gpt-5.4:medium__json_schema PASS 100% 246 in → 104 out (86 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4:none PASS 100% 214 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.4:none__json_schema PASS 100% 248 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.4:xhigh PASS 100% 206 in → 1,450 out (1,437 reasoning)
git worktree prune --expire now
openai/gpt-5.4:xhigh__json_schema PASS 100% 250 in → 7,639 out (7,617 reasoning)
git worktree prune --expire=now
JSON Schema Structured Output
(raw) {"command":"git worktree prune --expire=now"}
openai/gpt-5.5:high PASS 100% 214 in → 112 out (102 reasoning)
git worktree prune
openai/gpt-5.5:high__json_schema PASS 100% 252 in → 17 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
openai/gpt-5.5:low PASS 100% 216 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.5:low__json_schema PASS 100% 242 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.5:medium PASS 100% 209 in → 72 out (62 reasoning)
git worktree prune
openai/gpt-5.5:medium__json_schema PASS 100% 249 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.5:none PASS 100% 214 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.5:none__json_schema PASS 100% 248 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.5:xhigh PASS 100% 210 in → 177 out (167 reasoning)
git worktree prune
openai/gpt-5.5:xhigh__json_schema PASS 100% 243 in → 304 out (285 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
openai/gpt-5.6-luna:high PASS 100% 214 in → 65 out (55 reasoning)
git worktree prune
openai/gpt-5.6-luna:high__json_schema PASS 100% 239 in → 130 out (69 reasoning)
git -C /private/var/folders/kg/gb4597jx5jv6b7tngk181jr40000gn/T/worktree_usage_f009_ws41oseb/worktree_usage_f009 worktree prune
JSON Schema Structured Output
(raw) {"command":"git -C /private/var/folders/kg/gb4597jx5jv6b7tngk181jr40000gn/T/worktree_usage_f009_ws41oseb/worktree_usage_f009 worktree prune"}
openai/gpt-5.6-luna:low PASS 100% 210 in → 43 out (33 reasoning)
git worktree prune
openai/gpt-5.6-luna:low__json_schema PASS 100% 250 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-luna:max PASS 100% 209 in → 75 out (65 reasoning)
git worktree prune
openai/gpt-5.6-luna:max__json_schema PASS 100% 248 in → 297 out (279 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-luna:medium PASS 100% 208 in → 47 out (37 reasoning)
git worktree prune
openai/gpt-5.6-luna:medium__json_schema PASS 100% 251 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-luna:none PASS 100% 219 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-luna:none__json_schema PASS 100% 251 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-luna:xhigh PASS 100% 216 in → 145 out (135 reasoning)
git worktree prune
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 249 in → 121 out (103 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-sol:high PASS 100% 216 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-sol:high__json_schema PASS 100% 246 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-sol:low PASS 100% 215 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-sol:low__json_schema PASS 100% 249 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-sol:max PASS 100% 216 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-sol:max__json_schema PASS 100% 249 in → 153 out (135 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-sol:medium PASS 100% 210 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-sol:medium__json_schema PASS 100% 252 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-sol:none PASS 100% 218 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-sol:none__json_schema PASS 100% 250 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-sol:xhigh PASS 100% 216 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 245 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-terra:high PASS 100% 208 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-terra:high__json_schema PASS 100% 247 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-terra:low PASS 100% 215 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-terra:low__json_schema PASS 100% 249 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-terra:max PASS 100% 210 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-terra:max__json_schema PASS 100% 239 in → 88 out (70 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-terra:medium PASS 100% 211 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-terra:medium__json_schema PASS 100% 253 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-terra:none PASS 100% 211 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-terra:none__json_schema PASS 100% 251 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-5.6-terra:xhigh PASS 100% 215 in → 8 out (0 reasoning)
git worktree prune
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 244 in → 16 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-oss-120b:high PASS 100% 280 in → 224 out (257 reasoning)
git worktree prune
openai/gpt-oss-120b:high__json_schema PASS 100% 272 in → 235 out (217 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-oss-120b:low PASS 100% 261 in → 38 out (27 reasoning)
git worktree prune
openai/gpt-oss-120b:low__json_schema PASS 100% 268 in → 32 out (14 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
openai/gpt-oss-120b:medium PASS 100% 275 in → 103 out (99 reasoning)
git worktree prune
openai/gpt-oss-120b:medium__json_schema PASS 100% 276 in → 110 out (92 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-oss-120b:xhigh PASS 100% 279 in → 206 out (192 reasoning)
git worktree prune
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 271 in → 340 out (370 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-oss-20b:high PASS 100% 269 in → 198 out (208 reasoning)
git worktree prune
openai/gpt-oss-20b:high__json_schema PASS 100% 278 in → 529 out (558 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
openai/gpt-oss-20b:low PASS 100% 273 in → 24 out (10 reasoning)
git worktree prune
openai/gpt-oss-20b:low__json_schema PASS 100% 276 in → 8 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-oss-20b:medium PASS 100% 278 in → 143 out (155 reasoning)
git worktree prune
openai/gpt-oss-20b:medium__json_schema PASS 100% 369 in → 140 out (119 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
openai/gpt-oss-20b:xhigh PASS 100% 272 in → 164 out (150 reasoning)
git worktree prune
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 266 in → 8 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
poolside/laguna-m.1:high PASS 100% 252 in → 367 out (360 reasoning)
git worktree prune
poolside/laguna-m.1:high__json_schema PASS 100% 254 in → 441 out (426 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
poolside/laguna-m.1:low PASS 100% 259 in → 259 out (252 reasoning)
git worktree prune
poolside/laguna-m.1:low__json_schema PASS 100% 260 in → 330 out (315 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
poolside/laguna-m.1:medium PASS 100% 257 in → 226 out (219 reasoning)
git worktree prune
poolside/laguna-m.1:medium__json_schema PASS 100% 263 in → 202 out (192 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
poolside/laguna-m.1:none PASS 100% 257 in → 6 out (0 reasoning)
git worktree prune
poolside/laguna-m.1:none__json_schema PASS 100% 256 in → 10 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-m.1:xhigh PASS 100% 254 in → 291 out (279 reasoning)
```bash git worktree prune ```
poolside/laguna-m.1:xhigh__json_schema PASS 100% 261 in → 148 out (137 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs-2.1:high PASS 100% 259 in → 251 out (246 reasoning)
git worktree prune
poolside/laguna-xs-2.1:high__json_schema PASS 100% 246 in → 250 out (239 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs-2.1:low PASS 100% 258 in → 207 out (202 reasoning)
git worktree prune
poolside/laguna-xs-2.1:low__json_schema PASS 100% 254 in → 197 out (186 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs-2.1:medium PASS 100% 257 in → 318 out (313 reasoning)
git worktree prune
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 257 in → 261 out (245 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
poolside/laguna-xs-2.1:none PASS 100% 255 in → 4 out (0 reasoning)
git worktree prune
poolside/laguna-xs-2.1:none__json_schema PASS 100% 258 in → 10 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs-2.1:xhigh PASS 100% 261 in → 191 out (186 reasoning)
git worktree prune
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 259 in → 244 out (228 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
poolside/laguna-xs.2:high PASS 100% 292 in → 161 out (154 reasoning)
git worktree prune
poolside/laguna-xs.2:high__json_schema PASS 100% 290 in → 127 out (116 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs.2:low PASS 100% 293 in → 152 out (145 reasoning)
git worktree prune
poolside/laguna-xs.2:low__json_schema PASS 100% 292 in → 193 out (182 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs.2:medium PASS 100% 293 in → 116 out (109 reasoning)
git worktree prune
poolside/laguna-xs.2:medium__json_schema PASS 100% 301 in → 118 out (107 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
poolside/laguna-xs.2:none PASS 100% 288 in → 6 out (0 reasoning)
git worktree prune
poolside/laguna-xs.2:none__json_schema PASS 100% 292 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
poolside/laguna-xs.2:xhigh PASS 100% 293 in → 108 out (101 reasoning)
git worktree prune
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 296 in → 100 out (89 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
qwen/qwen3.6-27b:high PASS 100% 257 in → 871 out (918 reasoning)
git worktree prune
qwen/qwen3.6-27b:high__json_schema PASS 100% 264 in → 12 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-27b:low PASS 100% 262 in → 753 out (1 reasoning)
git worktree prune
qwen/qwen3.6-27b:low__json_schema PASS 100% 269 in → 846 out (1 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-27b:medium PASS 100% 261 in → 1,172 out (1,102 reasoning)
git worktree prune
qwen/qwen3.6-27b:none PASS 100% 261 in → 5 out (0 reasoning)
git worktree prune
qwen/qwen3.6-27b:none__json_schema PASS 100% 264 in → 15 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-27b:xhigh PASS 100% 260 in → 1,030 out (1,024 reasoning)
git worktree prune
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 264 in → 966 out (1 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-35b-a3b:high PASS 100% 260 in → 1,134 out (1,147 reasoning)
git worktree prune
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 259 in → 622 out (625 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-35b-a3b:low PASS 100% 261 in → 401 out (392 reasoning)
git worktree prune
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 260 in → 1,008 out (1,012 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-35b-a3b:medium PASS 100% 264 in → 1,011 out (1,022 reasoning)
git worktree prune
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 258 in → 1,227 out (1,233 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-35b-a3b:none PASS 100% 272 in → 4 out (0 reasoning)
git worktree prune
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 264 in → 12 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 261 in → 927 out (918 reasoning)
git worktree prune
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 263 in → 1,088 out (1,102 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
qwen/qwen3.6-flash:high PASS 100% 264 in → 1,443 out (1,434 reasoning)
git worktree prune
qwen/qwen3.6-flash:low PASS 100% 269 in → 616 out (607 reasoning)
git worktree prune
qwen/qwen3.6-flash:medium PASS 100% 263 in → 1,113 out (1,104 reasoning)
git worktree prune
qwen/qwen3.6-flash:none PASS 100% 267 in → 4 out (0 reasoning)
git worktree prune
qwen/qwen3.6-flash:xhigh PASS 100% 259 in → 1,382 out (1,373 reasoning)
git worktree prune
qwen/qwen3.7-flash:high PASS 100% 270 in → 574 out (565 reasoning)
git worktree prune
qwen/qwen3.7-flash:low PASS 100% 264 in → 962 out (953 reasoning)
git worktree prune
qwen/qwen3.7-flash:low__json_schema PASS 100% 270 in → 796 out (787 reasoning)
git worktree prune
qwen/qwen3.7-flash:max PASS 100% 263 in → 820 out (811 reasoning)
git worktree prune
qwen/qwen3.7-flash:medium PASS 100% 266 in → 637 out (628 reasoning)
git worktree prune
qwen/qwen3.7-flash:none PASS 100% 257 in → 4 out (0 reasoning)
git worktree prune
qwen/qwen3.7-flash:xhigh PASS 100% 267 in → 893 out (884 reasoning)
git worktree prune
qwen/qwen3.7-max:high PASS 100% 262 in → 115 out (106 reasoning)
git worktree prune
qwen/qwen3.7-max:low PASS 100% 261 in → 129 out (120 reasoning)
git worktree prune
qwen/qwen3.7-max:medium PASS 100% 261 in → 79 out (70 reasoning)
git worktree prune
qwen/qwen3.7-max:none PASS 100% 260 in → 4 out (0 reasoning)
git worktree prune
qwen/qwen3.7-max:xhigh PASS 100% 255 in → 118 out (109 reasoning)
git worktree prune
qwen/qwen3.7-plus:high PASS 100% 263 in → 329 out (320 reasoning)
git worktree prune
qwen/qwen3.7-plus:low PASS 100% 260 in → 780 out (771 reasoning)
git worktree prune
qwen/qwen3.7-plus:medium PASS 100% 262 in → 296 out (287 reasoning)
git worktree prune
qwen/qwen3.7-plus:none PASS 100% 263 in → 4 out (0 reasoning)
git worktree prune
qwen/qwen3.7-plus:xhigh PASS 100% 270 in → 361 out (352 reasoning)
git worktree prune
tencent/hy3:high PASS 100% 226 in → 101 out (95 reasoning)
git worktree prune
tencent/hy3:high__json_schema PASS 100% 234 in → 323 out (336 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
tencent/hy3:low PASS 100% 215 in → 594 out (588 reasoning)
git worktree prune
tencent/hy3:low__json_schema PASS 100% 225 in → 278 out (286 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
tencent/hy3:medium PASS 100% 219 in → 317 out (311 reasoning)
git worktree prune
tencent/hy3:medium__json_schema PASS 100% 224 in → 260 out (265 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
tencent/hy3:none PASS 100% 238 in → 5 out (0 reasoning)
git worktree prune
tencent/hy3:none__json_schema PASS 100% 224 in → 12 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
tencent/hy3:xhigh PASS 100% 227 in → 1,056 out (1,050 reasoning)
git worktree prune
tencent/hy3:xhigh__json_schema PASS 100% 225 in → 311 out (325 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling-small:high PASS 100% 220 in → 116 out (106 reasoning)
git worktree prune
thinkingmachines/inkling-small:high__json_schema PASS 100% 222 in → 133 out (116 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling-small:low PASS 100% 220 in → 28 out (21 reasoning)
git worktree prune
thinkingmachines/inkling-small:low__json_schema PASS 100% 223 in → 34 out (17 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling-small:max PASS 100% 225 in → 261 out (251 reasoning)
git worktree prune
thinkingmachines/inkling-small:max__json_schema PASS 100% 220 in → 155 out (138 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling-small:medium PASS 100% 228 in → 80 out (76 reasoning)
git worktree prune
thinkingmachines/inkling-small:medium__json_schema PASS 100% 224 in → 106 out (93 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
thinkingmachines/inkling-small:none PASS 100% 226 in → 7 out (0 reasoning)
git worktree prune
thinkingmachines/inkling-small:xhigh PASS 100% 223 in → 199 out (217 reasoning)
git worktree prune
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 221 in → 124 out (108 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling:high PASS 100% 225 in → 139 out (128 reasoning)
git worktree prune
thinkingmachines/inkling:low PASS 100% 225 in → 20 out (12 reasoning)
git worktree prune
thinkingmachines/inkling:low__json_schema PASS 100% 228 in → 26 out (9 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling:max PASS 100% 222 in → 177 out (167 reasoning)
git worktree prune
thinkingmachines/inkling:max__json_schema PASS 100% 223 in → 147 out (131 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
thinkingmachines/inkling:medium PASS 100% 212 in → 32 out (27 reasoning)
git worktree prune
thinkingmachines/inkling:none PASS 100% 223 in → 7 out (0 reasoning)
git worktree prune
thinkingmachines/inkling:xhigh PASS 100% 219 in → 174 out (193 reasoning)
git worktree prune
thinkingmachines/inkling:xhigh__json_schema PASS 100% 227 in → 167 out (150 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
x-ai/grok-4.3:high PASS 100% 384 in → 101 out (97 reasoning)
git worktree prune
x-ai/grok-4.3:high__json_schema PASS 100% 435 in → 160 out (152 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.3:low PASS 100% 387 in → 129 out (125 reasoning)
git worktree prune
x-ai/grok-4.3:low__json_schema PASS 100% 435 in → 242 out (234 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.3:max PASS 100% 385 in → 129 out (123 reasoning)
`git worktree prune`
x-ai/grok-4.3:max__json_schema PASS 100% 438 in → 244 out (236 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.3:medium PASS 100% 394 in → 121 out (117 reasoning)
git worktree prune
x-ai/grok-4.3:medium__json_schema PASS 100% 445 in → 481 out (469 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
x-ai/grok-4.3:none PASS 100% 373 in → 4 out (0 reasoning)
git worktree prune
x-ai/grok-4.3:none__json_schema PASS 100% 435 in → 8 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.3:xhigh PASS 100% 391 in → 186 out (182 reasoning)
git worktree prune
x-ai/grok-4.3:xhigh__json_schema PASS 100% 437 in → 304 out (296 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.5:high PASS 100% 427 in → 76 out (68 reasoning)
``` git worktree prune ```
x-ai/grok-4.5:high__json_schema PASS 100% 489 in → 235 out (226 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.5:low PASS 100% 430 in → 94 out (85 reasoning)
```git git worktree prune ```
x-ai/grok-4.5:low__json_schema PASS 100% 494 in → 184 out (175 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.5:max PASS 100% 429 in → 103 out (99 reasoning)
git worktree prune
x-ai/grok-4.5:max__json_schema PASS 100% 490 in → 423 out (414 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
x-ai/grok-4.5:medium PASS 100% 425 in → 286 out (278 reasoning)
``` git worktree prune ```
x-ai/grok-4.5:medium__json_schema PASS 100% 485 in → 301 out (292 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
x-ai/grok-4.5:xhigh PASS 100% 432 in → 210 out (206 reasoning)
git worktree prune
x-ai/grok-4.5:xhigh__json_schema PASS 100% 489 in → 328 out (319 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command":"git worktree prune"}
z-ai/glm-4.7-flash:high PASS 100% 226 in → 364 out (373 reasoning)
git worktree prune
z-ai/glm-4.7-flash:low PASS 100% 228 in → 307 out (327 reasoning)
git worktree prune
z-ai/glm-4.7-flash:low__json_schema PASS 100% 218 in → 358 out (370 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
z-ai/glm-4.7-flash:medium PASS 100% 222 in → 341 out (335 reasoning)
git worktree prune
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 220 in → 322 out (321 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
z-ai/glm-4.7-flash:none PASS 100% 219 in → 5 out (0 reasoning)
git worktree prune
z-ai/glm-4.7-flash:none__json_schema PASS 100% 220 in → 10 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
z-ai/glm-4.7-flash:xhigh PASS 100% 221 in → 445 out (448 reasoning)
git worktree prune
z-ai/glm-5.2:high PASS 100% 230 in → 157 out (174 reasoning)
git worktree prune
z-ai/glm-5.2:low PASS 100% 232 in → 217 out (211 reasoning)
git worktree prune
z-ai/glm-5.2:low__json_schema PASS 100% 231 in → 76 out (72 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) {"command": "git worktree prune"}
z-ai/glm-5.2:medium PASS 100% 233 in → 229 out (245 reasoning)
git worktree prune
z-ai/glm-5.2:medium__json_schema PASS 100% 235 in → 213 out (215 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
z-ai/glm-5.2:none PASS 100% 227 in → 4 out (0 reasoning)
git worktree prune
z-ai/glm-5.2:none__json_schema PASS 100% 230 in → 12 out (0 reasoning)
git worktree prune
JSON Schema Structured Output
(raw) { "command": "git worktree prune" }
z-ai/glm-5.2:xhigh PASS 100% 233 in → 376 out (369 reasoning)
git worktree prune
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
arcee-ai/trinity-mini:high__json_schema FAIL 0% 213 in → 638 out (711 reasoning)
git worktreeremove feature-wt
JSON Schema Structured Output
(raw) { "command": "git worktreeremove feature-wt" }
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
arcee-ai/trinity-mini:medium FAIL 0% 200 in → 375 out (454 reasoning)
gitworktree prune
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
arcee-ai/trinity-mini:xhigh FAIL 0% 206 in → 775 out (888 reasoning)
gitworktree prune
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
arcee-ai/trinity-mini:xhigh__json_schema FAIL 0% 205 in → 405 out (464 reasoning)
git worktreeprune
JSON Schema Structured Output
(raw) { "command": "git worktreeprune" }
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
Invalid JSON. Output: gitworktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
deepseek/deepseek-v4-flash:xhigh FAIL 0% 298 in → 209 out (230 reasoning)
gitworktree prune
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 2 (char 1)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 2 (char 1)
moonshotai/kimi-k2.6:xhigh__json_schema FAIL 0% 208 in → 376 out (368 reasoning)
.*?
JSON Schema Structured Output
(raw) {"command":".*?"}
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
moonshotai/kimi-k2.7-code:xhigh FAIL 0% 203 in → 1 out (0 reasoning)
(empty output)
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
nvidia/nemotron-3-nano-30b-a3b:none__json_schema FAIL 0% 282 in → 16 out (0 reasoning)
git worktree prune --force
JSON Schema Structured Output
(raw) { "command": "git worktree prune --force" }
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
openai/gpt-5.4-nano:low FAIL 0% 216 in → 16 out (0 reasoning)
git worktree prune --expire=now ../feature-wt
Failure: Failed assertions: [{'type': 'git_output', 'command': 'git worktree list', 'not_contains': 'feature-wt'}]
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-498fcf55-cbbc-9daa-9014-e06b68d53b1c","request_id":"498fcf55-cbbc-9daa-9014-e06b68d53b1c"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-3dcf6190-6c47-91b4-9d8f-b064cddcbfd0","request_id":"3dcf6190-6c47-91b4-9d8f-b064cddcbfd0"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-2ce1cb88-9330-99aa-866f-1a644e07deed","request_id":"2ce1cb88-9330-99aa-866f-1a644e07deed"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-7d0587fb-18be-9ad0-9c7b-02cf86366dc5","request_id":"7d0587fb-18be-9ad0-9c7b-02cf86366dc5"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-525b8bfb-c948-9862-8178-a1c4313dfede","request_id":"525b8bfb-c948-9862-8178-a1c4313dfede"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-574dae4a-50fd-9c6a-a8c3-1d06bed224f6"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-4e2fb4fd-8320-9a01-a78f-53365c9b157a"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-eab51caf-3a28-933b-aa99-6bb6934c3401"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-88ee91da-1cd8-91c9-aa65-02b974f48133"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': 'data: {"error":{"code":"invalid_parameter_error","param":null,"message":"\'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error"},"id":"chatcmpl-efcc7b8c-530b-94b3-a836-4bc8f8d3221b"}\n\n', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-d02a29a4-ff13-9fc9-89bf-3e961c3cff99","request_id":"d02a29a4-ff13-9fc9-89bf-3e961c3cff99"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-e9dc35c6-365a-9b12-9831-6786feb4c29c","request_id":"e9dc35c6-365a-9b12-9831-6786feb4c29c"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-5e8f91c1-4d74-91ef-ac59-bd9fc53b3721","request_id":"5e8f91c1-4d74-91ef-ac59-bd9fc53b3721"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-ef5df2e4-11d9-9f1d-91bf-82cdedd02277","request_id":"ef5df2e4-11d9-9f1d-91bf-82cdedd02277"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-70d1593d-4693-9d97-bcd0-989243681fdc","request_id":"70d1593d-4693-9d97-bcd0-989243681fdc"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-237dfd1a-b16c-9013-87cd-22f01cfe448a","request_id":"237dfd1a-b16c-9013-87cd-22f01cfe448a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-a275d192-6499-98e5-b901-1a34aac28bd1","request_id":"a275d192-6499-98e5-b901-1a34aac28bd1"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-ddfa9131-ca52-9923-966c-2651f8bb528a","request_id":"ddfa9131-ca52-9923-966c-2651f8bb528a"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-fbdaf872-63b6-9094-9e17-842c59d4dacb","request_id":"fbdaf872-63b6-9094-9e17-842c59d4dacb"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
(empty output)
JSON Schema Structured Output
Failure: Error code: 400 - {'error': {'message': 'Provider returned error', 'code': 400, 'metadata': {'raw': '{"error":{"message":"<400> InternalError.Algo.InvalidParameter: \'messages\' must contain the word \'json\' in some form, to use \'response_format\' of type \'json_object\'.","type":"invalid_request_error","param":null,"code":"invalid_parameter_error"},"id":"chatcmpl-ca6393c5-0290-9e8b-ab86-cb72334d83e8","request_id":"ca6393c5-0290-9e8b-ab86-cb72334d83e8"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
Invalid JSON. Output: git worktree prune{"command": "git worktree prune"}
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: {
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 3676 column 1 (char 11205)
Failure: Failed to parse structured JSON response: Expecting property name enclosed in double quotes: line 3676 column 1 (char 11205)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output:
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Invalid JSON. Output: git worktree prune
JSON Schema Structured Output
Structured Output Error
Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)
Failure: Failed to parse structured JSON response: Expecting value: line 1 column 1 (char 0)