@tutti-os/agent-gui 0.0.129 → 0.0.130
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.
|
@@ -10674,7 +10674,7 @@ html[data-theme="light"] [data-message-center-item-id].agent-gui-edge-glow {
|
|
|
10674
10674
|
}
|
|
10675
10675
|
|
|
10676
10676
|
.workspace-agents-status-panel__detail-subagent-name {
|
|
10677
|
-
color: var(--text-
|
|
10677
|
+
color: var(--text-secondary);
|
|
10678
10678
|
margin-left: 4px;
|
|
10679
10679
|
}
|
|
10680
10680
|
|
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.130",
|
|
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.130",
|
|
136
|
+
"@tutti-os/ui-i18n-runtime": "0.0.130",
|
|
137
|
+
"@tutti-os/ui-react-hooks": "0.0.130",
|
|
138
|
+
"@tutti-os/ui-rich-text": "0.0.130",
|
|
139
|
+
"@tutti-os/ui-system": "0.0.130",
|
|
140
|
+
"@tutti-os/workbench-surface": "0.0.130",
|
|
141
|
+
"@tutti-os/workspace-external-core": "0.0.130",
|
|
142
|
+
"@tutti-os/workspace-file-manager": "0.0.130",
|
|
143
|
+
"@tutti-os/workspace-file-reference": "0.0.130",
|
|
144
|
+
"@tutti-os/workspace-issue-manager": "0.0.130",
|
|
145
|
+
"@tutti-os/workspace-user-project": "0.0.130",
|
|
146
146
|
"clsx": "^2.1.1",
|
|
147
147
|
"framer-motion": "^12.40.0",
|
|
148
148
|
"lodash": "^4.17.21",
|