@contractspec/example.agent-console 3.8.19 → 3.8.21

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.
@@ -2,7 +2,7 @@ $ contractspec-bun-build prebuild
2
2
  $ bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build transpile
4
4
  [contractspec-bun-build] transpile target=bun root=src entries=79 noBundle=false
5
- Bundled 85 modules in 73ms
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)
@@ -85,7 +85,7 @@ Bundled 85 modules in 73ms
85
85
  agent/agent.enum.js 314 bytes (entry point)
86
86
 
87
87
  [contractspec-bun-build] transpile target=node root=src entries=79 noBundle=false
88
- Bundled 85 modules in 72ms
88
+ Bundled 85 modules in 110ms
89
89
 
90
90
  ./agent.capability.js 310 bytes (entry point)
91
91
  tool/tool.test-spec.js 0.96 KB (entry point)
@@ -168,7 +168,7 @@ Bundled 85 modules in 72ms
168
168
  agent/agent.enum.js 306 bytes (entry point)
169
169
 
170
170
  [contractspec-bun-build] transpile target=browser root=src entries=79 noBundle=false
171
- Bundled 85 modules in 51ms
171
+ Bundled 85 modules in 93ms
172
172
 
173
173
  ./agent.capability.js 310 bytes (entry point)
174
174
  tool/tool.test-spec.js 0.96 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @contractspec/example.agent-console
2
2
 
3
+ ## 3.8.21
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: auto-bump internal dependents
8
+ - Updated dependencies because of Promote object-reference detail panels to a reusable adaptive sheet/drawer surface.
9
+ - Updated dependencies because of Route design-system mobile menu overlays through the shared AdaptivePanel primitive.
10
+ - Updated dependencies because of chore: auto-bump internal dependents
11
+ - Updated dependencies because of Add a ContractSpec-native production-grade translation runtime and optional i18next adapter.
12
+ - Updated dependencies because of Add preference-aware DataView collection defaults and personalization adapters.
13
+ - Updated dependencies because of Move notifications to library-first contracts/runtime surfaces and add AppShell in-app notification affordances.
14
+ - Updated dependencies because of Add first-class FormSpec phone input support with country detection, split outputs, and flag rendering.
15
+ - Updated dependencies because of Add PWA update management contracts and runtime helpers.
16
+ - Updated dependencies because of Add a shared roles and permissions policy system across contracts, RBAC evaluation, AppShell adaptation, and personalization suppression.
17
+ - @contractspec/lib.design-system@4.4.0
18
+ - @contractspec/lib.example-shared-ui@7.0.6
19
+ - @contractspec/lib.presentation-runtime-core@5.2.1
20
+ - @contractspec/lib.presentation-runtime-react@40.0.1
21
+ - @contractspec/lib.runtime-sandbox@3.0.6
22
+ - @contractspec/lib.ui-kit-web@3.13.2
23
+ - @contractspec/module.execution-console@0.1.12
24
+ - @contractspec/lib.contracts-spec@6.2.0
25
+
26
+ ## 3.8.20
27
+
28
+ ### Patch Changes
29
+
30
+ - chore: auto-bump internal dependents
31
+ - Updated dependencies because of Add design-system application shell primitives with typed navigation, command search, breadcrumbs, native bottom-tab adaptation, and PageOutline support.
32
+ - Updated dependencies because of chore: auto-bump internal dependents
33
+ - Updated dependencies because of Add contract-driven overflow behavior and typed DataView hints for shared DataView and DataTable surfaces.
34
+ - Updated dependencies because of Add production-ready collection defaults and renderer mode switching for DataView list, grid, and table specs.
35
+ - Updated dependencies because of Add numeric and temporal FormSpec field kinds with shared renderer support for number, percent, currency, and duration inputs.
36
+ - Updated dependencies because of Add an extensible design-system object reference handler for actionable references.
37
+ - Updated dependencies because of Render resolver-backed combobox results as a floating overlay instead of inline form content.
38
+ - @contractspec/lib.design-system@4.3.0
39
+ - @contractspec/lib.example-shared-ui@7.0.5
40
+ - @contractspec/lib.runtime-sandbox@3.0.5
41
+ - @contractspec/module.execution-console@0.1.11
42
+ - @contractspec/lib.contracts-spec@6.1.0
43
+ - @contractspec/lib.presentation-runtime-core@5.2.0
44
+ - @contractspec/lib.presentation-runtime-react@40.0.0
45
+ - @contractspec/lib.ui-kit-web@3.13.1
46
+
3
47
  ## 3.8.19
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.agent-console",
3
- "version": "3.8.19",
3
+ "version": "3.8.21",
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",
@@ -578,19 +578,19 @@
578
578
  },
579
579
  "dependencies": {
580
580
  "@contractspec/lib.schema": "3.7.14",
581
- "@contractspec/lib.contracts-spec": "6.0.0",
582
- "@contractspec/lib.example-shared-ui": "7.0.4",
583
- "@contractspec/lib.design-system": "4.2.0",
584
- "@contractspec/lib.presentation-runtime-react": "39.0.1",
585
- "@contractspec/lib.runtime-sandbox": "3.0.4",
586
- "@contractspec/lib.ui-kit-web": "3.13.0",
587
- "@contractspec/module.execution-console": "0.1.10",
581
+ "@contractspec/lib.contracts-spec": "6.2.0",
582
+ "@contractspec/lib.example-shared-ui": "7.0.6",
583
+ "@contractspec/lib.design-system": "4.4.0",
584
+ "@contractspec/lib.presentation-runtime-react": "40.0.1",
585
+ "@contractspec/lib.runtime-sandbox": "3.0.6",
586
+ "@contractspec/lib.ui-kit-web": "3.13.2",
587
+ "@contractspec/module.execution-console": "0.1.12",
588
588
  "react": "19.2.0",
589
589
  "react-dom": "19.2.0",
590
- "@contractspec/lib.presentation-runtime-core": "5.1.1"
590
+ "@contractspec/lib.presentation-runtime-core": "5.2.1"
591
591
  },
592
592
  "devDependencies": {
593
- "@contractspec/lib.harness": "0.3.1",
593
+ "@contractspec/lib.harness": "0.3.3",
594
594
  "@contractspec/tool.bun": "3.7.18",
595
595
  "@contractspec/tool.typescript": "3.7.13",
596
596
  "@types/react": "^19.2.14",