@contractspec/example.agent-console 3.5.4 → 3.5.5
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/.turbo/turbo-build.log +18 -18
- package/CHANGELOG.md +21 -0
- package/dist/browser/index.js +15 -6
- package/dist/browser/ui/AgentDashboard.js +15 -6
- package/dist/browser/ui/index.js +15 -6
- package/dist/browser/ui/modals/CreateAgentModal.js +15 -6
- package/dist/browser/ui/modals/index.js +15 -6
- package/dist/index.js +15 -6
- package/dist/node/index.js +15 -6
- package/dist/node/ui/AgentDashboard.js +15 -6
- package/dist/node/ui/index.js +15 -6
- package/dist/node/ui/modals/CreateAgentModal.js +15 -6
- package/dist/node/ui/modals/index.js +15 -6
- package/dist/ui/AgentDashboard.js +15 -6
- package/dist/ui/index.js +15 -6
- package/dist/ui/modals/CreateAgentModal.js +15 -6
- package/dist/ui/modals/index.js +15 -6
- package/package.json +8 -8
- package/src/ui/modals/CreateAgentModal.tsx +15 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,15 +3,15 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=66 noBundle=false
|
|
6
|
-
Bundled 66 modules in
|
|
6
|
+
Bundled 66 modules in 100ms
|
|
7
7
|
|
|
8
8
|
./agent.capability.js 442 bytes (entry point)
|
|
9
9
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
10
10
|
shared/overlay-types.js 8 bytes (entry point)
|
|
11
11
|
run/run.test-spec.js 1.37 KB (entry point)
|
|
12
12
|
seeders/index.js 0.64 KB (entry point)
|
|
13
|
-
./index.js 202.
|
|
14
|
-
ui/index.js 78.
|
|
13
|
+
./index.js 202.96 KB (entry point)
|
|
14
|
+
ui/index.js 78.20 KB (entry point)
|
|
15
15
|
ui/views/index.js 22.0 KB (entry point)
|
|
16
16
|
ui/renderers/index.js 14.75 KB (entry point)
|
|
17
17
|
ui/renderers/agent-list.markdown.js 1.49 KB (entry point)
|
|
@@ -20,12 +20,12 @@ Bundled 66 modules in 95ms
|
|
|
20
20
|
ui/renderers/run-list.markdown.js 1.39 KB (entry point)
|
|
21
21
|
ui/renderers/tool-registry.markdown.js 1.64 KB (entry point)
|
|
22
22
|
ui/views/AgentListView.js 5.35 KB (entry point)
|
|
23
|
-
ui/modals/index.js 22.
|
|
23
|
+
ui/modals/index.js 22.54 KB (entry point)
|
|
24
24
|
ui/overlays/index.js 1.46 KB (entry point)
|
|
25
25
|
ui/overlays/demo-overlays.js 1.46 KB (entry point)
|
|
26
|
-
ui/AgentDashboard.js 63.
|
|
26
|
+
ui/AgentDashboard.js 63.17 KB (entry point)
|
|
27
27
|
ui/modals/AgentActionsModal.js 12.32 KB (entry point)
|
|
28
|
-
ui/modals/CreateAgentModal.js
|
|
28
|
+
ui/modals/CreateAgentModal.js 10.15 KB (entry point)
|
|
29
29
|
ui/AgentRunList.js 9.39 KB (entry point)
|
|
30
30
|
ui/views/RunListView.js 9.33 KB (entry point)
|
|
31
31
|
ui/AgentToolRegistry.js 6.99 KB (entry point)
|
|
@@ -73,15 +73,15 @@ Bundled 66 modules in 95ms
|
|
|
73
73
|
agent/agent.enum.js 467 bytes (entry point)
|
|
74
74
|
|
|
75
75
|
[contractspec-bun-build] transpile target=node root=src entries=66 noBundle=false
|
|
76
|
-
Bundled 66 modules in
|
|
76
|
+
Bundled 66 modules in 66ms
|
|
77
77
|
|
|
78
78
|
./agent.capability.js 434 bytes (entry point)
|
|
79
79
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
80
80
|
shared/overlay-types.js 0 KB (entry point)
|
|
81
81
|
run/run.test-spec.js 1.36 KB (entry point)
|
|
82
82
|
seeders/index.js 0.63 KB (entry point)
|
|
83
|
-
./index.js 202.
|
|
84
|
-
ui/index.js
|
|
83
|
+
./index.js 202.89 KB (entry point)
|
|
84
|
+
ui/index.js 78.15 KB (entry point)
|
|
85
85
|
ui/views/index.js 22.00 KB (entry point)
|
|
86
86
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
87
87
|
ui/renderers/agent-list.markdown.js 1.48 KB (entry point)
|
|
@@ -90,12 +90,12 @@ Bundled 66 modules in 93ms
|
|
|
90
90
|
ui/renderers/run-list.markdown.js 1.39 KB (entry point)
|
|
91
91
|
ui/renderers/tool-registry.markdown.js 1.62 KB (entry point)
|
|
92
92
|
ui/views/AgentListView.js 5.34 KB (entry point)
|
|
93
|
-
ui/modals/index.js 22.
|
|
93
|
+
ui/modals/index.js 22.51 KB (entry point)
|
|
94
94
|
ui/overlays/index.js 1.45 KB (entry point)
|
|
95
95
|
ui/overlays/demo-overlays.js 1.45 KB (entry point)
|
|
96
|
-
ui/AgentDashboard.js
|
|
96
|
+
ui/AgentDashboard.js 63.13 KB (entry point)
|
|
97
97
|
ui/modals/AgentActionsModal.js 12.29 KB (entry point)
|
|
98
|
-
ui/modals/CreateAgentModal.js
|
|
98
|
+
ui/modals/CreateAgentModal.js 10.14 KB (entry point)
|
|
99
99
|
ui/AgentRunList.js 9.38 KB (entry point)
|
|
100
100
|
ui/views/RunListView.js 9.32 KB (entry point)
|
|
101
101
|
ui/AgentToolRegistry.js 6.97 KB (entry point)
|
|
@@ -143,15 +143,15 @@ Bundled 66 modules in 93ms
|
|
|
143
143
|
agent/agent.enum.js 459 bytes (entry point)
|
|
144
144
|
|
|
145
145
|
[contractspec-bun-build] transpile target=browser root=src entries=66 noBundle=false
|
|
146
|
-
Bundled 66 modules in
|
|
146
|
+
Bundled 66 modules in 82ms
|
|
147
147
|
|
|
148
148
|
./agent.capability.js 434 bytes (entry point)
|
|
149
149
|
tool/tool.test-spec.js 1.38 KB (entry point)
|
|
150
150
|
shared/overlay-types.js 0 KB (entry point)
|
|
151
151
|
run/run.test-spec.js 1.36 KB (entry point)
|
|
152
152
|
seeders/index.js 0.63 KB (entry point)
|
|
153
|
-
./index.js 202.
|
|
154
|
-
ui/index.js
|
|
153
|
+
./index.js 202.89 KB (entry point)
|
|
154
|
+
ui/index.js 78.15 KB (entry point)
|
|
155
155
|
ui/views/index.js 22.00 KB (entry point)
|
|
156
156
|
ui/renderers/index.js 14.73 KB (entry point)
|
|
157
157
|
ui/renderers/agent-list.markdown.js 1.48 KB (entry point)
|
|
@@ -160,12 +160,12 @@ Bundled 66 modules in 109ms
|
|
|
160
160
|
ui/renderers/run-list.markdown.js 1.39 KB (entry point)
|
|
161
161
|
ui/renderers/tool-registry.markdown.js 1.62 KB (entry point)
|
|
162
162
|
ui/views/AgentListView.js 5.34 KB (entry point)
|
|
163
|
-
ui/modals/index.js 22.
|
|
163
|
+
ui/modals/index.js 22.51 KB (entry point)
|
|
164
164
|
ui/overlays/index.js 1.45 KB (entry point)
|
|
165
165
|
ui/overlays/demo-overlays.js 1.45 KB (entry point)
|
|
166
|
-
ui/AgentDashboard.js
|
|
166
|
+
ui/AgentDashboard.js 63.13 KB (entry point)
|
|
167
167
|
ui/modals/AgentActionsModal.js 12.29 KB (entry point)
|
|
168
|
-
ui/modals/CreateAgentModal.js
|
|
168
|
+
ui/modals/CreateAgentModal.js 10.14 KB (entry point)
|
|
169
169
|
ui/AgentRunList.js 9.38 KB (entry point)
|
|
170
170
|
ui/views/RunListView.js 9.32 KB (entry point)
|
|
171
171
|
ui/AgentToolRegistry.js 6.97 KB (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 27b77db: feat(ai-models): add latest models and align defaults
|
|
8
|
+
- Add claude-opus-4-6, claude-sonnet-4-6, claude-haiku-4-5, gpt-5.4, gpt-5-mini
|
|
9
|
+
- Add mistral-large-2512, mistral-medium-2508, mistral-small-2506, devstral-2512
|
|
10
|
+
- Add gemini-3.1-pro-preview, gemini-3.1-flash-lite-preview, gemini-3-flash-preview
|
|
11
|
+
- Fix GPT-5.4 cost and context window; update default models to claude-sonnet-4-6
|
|
12
|
+
- Enrich provider-ranking MCP with cost from ai-providers when store has none
|
|
13
|
+
- Update model allowlist for gpt-5 and gemini 3.x; align agentpacks templates
|
|
14
|
+
|
|
15
|
+
- 693eedd: chore: improve ai models
|
|
16
|
+
- Updated dependencies [27b77db]
|
|
17
|
+
- Updated dependencies [693eedd]
|
|
18
|
+
- @contractspec/lib.contracts-spec@3.5.5
|
|
19
|
+
- @contractspec/lib.example-shared-ui@4.0.5
|
|
20
|
+
- @contractspec/lib.runtime-sandbox@2.5.5
|
|
21
|
+
- @contractspec/lib.design-system@3.5.5
|
|
22
|
+
- @contractspec/lib.schema@3.5.5
|
|
23
|
+
|
|
3
24
|
## 3.5.4
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/dist/browser/index.js
CHANGED
|
@@ -4359,18 +4359,27 @@ var MODEL_PROVIDERS = [
|
|
|
4359
4359
|
{
|
|
4360
4360
|
value: "openai",
|
|
4361
4361
|
label: "OpenAI",
|
|
4362
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
4362
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
4363
4363
|
},
|
|
4364
4364
|
{
|
|
4365
4365
|
value: "anthropic",
|
|
4366
4366
|
label: "Anthropic",
|
|
4367
|
-
models: ["claude-
|
|
4367
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
value: "google",
|
|
4371
|
+
label: "Google",
|
|
4372
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
4368
4373
|
},
|
|
4369
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
4370
4374
|
{
|
|
4371
4375
|
value: "mistral",
|
|
4372
4376
|
label: "Mistral",
|
|
4373
|
-
models: [
|
|
4377
|
+
models: [
|
|
4378
|
+
"mistral-large-2512",
|
|
4379
|
+
"mistral-large-latest",
|
|
4380
|
+
"mistral-medium-latest",
|
|
4381
|
+
"mistral-small-latest"
|
|
4382
|
+
]
|
|
4374
4383
|
}
|
|
4375
4384
|
];
|
|
4376
4385
|
function CreateAgentModal({
|
|
@@ -4382,7 +4391,7 @@ function CreateAgentModal({
|
|
|
4382
4391
|
const [name, setName] = useState5("");
|
|
4383
4392
|
const [description, setDescription] = useState5("");
|
|
4384
4393
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
4385
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
4394
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
4386
4395
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
4387
4396
|
const [error, setError] = useState5(null);
|
|
4388
4397
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -4404,7 +4413,7 @@ function CreateAgentModal({
|
|
|
4404
4413
|
setName("");
|
|
4405
4414
|
setDescription("");
|
|
4406
4415
|
setModelProvider("openai");
|
|
4407
|
-
setModelName("gpt-
|
|
4416
|
+
setModelName("gpt-5.4");
|
|
4408
4417
|
setSystemPrompt("");
|
|
4409
4418
|
onClose();
|
|
4410
4419
|
} catch (err) {
|
|
@@ -605,18 +605,27 @@ var MODEL_PROVIDERS = [
|
|
|
605
605
|
{
|
|
606
606
|
value: "openai",
|
|
607
607
|
label: "OpenAI",
|
|
608
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
608
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
value: "anthropic",
|
|
612
612
|
label: "Anthropic",
|
|
613
|
-
models: ["claude-
|
|
613
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
value: "google",
|
|
617
|
+
label: "Google",
|
|
618
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
614
619
|
},
|
|
615
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
616
620
|
{
|
|
617
621
|
value: "mistral",
|
|
618
622
|
label: "Mistral",
|
|
619
|
-
models: [
|
|
623
|
+
models: [
|
|
624
|
+
"mistral-large-2512",
|
|
625
|
+
"mistral-large-latest",
|
|
626
|
+
"mistral-medium-latest",
|
|
627
|
+
"mistral-small-latest"
|
|
628
|
+
]
|
|
620
629
|
}
|
|
621
630
|
];
|
|
622
631
|
function CreateAgentModal({
|
|
@@ -628,7 +637,7 @@ function CreateAgentModal({
|
|
|
628
637
|
const [name, setName] = useState5("");
|
|
629
638
|
const [description, setDescription] = useState5("");
|
|
630
639
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
631
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
640
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
632
641
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
633
642
|
const [error, setError] = useState5(null);
|
|
634
643
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -650,7 +659,7 @@ function CreateAgentModal({
|
|
|
650
659
|
setName("");
|
|
651
660
|
setDescription("");
|
|
652
661
|
setModelProvider("openai");
|
|
653
|
-
setModelName("gpt-
|
|
662
|
+
setModelName("gpt-5.4");
|
|
654
663
|
setSystemPrompt("");
|
|
655
664
|
onClose();
|
|
656
665
|
} catch (err) {
|
package/dist/browser/ui/index.js
CHANGED
|
@@ -605,18 +605,27 @@ var MODEL_PROVIDERS = [
|
|
|
605
605
|
{
|
|
606
606
|
value: "openai",
|
|
607
607
|
label: "OpenAI",
|
|
608
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
608
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
value: "anthropic",
|
|
612
612
|
label: "Anthropic",
|
|
613
|
-
models: ["claude-
|
|
613
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
value: "google",
|
|
617
|
+
label: "Google",
|
|
618
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
614
619
|
},
|
|
615
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
616
620
|
{
|
|
617
621
|
value: "mistral",
|
|
618
622
|
label: "Mistral",
|
|
619
|
-
models: [
|
|
623
|
+
models: [
|
|
624
|
+
"mistral-large-2512",
|
|
625
|
+
"mistral-large-latest",
|
|
626
|
+
"mistral-medium-latest",
|
|
627
|
+
"mistral-small-latest"
|
|
628
|
+
]
|
|
620
629
|
}
|
|
621
630
|
];
|
|
622
631
|
function CreateAgentModal({
|
|
@@ -628,7 +637,7 @@ function CreateAgentModal({
|
|
|
628
637
|
const [name, setName] = useState5("");
|
|
629
638
|
const [description, setDescription] = useState5("");
|
|
630
639
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
631
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
640
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
632
641
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
633
642
|
const [error, setError] = useState5(null);
|
|
634
643
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -650,7 +659,7 @@ function CreateAgentModal({
|
|
|
650
659
|
setName("");
|
|
651
660
|
setDescription("");
|
|
652
661
|
setModelProvider("openai");
|
|
653
|
-
setModelName("gpt-
|
|
662
|
+
setModelName("gpt-5.4");
|
|
654
663
|
setSystemPrompt("");
|
|
655
664
|
onClose();
|
|
656
665
|
} catch (err) {
|
|
@@ -7,18 +7,27 @@ var MODEL_PROVIDERS = [
|
|
|
7
7
|
{
|
|
8
8
|
value: "openai",
|
|
9
9
|
label: "OpenAI",
|
|
10
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
10
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
value: "anthropic",
|
|
14
14
|
label: "Anthropic",
|
|
15
|
-
models: ["claude-
|
|
15
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
value: "google",
|
|
19
|
+
label: "Google",
|
|
20
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
16
21
|
},
|
|
17
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
18
22
|
{
|
|
19
23
|
value: "mistral",
|
|
20
24
|
label: "Mistral",
|
|
21
|
-
models: [
|
|
25
|
+
models: [
|
|
26
|
+
"mistral-large-2512",
|
|
27
|
+
"mistral-large-latest",
|
|
28
|
+
"mistral-medium-latest",
|
|
29
|
+
"mistral-small-latest"
|
|
30
|
+
]
|
|
22
31
|
}
|
|
23
32
|
];
|
|
24
33
|
function CreateAgentModal({
|
|
@@ -30,7 +39,7 @@ function CreateAgentModal({
|
|
|
30
39
|
const [name, setName] = useState("");
|
|
31
40
|
const [description, setDescription] = useState("");
|
|
32
41
|
const [modelProvider, setModelProvider] = useState("openai");
|
|
33
|
-
const [modelName, setModelName] = useState("gpt-
|
|
42
|
+
const [modelName, setModelName] = useState("gpt-5.4");
|
|
34
43
|
const [systemPrompt, setSystemPrompt] = useState("");
|
|
35
44
|
const [error, setError] = useState(null);
|
|
36
45
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -52,7 +61,7 @@ function CreateAgentModal({
|
|
|
52
61
|
setName("");
|
|
53
62
|
setDescription("");
|
|
54
63
|
setModelProvider("openai");
|
|
55
|
-
setModelName("gpt-
|
|
64
|
+
setModelName("gpt-5.4");
|
|
56
65
|
setSystemPrompt("");
|
|
57
66
|
onClose();
|
|
58
67
|
} catch (err) {
|
|
@@ -7,18 +7,27 @@ var MODEL_PROVIDERS = [
|
|
|
7
7
|
{
|
|
8
8
|
value: "openai",
|
|
9
9
|
label: "OpenAI",
|
|
10
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
10
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
value: "anthropic",
|
|
14
14
|
label: "Anthropic",
|
|
15
|
-
models: ["claude-
|
|
15
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
value: "google",
|
|
19
|
+
label: "Google",
|
|
20
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
16
21
|
},
|
|
17
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
18
22
|
{
|
|
19
23
|
value: "mistral",
|
|
20
24
|
label: "Mistral",
|
|
21
|
-
models: [
|
|
25
|
+
models: [
|
|
26
|
+
"mistral-large-2512",
|
|
27
|
+
"mistral-large-latest",
|
|
28
|
+
"mistral-medium-latest",
|
|
29
|
+
"mistral-small-latest"
|
|
30
|
+
]
|
|
22
31
|
}
|
|
23
32
|
];
|
|
24
33
|
function CreateAgentModal({
|
|
@@ -30,7 +39,7 @@ function CreateAgentModal({
|
|
|
30
39
|
const [name, setName] = useState("");
|
|
31
40
|
const [description, setDescription] = useState("");
|
|
32
41
|
const [modelProvider, setModelProvider] = useState("openai");
|
|
33
|
-
const [modelName, setModelName] = useState("gpt-
|
|
42
|
+
const [modelName, setModelName] = useState("gpt-5.4");
|
|
34
43
|
const [systemPrompt, setSystemPrompt] = useState("");
|
|
35
44
|
const [error, setError] = useState(null);
|
|
36
45
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -52,7 +61,7 @@ function CreateAgentModal({
|
|
|
52
61
|
setName("");
|
|
53
62
|
setDescription("");
|
|
54
63
|
setModelProvider("openai");
|
|
55
|
-
setModelName("gpt-
|
|
64
|
+
setModelName("gpt-5.4");
|
|
56
65
|
setSystemPrompt("");
|
|
57
66
|
onClose();
|
|
58
67
|
} catch (err) {
|
package/dist/index.js
CHANGED
|
@@ -4360,18 +4360,27 @@ var MODEL_PROVIDERS = [
|
|
|
4360
4360
|
{
|
|
4361
4361
|
value: "openai",
|
|
4362
4362
|
label: "OpenAI",
|
|
4363
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
4363
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
4364
4364
|
},
|
|
4365
4365
|
{
|
|
4366
4366
|
value: "anthropic",
|
|
4367
4367
|
label: "Anthropic",
|
|
4368
|
-
models: ["claude-
|
|
4368
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
value: "google",
|
|
4372
|
+
label: "Google",
|
|
4373
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
4369
4374
|
},
|
|
4370
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
4371
4375
|
{
|
|
4372
4376
|
value: "mistral",
|
|
4373
4377
|
label: "Mistral",
|
|
4374
|
-
models: [
|
|
4378
|
+
models: [
|
|
4379
|
+
"mistral-large-2512",
|
|
4380
|
+
"mistral-large-latest",
|
|
4381
|
+
"mistral-medium-latest",
|
|
4382
|
+
"mistral-small-latest"
|
|
4383
|
+
]
|
|
4375
4384
|
}
|
|
4376
4385
|
];
|
|
4377
4386
|
function CreateAgentModal({
|
|
@@ -4383,7 +4392,7 @@ function CreateAgentModal({
|
|
|
4383
4392
|
const [name, setName] = useState5("");
|
|
4384
4393
|
const [description, setDescription] = useState5("");
|
|
4385
4394
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
4386
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
4395
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
4387
4396
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
4388
4397
|
const [error, setError] = useState5(null);
|
|
4389
4398
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -4405,7 +4414,7 @@ function CreateAgentModal({
|
|
|
4405
4414
|
setName("");
|
|
4406
4415
|
setDescription("");
|
|
4407
4416
|
setModelProvider("openai");
|
|
4408
|
-
setModelName("gpt-
|
|
4417
|
+
setModelName("gpt-5.4");
|
|
4409
4418
|
setSystemPrompt("");
|
|
4410
4419
|
onClose();
|
|
4411
4420
|
} catch (err) {
|
package/dist/node/index.js
CHANGED
|
@@ -4359,18 +4359,27 @@ var MODEL_PROVIDERS = [
|
|
|
4359
4359
|
{
|
|
4360
4360
|
value: "openai",
|
|
4361
4361
|
label: "OpenAI",
|
|
4362
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
4362
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
4363
4363
|
},
|
|
4364
4364
|
{
|
|
4365
4365
|
value: "anthropic",
|
|
4366
4366
|
label: "Anthropic",
|
|
4367
|
-
models: ["claude-
|
|
4367
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
value: "google",
|
|
4371
|
+
label: "Google",
|
|
4372
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
4368
4373
|
},
|
|
4369
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
4370
4374
|
{
|
|
4371
4375
|
value: "mistral",
|
|
4372
4376
|
label: "Mistral",
|
|
4373
|
-
models: [
|
|
4377
|
+
models: [
|
|
4378
|
+
"mistral-large-2512",
|
|
4379
|
+
"mistral-large-latest",
|
|
4380
|
+
"mistral-medium-latest",
|
|
4381
|
+
"mistral-small-latest"
|
|
4382
|
+
]
|
|
4374
4383
|
}
|
|
4375
4384
|
];
|
|
4376
4385
|
function CreateAgentModal({
|
|
@@ -4382,7 +4391,7 @@ function CreateAgentModal({
|
|
|
4382
4391
|
const [name, setName] = useState5("");
|
|
4383
4392
|
const [description, setDescription] = useState5("");
|
|
4384
4393
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
4385
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
4394
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
4386
4395
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
4387
4396
|
const [error, setError] = useState5(null);
|
|
4388
4397
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -4404,7 +4413,7 @@ function CreateAgentModal({
|
|
|
4404
4413
|
setName("");
|
|
4405
4414
|
setDescription("");
|
|
4406
4415
|
setModelProvider("openai");
|
|
4407
|
-
setModelName("gpt-
|
|
4416
|
+
setModelName("gpt-5.4");
|
|
4408
4417
|
setSystemPrompt("");
|
|
4409
4418
|
onClose();
|
|
4410
4419
|
} catch (err) {
|
|
@@ -605,18 +605,27 @@ var MODEL_PROVIDERS = [
|
|
|
605
605
|
{
|
|
606
606
|
value: "openai",
|
|
607
607
|
label: "OpenAI",
|
|
608
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
608
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
value: "anthropic",
|
|
612
612
|
label: "Anthropic",
|
|
613
|
-
models: ["claude-
|
|
613
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
value: "google",
|
|
617
|
+
label: "Google",
|
|
618
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
614
619
|
},
|
|
615
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
616
620
|
{
|
|
617
621
|
value: "mistral",
|
|
618
622
|
label: "Mistral",
|
|
619
|
-
models: [
|
|
623
|
+
models: [
|
|
624
|
+
"mistral-large-2512",
|
|
625
|
+
"mistral-large-latest",
|
|
626
|
+
"mistral-medium-latest",
|
|
627
|
+
"mistral-small-latest"
|
|
628
|
+
]
|
|
620
629
|
}
|
|
621
630
|
];
|
|
622
631
|
function CreateAgentModal({
|
|
@@ -628,7 +637,7 @@ function CreateAgentModal({
|
|
|
628
637
|
const [name, setName] = useState5("");
|
|
629
638
|
const [description, setDescription] = useState5("");
|
|
630
639
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
631
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
640
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
632
641
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
633
642
|
const [error, setError] = useState5(null);
|
|
634
643
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -650,7 +659,7 @@ function CreateAgentModal({
|
|
|
650
659
|
setName("");
|
|
651
660
|
setDescription("");
|
|
652
661
|
setModelProvider("openai");
|
|
653
|
-
setModelName("gpt-
|
|
662
|
+
setModelName("gpt-5.4");
|
|
654
663
|
setSystemPrompt("");
|
|
655
664
|
onClose();
|
|
656
665
|
} catch (err) {
|
package/dist/node/ui/index.js
CHANGED
|
@@ -605,18 +605,27 @@ var MODEL_PROVIDERS = [
|
|
|
605
605
|
{
|
|
606
606
|
value: "openai",
|
|
607
607
|
label: "OpenAI",
|
|
608
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
608
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
609
609
|
},
|
|
610
610
|
{
|
|
611
611
|
value: "anthropic",
|
|
612
612
|
label: "Anthropic",
|
|
613
|
-
models: ["claude-
|
|
613
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
value: "google",
|
|
617
|
+
label: "Google",
|
|
618
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
614
619
|
},
|
|
615
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
616
620
|
{
|
|
617
621
|
value: "mistral",
|
|
618
622
|
label: "Mistral",
|
|
619
|
-
models: [
|
|
623
|
+
models: [
|
|
624
|
+
"mistral-large-2512",
|
|
625
|
+
"mistral-large-latest",
|
|
626
|
+
"mistral-medium-latest",
|
|
627
|
+
"mistral-small-latest"
|
|
628
|
+
]
|
|
620
629
|
}
|
|
621
630
|
];
|
|
622
631
|
function CreateAgentModal({
|
|
@@ -628,7 +637,7 @@ function CreateAgentModal({
|
|
|
628
637
|
const [name, setName] = useState5("");
|
|
629
638
|
const [description, setDescription] = useState5("");
|
|
630
639
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
631
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
640
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
632
641
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
633
642
|
const [error, setError] = useState5(null);
|
|
634
643
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -650,7 +659,7 @@ function CreateAgentModal({
|
|
|
650
659
|
setName("");
|
|
651
660
|
setDescription("");
|
|
652
661
|
setModelProvider("openai");
|
|
653
|
-
setModelName("gpt-
|
|
662
|
+
setModelName("gpt-5.4");
|
|
654
663
|
setSystemPrompt("");
|
|
655
664
|
onClose();
|
|
656
665
|
} catch (err) {
|
|
@@ -7,18 +7,27 @@ var MODEL_PROVIDERS = [
|
|
|
7
7
|
{
|
|
8
8
|
value: "openai",
|
|
9
9
|
label: "OpenAI",
|
|
10
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
10
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
value: "anthropic",
|
|
14
14
|
label: "Anthropic",
|
|
15
|
-
models: ["claude-
|
|
15
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
value: "google",
|
|
19
|
+
label: "Google",
|
|
20
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
16
21
|
},
|
|
17
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
18
22
|
{
|
|
19
23
|
value: "mistral",
|
|
20
24
|
label: "Mistral",
|
|
21
|
-
models: [
|
|
25
|
+
models: [
|
|
26
|
+
"mistral-large-2512",
|
|
27
|
+
"mistral-large-latest",
|
|
28
|
+
"mistral-medium-latest",
|
|
29
|
+
"mistral-small-latest"
|
|
30
|
+
]
|
|
22
31
|
}
|
|
23
32
|
];
|
|
24
33
|
function CreateAgentModal({
|
|
@@ -30,7 +39,7 @@ function CreateAgentModal({
|
|
|
30
39
|
const [name, setName] = useState("");
|
|
31
40
|
const [description, setDescription] = useState("");
|
|
32
41
|
const [modelProvider, setModelProvider] = useState("openai");
|
|
33
|
-
const [modelName, setModelName] = useState("gpt-
|
|
42
|
+
const [modelName, setModelName] = useState("gpt-5.4");
|
|
34
43
|
const [systemPrompt, setSystemPrompt] = useState("");
|
|
35
44
|
const [error, setError] = useState(null);
|
|
36
45
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -52,7 +61,7 @@ function CreateAgentModal({
|
|
|
52
61
|
setName("");
|
|
53
62
|
setDescription("");
|
|
54
63
|
setModelProvider("openai");
|
|
55
|
-
setModelName("gpt-
|
|
64
|
+
setModelName("gpt-5.4");
|
|
56
65
|
setSystemPrompt("");
|
|
57
66
|
onClose();
|
|
58
67
|
} catch (err) {
|
|
@@ -7,18 +7,27 @@ var MODEL_PROVIDERS = [
|
|
|
7
7
|
{
|
|
8
8
|
value: "openai",
|
|
9
9
|
label: "OpenAI",
|
|
10
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
10
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
13
|
value: "anthropic",
|
|
14
14
|
label: "Anthropic",
|
|
15
|
-
models: ["claude-
|
|
15
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
value: "google",
|
|
19
|
+
label: "Google",
|
|
20
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
16
21
|
},
|
|
17
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
18
22
|
{
|
|
19
23
|
value: "mistral",
|
|
20
24
|
label: "Mistral",
|
|
21
|
-
models: [
|
|
25
|
+
models: [
|
|
26
|
+
"mistral-large-2512",
|
|
27
|
+
"mistral-large-latest",
|
|
28
|
+
"mistral-medium-latest",
|
|
29
|
+
"mistral-small-latest"
|
|
30
|
+
]
|
|
22
31
|
}
|
|
23
32
|
];
|
|
24
33
|
function CreateAgentModal({
|
|
@@ -30,7 +39,7 @@ function CreateAgentModal({
|
|
|
30
39
|
const [name, setName] = useState("");
|
|
31
40
|
const [description, setDescription] = useState("");
|
|
32
41
|
const [modelProvider, setModelProvider] = useState("openai");
|
|
33
|
-
const [modelName, setModelName] = useState("gpt-
|
|
42
|
+
const [modelName, setModelName] = useState("gpt-5.4");
|
|
34
43
|
const [systemPrompt, setSystemPrompt] = useState("");
|
|
35
44
|
const [error, setError] = useState(null);
|
|
36
45
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -52,7 +61,7 @@ function CreateAgentModal({
|
|
|
52
61
|
setName("");
|
|
53
62
|
setDescription("");
|
|
54
63
|
setModelProvider("openai");
|
|
55
|
-
setModelName("gpt-
|
|
64
|
+
setModelName("gpt-5.4");
|
|
56
65
|
setSystemPrompt("");
|
|
57
66
|
onClose();
|
|
58
67
|
} catch (err) {
|
|
@@ -606,18 +606,27 @@ var MODEL_PROVIDERS = [
|
|
|
606
606
|
{
|
|
607
607
|
value: "openai",
|
|
608
608
|
label: "OpenAI",
|
|
609
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
609
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
value: "anthropic",
|
|
613
613
|
label: "Anthropic",
|
|
614
|
-
models: ["claude-
|
|
614
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
value: "google",
|
|
618
|
+
label: "Google",
|
|
619
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
615
620
|
},
|
|
616
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
617
621
|
{
|
|
618
622
|
value: "mistral",
|
|
619
623
|
label: "Mistral",
|
|
620
|
-
models: [
|
|
624
|
+
models: [
|
|
625
|
+
"mistral-large-2512",
|
|
626
|
+
"mistral-large-latest",
|
|
627
|
+
"mistral-medium-latest",
|
|
628
|
+
"mistral-small-latest"
|
|
629
|
+
]
|
|
621
630
|
}
|
|
622
631
|
];
|
|
623
632
|
function CreateAgentModal({
|
|
@@ -629,7 +638,7 @@ function CreateAgentModal({
|
|
|
629
638
|
const [name, setName] = useState5("");
|
|
630
639
|
const [description, setDescription] = useState5("");
|
|
631
640
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
632
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
641
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
633
642
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
634
643
|
const [error, setError] = useState5(null);
|
|
635
644
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -651,7 +660,7 @@ function CreateAgentModal({
|
|
|
651
660
|
setName("");
|
|
652
661
|
setDescription("");
|
|
653
662
|
setModelProvider("openai");
|
|
654
|
-
setModelName("gpt-
|
|
663
|
+
setModelName("gpt-5.4");
|
|
655
664
|
setSystemPrompt("");
|
|
656
665
|
onClose();
|
|
657
666
|
} catch (err) {
|
package/dist/ui/index.js
CHANGED
|
@@ -606,18 +606,27 @@ var MODEL_PROVIDERS = [
|
|
|
606
606
|
{
|
|
607
607
|
value: "openai",
|
|
608
608
|
label: "OpenAI",
|
|
609
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
609
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
value: "anthropic",
|
|
613
613
|
label: "Anthropic",
|
|
614
|
-
models: ["claude-
|
|
614
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
value: "google",
|
|
618
|
+
label: "Google",
|
|
619
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
615
620
|
},
|
|
616
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
617
621
|
{
|
|
618
622
|
value: "mistral",
|
|
619
623
|
label: "Mistral",
|
|
620
|
-
models: [
|
|
624
|
+
models: [
|
|
625
|
+
"mistral-large-2512",
|
|
626
|
+
"mistral-large-latest",
|
|
627
|
+
"mistral-medium-latest",
|
|
628
|
+
"mistral-small-latest"
|
|
629
|
+
]
|
|
621
630
|
}
|
|
622
631
|
];
|
|
623
632
|
function CreateAgentModal({
|
|
@@ -629,7 +638,7 @@ function CreateAgentModal({
|
|
|
629
638
|
const [name, setName] = useState5("");
|
|
630
639
|
const [description, setDescription] = useState5("");
|
|
631
640
|
const [modelProvider, setModelProvider] = useState5("openai");
|
|
632
|
-
const [modelName, setModelName] = useState5("gpt-
|
|
641
|
+
const [modelName, setModelName] = useState5("gpt-5.4");
|
|
633
642
|
const [systemPrompt, setSystemPrompt] = useState5("");
|
|
634
643
|
const [error, setError] = useState5(null);
|
|
635
644
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -651,7 +660,7 @@ function CreateAgentModal({
|
|
|
651
660
|
setName("");
|
|
652
661
|
setDescription("");
|
|
653
662
|
setModelProvider("openai");
|
|
654
|
-
setModelName("gpt-
|
|
663
|
+
setModelName("gpt-5.4");
|
|
655
664
|
setSystemPrompt("");
|
|
656
665
|
onClose();
|
|
657
666
|
} catch (err) {
|
|
@@ -8,18 +8,27 @@ var MODEL_PROVIDERS = [
|
|
|
8
8
|
{
|
|
9
9
|
value: "openai",
|
|
10
10
|
label: "OpenAI",
|
|
11
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
11
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
value: "anthropic",
|
|
15
15
|
label: "Anthropic",
|
|
16
|
-
models: ["claude-
|
|
16
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
value: "google",
|
|
20
|
+
label: "Google",
|
|
21
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
17
22
|
},
|
|
18
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
19
23
|
{
|
|
20
24
|
value: "mistral",
|
|
21
25
|
label: "Mistral",
|
|
22
|
-
models: [
|
|
26
|
+
models: [
|
|
27
|
+
"mistral-large-2512",
|
|
28
|
+
"mistral-large-latest",
|
|
29
|
+
"mistral-medium-latest",
|
|
30
|
+
"mistral-small-latest"
|
|
31
|
+
]
|
|
23
32
|
}
|
|
24
33
|
];
|
|
25
34
|
function CreateAgentModal({
|
|
@@ -31,7 +40,7 @@ function CreateAgentModal({
|
|
|
31
40
|
const [name, setName] = useState("");
|
|
32
41
|
const [description, setDescription] = useState("");
|
|
33
42
|
const [modelProvider, setModelProvider] = useState("openai");
|
|
34
|
-
const [modelName, setModelName] = useState("gpt-
|
|
43
|
+
const [modelName, setModelName] = useState("gpt-5.4");
|
|
35
44
|
const [systemPrompt, setSystemPrompt] = useState("");
|
|
36
45
|
const [error, setError] = useState(null);
|
|
37
46
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -53,7 +62,7 @@ function CreateAgentModal({
|
|
|
53
62
|
setName("");
|
|
54
63
|
setDescription("");
|
|
55
64
|
setModelProvider("openai");
|
|
56
|
-
setModelName("gpt-
|
|
65
|
+
setModelName("gpt-5.4");
|
|
57
66
|
setSystemPrompt("");
|
|
58
67
|
onClose();
|
|
59
68
|
} catch (err) {
|
package/dist/ui/modals/index.js
CHANGED
|
@@ -8,18 +8,27 @@ var MODEL_PROVIDERS = [
|
|
|
8
8
|
{
|
|
9
9
|
value: "openai",
|
|
10
10
|
label: "OpenAI",
|
|
11
|
-
models: ["gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
11
|
+
models: ["gpt-5.4", "gpt-5-mini", "gpt-4o", "gpt-4-turbo", "gpt-3.5-turbo"]
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
value: "anthropic",
|
|
15
15
|
label: "Anthropic",
|
|
16
|
-
models: ["claude-
|
|
16
|
+
models: ["claude-sonnet-4-6", "claude-opus-4-6", "claude-haiku-4-5"]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
value: "google",
|
|
20
|
+
label: "Google",
|
|
21
|
+
models: ["gemini-2.5-flash", "gemini-2.5-pro", "gemini-pro", "gemini-ultra"]
|
|
17
22
|
},
|
|
18
|
-
{ value: "google", label: "Google", models: ["gemini-pro", "gemini-ultra"] },
|
|
19
23
|
{
|
|
20
24
|
value: "mistral",
|
|
21
25
|
label: "Mistral",
|
|
22
|
-
models: [
|
|
26
|
+
models: [
|
|
27
|
+
"mistral-large-2512",
|
|
28
|
+
"mistral-large-latest",
|
|
29
|
+
"mistral-medium-latest",
|
|
30
|
+
"mistral-small-latest"
|
|
31
|
+
]
|
|
23
32
|
}
|
|
24
33
|
];
|
|
25
34
|
function CreateAgentModal({
|
|
@@ -31,7 +40,7 @@ function CreateAgentModal({
|
|
|
31
40
|
const [name, setName] = useState("");
|
|
32
41
|
const [description, setDescription] = useState("");
|
|
33
42
|
const [modelProvider, setModelProvider] = useState("openai");
|
|
34
|
-
const [modelName, setModelName] = useState("gpt-
|
|
43
|
+
const [modelName, setModelName] = useState("gpt-5.4");
|
|
35
44
|
const [systemPrompt, setSystemPrompt] = useState("");
|
|
36
45
|
const [error, setError] = useState(null);
|
|
37
46
|
const selectedProvider = MODEL_PROVIDERS.find((p) => p.value === modelProvider);
|
|
@@ -53,7 +62,7 @@ function CreateAgentModal({
|
|
|
53
62
|
setName("");
|
|
54
63
|
setDescription("");
|
|
55
64
|
setModelProvider("openai");
|
|
56
|
-
setModelName("gpt-
|
|
65
|
+
setModelName("gpt-5.4");
|
|
57
66
|
setSystemPrompt("");
|
|
58
67
|
onClose();
|
|
59
68
|
} catch (err) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/example.agent-console",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.5",
|
|
4
4
|
"description": "Agent Console example - AI agent orchestration with tools, runs, and logs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -582,20 +582,20 @@
|
|
|
582
582
|
"typecheck": "tsc --noEmit"
|
|
583
583
|
},
|
|
584
584
|
"dependencies": {
|
|
585
|
-
"@contractspec/lib.schema": "3.5.
|
|
586
|
-
"@contractspec/lib.contracts-spec": "3.5.
|
|
587
|
-
"@contractspec/lib.example-shared-ui": "4.0.
|
|
588
|
-
"@contractspec/lib.design-system": "3.5.
|
|
589
|
-
"@contractspec/lib.runtime-sandbox": "2.5.
|
|
585
|
+
"@contractspec/lib.schema": "3.5.5",
|
|
586
|
+
"@contractspec/lib.contracts-spec": "3.5.5",
|
|
587
|
+
"@contractspec/lib.example-shared-ui": "4.0.5",
|
|
588
|
+
"@contractspec/lib.design-system": "3.5.5",
|
|
589
|
+
"@contractspec/lib.runtime-sandbox": "2.5.5",
|
|
590
590
|
"react": "19.2.4",
|
|
591
591
|
"react-dom": "19.2.4"
|
|
592
592
|
},
|
|
593
593
|
"devDependencies": {
|
|
594
|
-
"@contractspec/tool.typescript": "3.5.
|
|
594
|
+
"@contractspec/tool.typescript": "3.5.5",
|
|
595
595
|
"typescript": "^5.9.3",
|
|
596
596
|
"@types/react": "^19.2.14",
|
|
597
597
|
"@types/react-dom": "^19.2.2",
|
|
598
|
-
"@contractspec/tool.bun": "3.5.
|
|
598
|
+
"@contractspec/tool.bun": "3.5.5"
|
|
599
599
|
},
|
|
600
600
|
"publishConfig": {
|
|
601
601
|
"exports": {
|
|
@@ -28,18 +28,27 @@ const MODEL_PROVIDERS = [
|
|
|
28
28
|
{
|
|
29
29
|
value: 'openai',
|
|
30
30
|
label: 'OpenAI',
|
|
31
|
-
models: ['gpt-4o', 'gpt-4-turbo', 'gpt-3.5-turbo'],
|
|
31
|
+
models: ['gpt-5.4', 'gpt-5-mini', 'gpt-4o', 'gpt-4-turbo', 'gpt-3.5-turbo'],
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
value: 'anthropic',
|
|
35
35
|
label: 'Anthropic',
|
|
36
|
-
models: ['claude-
|
|
36
|
+
models: ['claude-sonnet-4-6', 'claude-opus-4-6', 'claude-haiku-4-5'],
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
value: 'google',
|
|
40
|
+
label: 'Google',
|
|
41
|
+
models: ['gemini-2.5-flash', 'gemini-2.5-pro', 'gemini-pro', 'gemini-ultra'],
|
|
37
42
|
},
|
|
38
|
-
{ value: 'google', label: 'Google', models: ['gemini-pro', 'gemini-ultra'] },
|
|
39
43
|
{
|
|
40
44
|
value: 'mistral',
|
|
41
45
|
label: 'Mistral',
|
|
42
|
-
models: [
|
|
46
|
+
models: [
|
|
47
|
+
'mistral-large-2512',
|
|
48
|
+
'mistral-large-latest',
|
|
49
|
+
'mistral-medium-latest',
|
|
50
|
+
'mistral-small-latest',
|
|
51
|
+
],
|
|
43
52
|
},
|
|
44
53
|
] as const;
|
|
45
54
|
|
|
@@ -54,7 +63,7 @@ export function CreateAgentModal({
|
|
|
54
63
|
const [name, setName] = useState('');
|
|
55
64
|
const [description, setDescription] = useState('');
|
|
56
65
|
const [modelProvider, setModelProvider] = useState<ModelProvider>('openai');
|
|
57
|
-
const [modelName, setModelName] = useState('gpt-
|
|
66
|
+
const [modelName, setModelName] = useState('gpt-5.4');
|
|
58
67
|
const [systemPrompt, setSystemPrompt] = useState('');
|
|
59
68
|
const [error, setError] = useState<string | null>(null);
|
|
60
69
|
|
|
@@ -85,7 +94,7 @@ export function CreateAgentModal({
|
|
|
85
94
|
setName('');
|
|
86
95
|
setDescription('');
|
|
87
96
|
setModelProvider('openai');
|
|
88
|
-
setModelName('gpt-
|
|
97
|
+
setModelName('gpt-5.4');
|
|
89
98
|
setSystemPrompt('');
|
|
90
99
|
onClose();
|
|
91
100
|
} catch (err) {
|