command-code 1.19.1 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # command-code
2
2
 
3
+ ## 1.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - feat: deepseek v4 pro latest (0813)
8
+
3
9
  ## 1.19.1
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - fix: Gemini models can call tools again — drop the nullable union on shell_output's `wait` (Vertex rejects `any_of` with sibling keys) and send the tool name on every tool result (Gemini requires `function_response.name`)
8
- - fix: OpenAI models can use deferred tools again — the loader is now `search_tools`, since the AI SDK's OpenAI Responses adapter reserves `tool_search` for its own built-in and dropped the `arguments` field, 400-ing every request after a tool lookup. The old name still works: it stays registered (hidden) so it clears the unknown-tool check, resolves through the tool-name aliases, and is rewritten on replay so it never reaches the wire. Hooks matching `TOOL_SEARCH` keep firing.
13
+ - fix: Gemini models tool calling issues
14
+ - fix: deferred tools on OpenAI models
9
15
  - feat: shed unnecessary tools from headless runs
10
16
 
11
17
  ## 1.19.0
@@ -8,7 +8,7 @@ The model catalog — every id `/model`, `--model`, `model:effort` shorthand, an
8
8
 
9
9
  | Id (use EXACTLY this) | Name | Context | Efforts | $/1M in/out · cache read | Min plan | Best for |
10
10
  |---|---|---|---|---|---|---|
11
- | `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro | 1M | high, max | $0.435/$0.87 · cache $0.003625 | Go and above | hybrid-attention long-context reasoning |
11
+ | `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro (latest) | 1M | high, max | $0.435/$0.87 · cache $0.003625 | Go and above | hybrid-attention long-context reasoning |
12
12
  | `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash (latest) | 1M | high, max | $0.14/$0.28 · cache $0.0028 | Go and above | fast hybrid-attention reasoning |
13
13
  | `moonshotai/Kimi-K3` | Kimi K3 | 1M | — | $3/$15 · cache $0.3 | Go and above | long-horizon coding & knowledge work with 1M context |
14
14
  | `moonshotai/Kimi-K2.7-Code` | Kimi K2.7 Code | 256K | — | $0.95/$4 · cache $0.19 | Go and above | improved long-horizon coding with vision |