poe-code 3.0.27 → 3.0.28

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.
@@ -1,4 +1,4 @@
1
- export declare const FRONTIER_MODELS: readonly ["anthropic/claude-opus-4.5", "anthropic/claude-sonnet-4.5", "openai/gpt-5.2", "google/gemini-3-pro"];
1
+ export declare const FRONTIER_MODELS: readonly ["anthropic/claude-opus-4.6", "anthropic/claude-sonnet-4.5", "openai/gpt-5.2", "google/gemini-3-pro"];
2
2
  export declare const DEFAULT_FRONTIER_MODEL = "anthropic/claude-sonnet-4.5";
3
3
  export declare const DEFAULT_TEXT_MODEL = "anthropic/claude-sonnet-4.5";
4
4
  export declare const DEFAULT_IMAGE_BOT = "google/nano-banana-pro";
@@ -7,9 +7,9 @@ export declare const DEFAULT_VIDEO_BOT = "google/veo-3.1";
7
7
  export declare const CLAUDE_CODE_VARIANTS: {
8
8
  readonly haiku: "anthropic/claude-haiku-4.5";
9
9
  readonly sonnet: "anthropic/claude-sonnet-4.5";
10
- readonly opus: "anthropic/claude-opus-4.5";
10
+ readonly opus: "anthropic/claude-opus-4.6";
11
11
  };
12
- export declare const DEFAULT_CLAUDE_CODE_MODEL: "anthropic/claude-opus-4.5";
12
+ export declare const DEFAULT_CLAUDE_CODE_MODEL: "anthropic/claude-opus-4.6";
13
13
  /**
14
14
  * Extracts the model ID from a namespaced model slug (lowercase).
15
15
  * e.g., "anthropic/claude-sonnet-4.5" -> "claude-sonnet-4.5"
@@ -1,5 +1,5 @@
1
1
  export const FRONTIER_MODELS = [
2
- "anthropic/claude-opus-4.5",
2
+ "anthropic/claude-opus-4.6",
3
3
  "anthropic/claude-sonnet-4.5",
4
4
  "openai/gpt-5.2",
5
5
  "google/gemini-3-pro"
@@ -12,7 +12,7 @@ export const DEFAULT_VIDEO_BOT = "google/veo-3.1";
12
12
  export const CLAUDE_CODE_VARIANTS = {
13
13
  haiku: "anthropic/claude-haiku-4.5",
14
14
  sonnet: "anthropic/claude-sonnet-4.5",
15
- opus: "anthropic/claude-opus-4.5"
15
+ opus: "anthropic/claude-opus-4.6"
16
16
  };
17
17
  export const DEFAULT_CLAUDE_CODE_MODEL = CLAUDE_CODE_VARIANTS.opus;
18
18
  /**
package/dist/index.js CHANGED
@@ -1597,7 +1597,7 @@ var init_constants = __esm({
1597
1597
  "src/cli/constants.ts"() {
1598
1598
  "use strict";
1599
1599
  FRONTIER_MODELS = [
1600
- "anthropic/claude-opus-4.5",
1600
+ "anthropic/claude-opus-4.6",
1601
1601
  "anthropic/claude-sonnet-4.5",
1602
1602
  "openai/gpt-5.2",
1603
1603
  "google/gemini-3-pro"
@@ -1610,7 +1610,7 @@ var init_constants = __esm({
1610
1610
  CLAUDE_CODE_VARIANTS = {
1611
1611
  haiku: "anthropic/claude-haiku-4.5",
1612
1612
  sonnet: "anthropic/claude-sonnet-4.5",
1613
- opus: "anthropic/claude-opus-4.5"
1613
+ opus: "anthropic/claude-opus-4.6"
1614
1614
  };
1615
1615
  DEFAULT_CLAUDE_CODE_MODEL = CLAUDE_CODE_VARIANTS.opus;
1616
1616
  CODEX_MODELS = [