fix(models): refresh Command Code capabilities

This commit is contained in:
Patrick Wozniak
2026-08-25 14:12:00 +02:00
parent c27e7fbc80
commit 003d571b5e
6 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export * from "./overflow.ts"
export * from "./types.ts"
export const DEFAULT_API_BASE = "https://api.commandcode.ai"
export const COMMAND_CODE_CLI_VERSION = "1.32.1"
export const COMMAND_CODE_CLI_VERSION = "1.32.2"
const DEFAULT_GENERATE_MAX_TOKENS = 64_000
const DEFAULT_MAX_RETRIES = 0