@contractspec/example.agent-console 1.55.0 → 1.56.0
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$colon$bundle.log +1 -1
- package/.turbo/turbo-build.log +283 -281
- package/CHANGELOG.md +15 -0
- package/dist/run/run.operation.d.ts +174 -174
- package/dist/run/run.presentation.d.ts +3 -3
- package/dist/run/run.schema.d.ts +99 -99
- package/dist/run/run.test-spec.d.ts +3 -3
- package/dist/tool/tool.entity.d.ts +24 -24
- package/dist/tool/tool.enum.d.ts +4 -4
- package/dist/tool/tool.event.d.ts +25 -25
- package/dist/tool/tool.operation.d.ts +6 -6
- package/dist/ui/modals/AgentActionsModal.d.ts +2 -2
- package/dist/ui/modals/CreateAgentModal.d.ts +2 -2
- package/dist/ui/views/AgentListView.d.ts +2 -2
- package/dist/ui/views/RunListView.d.ts +2 -2
- package/dist/ui/views/ToolRegistryView.d.ts +2 -2
- package/package.json +8 -8
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -277,4 +277,4 @@ src/ui/renderers/tool-registry.markdown.ts (10:37) [33m[UNRESOLVED_IMPORT] Warn
|
|
|
277
277
|
[38;5;240m │[0m [38;5;115mHelp[0m: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
|
|
278
278
|
[38;5;246m────╯[0m
|
|
279
279
|
|
|
280
|
-
[32m✔[39m Build complete in [
|
|
280
|
+
[32m✔[39m Build complete in [32m32938ms[39m
|