@tutti-os/agent-gui 0.0.123 → 0.0.124
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.
|
@@ -4763,7 +4763,7 @@ aside.workspace-agents-status-panel
|
|
|
4763
4763
|
--agent-gui-workbench-header-traffic-light-gap: 8px;
|
|
4764
4764
|
--agent-gui-workbench-header-traffic-light-size: 12px;
|
|
4765
4765
|
--agent-gui-workbench-header-title-max-width: calc(100% - 32px);
|
|
4766
|
-
--agent-gui-workbench-header-text: var(--text-
|
|
4766
|
+
--agent-gui-workbench-header-text: var(--text-secondary);
|
|
4767
4767
|
--agent-gui-workbench-header-muted: var(--text-secondary);
|
|
4768
4768
|
--agent-gui-workbench-header-divider: color-mix(
|
|
4769
4769
|
in srgb,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/agent-gui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.124",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -132,17 +132,17 @@
|
|
|
132
132
|
"@tiptap/react": "^3.11.1",
|
|
133
133
|
"@tiptap/starter-kit": "^3.11.1",
|
|
134
134
|
"@tiptap/suggestion": "^3.11.1",
|
|
135
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
136
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
137
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
138
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
139
|
-
"@tutti-os/ui-system": "0.0.
|
|
140
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
141
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
142
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
143
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
144
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
145
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
135
|
+
"@tutti-os/agent-activity-core": "0.0.124",
|
|
136
|
+
"@tutti-os/ui-i18n-runtime": "0.0.124",
|
|
137
|
+
"@tutti-os/ui-react-hooks": "0.0.124",
|
|
138
|
+
"@tutti-os/ui-rich-text": "0.0.124",
|
|
139
|
+
"@tutti-os/ui-system": "0.0.124",
|
|
140
|
+
"@tutti-os/workbench-surface": "0.0.124",
|
|
141
|
+
"@tutti-os/workspace-external-core": "0.0.124",
|
|
142
|
+
"@tutti-os/workspace-file-manager": "0.0.124",
|
|
143
|
+
"@tutti-os/workspace-file-reference": "0.0.124",
|
|
144
|
+
"@tutti-os/workspace-issue-manager": "0.0.124",
|
|
145
|
+
"@tutti-os/workspace-user-project": "0.0.124",
|
|
146
146
|
"clsx": "^2.1.1",
|
|
147
147
|
"framer-motion": "^12.40.0",
|
|
148
148
|
"lodash": "^4.17.21",
|
|
@@ -170,8 +170,8 @@
|
|
|
170
170
|
"typescript": "^5.8.3",
|
|
171
171
|
"vite": "^6.4.2",
|
|
172
172
|
"vitest": "^4.0.13",
|
|
173
|
-
"@tutti-os/
|
|
174
|
-
"@tutti-os/
|
|
173
|
+
"@tutti-os/config-tsconfig": "0.0.0",
|
|
174
|
+
"@tutti-os/client-tuttid-ts": "0.0.0"
|
|
175
175
|
},
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"react": "^19.1.0",
|