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.
- package/dist/cli/constants.d.ts +2 -2
- package/dist/cli/constants.js +4 -1
- package/dist/cli/constants.js.map +1 -1
- package/dist/index.js +6 -3
- package/dist/index.js.map +2 -2
- package/dist/providers/claude-code.js +5 -2
- package/dist/providers/claude-code.js.map +2 -2
- package/dist/providers/codex.d.ts +1 -0
- package/dist/providers/codex.js +53 -17
- package/dist/providers/codex.js.map +3 -3
- package/dist/providers/kimi.js +5 -2
- package/dist/providers/kimi.js.map +2 -2
- package/dist/providers/opencode.js +5 -2
- package/dist/providers/opencode.js.map +2 -2
- package/dist/providers/poe-agent.js +5 -2
- package/dist/providers/poe-agent.js.map +2 -2
- package/dist/services/model-strategy.d.ts +1 -1
- package/package.json +1 -1
package/dist/cli/constants.d.ts
CHANGED
|
@@ -15,8 +15,8 @@ export declare const DEFAULT_CLAUDE_CODE_MODEL: "anthropic/claude-sonnet-4.6";
|
|
|
15
15
|
* e.g., "anthropic/claude-sonnet-4.6" -> "claude-sonnet-4.6"
|
|
16
16
|
*/
|
|
17
17
|
export declare function stripModelNamespace(model: string): string;
|
|
18
|
-
export declare const CODEX_MODELS: readonly ["openai/gpt-5.3-codex", "openai/gpt-5.2-codex", "openai/gpt-5.2", "openai/gpt-5.2-chat", "openai/gpt-5.2-pro", "openai/gpt-5.1", "openai/gpt-5.1-codex-mini"];
|
|
19
|
-
export declare const DEFAULT_CODEX_MODEL: "openai/gpt-5.
|
|
18
|
+
export declare const CODEX_MODELS: readonly ["openai/gpt-5.4", "openai/gpt-5.3-codex", "openai/gpt-5.3-codex-spark", "openai/gpt-5.2-codex", "openai/gpt-5.2", "openai/gpt-5.2-chat", "openai/gpt-5.2-pro", "openai/gpt-5.1", "openai/gpt-5.1-codex-mini", "anthropic/claude-opus-4.6"];
|
|
19
|
+
export declare const DEFAULT_CODEX_MODEL: "openai/gpt-5.4";
|
|
20
20
|
export declare const KIMI_MODELS: readonly ["novitaai/kimi-k2.5", "novitaai/kimi-k2-thinking"];
|
|
21
21
|
export declare const DEFAULT_KIMI_MODEL: "novitaai/kimi-k2.5";
|
|
22
22
|
export declare const DEFAULT_REASONING = "medium";
|
package/dist/cli/constants.js
CHANGED
|
@@ -26,13 +26,16 @@ export function stripModelNamespace(model) {
|
|
|
26
26
|
return id.toLowerCase();
|
|
27
27
|
}
|
|
28
28
|
export const CODEX_MODELS = [
|
|
29
|
+
"openai/gpt-5.4",
|
|
29
30
|
"openai/gpt-5.3-codex",
|
|
31
|
+
"openai/gpt-5.3-codex-spark",
|
|
30
32
|
"openai/gpt-5.2-codex",
|
|
31
33
|
"openai/gpt-5.2",
|
|
32
34
|
"openai/gpt-5.2-chat",
|
|
33
35
|
"openai/gpt-5.2-pro",
|
|
34
36
|
"openai/gpt-5.1",
|
|
35
|
-
"openai/gpt-5.1-codex-mini"
|
|
37
|
+
"openai/gpt-5.1-codex-mini",
|
|
38
|
+
"anthropic/claude-opus-4.6"
|
|
36
39
|
];
|
|
37
40
|
export const DEFAULT_CODEX_MODEL = CODEX_MODELS[0];
|
|
38
41
|
export const KIMI_MODELS = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/cli/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,2BAA2B;IAC3B,6BAA6B;IAC7B,sBAAsB;IACtB,gBAAgB;IAChB,qBAAqB;CACb,CAAC;AAEX,MAAM,CAAC,MAAM,sBAAsB,GAAG,6BAA6B,CAAC;AAEpE,MAAM,CAAC,MAAM,kBAAkB,GAAG,6BAA6B,CAAC;AAChE,MAAM,CAAC,MAAM,iBAAiB,GAAG,wBAAwB,CAAC;AAC1D,MAAM,CAAC,MAAM,iBAAiB,GAAG,0BAA0B,CAAC;AAC5D,MAAM,CAAC,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;AAElD,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,KAAK,EAAE,4BAA4B;IACnC,MAAM,EAAE,6BAA6B;IACrC,IAAI,EAAE,2BAA2B;CACzB,CAAC;AAEX,MAAM,CAAC,MAAM,yBAAyB,GAAG,oBAAoB,CAAC,MAAM,CAAC;AAErE;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,KAAa;IAC/C,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,EAAE,GAAG,UAAU,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;IACnE,OAAO,EAAE,CAAC,WAAW,EAAE,CAAC;AAC1B,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,sBAAsB;IACtB,sBAAsB;IACtB,gBAAgB;IAChB,qBAAqB;IACrB,oBAAoB;IACpB,gBAAgB;IAChB,2BAA2B;CACnB,CAAC;AACX,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;AAEnD,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,oBAAoB;IACpB,2BAA2B;CACnB,CAAC;AACX,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,iBAAiB,GAAG,QAAQ,CAAC;AAC1C,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC;AACnC,MAAM,CAAC,MAAM,YAAY,GAAG,iDAAiD,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/cli/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,2BAA2B;IAC3B,6BAA6B;IAC7B,sBAAsB;IACtB,gBAAgB;IAChB,qBAAqB;CACb,CAAC;AAEX,MAAM,CAAC,MAAM,sBAAsB,GAAG,6BAA6B,CAAC;AAEpE,MAAM,CAAC,MAAM,kBAAkB,GAAG,6BAA6B,CAAC;AAChE,MAAM,CAAC,MAAM,iBAAiB,GAAG,wBAAwB,CAAC;AAC1D,MAAM,CAAC,MAAM,iBAAiB,GAAG,0BAA0B,CAAC;AAC5D,MAAM,CAAC,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;AAElD,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,KAAK,EAAE,4BAA4B;IACnC,MAAM,EAAE,6BAA6B;IACrC,IAAI,EAAE,2BAA2B;CACzB,CAAC;AAEX,MAAM,CAAC,MAAM,yBAAyB,GAAG,oBAAoB,CAAC,MAAM,CAAC;AAErE;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,KAAa;IAC/C,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IACtC,MAAM,EAAE,GAAG,UAAU,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC;IACnE,OAAO,EAAE,CAAC,WAAW,EAAE,CAAC;AAC1B,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,gBAAgB;IAChB,sBAAsB;IACtB,4BAA4B;IAC5B,sBAAsB;IACtB,gBAAgB;IAChB,qBAAqB;IACrB,oBAAoB;IACpB,gBAAgB;IAChB,2BAA2B;IAC3B,2BAA2B;CACnB,CAAC;AACX,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;AAEnD,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,oBAAoB;IACpB,2BAA2B;CACnB,CAAC;AACX,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,iBAAiB,GAAG,QAAQ,CAAC;AAC1C,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC;AACnC,MAAM,CAAC,MAAM,YAAY,GAAG,iDAAiD,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1918,13 +1918,16 @@ var init_constants = __esm({
|
|
|
1918
1918
|
};
|
|
1919
1919
|
DEFAULT_CLAUDE_CODE_MODEL = CLAUDE_CODE_VARIANTS.sonnet;
|
|
1920
1920
|
CODEX_MODELS = [
|
|
1921
|
+
"openai/gpt-5.4",
|
|
1921
1922
|
"openai/gpt-5.3-codex",
|
|
1923
|
+
"openai/gpt-5.3-codex-spark",
|
|
1922
1924
|
"openai/gpt-5.2-codex",
|
|
1923
1925
|
"openai/gpt-5.2",
|
|
1924
1926
|
"openai/gpt-5.2-chat",
|
|
1925
1927
|
"openai/gpt-5.2-pro",
|
|
1926
1928
|
"openai/gpt-5.1",
|
|
1927
|
-
"openai/gpt-5.1-codex-mini"
|
|
1929
|
+
"openai/gpt-5.1-codex-mini",
|
|
1930
|
+
"anthropic/claude-opus-4.6"
|
|
1928
1931
|
];
|
|
1929
1932
|
DEFAULT_CODEX_MODEL = CODEX_MODELS[0];
|
|
1930
1933
|
KIMI_MODELS = [
|
|
@@ -7443,7 +7446,7 @@ var require_requirements_txt = __commonJS({
|
|
|
7443
7446
|
// src/templates/codex/config.toml.hbs
|
|
7444
7447
|
var require_config_toml = __commonJS({
|
|
7445
7448
|
"src/templates/codex/config.toml.hbs"(exports, module) {
|
|
7446
|
-
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';
|
|
7449
|
+
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';
|
|
7447
7450
|
}
|
|
7448
7451
|
});
|
|
7449
7452
|
|
|
@@ -38379,7 +38382,7 @@ var init_package = __esm({
|
|
|
38379
38382
|
"package.json"() {
|
|
38380
38383
|
package_default = {
|
|
38381
38384
|
name: "poe-code",
|
|
38382
|
-
version: "3.0.
|
|
38385
|
+
version: "3.0.84",
|
|
38383
38386
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
38384
38387
|
type: "module",
|
|
38385
38388
|
main: "./dist/index.js",
|