@tutti-os/agent-gui 0.0.169 → 0.0.171

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.
@@ -325,7 +325,6 @@
325
325
  backdrop-filter: none;
326
326
  transform-origin: bottom left;
327
327
  -webkit-app-region: no-drag;
328
- -webkit-backdrop-filter: none;
329
328
  }
330
329
 
331
330
  .workspace-agents-status-panel[data-layer="raised"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.169",
3
+ "version": "0.0.171",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -139,18 +139,18 @@
139
139
  "dependencies": {
140
140
  "@monaco-editor/react": "^4.7.0",
141
141
  "@tanstack/react-virtual": "^3.13.12",
142
- "@tutti-os/agent-activity-core": "0.0.169",
143
- "@tutti-os/browser-node": "0.0.169",
144
- "@tutti-os/ui-i18n-runtime": "0.0.169",
145
- "@tutti-os/ui-react-hooks": "0.0.169",
146
- "@tutti-os/ui-rich-text": "0.0.169",
147
- "@tutti-os/ui-system": "0.0.169",
148
- "@tutti-os/workbench-surface": "0.0.169",
149
- "@tutti-os/workspace-external-core": "0.0.169",
150
- "@tutti-os/workspace-file-manager": "0.0.169",
151
- "@tutti-os/workspace-file-reference": "0.0.169",
152
- "@tutti-os/workspace-issue-manager": "0.0.169",
153
- "@tutti-os/workspace-user-project": "0.0.169",
142
+ "@tutti-os/agent-activity-core": "0.0.171",
143
+ "@tutti-os/browser-node": "0.0.171",
144
+ "@tutti-os/ui-i18n-runtime": "0.0.171",
145
+ "@tutti-os/ui-react-hooks": "0.0.171",
146
+ "@tutti-os/ui-rich-text": "0.0.171",
147
+ "@tutti-os/ui-system": "0.0.171",
148
+ "@tutti-os/workbench-surface": "0.0.171",
149
+ "@tutti-os/workspace-external-core": "0.0.171",
150
+ "@tutti-os/workspace-file-manager": "0.0.171",
151
+ "@tutti-os/workspace-file-reference": "0.0.171",
152
+ "@tutti-os/workspace-issue-manager": "0.0.171",
153
+ "@tutti-os/workspace-user-project": "0.0.171",
154
154
  "clsx": "^2.1.1",
155
155
  "framer-motion": "^12.40.0",
156
156
  "lodash": "^4.17.21",
@@ -184,8 +184,8 @@
184
184
  "typescript": "^5.8.3",
185
185
  "vite": "^6.4.2",
186
186
  "vitest": "^4.0.13",
187
- "@tutti-os/client-tuttid-ts": "0.0.0",
188
- "@tutti-os/config-tsconfig": "0.0.0"
187
+ "@tutti-os/config-tsconfig": "0.0.0",
188
+ "@tutti-os/client-tuttid-ts": "0.0.0"
189
189
  },
190
190
  "peerDependencies": {
191
191
  "@tiptap/core": "^3.11.1",