Bump CLI version header to 0.29.0 for API parity

This commit is contained in:
Patrick Wozniak
2026-05-28 22:50:54 +02:00
parent 41fb9486af
commit 17175abd28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export * from "./converters.ts"
export * from "./types.ts"
export const DEFAULT_API_BASE = "https://api.commandcode.ai"
export const COMMAND_CODE_CLI_VERSION = "0.27.2"
export const COMMAND_CODE_CLI_VERSION = "0.29.0"
const DEFAULT_GENERATE_MAX_TOKENS = 64_000