poe-code 3.0.80 → 3.0.82

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.6", "anthropic/claude-sonnet-4.6", "openai/gpt-5.3-codex", "openai/gpt-5.2", "google/gemini-3-pro"];
1
+ export declare const FRONTIER_MODELS: readonly ["anthropic/claude-opus-4.6", "anthropic/claude-sonnet-4.6", "openai/gpt-5.3-codex", "openai/gpt-5.4", "google/gemini-3-pro"];
2
2
  export declare const DEFAULT_FRONTIER_MODEL = "anthropic/claude-sonnet-4.6";
3
3
  export declare const DEFAULT_TEXT_MODEL = "anthropic/claude-sonnet-4.6";
4
4
  export declare const DEFAULT_IMAGE_BOT = "google/nano-banana-pro";
@@ -2,7 +2,7 @@ export const FRONTIER_MODELS = [
2
2
  "anthropic/claude-opus-4.6",
3
3
  "anthropic/claude-sonnet-4.6",
4
4
  "openai/gpt-5.3-codex",
5
- "openai/gpt-5.2",
5
+ "openai/gpt-5.4",
6
6
  "google/gemini-3-pro"
7
7
  ];
8
8
  export const DEFAULT_FRONTIER_MODEL = "anthropic/claude-sonnet-4.6";
package/dist/index.js CHANGED
@@ -38379,7 +38379,7 @@ var init_package = __esm({
38379
38379
  "package.json"() {
38380
38380
  package_default = {
38381
38381
  name: "poe-code",
38382
- version: "3.0.80",
38382
+ version: "3.0.82",
38383
38383
  description: "CLI tool to configure Poe API for developer workflows.",
38384
38384
  type: "module",
38385
38385
  main: "./dist/index.js",