@tutti-os/agent-gui 0.0.199 → 0.0.201

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/index.js CHANGED
@@ -10,7 +10,7 @@ import {
10
10
  normalizeAgentGUIAgentTargets,
11
11
  resolveAgentGUIAgentTarget,
12
12
  selectAgentStatusControllerSnapshot
13
- } from "./chunk-6YSHYEWI.js";
13
+ } from "./chunk-DAP74J63.js";
14
14
  import {
15
15
  AGENT_CONVERSATION_RAIL_RUNTIME_METHODS,
16
16
  createAgentConversationRailRuntime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.199",
3
+ "version": "0.0.201",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -143,19 +143,19 @@
143
143
  "dependencies": {
144
144
  "@monaco-editor/react": "^4.7.0",
145
145
  "@tanstack/react-virtual": "^3.13.12",
146
- "@tutti-os/agent-activity-core": "0.0.199",
147
- "@tutti-os/browser-node": "0.0.199",
148
- "@tutti-os/ui-i18n-runtime": "0.0.199",
149
- "@tutti-os/ui-react-hooks": "0.0.199",
150
- "@tutti-os/ui-rich-text": "0.0.199",
151
- "@tutti-os/ui-system": "0.0.199",
152
- "@tutti-os/workbench-surface": "0.0.199",
153
- "@tutti-os/workspace-external-core": "0.0.199",
154
- "@tutti-os/workspace-file-manager": "0.0.199",
155
- "@tutti-os/workspace-file-preview": "0.0.199",
156
- "@tutti-os/workspace-file-reference": "0.0.199",
157
- "@tutti-os/workspace-issue-manager": "0.0.199",
158
- "@tutti-os/workspace-user-project": "0.0.199",
146
+ "@tutti-os/agent-activity-core": "0.0.201",
147
+ "@tutti-os/browser-node": "0.0.201",
148
+ "@tutti-os/ui-i18n-runtime": "0.0.201",
149
+ "@tutti-os/ui-react-hooks": "0.0.201",
150
+ "@tutti-os/ui-rich-text": "0.0.201",
151
+ "@tutti-os/ui-system": "0.0.201",
152
+ "@tutti-os/workbench-surface": "0.0.201",
153
+ "@tutti-os/workspace-external-core": "0.0.201",
154
+ "@tutti-os/workspace-file-manager": "0.0.201",
155
+ "@tutti-os/workspace-file-preview": "0.0.201",
156
+ "@tutti-os/workspace-file-reference": "0.0.201",
157
+ "@tutti-os/workspace-issue-manager": "0.0.201",
158
+ "@tutti-os/workspace-user-project": "0.0.201",
159
159
  "clsx": "^2.1.1",
160
160
  "framer-motion": "^12.40.0",
161
161
  "lodash": "^4.17.21",
@@ -189,8 +189,8 @@
189
189
  "typescript": "^5.8.3",
190
190
  "vite": "^6.4.2",
191
191
  "vitest": "^4.0.13",
192
- "@tutti-os/config-tsconfig": "0.0.0",
193
- "@tutti-os/client-tuttid-ts": "0.0.0"
192
+ "@tutti-os/client-tuttid-ts": "0.0.0",
193
+ "@tutti-os/config-tsconfig": "0.0.0"
194
194
  },
195
195
  "peerDependencies": {
196
196
  "@tiptap/core": "^3.11.1",
@@ -209,7 +209,7 @@
209
209
  "access": "public"
210
210
  },
211
211
  "scripts": {
212
- "build": "tsup --config tsup.config.ts && tsup --config tsup.dts.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons",
212
+ "build": "tsup --config tsup.config.ts && tsup --config tsup.dts.config.ts && node ../../../tools/scripts/copy-package-assets.mjs app/renderer/agentactivity.css dist/app/renderer/agentactivity.css app/renderer/assets/icons dist/app/renderer/assets/icons app/renderer/assets/commercial dist/app/renderer/assets/commercial",
213
213
  "test": "vitest run --environment jsdom --maxWorkers=3",
214
214
  "typecheck": "node ../../../tools/scripts/run-tsgo-typecheck.mjs"
215
215
  },