@mars-sea/dsh-commandcode-provider 0.10.0-alpha.7 → 0.10.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/lib/index.d.ts CHANGED
@@ -7,7 +7,7 @@ import { Context } from "@deepseek-ai/cordis";
7
7
  import { AttachmentStore } from "@deepseek-ai/dsh-attachment";
8
8
  import { CommandDefinition } from "@deepseek-ai/dsh-commands";
9
9
  //#region src/adapter.d.ts
10
- declare const COMMAND_CODE_CLI_VERSION = "1.46.0";
10
+ declare const COMMAND_CODE_CLI_VERSION = "1.47.0";
11
11
  declare const DEFAULT_API_BASE = "https://api.commandcode.ai";
12
12
  declare const DEFAULT_GENERATE_MAX_TOKENS = 64000;
13
13
  declare const DEFAULT_MAX_OUTPUT_TOKENS = 65536;
package/lib/index.js CHANGED
@@ -535,6 +535,7 @@ const KNOWN_IMAGE_MODELS = /* @__PURE__ */ new Set([
535
535
  "thinkingmachines/inkling",
536
536
  "thinkingmachines/inkling-small",
537
537
  "xai/grok-4.5",
538
+ "xai/grok-4.6",
538
539
  "xiaomi/mimo-v2.5",
539
540
  "z-ai/glm-5.3-flash"
540
541
  ]);
@@ -947,7 +948,7 @@ function capabilityDescription(modelId, contextWindow, now = Date.now()) {
947
948
  * per-request options thunk and an API-key resolver from the plugin entry
948
949
  * (src/index.ts), so a settings change reaches the very next request.
949
950
  */
950
- const COMMAND_CODE_CLI_VERSION = "1.46.0";
951
+ const COMMAND_CODE_CLI_VERSION = "1.47.0";
951
952
  const DEFAULT_API_BASE = "https://api.commandcode.ai";
952
953
  const DEFAULT_GENERATE_MAX_TOKENS = 64e3;
953
954
  const DEFAULT_MAX_OUTPUT_TOKENS = 65536;