poe-code 3.0.70 → 3.0.71

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,7 +1,7 @@
1
1
  /**
2
2
  * Available model identifiers
3
3
  */
4
- export declare const AVAILABLE_MODELS: readonly ["anthropic/claude-sonnet-4.6", "gpt-5.2", "gpt-5.2-chat", "gpt-5.2-pro", "gpt-4o", "Claude-3.5-Sonnet", "openai/gpt-5.2-codex"];
4
+ export declare const AVAILABLE_MODELS: readonly ["anthropic/claude-sonnet-4.6", "gpt-5.2", "gpt-5.2-chat", "gpt-5.2-pro", "gpt-4o", "Claude-3.5-Sonnet", "openai/gpt-5.3-codex"];
5
5
  export type ModelIdentifier = (typeof AVAILABLE_MODELS)[number];
6
6
  /**
7
7
  * Strategy types for model selection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-code",
3
- "version": "3.0.70",
3
+ "version": "3.0.71",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",