@tutti-os/agent-gui 0.0.83 → 0.0.85

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-gui",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -94,31 +94,32 @@
94
94
  },
95
95
  "dependencies": {
96
96
  "@monaco-editor/react": "^4.7.0",
97
- "@tutti-os/agent-activity-core": "0.0.83",
98
- "@tutti-os/ui-i18n-runtime": "0.0.83",
99
- "@tutti-os/ui-rich-text": "0.0.83",
100
- "@tutti-os/ui-react-hooks": "0.0.83",
101
- "@tutti-os/ui-system": "0.0.83",
102
- "@tutti-os/workbench-surface": "0.0.83",
103
- "@tutti-os/workspace-external-core": "0.0.83",
104
- "@tutti-os/workspace-file-manager": "0.0.83",
105
- "@tutti-os/workspace-file-reference": "0.0.83",
106
- "@tutti-os/workspace-issue-manager": "0.0.83",
107
- "@tutti-os/workspace-user-project": "0.0.83",
108
97
  "@tanstack/react-virtual": "^3.13.12",
109
98
  "@tiptap/core": "^3.11.1",
110
99
  "@tiptap/pm": "^3.23.6",
111
100
  "@tiptap/react": "^3.11.1",
112
101
  "@tiptap/starter-kit": "^3.11.1",
113
102
  "@tiptap/suggestion": "^3.11.1",
103
+ "@tutti-os/agent-activity-core": "0.0.85",
104
+ "@tutti-os/ui-i18n-runtime": "0.0.85",
105
+ "@tutti-os/ui-react-hooks": "0.0.85",
106
+ "@tutti-os/ui-rich-text": "0.0.85",
107
+ "@tutti-os/ui-system": "0.0.85",
108
+ "@tutti-os/workbench-surface": "0.0.85",
109
+ "@tutti-os/workspace-external-core": "0.0.85",
110
+ "@tutti-os/workspace-file-manager": "0.0.85",
111
+ "@tutti-os/workspace-file-reference": "0.0.85",
112
+ "@tutti-os/workspace-issue-manager": "0.0.85",
113
+ "@tutti-os/workspace-user-project": "0.0.85",
114
114
  "clsx": "^2.1.1",
115
- "lodash": "^4.17.21",
116
115
  "framer-motion": "^12.40.0",
116
+ "lodash": "^4.17.21",
117
117
  "lucide-react": "^0.511.0",
118
118
  "react-markdown": "^10.1.0",
119
119
  "rehype-sanitize": "^6.0.0",
120
120
  "remark-gfm": "^4.0.1",
121
121
  "tailwind-merge": "^3.6.0",
122
+ "three": "^0.185.1",
122
123
  "valtio": "^2.3.2",
123
124
  "zustand": "^5.0.14"
124
125
  },
@@ -129,6 +130,7 @@
129
130
  "@types/node": "^24.0.1",
130
131
  "@types/react": "^19.1.6",
131
132
  "@types/react-dom": "^19.1.5",
133
+ "@types/three": "^0.185.1",
132
134
  "jsdom": "^27.2.0",
133
135
  "tsup": "8.5.1",
134
136
  "typescript": "^5.8.3",