poe-code 2.0.25 → 2.0.26
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const FRONTIER_MODELS: readonly ["Claude-Sonnet-4.5", "gpt-5.
|
|
1
|
+
export declare const FRONTIER_MODELS: readonly ["Claude-Opus-4.5", "Claude-Sonnet-4.5", "gpt-5.2", "Gemini-3-Pro"];
|
|
2
2
|
export declare const DEFAULT_FRONTIER_MODEL = "Claude-Sonnet-4.5";
|
|
3
3
|
export declare const CLAUDE_CODE_VARIANTS: {
|
|
4
4
|
readonly haiku: "Claude-Haiku-4.5";
|
|
@@ -11,5 +11,5 @@ export declare const DEFAULT_CODEX_MODEL: "gpt-5.2";
|
|
|
11
11
|
export declare const KIMI_MODELS: readonly ["Kimi-K2-Thinking"];
|
|
12
12
|
export declare const DEFAULT_KIMI_MODEL: "Kimi-K2-Thinking";
|
|
13
13
|
export declare const DEFAULT_REASONING = "medium";
|
|
14
|
-
export declare const DEFAULT_QUERY_MODEL: "Claude-
|
|
14
|
+
export declare const DEFAULT_QUERY_MODEL: "Claude-Opus-4.5";
|
|
15
15
|
export declare const PROVIDER_NAME = "poe";
|
package/dist/cli/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/cli/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,mBAAmB;IACnB,
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/cli/constants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,iBAAiB;IACjB,mBAAmB;IACnB,SAAS;IACT,cAAc;CACN,CAAC;AAEX,MAAM,CAAC,MAAM,sBAAsB,GAAG,mBAAmB,CAAC;AAE1D,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,KAAK,EAAE,kBAAkB;IACzB,MAAM,EAAE,mBAAmB;IAC3B,IAAI,EAAE,iBAAiB;CACf,CAAC;AAEX,MAAM,CAAC,MAAM,yBAAyB,GAAG,oBAAoB,CAAC,MAAM,CAAC;AAErE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,SAAS;IACT,cAAc;IACd,aAAa;IACb,eAAe;IACf,SAAS;IACT,oBAAoB;CACZ,CAAC;AACX,MAAM,CAAC,MAAM,mBAAmB,GAAG,YAAY,CAAC,CAAC,CAAC,CAAC;AAEnD,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,kBAAkB;CACV,CAAC;AACX,MAAM,CAAC,MAAM,kBAAkB,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,iBAAiB,GAAG,QAAQ,CAAC;AAC1C,MAAM,CAAC,MAAM,mBAAmB,GAAG,eAAe,CAAC,CAAC,CAAC,CAAC;AACtD,MAAM,CAAC,MAAM,aAAa,GAAG,KAAK,CAAC"}
|