Create detached worktree
Tests ability to create a detached worktree at a specific commit. Evaluates detached-worktree creation.

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 'v1' > version.txt
  5. 05 git add version.txt
  6. 06 git commit -m 'Version 1'
  7. 07 echo 'v2' > version.txt
  8. 08 git add version.txt
  9. 09 git commit -m 'Version 2'
Prompt
Create a detached git worktree at '../detached-wt' pointing at the first commit (HEAD~1). Output ONLY the git worktree command, nothing else.
Expected
git worktree add --detach ../detached-wt HEAD~1

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

Loading...
Loading raw attempt evidence…
anthropic/claude-fable-5:high PASS 100% 172 in → 53 out (45 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-fable-5:high__json_schema PASS 100% 375 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-fable-5:low PASS 100% 168 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-fable-5:low__json_schema PASS 100% 374 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-fable-5:max PASS 100% 164 in → 208 out (55 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-fable-5:max__json_schema PASS 100% 376 in → 132 out (44 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-fable-5:medium PASS 100% 164 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-fable-5:medium__json_schema PASS 100% 378 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-fable-5:xhigh PASS 100% 167 in → 37 out (12 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-fable-5:xhigh__json_schema PASS 100% 380 in → 56 out (28 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-haiku-4.5:high PASS 100% 169 in → 285 out (221 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-haiku-4.5:high__json_schema PASS 100% 331 in → 315 out (229 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-haiku-4.5:low PASS 100% 164 in → 186 out (146 reasoning)
``` git worktree add ../detached-wt HEAD~1 ```
anthropic/claude-haiku-4.5:low__json_schema PASS 100% 332 in → 312 out (241 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-haiku-4.5:medium PASS 100% 170 in → 173 out (117 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-haiku-4.5:medium__json_schema PASS 100% 333 in → 282 out (237 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-haiku-4.5:none PASS 100% 141 in → 24 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-haiku-4.5:none__json_schema PASS 100% 300 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-haiku-4.5:xhigh PASS 100% 172 in → 148 out (99 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-haiku-4.5:xhigh__json_schema PASS 100% 331 in → 455 out (342 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.6:high PASS 100% 137 in → 25 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.6:high__json_schema PASS 100% 303 in → 65 out (21 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.6:low PASS 100% 140 in → 24 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.6:low__json_schema PASS 100% 303 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.6:max PASS 100% 139 in → 114 out (66 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.6:max__json_schema PASS 100% 301 in → 93 out (46 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.6:medium PASS 100% 143 in → 24 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.6:medium__json_schema PASS 100% 302 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.6:none PASS 100% 142 in → 24 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.6:none__json_schema PASS 100% 306 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.6:xhigh PASS 100% 138 in → 66 out (22 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.6:xhigh__json_schema PASS 100% 298 in → 64 out (21 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.7:high PASS 100% 167 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-opus-4.7:high__json_schema PASS 100% 382 in → 32 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.7:low PASS 100% 174 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-opus-4.7:low__json_schema PASS 100% 381 in → 32 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.7:max PASS 100% 173 in → 130 out (32 reasoning)
`git worktree add --detach ../detached-wt HEAD~1`
anthropic/claude-opus-4.7:max__json_schema PASS 100% 383 in → 130 out (41 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.7:medium PASS 100% 167 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-opus-4.7:medium__json_schema PASS 100% 387 in → 32 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.7:none PASS 100% 172 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-opus-4.7:none__json_schema PASS 100% 382 in → 32 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.7:xhigh PASS 100% 177 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-opus-4.7:xhigh__json_schema PASS 100% 381 in → 32 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.8:high PASS 100% 168 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.8:high__json_schema PASS 100% 372 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.8:low PASS 100% 164 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.8:low__json_schema PASS 100% 378 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.8:max PASS 100% 166 in → 142 out (43 reasoning)
`git worktree add --detach ../detached-wt HEAD~1`
anthropic/claude-opus-4.8:max__json_schema PASS 100% 376 in → 118 out (41 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.8:medium PASS 100% 169 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.8:medium__json_schema PASS 100% 381 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.8:none PASS 100% 166 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.8:none__json_schema PASS 100% 377 in → 29 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-opus-4.8:xhigh PASS 100% 167 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-opus-4.8:xhigh__json_schema PASS 100% 376 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-4.6:high PASS 100% 138 in → 139 out (81 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-sonnet-4.6:high__json_schema PASS 100% 303 in → 102 out (57 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-4.6:low PASS 100% 140 in → 24 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-4.6:low__json_schema PASS 100% 302 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-4.6:max PASS 100% 139 in → 171 out (109 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-4.6:max__json_schema PASS 100% 303 in → 136 out (86 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-4.6:medium PASS 100% 137 in → 52 out (12 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-sonnet-4.6:medium__json_schema PASS 100% 304 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-4.6:none PASS 100% 141 in → 24 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-4.6:none__json_schema PASS 100% 302 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-4.6:xhigh PASS 100% 143 in → 147 out (87 reasoning)
git worktree add --detach ../detached-wt HEAD~1
anthropic/claude-sonnet-4.6:xhigh__json_schema PASS 100% 299 in → 94 out (47 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-5:high PASS 100% 169 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-5:high__json_schema PASS 100% 381 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-5:low PASS 100% 168 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-5:low__json_schema PASS 100% 375 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-5:medium PASS 100% 163 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-5:medium__json_schema PASS 100% 380 in → 30 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-5:none PASS 100% 164 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-5:none__json_schema PASS 100% 374 in → 29 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
anthropic/claude-sonnet-5:xhigh PASS 100% 164 in → 27 out (0 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
anthropic/claude-sonnet-5:xhigh__json_schema PASS 100% 372 in → 75 out (33 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
arcee-ai/trinity-large-thinking:high PASS 100% 117 in → 349 out (338 reasoning)
git worktree add ../detached-wt HEAD~1
arcee-ai/trinity-large-thinking:low PASS 100% 116 in → 673 out (660 reasoning)
git worktree add '../detached-wt' HEAD~1
arcee-ai/trinity-large-thinking:medium PASS 100% 115 in → 579 out (570 reasoning)
git worktree add '../detached-wt' HEAD~1
arcee-ai/trinity-large-thinking:xhigh PASS 100% 114 in → 461 out (452 reasoning)
git worktree add ../detached-wt HEAD~1
arcee-ai/trinity-mini:high__json_schema PASS 100% 122 in → 418 out (422 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
arcee-ai/trinity-mini:low PASS 100% 115 in → 1,402 out (1,443 reasoning)
git worktree add ../detached-wt HEAD~1
arcee-ai/trinity-mini:medium__json_schema PASS 100% 121 in → 371 out (392 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
arcee-ai/trinity-mini:xhigh PASS 100% 119 in → 419 out (443 reasoning)
git worktree add ../detached-wt HEAD~1
arcee-ai/trinity-mini:xhigh__json_schema PASS 100% 121 in → 1,069 out (1,150 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
deepseek/deepseek-v4-flash-0731:high PASS 100% 200 in → 149 out (133 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-flash-0731:high__json_schema PASS 100% 202 in → 76 out (53 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
deepseek/deepseek-v4-flash-0731:low PASS 100% 119 in → 135 out (122 reasoning)
git worktree add ../detached-wt HEAD~1
deepseek/deepseek-v4-flash-0731:low__json_schema PASS 100% 122 in → 123 out (97 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
deepseek/deepseek-v4-flash-0731:max PASS 100% 215 in → 371 out (355 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-flash-0731:max__json_schema PASS 100% 201 in → 205 out (179 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
deepseek/deepseek-v4-flash-0731:medium PASS 100% 118 in → 224 out (201 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-flash-0731:medium__json_schema PASS 100% 118 in → 358 out (353 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
deepseek/deepseek-v4-flash-0731:none PASS 100% 123 in → 13 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
deepseek/deepseek-v4-flash-0731:none__json_schema PASS 100% 124 in → 22 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
deepseek/deepseek-v4-flash-0731:xhigh PASS 100% 196 in → 159 out (143 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-flash-0731:xhigh__json_schema PASS 100% 202 in → 97 out (76 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
deepseek/deepseek-v4-flash:high PASS 100% 120 in → 105 out (92 reasoning)
git worktree add ../detached-wt HEAD~1
deepseek/deepseek-v4-flash:high__json_schema PASS 100% 185 in → 134 out (97 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
deepseek/deepseek-v4-flash:low PASS 100% 117 in → 171 out (154 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-flash:low__json_schema PASS 100% 216 in → 18 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
deepseek/deepseek-v4-flash:medium PASS 100% 120 in → 118 out (105 reasoning)
git worktree add ../detached-wt HEAD~1
deepseek/deepseek-v4-flash:medium__json_schema PASS 100% 121 in → 306 out (286 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
deepseek/deepseek-v4-flash:none PASS 100% 121 in → 21 out (0 reasoning)
```bash git worktree add --detach ../detached-wt HEAD~1 ```
deepseek/deepseek-v4-flash:none__json_schema PASS 100% 123 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
deepseek/deepseek-v4-flash:xhigh PASS 100% 206 in → 748 out (734 reasoning)
git worktree add ../detached-wt HEAD~1
deepseek/deepseek-v4-pro:high PASS 100% 125 in → 279 out (263 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-pro:high__json_schema PASS 100% 123 in → 158 out (136 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
deepseek/deepseek-v4-pro:low PASS 100% 118 in → 305 out (288 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-pro:low__json_schema PASS 100% 119 in → 210 out (193 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
deepseek/deepseek-v4-pro:medium PASS 100% 118 in → 216 out (199 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-pro:medium__json_schema PASS 100% 306 in → 214 out (192 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
deepseek/deepseek-v4-pro:none PASS 100% 124 in → 16 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-pro:none__json_schema PASS 100% 307 in → 21 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
deepseek/deepseek-v4-pro:xhigh PASS 100% 195 in → 793 out (776 reasoning)
git worktree add --detach ../detached-wt HEAD~1
deepseek/deepseek-v4-pro:xhigh__json_schema PASS 100% 387 in → 260 out (239 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3-flash-preview:high PASS 100% 141 in → 230 out (217 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3-flash-preview:high__json_schema PASS 100% 144 in → 219 out (203 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
google/gemini-3-flash-preview:low PASS 100% 145 in → 178 out (165 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3-flash-preview:low__json_schema PASS 100% 198 in → 278 out (261 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3-flash-preview:medium PASS 100% 143 in → 300 out (287 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3-flash-preview:medium__json_schema PASS 100% 200 in → 224 out (206 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3-flash-preview:xhigh PASS 100% 140 in → 263 out (250 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3-flash-preview:xhigh__json_schema PASS 100% 199 in → 292 out (275 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.1-flash-lite-preview:high PASS 100% 145 in → 279 out (268 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemini-3.1-flash-lite-preview:high__json_schema PASS 100% 198 in → 214 out (198 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
google/gemini-3.1-flash-lite-preview:low PASS 100% 144 in → 237 out (224 reasoning)
git worktree add ../detached-wt HEAD~1 --detach
google/gemini-3.1-flash-lite-preview:low__json_schema PASS 100% 196 in → 143 out (122 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
google/gemini-3.1-flash-lite-preview:medium PASS 100% 146 in → 156 out (145 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemini-3.1-flash-lite-preview:medium__json_schema PASS 100% 144 in → 181 out (163 reasoning)
git worktree add ../detached-wt HEAD~1 --detach
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1 --detach"}
google/gemini-3.1-flash-lite-preview:xhigh PASS 100% 142 in → 435 out (424 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemini-3.1-flash-lite-preview:xhigh__json_schema PASS 100% 143 in → 252 out (236 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
google/gemini-3.1-pro-preview:high PASS 100% 145 in → 332 out (319 reasoning)
git worktree add -d ../detached-wt HEAD~1
google/gemini-3.1-pro-preview:high__json_schema PASS 100% 197 in → 356 out (338 reasoning)
git worktree add -d ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add -d ../detached-wt HEAD~1"}
google/gemini-3.1-pro-preview:low PASS 100% 141 in → 233 out (220 reasoning)
git worktree add -d ../detached-wt HEAD~1
google/gemini-3.1-pro-preview:low__json_schema PASS 100% 197 in → 275 out (258 reasoning)
git worktree add -d ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add -d ../detached-wt HEAD~1"}
google/gemini-3.1-pro-preview:medium PASS 100% 142 in → 310 out (297 reasoning)
git worktree add -d ../detached-wt HEAD~1
google/gemini-3.1-pro-preview:medium__json_schema PASS 100% 193 in → 304 out (286 reasoning)
git worktree add -d ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add -d ../detached-wt HEAD~1"}
google/gemini-3.1-pro-preview:xhigh PASS 100% 140 in → 371 out (358 reasoning)
git worktree add -d ../detached-wt HEAD~1
google/gemini-3.1-pro-preview:xhigh__json_schema PASS 100% 202 in → 250 out (233 reasoning)
git worktree add -d ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add -d ../detached-wt HEAD~1"}
google/gemini-3.5-flash-lite:high PASS 100% 144 in → 393 out (382 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemini-3.5-flash-lite:high__json_schema PASS 100% 142 in → 283 out (265 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.5-flash-lite:low PASS 100% 141 in → 13 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.5-flash-lite:low__json_schema PASS 100% 194 in → 23 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
google/gemini-3.5-flash-lite:max PASS 100% 141 in → 435 out (424 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemini-3.5-flash-lite:max__json_schema PASS 100% 201 in → 351 out (333 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.5-flash-lite:medium PASS 100% 148 in → 261 out (250 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemini-3.5-flash-lite:medium__json_schema PASS 100% 200 in → 205 out (187 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.5-flash-lite:xhigh PASS 100% 146 in → 481 out (468 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.5-flash-lite:xhigh__json_schema PASS 100% 144 in → 263 out (245 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.5-flash:high PASS 100% 144 in → 567 out (554 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.5-flash:high__json_schema PASS 100% 199 in → 410 out (392 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.5-flash:low PASS 100% 140 in → 270 out (257 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.5-flash:low__json_schema PASS 100% 197 in → 127 out (104 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
google/gemini-3.5-flash:medium PASS 100% 141 in → 800 out (787 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.5-flash:medium__json_schema PASS 100% 201 in → 115 out (96 reasoning)
git worktree add --detach '../detached-wt' HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach '../detached-wt' HEAD~1"}
google/gemini-3.5-flash:xhigh PASS 100% 142 in → 543 out (530 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.5-flash:xhigh__json_schema PASS 100% 198 in → 312 out (294 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.6-flash:high PASS 100% 143 in → 323 out (310 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.6-flash:high__json_schema PASS 100% 143 in → 361 out (344 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.6-flash:low PASS 100% 145 in → 111 out (98 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.6-flash:low__json_schema PASS 100% 143 in → 23 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
google/gemini-3.6-flash:max PASS 100% 143 in → 422 out (409 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.6-flash:max__json_schema PASS 100% 199 in → 326 out (309 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.6-flash:medium PASS 100% 142 in → 426 out (413 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.6-flash:medium__json_schema PASS 100% 198 in → 203 out (186 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemini-3.6-flash:xhigh PASS 100% 140 in → 341 out (328 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemini-3.6-flash:xhigh__json_schema PASS 100% 143 in → 400 out (383 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemma-4-26b-a4b-it:high PASS 100% 160 in → 552 out (540 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-26b-a4b-it:high__json_schema PASS 100% 157 in → 507 out (374 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
google/gemma-4-26b-a4b-it:low PASS 100% 159 in → 377 out (320 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-26b-a4b-it:low__json_schema PASS 100% 163 in → 349 out (233 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
google/gemma-4-26b-a4b-it:medium PASS 100% 159 in → 407 out (345 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-26b-a4b-it:medium__json_schema PASS 100% 164 in → 387 out (269 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
google/gemma-4-26b-a4b-it:none PASS 100% 158 in → 14 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemma-4-26b-a4b-it:none__json_schema PASS 100% 158 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
google/gemma-4-26b-a4b-it:xhigh PASS 100% 160 in → 471 out (377 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-26b-a4b-it:xhigh__json_schema PASS 100% 155 in → 346 out (274 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
google/gemma-4-31b-it:high PASS 100% 155 in → 135 out (105 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-31b-it:high__json_schema PASS 100% 159 in → 152 out (112 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
google/gemma-4-31b-it:low PASS 100% 162 in → 225 out (213 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-31b-it:low__json_schema PASS 100% 160 in → 135 out (118 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt HEAD~1"}
google/gemma-4-31b-it:medium PASS 100% 163 in → 121 out (109 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-31b-it:medium__json_schema PASS 100% 160 in → 142 out (125 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt HEAD~1"}
google/gemma-4-31b-it:none PASS 100% 155 in → 14 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
google/gemma-4-31b-it:none__json_schema PASS 100% 154 in → 19 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
google/gemma-4-31b-it:xhigh PASS 100% 159 in → 128 out (97 reasoning)
git worktree add ../detached-wt HEAD~1
google/gemma-4-31b-it:xhigh__json_schema PASS 100% 159 in → 140 out (98 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
ibm-granite/granite-4.1-8b PASS 100% 132 in → 13 out
git worktree add ../detached-wt HEAD~1
ibm-granite/granite-4.1-8b__json_schema PASS 100% 136 in → 20 out
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
inclusionai/ling-2.6-flash PASS 100% 158 in → 16 out
git worktree add ../detached-wt HEAD~1 --detach
inclusionai/ling-2.6-flash__json_schema PASS 100% 161 in → 20 out
git worktree add ../detached-wt HEAD~1 --detach
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt HEAD~1 --detach"}
minimax/minimax-m2.5:high PASS 100% 148 in → 240 out (214 reasoning)
git worktree add ../detached-wt HEAD~1
minimax/minimax-m2.5:high__json_schema PASS 100% 149 in → 184 out (156 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
minimax/minimax-m2.5:low PASS 100% 162 in → 140 out (126 reasoning)
git worktree add ../detached-wt HEAD~1
minimax/minimax-m2.5:low__json_schema PASS 100% 147 in → 511 out (456 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
minimax/minimax-m2.5:medium PASS 100% 146 in → 212 out (180 reasoning)
git worktree add ../detached-wt HEAD~1
minimax/minimax-m2.5:medium__json_schema PASS 100% 161 in → 216 out (195 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
minimax/minimax-m2.5:xhigh PASS 100% 152 in → 416 out (402 reasoning)
git worktree add ../detached-wt HEAD~1
minimax/minimax-m2.5:xhigh__json_schema PASS 100% 162 in → 142 out (122 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
minimax/minimax-m2.7:high PASS 100% 149 in → 256 out (243 reasoning)
git worktree add ../detached-wt HEAD~1
minimax/minimax-m2.7:high__json_schema PASS 100% 279 in → 731 out (709 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
minimax/minimax-m2.7:low PASS 100% 148 in → 582 out (568 reasoning)
git worktree add -d ../detached-wt HEAD~1
minimax/minimax-m2.7:low__json_schema PASS 100% 277 in → 474 out (456 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt HEAD~1"}
minimax/minimax-m2.7:medium PASS 100% 147 in → 319 out (306 reasoning)
git worktree add ../detached-wt HEAD~1
minimax/minimax-m2.7:medium__json_schema PASS 100% 276 in → 986 out (968 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt HEAD~1"}
minimax/minimax-m2.7:xhigh PASS 100% 148 in → 334 out (318 reasoning)
git worktree add ../detached-wt HEAD~1 --detach
minimax/minimax-m2.7:xhigh__json_schema PASS 100% 280 in → 1,131 out (1,107 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
minimax/minimax-m3:high PASS 100% 287 in → 76 out (60 reasoning)
git worktree add --detach ../detached-wt HEAD~1
minimax/minimax-m3:high__json_schema PASS 100% 272 in → 20 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
minimax/minimax-m3:low PASS 100% 232 in → 97 out (81 reasoning)
git worktree add --detach ../detached-wt HEAD~1
minimax/minimax-m3:low__json_schema PASS 100% 272 in → 20 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
minimax/minimax-m3:medium PASS 100% 284 in → 76 out (62 reasoning)
git worktree add --detach ../detached-wt HEAD~1
minimax/minimax-m3:medium__json_schema PASS 100% 277 in → 23 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
minimax/minimax-m3:xhigh PASS 100% 282 in → 54 out (40 reasoning)
git worktree add --detach ../detached-wt HEAD~1
minimax/minimax-m3:xhigh__json_schema PASS 100% 272 in → 20 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
mistralai/devstral-2512 PASS 100% 145 in → 21 out
```bash git worktree add --detach ../detached-wt HEAD~1 ```
mistralai/devstral-2512__json_schema PASS 100% 145 in → 21 out
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
mistralai/mistral-medium-3-5:high PASS 100% 157 in → 618 out (621 reasoning)
git worktree add ../detached-wt HEAD~1
mistralai/mistral-medium-3-5:high__json_schema PASS 100% 148 in → 194 out (180 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
mistralai/mistral-medium-3-5:low PASS 100% 153 in → 377 out (350 reasoning)
git worktree add ../detached-wt HEAD~1
mistralai/mistral-medium-3-5:low__json_schema PASS 100% 144 in → 225 out (210 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
mistralai/mistral-medium-3-5:medium PASS 100% 157 in → 687 out (714 reasoning)
git worktree add ../detached-wt HEAD~1
mistralai/mistral-medium-3-5:medium__json_schema PASS 100% 143 in → 317 out (265 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
mistralai/mistral-medium-3-5:none PASS 100% 158 in → 21 out (0 reasoning)
```sh git worktree add ../detached-wt HEAD~1 --detach ```
mistralai/mistral-medium-3-5:none__json_schema PASS 100% 142 in → 21 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
mistralai/mistral-medium-3-5:xhigh PASS 100% 158 in → 665 out (687 reasoning)
git worktree add ../detached-wt HEAD~1
mistralai/mistral-medium-3-5:xhigh__json_schema PASS 100% 142 in → 286 out (278 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
moonshotai/kimi-k2.6:high PASS 100% 114 in → 383 out (362 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.6:high__json_schema PASS 100% 118 in → 317 out (183 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
moonshotai/kimi-k2.6:low PASS 100% 116 in → 280 out (292 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.6:low__json_schema PASS 100% 113 in → 457 out (436 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
moonshotai/kimi-k2.6:medium PASS 100% 120 in → 470 out (454 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.6:medium__json_schema PASS 100% 114 in → 405 out (301 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
moonshotai/kimi-k2.6:xhigh PASS 100% 116 in → 367 out (356 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.6:xhigh__json_schema PASS 100% 114 in → 450 out (427 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
moonshotai/kimi-k2.7-code:high PASS 100% 116 in → 151 out (135 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.7-code:low PASS 100% 116 in → 216 out (200 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.7-code:low__json_schema PASS 100% 114 in → 167 out (149 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
moonshotai/kimi-k2.7-code:medium PASS 100% 114 in → 214 out (198 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.7-code:medium__json_schema PASS 100% 117 in → 135 out (110 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
moonshotai/kimi-k2.7-code:xhigh PASS 100% 115 in → 246 out (232 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k2.7-code:xhigh__json_schema PASS 100% 120 in → 182 out (159 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
moonshotai/kimi-k3:high PASS 100% 189 in → 94 out (65 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:high__json_schema PASS 100% 287 in → 102 out (69 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
moonshotai/kimi-k3:low PASS 100% 190 in → 92 out (63 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:low__json_schema PASS 100% 194 in → 199 out (170 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:max PASS 100% 189 in → 91 out (62 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:max__json_schema PASS 100% 196 in → 151 out (122 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:medium PASS 100% 195 in → 119 out (90 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:medium__json_schema PASS 100% 194 in → 92 out (63 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:xhigh PASS 100% 194 in → 117 out (88 reasoning)
git worktree add --detach ../detached-wt HEAD~1
moonshotai/kimi-k3:xhigh__json_schema PASS 100% 289 in → 95 out (62 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
nvidia/nemotron-3-nano-30b-a3b:high PASS 100% 160 in → 157 out (155 reasoning)
git worktree add ../detached-wt HEAD~1
nvidia/nemotron-3-nano-30b-a3b:high__json_schema PASS 100% 153 in → 174 out (158 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1" }
nvidia/nemotron-3-nano-30b-a3b:low PASS 100% 156 in → 184 out (185 reasoning)
git worktree add '../detached-wt' HEAD~1
nvidia/nemotron-3-nano-30b-a3b:low__json_schema PASS 100% 154 in → 255 out (245 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
nvidia/nemotron-3-nano-30b-a3b:medium PASS 100% 155 in → 371 out (390 reasoning)
git worktree add ../detached-wt HEAD~1
nvidia/nemotron-3-nano-30b-a3b:medium__json_schema PASS 100% 157 in → 829 out (833 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
nvidia/nemotron-3-nano-30b-a3b:none PASS 100% 159 in → 16 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
nvidia/nemotron-3-nano-30b-a3b:none__json_schema PASS 100% 161 in → 20 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
nvidia/nemotron-3-nano-30b-a3b:xhigh PASS 100% 157 in → 186 out (175 reasoning)
git worktree add --detach ../detached-wt HEAD~1
nvidia/nemotron-3-nano-30b-a3b:xhigh__json_schema PASS 100% 153 in → 193 out (170 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
nvidia/nemotron-3-super-120b-a12b:high PASS 100% 158 in → 270 out (236 reasoning)
git worktree add ../detached-wt HEAD~1
nvidia/nemotron-3-super-120b-a12b:high__json_schema PASS 100% 154 in → 222 out (199 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
nvidia/nemotron-3-super-120b-a12b:low PASS 100% 158 in → 69 out (54 reasoning)
git worktree add ../detached-wt HEAD~1
nvidia/nemotron-3-super-120b-a12b:low__json_schema PASS 100% 160 in → 258 out (228 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
nvidia/nemotron-3-super-120b-a12b:medium PASS 100% 157 in → 136 out (115 reasoning)
git worktree add --detach ../detached-wt HEAD~1
nvidia/nemotron-3-super-120b-a12b:medium__json_schema PASS 100% 159 in → 147 out (119 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
nvidia/nemotron-3-super-120b-a12b:none PASS 100% 158 in → 13 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
nvidia/nemotron-3-super-120b-a12b:none__json_schema PASS 100% 154 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
nvidia/nemotron-3-super-120b-a12b:xhigh PASS 100% 158 in → 125 out (117 reasoning)
git worktree add ../detached-wt HEAD~1
nvidia/nemotron-3-super-120b-a12b:xhigh__json_schema PASS 100% 158 in → 118 out (95 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
openai/gpt-5.4-mini:high PASS 100% 117 in → 159 out (139 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-mini:high__json_schema PASS 100% 150 in → 130 out (102 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-mini:low PASS 100% 113 in → 87 out (67 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-mini:low__json_schema PASS 100% 154 in → 87 out (59 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-mini:medium PASS 100% 114 in → 110 out (90 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-mini:medium__json_schema PASS 100% 153 in → 130 out (102 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-mini:none PASS 100% 118 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-mini:none__json_schema PASS 100% 153 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-mini:xhigh PASS 100% 113 in → 214 out (194 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-mini:xhigh__json_schema PASS 100% 152 in → 271 out (243 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-nano:high PASS 100% 117 in → 92 out (72 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-nano:high__json_schema PASS 100% 154 in → 107 out (79 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-nano:low PASS 100% 118 in → 41 out (0 reasoning)
git worktree add --detach ../detached-wt b84ba5a2bcba9e2577a3520505c82a6b09298fdc^
openai/gpt-5.4-nano:low__json_schema PASS 100% 152 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-nano:medium PASS 100% 117 in → 130 out (110 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-nano:medium__json_schema PASS 100% 151 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-nano:none PASS 100% 120 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-nano:none__json_schema PASS 100% 151 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4-nano:xhigh PASS 100% 119 in → 382 out (362 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4-nano:xhigh__json_schema PASS 100% 155 in → 546 out (518 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4:high PASS 100% 119 in → 137 out (117 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4:high__json_schema PASS 100% 151 in → 259 out (231 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4:low PASS 100% 121 in → 55 out (35 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4:low__json_schema PASS 100% 150 in → 79 out (51 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4:medium PASS 100% 121 in → 96 out (76 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4:medium__json_schema PASS 100% 151 in → 105 out (77 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4:none PASS 100% 117 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4:none__json_schema PASS 100% 151 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.4:xhigh PASS 100% 119 in → 173 out (153 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.4:xhigh__json_schema PASS 100% 154 in → 528 out (500 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.5:high PASS 100% 119 in → 117 out (97 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.5:high__json_schema PASS 100% 154 in → 232 out (204 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.5:low PASS 100% 120 in → 62 out (42 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.5:low__json_schema PASS 100% 156 in → 67 out (39 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.5:medium PASS 100% 116 in → 72 out (52 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.5:medium__json_schema PASS 100% 154 in → 115 out (87 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.5:none PASS 100% 119 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.5:none__json_schema PASS 100% 148 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.5:xhigh PASS 100% 117 in → 198 out (178 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.5:xhigh__json_schema PASS 100% 153 in → 315 out (287 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-luna:high PASS 100% 118 in → 79 out (59 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-luna:high__json_schema PASS 100% 152 in → 74 out (46 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-luna:low PASS 100% 119 in → 66 out (46 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-luna:low__json_schema PASS 100% 149 in → 61 out (33 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-luna:max PASS 100% 123 in → 112 out (92 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-luna:max__json_schema PASS 100% 154 in → 83 out (55 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-luna:medium PASS 100% 120 in → 62 out (42 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-luna:medium__json_schema PASS 100% 154 in → 69 out (41 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-luna:none PASS 100% 115 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-luna:none__json_schema PASS 100% 150 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-luna:xhigh PASS 100% 120 in → 71 out (51 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-luna:xhigh__json_schema PASS 100% 152 in → 202 out (174 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-sol:high PASS 100% 124 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-sol:high__json_schema PASS 100% 150 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-sol:low PASS 100% 117 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-sol:low__json_schema PASS 100% 156 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-sol:max PASS 100% 113 in → 65 out (45 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-sol:max__json_schema PASS 100% 153 in → 173 out (145 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-sol:medium PASS 100% 116 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-sol:medium__json_schema PASS 100% 151 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-sol:none PASS 100% 115 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-sol:none__json_schema PASS 100% 152 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-sol:xhigh PASS 100% 119 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-sol:xhigh__json_schema PASS 100% 154 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-terra:high PASS 100% 117 in → 75 out (55 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-terra:high__json_schema PASS 100% 150 in → 98 out (70 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-terra:low PASS 100% 119 in → 64 out (44 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-terra:low__json_schema PASS 100% 156 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-terra:max PASS 100% 117 in → 118 out (98 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-terra:max__json_schema PASS 100% 149 in → 132 out (104 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-terra:medium PASS 100% 116 in → 46 out (26 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-terra:medium__json_schema PASS 100% 157 in → 84 out (56 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-terra:none PASS 100% 116 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-terra:none__json_schema PASS 100% 154 in → 26 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-5.6-terra:xhigh PASS 100% 115 in → 75 out (55 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-5.6-terra:xhigh__json_schema PASS 100% 152 in → 121 out (93 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-oss-120b:high PASS 100% 180 in → 81 out (67 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-oss-120b:high__json_schema PASS 100% 165 in → 384 out (349 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-oss-120b:low PASS 100% 175 in → 46 out (21 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-oss-120b:low__json_schema PASS 100% 171 in → 64 out (31 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
openai/gpt-oss-120b:medium PASS 100% 177 in → 124 out (105 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-oss-120b:medium__json_schema PASS 100% 178 in → 22 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
openai/gpt-oss-120b:xhigh PASS 100% 168 in → 571 out (542 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-oss-120b:xhigh__json_schema PASS 100% 176 in → 361 out (376 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-oss-20b:high PASS 100% 178 in → 258 out (236 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-oss-20b:low PASS 100% 180 in → 42 out (16 reasoning)
git worktree add ../detached-wt HEAD~1 --detach
openai/gpt-oss-20b:low__json_schema PASS 100% 181 in → 74 out (46 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
openai/gpt-oss-20b:medium PASS 100% 176 in → 231 out (207 reasoning)
git worktree add -d ../detached-wt HEAD~1
openai/gpt-oss-20b:medium__json_schema PASS 100% 178 in → 165 out (136 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
openai/gpt-oss-20b:xhigh PASS 100% 186 in → 1,650 out (1,617 reasoning)
git worktree add --detach ../detached-wt HEAD~1
openai/gpt-oss-20b:xhigh__json_schema PASS 100% 277 in → 594 out (563 reasoning)
git worktree add -d ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add -d ../detached-wt HEAD~1"}
poolside/laguna-m.1:high PASS 100% 150 in → 504 out (491 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-m.1:high__json_schema PASS 100% 146 in → 429 out (411 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-m.1:low PASS 100% 142 in → 483 out (469 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-m.1:low__json_schema PASS 100% 150 in → 311 out (289 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
poolside/laguna-m.1:medium PASS 100% 145 in → 298 out (285 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-m.1:medium__json_schema PASS 100% 144 in → 395 out (373 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
poolside/laguna-m.1:none PASS 100% 145 in → 14 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-m.1:none__json_schema PASS 100% 141 in → 18 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-m.1:xhigh PASS 100% 147 in → 324 out (310 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-m.1:xhigh__json_schema PASS 100% 147 in → 342 out (320 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
poolside/laguna-xs-2.1:high PASS 100% 144 in → 520 out (508 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs-2.1:high__json_schema PASS 100% 144 in → 430 out (412 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-xs-2.1:low PASS 100% 144 in → 599 out (585 reasoning)
git worktree add --detach ../detached-wt HEAD~1
poolside/laguna-xs-2.1:low__json_schema PASS 100% 141 in → 675 out (652 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
poolside/laguna-xs-2.1:medium PASS 100% 143 in → 661 out (649 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs-2.1:medium__json_schema PASS 100% 145 in → 525 out (505 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
poolside/laguna-xs-2.1:none PASS 100% 141 in → 12 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs-2.1:none__json_schema PASS 100% 139 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
poolside/laguna-xs-2.1:xhigh PASS 100% 148 in → 652 out (640 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs-2.1:xhigh__json_schema PASS 100% 146 in → 482 out (463 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-xs.2:high PASS 100% 184 in → 201 out (187 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs.2:high__json_schema PASS 100% 180 in → 226 out (208 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-xs.2:low PASS 100% 182 in → 159 out (144 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs.2:low__json_schema PASS 100% 184 in → 160 out (142 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-xs.2:medium PASS 100% 184 in → 153 out (138 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs.2:medium__json_schema PASS 100% 183 in → 165 out (147 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-xs.2:none PASS 100% 182 in → 14 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs.2:none__json_schema PASS 100% 184 in → 18 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
poolside/laguna-xs.2:xhigh PASS 100% 184 in → 338 out (324 reasoning)
git worktree add ../detached-wt HEAD~1
poolside/laguna-xs.2:xhigh__json_schema PASS 100% 184 in → 133 out (109 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
qwen/qwen3.6-27b:high PASS 100% 144 in → 564 out (545 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-27b:low PASS 100% 142 in → 1,330 out (1,224 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-27b:medium PASS 100% 141 in → 1,490 out (1,360 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.6-27b:medium__json_schema PASS 100% 143 in → 1,273 out (1,118 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
qwen/qwen3.6-27b:none PASS 100% 151 in → 15 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.6-27b:none__json_schema PASS 100% 148 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
qwen/qwen3.6-27b:xhigh PASS 100% 147 in → 1,126 out (1,047 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.6-27b:xhigh__json_schema PASS 100% 148 in → 1,159 out (1,104 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
qwen/qwen3.6-35b-a3b:high PASS 100% 150 in → 1,983 out (1,964 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.6-35b-a3b:high__json_schema PASS 100% 145 in → 1,197 out (1,165 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
qwen/qwen3.6-35b-a3b:low PASS 100% 141 in → 1,039 out (1,022 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-35b-a3b:low__json_schema PASS 100% 145 in → 1,364 out (1,238 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt HEAD~1"}
qwen/qwen3.6-35b-a3b:medium PASS 100% 145 in → 1,487 out (1,332 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-35b-a3b:medium__json_schema PASS 100% 145 in → 1,695 out (1,579 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
qwen/qwen3.6-35b-a3b:none PASS 100% 147 in → 13 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-35b-a3b:none__json_schema PASS 100% 149 in → 25 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
qwen/qwen3.6-35b-a3b:xhigh PASS 100% 146 in → 1,230 out (1,213 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-35b-a3b:xhigh__json_schema PASS 100% 146 in → 1,700 out (1,565 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
qwen/qwen3.6-flash:high PASS 100% 148 in → 1,574 out (1,557 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-flash:low PASS 100% 145 in → 1,109 out (1,092 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-flash:medium PASS 100% 144 in → 1,367 out (1,350 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-flash:none PASS 100% 150 in → 12 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.6-flash:xhigh PASS 100% 145 in → 1,082 out (1,065 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-flash:high PASS 100% 146 in → 1,071 out (1,054 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-flash:low PASS 100% 148 in → 1,298 out (1,279 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-flash:max PASS 100% 144 in → 864 out (847 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-flash:medium PASS 100% 149 in → 1,082 out (1,065 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-flash:none PASS 100% 149 in → 12 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-flash:xhigh PASS 100% 147 in → 1,731 out (1,714 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-max:high PASS 100% 145 in → 235 out (216 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-max:low PASS 100% 144 in → 615 out (596 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-max:medium PASS 100% 145 in → 895 out (876 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-max:none PASS 100% 147 in → 14 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-max:xhigh PASS 100% 143 in → 180 out (161 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-plus:high PASS 100% 145 in → 549 out (532 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-plus:low PASS 100% 147 in → 938 out (921 reasoning)
git worktree add ../detached-wt HEAD~1
qwen/qwen3.7-plus:medium PASS 100% 145 in → 912 out (893 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-plus:none PASS 100% 145 in → 14 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
qwen/qwen3.7-plus:xhigh PASS 100% 144 in → 969 out (952 reasoning)
git worktree add ../detached-wt HEAD~1
tencent/hy3:high PASS 100% 126 in → 1,994 out (1,977 reasoning)
git worktree add --detach ../detached-wt HEAD~1
tencent/hy3:high__json_schema PASS 100% 123 in → 1,276 out (1,161 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
tencent/hy3:low PASS 100% 134 in → 953 out (854 reasoning)
git worktree add ../detached-wt HEAD~1
tencent/hy3:low__json_schema PASS 100% 128 in → 468 out (419 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
tencent/hy3:medium PASS 100% 124 in → 491 out (474 reasoning)
git worktree add --detach ../detached-wt HEAD~1
tencent/hy3:medium__json_schema PASS 100% 130 in → 739 out (642 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
tencent/hy3:none PASS 100% 129 in → 16 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
tencent/hy3:none__json_schema PASS 100% 126 in → 24 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
tencent/hy3:xhigh PASS 100% 125 in → 1,087 out (1,070 reasoning)
git worktree add --detach ../detached-wt HEAD~1
tencent/hy3:xhigh__json_schema PASS 100% 123 in → 249 out (204 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
thinkingmachines/inkling-small:high PASS 100% 126 in → 186 out (151 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling-small:high__json_schema PASS 100% 125 in → 219 out (192 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
thinkingmachines/inkling-small:low PASS 100% 125 in → 74 out (51 reasoning)
git worktree add ../detached-wt HEAD~1
thinkingmachines/inkling-small:low__json_schema PASS 100% 125 in → 82 out (60 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
thinkingmachines/inkling-small:max PASS 100% 124 in → 253 out (233 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling-small:max__json_schema PASS 100% 126 in → 190 out (164 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
thinkingmachines/inkling-small:medium PASS 100% 127 in → 138 out (118 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling-small:medium__json_schema PASS 100% 124 in → 163 out (139 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
thinkingmachines/inkling-small:xhigh PASS 100% 126 in → 236 out (216 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling-small:xhigh__json_schema PASS 100% 128 in → 246 out (222 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
thinkingmachines/inkling:high PASS 100% 130 in → 237 out (191 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling:high__json_schema PASS 100% 125 in → 227 out (204 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
thinkingmachines/inkling:low PASS 100% 127 in → 35 out (16 reasoning)
git worktree add ../detached-wt HEAD~1
thinkingmachines/inkling:max PASS 100% 127 in → 260 out (238 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling:medium PASS 100% 127 in → 102 out (82 reasoning)
git worktree add --detach ../detached-wt HEAD~1
thinkingmachines/inkling:none PASS 100% 122 in → 16 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
thinkingmachines/inkling:xhigh PASS 100% 125 in → 259 out (238 reasoning)
git worktree add ../detached-wt HEAD~1
thinkingmachines/inkling:xhigh__json_schema PASS 100% 128 in → 180 out (154 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
x-ai/grok-4.3:high PASS 100% 291 in → 352 out (338 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.3:high__json_schema PASS 100% 347 in → 452 out (434 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.3:low PASS 100% 298 in → 261 out (247 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.3:low__json_schema PASS 100% 351 in → 398 out (376 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
x-ai/grok-4.3:max PASS 100% 292 in → 152 out (138 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.3:max__json_schema PASS 100% 344 in → 338 out (320 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.3:medium PASS 100% 294 in → 374 out (360 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.3:medium__json_schema PASS 100% 356 in → 466 out (448 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.3:none PASS 100% 290 in → 14 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.3:none__json_schema PASS 100% 348 in → 18 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.3:xhigh PASS 100% 292 in → 362 out (348 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.3:xhigh__json_schema PASS 100% 352 in → 643 out (625 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.5:high PASS 100% 324 in → 436 out (418 reasoning)
```bash git worktree add --detach ../detached-wt HEAD~1 ```
x-ai/grok-4.5:high__json_schema PASS 100% 391 in → 396 out (378 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.5:low PASS 100% 326 in → 145 out (132 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.5:low__json_schema PASS 100% 389 in → 276 out (258 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.5:max PASS 100% 327 in → 195 out (182 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.5:max__json_schema PASS 100% 389 in → 194 out (176 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.5:medium PASS 100% 328 in → 295 out (282 reasoning)
git worktree add --detach ../detached-wt HEAD~1
x-ai/grok-4.5:medium__json_schema PASS 100% 394 in → 282 out (264 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
x-ai/grok-4.5:xhigh PASS 100% 326 in → 241 out (224 reasoning)
``` git worktree add --detach ../detached-wt HEAD~1 ```
x-ai/grok-4.5:xhigh__json_schema PASS 100% 390 in → 415 out (397 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add --detach ../detached-wt HEAD~1"}
z-ai/glm-4.7-flash:high PASS 100% 123 in → 315 out (284 reasoning)
git worktree add ../detached-wt HEAD~1
z-ai/glm-4.7-flash:low PASS 100% 124 in → 302 out (268 reasoning)
git worktree add ../detached-wt HEAD~1
z-ai/glm-4.7-flash:medium PASS 100% 120 in → 277 out (248 reasoning)
git worktree add ../detached-wt HEAD~1
z-ai/glm-4.7-flash:medium__json_schema PASS 100% 123 in → 311 out (282 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
z-ai/glm-4.7-flash:none PASS 100% 121 in → 13 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
z-ai/glm-4.7-flash:none__json_schema PASS 100% 124 in → 18 out (0 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command": "git worktree add ../detached-wt HEAD~1"}
z-ai/glm-4.7-flash:xhigh PASS 100% 127 in → 289 out (259 reasoning)
git worktree add ../detached-wt HEAD~1
z-ai/glm-4.7-flash:xhigh__json_schema PASS 100% 125 in → 297 out (260 reasoning)
git worktree add ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add ../detached-wt HEAD~1" }
z-ai/glm-5.2:high PASS 100% 130 in → 350 out (287 reasoning)
git worktree add --detach ../detached-wt HEAD~1
z-ai/glm-5.2:high__json_schema PASS 100% 131 in → 331 out (295 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
z-ai/glm-5.2:low PASS 100% 131 in → 240 out (206 reasoning)
git worktree add --detach ../detached-wt HEAD~1
z-ai/glm-5.2:low__json_schema PASS 100% 131 in → 82 out (59 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
z-ai/glm-5.2:medium PASS 100% 132 in → 175 out (159 reasoning)
git worktree add --detach ../detached-wt HEAD~1
z-ai/glm-5.2:medium__json_schema PASS 100% 131 in → 126 out (100 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) { "command": "git worktree add --detach ../detached-wt HEAD~1" }
z-ai/glm-5.2:none PASS 100% 125 in → 15 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
z-ai/glm-5.2:none__json_schema PASS 100% 301 in → 19 out (0 reasoning)
git worktree add --detach ../detached-wt HEAD~1
JSON Schema Structured Output
(raw) {"command":"git worktree add --detach ../detached-wt HEAD~1"}
z-ai/glm-5.2:xhigh PASS 100% 130 in → 265 out (249 reasoning)
git worktree add --detach ../detached-wt HEAD~1
arcee-ai/trinity-mini:low__json_schema FAIL 50% 122 in → 580 out (540 reasoning)
git worktree add ../detached-wt 5cf9cd9baec7f45c56a657b604d560b7d8e10246
JSON Schema Structured Output
(raw) { "command":"git worktree add ../detached-wt 5cf9cd9baec7f45c56a657b604d560b7d8e10246" }
Failure: Failed assertions: [{'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
deepseek/deepseek-v4-flash:xhigh__json_schema FAIL 50% 201 in → 478 out (439 reasoning)
git worktree add ../detached-wt 0ebe3d3961998d888c3bf79157385f952f7e97a1
JSON Schema Structured Output
(raw) {"command":"git worktree add ../detached-wt 0ebe3d3961998d888c3bf79157385f952f7e97a1"}
Failure: Failed assertions: [{'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
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 FAIL 0% 119 in → 1,100 out (1,109 reasoning)
git worktree add --detach../detached-wt HEAD~1
Failure: Failed assertions: [{'type': 'dir_exists', 'path': '../detached-wt'}, {'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
arcee-ai/trinity-mini:medium FAIL 0% 115 in → 420 out (454 reasoning)
git worktree add../detached-wt HEAD~1
Failure: Failed assertions: [{'type': 'dir_exists', 'path': '../detached-wt'}, {'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
liquid/lfm-2-24b-a2b FAIL 0% 137 in → 69 out
```bash git worktree add /private/var/folders/kg/gb4597jx5jv6b7tngk181jr40000gn/T/worktree_usage_f006_1b0wu1ds/worktree_usage_f006 HEAD~1 ```
Failure: Failed assertions: [{'type': 'dir_exists', 'path': '../detached-wt'}, {'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
Invalid JSON. Output: ```bash git worktree add /private/var/folders/kg/gb4597jx5jv6b7tngk181jr40000gn/T/worktree_usage_f006_q4_02kvz/worktree_usage_f006 HEAD~1 ```
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: <|im_end|> {"command": "git worktree add --detach ../detached-wt HEAD~1"}
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)
openai/gpt-oss-20b:high__json_schema FAIL 0% 179 in → 18 out (0 reasoning)
$git ...........$. etc..
JSON Schema Structured Output
(raw) { "command": "$git ...........$. etc.." }
Failure: Failed assertions: [{'type': 'dir_exists', 'path': '../detached-wt'}, {'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
Invalid JSON. Output: git worktree add --detach ../detached-wt HEAD~1
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 add --detach ../detached-wt HEAD~1
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-e492271e-47e6-991a-abb4-7deec1e9637a","request_id":"e492271e-47e6-991a-abb4-7deec1e9637a"}', '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-d740333d-f7cd-97f1-adb9-8f90bcc78d0e","request_id":"d740333d-f7cd-97f1-adb9-8f90bcc78d0e"}', '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-ecc756a0-f505-9c76-8c55-aa719fc64102","request_id":"ecc756a0-f505-9c76-8c55-aa719fc64102"}', '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-8bbd93a8-b6c4-94c5-98c8-faf1273051cb","request_id":"8bbd93a8-b6c4-94c5-98c8-faf1273051cb"}', '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-76e648a5-14b6-98ac-a3fe-186981b92a8b","request_id":"76e648a5-14b6-98ac-a3fe-186981b92a8b"}', '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-18d0f651-c68b-96aa-9eb8-617683e801f8"}\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-e3983463-e1f7-95c5-93f6-2eff54e5c7df"}\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-ed4ec6af-14ca-9572-8c84-d6fe5e21b9ef"}\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-5d39c4ac-a446-91db-a61a-75b10a8352e3"}\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-b10cc386-411e-92e1-bac9-b73fb1ecc343"}\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-4cfffa98-8f41-93ac-8d44-b593ade136ce"}\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-9e9618ff-c634-912c-9584-74fc8eacf8a3","request_id":"9e9618ff-c634-912c-9584-74fc8eacf8a3"}', '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-55112402-ef46-95c6-93f5-6b3ddae3a28a","request_id":"55112402-ef46-95c6-93f5-6b3ddae3a28a"}', '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-7316efd2-7468-9496-8b25-06714a59a747","request_id":"7316efd2-7468-9496-8b25-06714a59a747"}', '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-e0190b91-517e-922d-ae98-405c394dc3c2","request_id":"e0190b91-517e-922d-ae98-405c394dc3c2"}', '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-3613647b-26d5-9e85-a255-0ae32a962720","request_id":"3613647b-26d5-9e85-a255-0ae32a962720"}', '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-bafd64e2-4b30-9d52-b68c-7fc386a6eecf","request_id":"bafd64e2-4b30-9d52-b68c-7fc386a6eecf"}', '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-233730f1-1f3d-9fd0-846b-ac5de4b90245","request_id":"233730f1-1f3d-9fd0-846b-ac5de4b90245"}', '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-e6ddaa35-3aa7-93d4-83a3-624c92176320","request_id":"e6ddaa35-3aa7-93d4-83a3-624c92176320"}', '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-1b18c07e-8c89-93c8-bce0-4a0e8e2f45e5","request_id":"1b18c07e-8c89-93c8-bce0-4a0e8e2f45e5"}', '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-b868129e-07de-9da7-9b11-342ee3271f87","request_id":"b868129e-07de-9da7-9b11-342ee3271f87"}', 'provider_name': 'Alibaba', 'is_byok': False}}, 'user_id': 'user_3FrVBkmFqVIuZ58dEh7AU8vhXUV'}
thinkingmachines/inkling-small:none FAIL 0% 125 in → 15 out (0 reasoning)
git worktree add ../detached-wt HEAD~1<|end_message|>
Failure: Failed assertions: [{'type': 'dir_exists', 'path': '../detached-wt'}, {'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]
Invalid JSON. Output: git worktree add ../detached-wt HEAD~1{ "command": "git worktree add ../detached-wt HEAD~1" }
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 add --detach ../detached-wt HEAD~1
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 add --detach ../detached-wt HEAD~1
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 add --detach ../detached-wt HEAD~1
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 add ../detached-wt HEAD~1{ "command": "git worktree add ../detached-wt HEAD~1" }
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)
z-ai/glm-5.2:xhigh__json_schema FAIL 0% 128 in → 492 out (434 reasoning)
,
JSON Schema Structured Output
(raw) { "command":", " }
Failure: Failed assertions: [{'type': 'dir_exists', 'path': '../detached-wt'}, {'type': 'file_content', 'path': '../detached-wt/version.txt', 'value': 'v1'}]