@contractspec/example.agent-console 3.8.16 → 3.8.17
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 +42 -36
- package/CHANGELOG.md +27 -0
- package/dist/browser/index.js +10 -10
- package/dist/browser/ui/AgentConsolePreview.js +1 -1
- package/dist/browser/ui/AgentConsolePreviewCards.js +1 -0
- package/dist/browser/ui/AgentConsolePreviewPanels.js +1 -1
- package/dist/browser/ui/AgentConsolePreviewTable.js +1 -1
- package/dist/browser/ui/ExecutionConsoleHost.js +1 -1
- package/dist/browser/ui/index.js +5 -5
- package/dist/index.js +10 -10
- package/dist/node/index.js +10 -10
- package/dist/node/ui/AgentConsolePreview.js +1 -1
- package/dist/node/ui/AgentConsolePreviewCards.js +1 -0
- package/dist/node/ui/AgentConsolePreviewPanels.js +1 -1
- package/dist/node/ui/AgentConsolePreviewTable.js +1 -1
- package/dist/node/ui/ExecutionConsoleHost.js +1 -1
- package/dist/node/ui/index.js +5 -5
- package/dist/ui/AgentConsolePreview.js +1 -1
- package/dist/ui/AgentConsolePreviewCards.d.ts +17 -0
- package/dist/ui/AgentConsolePreviewCards.js +2 -0
- package/dist/ui/AgentConsolePreviewPanels.d.ts +1 -4
- package/dist/ui/AgentConsolePreviewPanels.js +1 -1
- package/dist/ui/AgentConsolePreviewTable.js +1 -1
- package/dist/ui/ExecutionConsoleHost.js +1 -1
- package/dist/ui/index.js +5 -5
- package/package.json +25 -11
- package/src/ui/AgentConsolePreview.tsx +34 -28
- package/src/ui/AgentConsolePreviewCards.tsx +75 -0
- package/src/ui/AgentConsolePreviewPanels.tsx +41 -63
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,48 +1,49 @@
|
|
|
1
1
|
$ contractspec-bun-build prebuild
|
|
2
2
|
$ bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build transpile
|
|
4
|
-
[contractspec-bun-build] transpile target=bun root=src entries=
|
|
5
|
-
Bundled
|
|
4
|
+
[contractspec-bun-build] transpile target=bun root=src entries=79 noBundle=false
|
|
5
|
+
Bundled 85 modules in 91ms
|
|
6
6
|
|
|
7
7
|
./agent.capability.js 318 bytes (entry point)
|
|
8
8
|
tool/tool.test-spec.js 0.97 KB (entry point)
|
|
9
9
|
shared/overlay-types.js 8 bytes (entry point)
|
|
10
10
|
run/run.test-spec.js 0.96 KB (entry point)
|
|
11
11
|
seeders/index.js 471 bytes (entry point)
|
|
12
|
-
./index.js 144.
|
|
13
|
-
ui/index.js 60.
|
|
12
|
+
./index.js 144.62 KB (entry point)
|
|
13
|
+
ui/index.js 60.53 KB (entry point)
|
|
14
14
|
ui/views/index.js 13.11 KB (entry point)
|
|
15
15
|
ui/renderers/index.js 12.0 KB (entry point)
|
|
16
|
+
ui/renderers/agent-list.renderer.js 2.81 KB (entry point)
|
|
16
17
|
ui/renderers/dashboard.markdown.js 6.1 KB (entry point)
|
|
17
18
|
ui/renderers/run-list.markdown.js 1.1 KB (entry point)
|
|
18
19
|
ui/renderers/tool-registry.markdown.js 1.13 KB (entry point)
|
|
20
|
+
ui/views/AgentListView.js 2.49 KB (entry point)
|
|
19
21
|
ui/modals/index.js 9.25 KB (entry point)
|
|
20
22
|
ui/overlays/index.js 0.98 KB (entry point)
|
|
21
23
|
ui/overlays/demo-overlays.js 0.98 KB (entry point)
|
|
22
24
|
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
23
|
-
ui/renderers/agent-list.renderer.js 2.81 KB (entry point)
|
|
24
|
-
ui/views/AgentListView.js 2.49 KB (entry point)
|
|
25
25
|
ui/AgentRunList.js 7.26 KB (entry point)
|
|
26
26
|
ui/AgentToolRegistry.js 3.30 KB (entry point)
|
|
27
|
-
ui/ExecutionConsoleHost.js 18.
|
|
27
|
+
ui/ExecutionConsoleHost.js 18.75 KB (entry point)
|
|
28
28
|
ui/hooks/index.js 14.44 KB (entry point)
|
|
29
|
-
ui/AgentConsolePreview.js
|
|
30
|
-
ui/AgentConsolePreviewTable.js 5.
|
|
31
|
-
ui/AgentConsolePreviewPanels.js
|
|
29
|
+
ui/AgentConsolePreview.js 18.46 KB (entry point)
|
|
30
|
+
ui/AgentConsolePreviewTable.js 5.64 KB (entry point)
|
|
31
|
+
ui/AgentConsolePreviewPanels.js 4.15 KB (entry point)
|
|
32
32
|
ui/AgentConsolePreview.data.js 1.21 KB (entry point)
|
|
33
|
+
ui/AgentConsolePreviewCards.js 1.31 KB (entry point)
|
|
33
34
|
ui/AgentDashboard.js 43.44 KB (entry point)
|
|
34
35
|
ui/modals/AgentActionsModal.js 4.93 KB (entry point)
|
|
35
36
|
ui/modals/CreateAgentModal.js 4.34 KB (entry point)
|
|
37
|
+
ui/AgentDashboard.visualizations.js 3.93 KB (entry point)
|
|
36
38
|
ui/views/RunListView.js 7.26 KB (entry point)
|
|
37
39
|
ui/views/RunDataTable.js 5.14 KB (entry point)
|
|
38
40
|
ui/views/run-data-table.columns.js 4.14 KB (entry point)
|
|
39
41
|
ui/views/run-list.shared.js 2.71 KB (entry point)
|
|
40
42
|
ui/views/ToolRegistryView.js 3.30 KB (entry point)
|
|
43
|
+
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
41
44
|
ui/hooks/useAgentList.js 0.94 KB (entry point)
|
|
42
45
|
ui/hooks/useAgentMutations.js 11.22 KB (entry point)
|
|
43
46
|
ui/hooks/useRunList.js 0.96 KB (entry point)
|
|
44
|
-
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
45
|
-
ui/AgentDashboard.visualizations.js 3.93 KB (entry point)
|
|
46
47
|
tool/index.js 18.91 KB (entry point)
|
|
47
48
|
tool/tool.entity.js 1.89 KB (entry point)
|
|
48
49
|
tool/tool.event.js 2.1 KB (entry point)
|
|
@@ -83,48 +84,49 @@ Bundled 84 modules in 117ms
|
|
|
83
84
|
agent/agent.schema.js 5.0 KB (entry point)
|
|
84
85
|
agent/agent.enum.js 314 bytes (entry point)
|
|
85
86
|
|
|
86
|
-
[contractspec-bun-build] transpile target=node root=src entries=
|
|
87
|
-
Bundled
|
|
87
|
+
[contractspec-bun-build] transpile target=node root=src entries=79 noBundle=false
|
|
88
|
+
Bundled 85 modules in 113ms
|
|
88
89
|
|
|
89
90
|
./agent.capability.js 310 bytes (entry point)
|
|
90
91
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
|
91
92
|
shared/overlay-types.js 0 KB (entry point)
|
|
92
93
|
run/run.test-spec.js 0.95 KB (entry point)
|
|
93
94
|
seeders/index.js 463 bytes (entry point)
|
|
94
|
-
./index.js 144.
|
|
95
|
-
ui/index.js
|
|
95
|
+
./index.js 144.56 KB (entry point)
|
|
96
|
+
ui/index.js 60.47 KB (entry point)
|
|
96
97
|
ui/views/index.js 13.1 KB (entry point)
|
|
97
98
|
ui/renderers/index.js 12.0 KB (entry point)
|
|
99
|
+
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
98
100
|
ui/renderers/dashboard.markdown.js 6.0 KB (entry point)
|
|
99
101
|
ui/renderers/run-list.markdown.js 1.1 KB (entry point)
|
|
100
102
|
ui/renderers/tool-registry.markdown.js 1.11 KB (entry point)
|
|
103
|
+
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
101
104
|
ui/modals/index.js 9.23 KB (entry point)
|
|
102
105
|
ui/overlays/index.js 0.97 KB (entry point)
|
|
103
106
|
ui/overlays/demo-overlays.js 0.97 KB (entry point)
|
|
104
107
|
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
105
|
-
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
106
|
-
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
107
108
|
ui/AgentRunList.js 7.26 KB (entry point)
|
|
108
109
|
ui/AgentToolRegistry.js 3.29 KB (entry point)
|
|
109
|
-
ui/ExecutionConsoleHost.js 18.
|
|
110
|
+
ui/ExecutionConsoleHost.js 18.74 KB (entry point)
|
|
110
111
|
ui/hooks/index.js 14.43 KB (entry point)
|
|
111
|
-
ui/AgentConsolePreview.js
|
|
112
|
-
ui/AgentConsolePreviewTable.js 5.
|
|
113
|
-
ui/AgentConsolePreviewPanels.js
|
|
112
|
+
ui/AgentConsolePreview.js 18.45 KB (entry point)
|
|
113
|
+
ui/AgentConsolePreviewTable.js 5.63 KB (entry point)
|
|
114
|
+
ui/AgentConsolePreviewPanels.js 4.14 KB (entry point)
|
|
114
115
|
ui/AgentConsolePreview.data.js 1.19 KB (entry point)
|
|
116
|
+
ui/AgentConsolePreviewCards.js 1.30 KB (entry point)
|
|
115
117
|
ui/AgentDashboard.js 43.40 KB (entry point)
|
|
116
118
|
ui/modals/AgentActionsModal.js 4.90 KB (entry point)
|
|
117
119
|
ui/modals/CreateAgentModal.js 4.34 KB (entry point)
|
|
120
|
+
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
118
121
|
ui/views/RunListView.js 7.26 KB (entry point)
|
|
119
122
|
ui/views/RunDataTable.js 5.13 KB (entry point)
|
|
120
123
|
ui/views/run-data-table.columns.js 4.13 KB (entry point)
|
|
121
124
|
ui/views/run-list.shared.js 2.70 KB (entry point)
|
|
122
125
|
ui/views/ToolRegistryView.js 3.29 KB (entry point)
|
|
126
|
+
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
123
127
|
ui/hooks/useAgentList.js 0.93 KB (entry point)
|
|
124
128
|
ui/hooks/useAgentMutations.js 11.22 KB (entry point)
|
|
125
129
|
ui/hooks/useRunList.js 0.96 KB (entry point)
|
|
126
|
-
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
127
|
-
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
128
130
|
tool/index.js 18.91 KB (entry point)
|
|
129
131
|
tool/tool.entity.js 1.88 KB (entry point)
|
|
130
132
|
tool/tool.event.js 2.1 KB (entry point)
|
|
@@ -165,48 +167,49 @@ Bundled 84 modules in 114ms
|
|
|
165
167
|
agent/agent.schema.js 5.0 KB (entry point)
|
|
166
168
|
agent/agent.enum.js 306 bytes (entry point)
|
|
167
169
|
|
|
168
|
-
[contractspec-bun-build] transpile target=browser root=src entries=
|
|
169
|
-
Bundled
|
|
170
|
+
[contractspec-bun-build] transpile target=browser root=src entries=79 noBundle=false
|
|
171
|
+
Bundled 85 modules in 133ms
|
|
170
172
|
|
|
171
173
|
./agent.capability.js 310 bytes (entry point)
|
|
172
174
|
tool/tool.test-spec.js 0.96 KB (entry point)
|
|
173
175
|
shared/overlay-types.js 0 KB (entry point)
|
|
174
176
|
run/run.test-spec.js 0.95 KB (entry point)
|
|
175
177
|
seeders/index.js 463 bytes (entry point)
|
|
176
|
-
./index.js 144.
|
|
177
|
-
ui/index.js
|
|
178
|
+
./index.js 144.56 KB (entry point)
|
|
179
|
+
ui/index.js 60.47 KB (entry point)
|
|
178
180
|
ui/views/index.js 13.1 KB (entry point)
|
|
179
181
|
ui/renderers/index.js 12.0 KB (entry point)
|
|
182
|
+
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
180
183
|
ui/renderers/dashboard.markdown.js 6.0 KB (entry point)
|
|
181
184
|
ui/renderers/run-list.markdown.js 1.1 KB (entry point)
|
|
182
185
|
ui/renderers/tool-registry.markdown.js 1.11 KB (entry point)
|
|
186
|
+
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
183
187
|
ui/modals/index.js 9.23 KB (entry point)
|
|
184
188
|
ui/overlays/index.js 0.97 KB (entry point)
|
|
185
189
|
ui/overlays/demo-overlays.js 0.97 KB (entry point)
|
|
186
190
|
ui/renderers/agent-list.markdown.js 1.0 KB (entry point)
|
|
187
|
-
ui/renderers/agent-list.renderer.js 2.80 KB (entry point)
|
|
188
|
-
ui/views/AgentListView.js 2.48 KB (entry point)
|
|
189
191
|
ui/AgentRunList.js 7.26 KB (entry point)
|
|
190
192
|
ui/AgentToolRegistry.js 3.29 KB (entry point)
|
|
191
|
-
ui/ExecutionConsoleHost.js 18.
|
|
193
|
+
ui/ExecutionConsoleHost.js 18.74 KB (entry point)
|
|
192
194
|
ui/hooks/index.js 14.43 KB (entry point)
|
|
193
|
-
ui/AgentConsolePreview.js
|
|
194
|
-
ui/AgentConsolePreviewTable.js 5.
|
|
195
|
-
ui/AgentConsolePreviewPanels.js
|
|
195
|
+
ui/AgentConsolePreview.js 18.45 KB (entry point)
|
|
196
|
+
ui/AgentConsolePreviewTable.js 5.63 KB (entry point)
|
|
197
|
+
ui/AgentConsolePreviewPanels.js 4.14 KB (entry point)
|
|
196
198
|
ui/AgentConsolePreview.data.js 1.19 KB (entry point)
|
|
199
|
+
ui/AgentConsolePreviewCards.js 1.30 KB (entry point)
|
|
197
200
|
ui/AgentDashboard.js 43.40 KB (entry point)
|
|
198
201
|
ui/modals/AgentActionsModal.js 4.90 KB (entry point)
|
|
199
202
|
ui/modals/CreateAgentModal.js 4.34 KB (entry point)
|
|
203
|
+
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
200
204
|
ui/views/RunListView.js 7.26 KB (entry point)
|
|
201
205
|
ui/views/RunDataTable.js 5.13 KB (entry point)
|
|
202
206
|
ui/views/run-data-table.columns.js 4.13 KB (entry point)
|
|
203
207
|
ui/views/run-list.shared.js 2.70 KB (entry point)
|
|
204
208
|
ui/views/ToolRegistryView.js 3.29 KB (entry point)
|
|
209
|
+
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
205
210
|
ui/hooks/useAgentList.js 0.93 KB (entry point)
|
|
206
211
|
ui/hooks/useAgentMutations.js 11.22 KB (entry point)
|
|
207
212
|
ui/hooks/useRunList.js 0.96 KB (entry point)
|
|
208
|
-
ui/hooks/useToolList.js 1.36 KB (entry point)
|
|
209
|
-
ui/AgentDashboard.visualizations.js 3.92 KB (entry point)
|
|
210
213
|
tool/index.js 18.91 KB (entry point)
|
|
211
214
|
tool/tool.entity.js 1.88 KB (entry point)
|
|
212
215
|
tool/tool.event.js 2.1 KB (entry point)
|
|
@@ -249,3 +252,6 @@ Bundled 84 modules in 135ms
|
|
|
249
252
|
|
|
250
253
|
$ contractspec-bun-build types
|
|
251
254
|
$ contractspec-bun-build types
|
|
255
|
+
$ contractspec-bun-build types
|
|
256
|
+
$ contractspec-bun-build types
|
|
257
|
+
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @contractspec/example.agent-console
|
|
2
2
|
|
|
3
|
+
## 3.8.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add a unified design-system Tabs primitive and migrate local tab consumers away from ui-kit leaf imports.
|
|
8
|
+
- Packages: @contractspec/lib.design-system (minor), @contractspec/example.agent-console (patch), @contractspec/example.crm-pipeline (patch), @contractspec/example.data-grid-showcase (patch), @contractspec/module.builder-workbench (patch), @contractspec/module.execution-console (patch)
|
|
9
|
+
- Migration: Consumers should import tabs from `@contractspec/lib.design-system` instead of lower-level UI-kit tab modules.
|
|
10
|
+
- Updated dependencies because of chore: auto-bump internal dependents
|
|
11
|
+
- Updated dependencies because of Add Biome guardrails that keep JSX layout and text compatible with React and React Native.
|
|
12
|
+
- Updated dependencies because of Add password-aware FormSpec rendering with current/new password manager hints and visibility toggles.
|
|
13
|
+
- Updated dependencies because of Migrate design-system platform implementation suffixes from `.mobile` to `.native`.
|
|
14
|
+
- Updated dependencies because of Harden published cross-platform UI packages around precise public subpath imports and closed native dist graphs.
|
|
15
|
+
- Updated dependencies because of Keep shared table string headers and cells as primitive render-model values so React Native table renderers can wrap them in Text.
|
|
16
|
+
- Updated dependencies because of Use shared stack layout primitives in the web pagination component while preserving semantic pagination markup.
|
|
17
|
+
- Updated dependencies because of Support ios, android, native, and web platform suffixes in the shared Bun build tool and Metro presentation helper.
|
|
18
|
+
- Updated dependencies because of Add lucide package rewrites to the shared presentation runtime bundler helpers for Expo and Next.js.
|
|
19
|
+
- Updated dependencies because of Add a unified design-system Tabs primitive and migrate local tab consumers away from ui-kit leaf imports.
|
|
20
|
+
- @contractspec/lib.example-shared-ui@7.0.2
|
|
21
|
+
- @contractspec/lib.runtime-sandbox@3.0.2
|
|
22
|
+
- @contractspec/lib.ui-kit-web@3.12.0
|
|
23
|
+
- @contractspec/lib.design-system@4.0.0
|
|
24
|
+
- @contractspec/lib.contracts-spec@5.6.0
|
|
25
|
+
- @contractspec/lib.presentation-runtime-core@5.0.3
|
|
26
|
+
- @contractspec/lib.presentation-runtime-react@38.0.3
|
|
27
|
+
- @contractspec/module.execution-console@0.1.8
|
|
28
|
+
- @contractspec/lib.schema@3.7.14
|
|
29
|
+
|
|
3
30
|
## 3.8.16
|
|
4
31
|
|
|
5
32
|
### Patch Changes
|