@cline/shared 0.0.44 → 0.0.45

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.
@@ -9,7 +9,7 @@ export type GatewayModelCapability = "text" | "tools" | "reasoning" | "prompt-ca
9
9
  export type GatewayPromptCacheStrategy = "anthropic-automatic";
10
10
  export type GatewayUsageCostDisplay = "show" | "hide";
11
11
  export type GatewayPromptCacheFormat = "anthropic-cache-control";
12
- export type GatewayReasoningFormat = "anthropic-thinking" | "glm-thinking";
12
+ export type GatewayReasoningFormat = "anthropic-thinking" | "glm-thinking" | "minimax-thinking";
13
13
  export type GatewayModelRoute = {
14
14
  matcher: "anthropic-compatible";
15
15
  } | {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cline/shared",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "description": "Shared utilities, types, and schemas for Cline packages",
5
5
  "repository": {
6
6
  "type": "git",