poe-code 3.0.82 → 3.0.84

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.
@@ -55,7 +55,7 @@ var require_requirements_txt = __commonJS({
55
55
  // src/templates/codex/config.toml.hbs
56
56
  var require_config_toml = __commonJS({
57
57
  "src/templates/codex/config.toml.hbs"(exports, module) {
58
- module.exports = 'model_provider = "poe"\nmodel = "{{{model}}}"\nmodel_reasoning_effort = "{{reasoningEffort}}"\nmodel_verbosity = "medium"\n\n[model_providers.poe]\nname = "poe"\nbase_url = "{{{baseUrl}}}"\nwire_api = "responses"\nexperimental_bearer_token = "{{apiKey}}"\n';
58
+ module.exports = 'model_provider = "poe"\n\n[profiles."{{{profileName}}}"]\nmodel = "{{{model}}}"\nmodel_provider = "poe"\nmodel_reasoning_effort = "{{reasoningEffort}}"\nmodel_verbosity = "medium"\n\n[model_providers.poe]\nname = "poe"\nbase_url = "{{{baseUrl}}}"\nwire_api = "responses"\nexperimental_bearer_token = "{{apiKey}}"\n';
59
59
  }
60
60
  });
61
61
 
@@ -2619,13 +2619,16 @@ var CLAUDE_CODE_VARIANTS = {
2619
2619
  };
2620
2620
  var DEFAULT_CLAUDE_CODE_MODEL = CLAUDE_CODE_VARIANTS.sonnet;
2621
2621
  var CODEX_MODELS = [
2622
+ "openai/gpt-5.4",
2622
2623
  "openai/gpt-5.3-codex",
2624
+ "openai/gpt-5.3-codex-spark",
2623
2625
  "openai/gpt-5.2-codex",
2624
2626
  "openai/gpt-5.2",
2625
2627
  "openai/gpt-5.2-chat",
2626
2628
  "openai/gpt-5.2-pro",
2627
2629
  "openai/gpt-5.1",
2628
- "openai/gpt-5.1-codex-mini"
2630
+ "openai/gpt-5.1-codex-mini",
2631
+ "anthropic/claude-opus-4.6"
2629
2632
  ];
2630
2633
  var DEFAULT_CODEX_MODEL = CODEX_MODELS[0];
2631
2634
  var KIMI_MODELS = [