From f9879a20ee09d218436fb4ea929864a556d9e9c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:27:02 +0200 Subject: [PATCH] chore(models): sync Command Code catalog (#81) Co-authored-by: patlux <4481570+patlux@users.noreply.github.com> --- README.md | 2 +- src/commandcode-catalog.ts | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e2abab..909fdbc 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ The following environment variables are intended for tests, local mocks, and com ## Image input -The provider advertises image input only for models marked with the `image` input modality in the official Command Code CLI model catalog. The capability snapshot currently follows `command-code@1.40.1`; unknown models default to text-only until their upstream metadata is reviewed. A daily GitHub Actions job synchronizes the CLI version, image capabilities, reasoning flags, reasoning efforts, and model-specific output limits with the latest published CLI package and opens or updates a reviewable pull request when they change. Pricing remains manually reviewed because temporary promotions and long-context tiers require explicit review. +The provider advertises image input only for models marked with the `image` input modality in the official Command Code CLI model catalog. The capability snapshot currently follows `command-code@1.44.0`; unknown models default to text-only until their upstream metadata is reviewed. A daily GitHub Actions job synchronizes the CLI version, image capabilities, reasoning flags, reasoning efforts, and model-specific output limits with the latest published CLI package and opens or updates a reviewable pull request when they change. Pricing remains manually reviewed because temporary promotions and long-context tiers require explicit review. For vision-capable models, Pi's native provider adapters forward image blocks from user messages and tool results using the documented OpenAI or Anthropic message schema. Unknown and text-only models remain marked text-only in Pi. diff --git a/src/commandcode-catalog.ts b/src/commandcode-catalog.ts index 19db48f..608f465 100644 --- a/src/commandcode-catalog.ts +++ b/src/commandcode-catalog.ts @@ -1,10 +1,10 @@ -export const COMMAND_CODE_CLI_VERSION = "1.40.1" +export const COMMAND_CODE_CLI_VERSION = "1.44.0" export type CommandCodeInputType = "text" | "image" export type CommandCodeReasoningEffort = "minimal" | "low" | "medium" | "high" | "xhigh" | "max" /** - * Generated from command-code@1.40.1 by `npm run sync:commandcode-catalog`. + * Generated from command-code@1.44.0 by `npm run sync:commandcode-catalog`. * Do not edit manually. */ export const MODEL_INPUT_MODALITIES: Readonly> = { @@ -22,6 +22,7 @@ export const MODEL_INPUT_MODALITIES: Readonly> = { "google/gemini-3.5-flash-lite": true, "google/gemini-3.6-flash": true, "google/gemini-3.7-flash": true, + "google/gemini-3.8-flash": true, "gpt-5.3-codex": true, "gpt-5.4": true, "gpt-5.4-mini": true, @@ -77,9 +82,12 @@ export const MODEL_REASONING: Readonly> = { "gpt-5.6-luna": true, "gpt-5.6-sol": true, "gpt-5.6-terra": true, + "meituan/LongCat-2.0:free": true, "meta/muse-spark-1.1": true, "meta/muse-spark-1.2": true, "meta/muse-spark-1.2-contributor": true, + "meta/muse-spark-1.3": true, + "meta/muse-spark-1.3-contributor": true, "MiniMaxAI/MiniMax-M3": true, "moonshotai/Kimi-K2.7-Code": true, "moonshotai/Kimi-K2.7-Code-Highspeed": true, @@ -94,6 +102,7 @@ export const MODEL_REASONING: Readonly> = { "Qwen/Qwen3.8-27B": true, "Qwen/Qwen3.8-Flash": true, "Qwen/Qwen3.8-Max": true, + "Qwen/Qwen3.8-Max-0902": true, "sakana/fugu-ultra": true, "stepfun/Step-3.5-Flash": true, "stepfun/Step-3.7-Flash": true, @@ -125,6 +134,7 @@ export const MODEL_EFFORTS: Readonly