@pluno/product-agent-web 0.1.183 → 0.1.184
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/modelSelection.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const PERSONAL_PRODUCT_AGENT_PRIMARY_MODELS: readonly [{
|
|
2
|
-
readonly value: "gpt-5.6-
|
|
3
|
-
readonly label: "gpt-5.6-
|
|
2
|
+
readonly value: "gpt-5.6-sol";
|
|
3
|
+
readonly label: "gpt-5.6-sol";
|
|
4
4
|
}, {
|
|
5
5
|
readonly value: "anthropic/claude-sonnet-5";
|
|
6
6
|
readonly label: "Claude Sonnet 5";
|
|
@@ -12,13 +12,13 @@ export declare const PERSONAL_PRODUCT_AGENT_MORE_MODELS: readonly [{
|
|
|
12
12
|
readonly value: "anthropic/claude-opus-5";
|
|
13
13
|
readonly label: "Claude Opus 5";
|
|
14
14
|
}, {
|
|
15
|
-
readonly value: "gpt-5.6-
|
|
16
|
-
readonly label: "gpt-5.6-
|
|
15
|
+
readonly value: "gpt-5.6-terra";
|
|
16
|
+
readonly label: "gpt-5.6-terra";
|
|
17
17
|
}];
|
|
18
18
|
export type PersonalProductAgentModel = (typeof PERSONAL_PRODUCT_AGENT_PRIMARY_MODELS)[number]["value"] | (typeof PERSONAL_PRODUCT_AGENT_MORE_MODELS)[number]["value"];
|
|
19
19
|
export declare const PERSONAL_PRODUCT_AGENT_MODELS: readonly [{
|
|
20
|
-
readonly value: "gpt-5.6-
|
|
21
|
-
readonly label: "gpt-5.6-
|
|
20
|
+
readonly value: "gpt-5.6-sol";
|
|
21
|
+
readonly label: "gpt-5.6-sol";
|
|
22
22
|
}, {
|
|
23
23
|
readonly value: "anthropic/claude-sonnet-5";
|
|
24
24
|
readonly label: "Claude Sonnet 5";
|
|
@@ -29,7 +29,7 @@ export declare const PERSONAL_PRODUCT_AGENT_MODELS: readonly [{
|
|
|
29
29
|
readonly value: "anthropic/claude-opus-5";
|
|
30
30
|
readonly label: "Claude Opus 5";
|
|
31
31
|
}, {
|
|
32
|
-
readonly value: "gpt-5.6-
|
|
33
|
-
readonly label: "gpt-5.6-
|
|
32
|
+
readonly value: "gpt-5.6-terra";
|
|
33
|
+
readonly label: "gpt-5.6-terra";
|
|
34
34
|
}];
|
|
35
35
|
export declare const isPersonalProductAgentModel: (value: unknown) => value is PersonalProductAgentModel;
|
|
@@ -294,12 +294,12 @@ function $s(t) {
|
|
|
294
294
|
return s.ok !== !0 || s.toolName !== Ht || typeof s.dueAt != "string" || Number.isNaN(Date.parse(s.dueAt)) ? null : s.dueAt;
|
|
295
295
|
}
|
|
296
296
|
const js = [
|
|
297
|
-
{ value: "gpt-5.6-
|
|
297
|
+
{ value: "gpt-5.6-sol", label: "gpt-5.6-sol" },
|
|
298
298
|
{ value: "anthropic/claude-sonnet-5", label: "Claude Sonnet 5" },
|
|
299
299
|
{ value: "deepseek/deepseek-v4-flash", label: "DeepSeek V4 Flash" }
|
|
300
300
|
], Fs = [
|
|
301
301
|
{ value: "anthropic/claude-opus-5", label: "Claude Opus 5" },
|
|
302
|
-
{ value: "gpt-5.6-
|
|
302
|
+
{ value: "gpt-5.6-terra", label: "gpt-5.6-terra" }
|
|
303
303
|
], zs = [
|
|
304
304
|
...js,
|
|
305
305
|
...Fs
|
|
@@ -1803,7 +1803,7 @@ class zt {
|
|
|
1803
1803
|
if (this.options.productVariant !== "personal" || !e || typeof e != "object")
|
|
1804
1804
|
return;
|
|
1805
1805
|
const s = e.metadata, n = s && typeof s == "object" ? s.model : void 0;
|
|
1806
|
-
this.options.model = Ks(n) ? n : "gpt-5.6-
|
|
1806
|
+
this.options.model = Ks(n) ? n : "gpt-5.6-sol";
|
|
1807
1807
|
}
|
|
1808
1808
|
shouldIgnoreBackgroundSessionEvent(e) {
|
|
1809
1809
|
if (!this.options.keepRunsActiveOnSessionNavigation || !Et(e))
|
|
@@ -458,12 +458,12 @@ function hd(t, e = /* @__PURE__ */ new Date()) {
|
|
|
458
458
|
return Math.max(1, o + 1);
|
|
459
459
|
}
|
|
460
460
|
const yi = [
|
|
461
|
-
{ value: "gpt-5.6-
|
|
461
|
+
{ value: "gpt-5.6-sol", label: "gpt-5.6-sol" },
|
|
462
462
|
{ value: "anthropic/claude-sonnet-5", label: "Claude Sonnet 5" },
|
|
463
463
|
{ value: "deepseek/deepseek-v4-flash", label: "DeepSeek V4 Flash" }
|
|
464
464
|
], sa = [
|
|
465
465
|
{ value: "anthropic/claude-opus-5", label: "Claude Opus 5" },
|
|
466
|
-
{ value: "gpt-5.6-
|
|
466
|
+
{ value: "gpt-5.6-terra", label: "gpt-5.6-terra" }
|
|
467
467
|
], ui = [
|
|
468
468
|
...yi,
|
|
469
469
|
...sa
|
|
@@ -1967,7 +1967,7 @@ class eo {
|
|
|
1967
1967
|
if (this.options.productVariant !== "personal" || !e || typeof e != "object")
|
|
1968
1968
|
return;
|
|
1969
1969
|
const n = e.metadata, i = n && typeof n == "object" ? n.model : void 0;
|
|
1970
|
-
this.options.model = oa(i) ? i : "gpt-5.6-
|
|
1970
|
+
this.options.model = oa(i) ? i : "gpt-5.6-sol";
|
|
1971
1971
|
}
|
|
1972
1972
|
shouldIgnoreBackgroundSessionEvent(e) {
|
|
1973
1973
|
if (!this.options.keepRunsActiveOnSessionNavigation || !rr(e))
|
package/package.json
CHANGED