@tutti-os/agent-gui 0.0.148 → 0.0.150
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/README.md +7 -8
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -220,8 +220,9 @@ targets from presentation metadata.
|
|
|
220
220
|
|
|
221
221
|
Agent names, primary icons, optional conversation-mask icons, and optional
|
|
222
222
|
home-carousel artwork come from `agents[].name`, `agents[].iconUrl`,
|
|
223
|
-
`agents[].maskIconUrl`, and `agents[].heroImageUrl`.
|
|
224
|
-
|
|
223
|
+
`agents[].maskIconUrl`, and `agents[].heroImageUrl`. Hosts must pass fully
|
|
224
|
+
resolved presentation URLs from their authoritative directory. All identity
|
|
225
|
+
surfaces use `iconUrl`; conversation rows use `maskIconUrl` where present.
|
|
225
226
|
`owner.avatarUrl` is rendered separately as an ownership badge. Invalid entries
|
|
226
227
|
and duplicate `agentTargetId` values are discarded by
|
|
227
228
|
`normalizeAgentGUIAgents`, with the first occurrence preserving host order.
|
|
@@ -234,12 +235,10 @@ directly. With multiple agents, it shows `All` plus the host-ordered agent rail
|
|
|
234
235
|
and empty-home carousel. Hosts may customize the aggregate icon with
|
|
235
236
|
`allAgentsPresentation.iconUrl`.
|
|
236
237
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
keys return `null`; hosts should render a neutral icon rather than silently
|
|
242
|
-
substituting another provider's icon.
|
|
238
|
+
Daemon-owned system targets seed and refresh their `iconUrl` and `maskIconUrl`
|
|
239
|
+
from the target descriptor `iconKey`. AgentGUI consumers must not synthesize
|
|
240
|
+
built-in target icons from provider IDs or `iconKey`; stale or missing directory
|
|
241
|
+
presentation should be fixed in the source directory.
|
|
243
242
|
|
|
244
243
|
Hosts that need provider identity presentation may call
|
|
245
244
|
`resolveAgentGUIProviderIdentity(value)` from the narrow
|
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.150",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -140,18 +140,18 @@
|
|
|
140
140
|
"@tiptap/react": "^3.11.1",
|
|
141
141
|
"@tiptap/starter-kit": "^3.11.1",
|
|
142
142
|
"@tiptap/suggestion": "^3.11.1",
|
|
143
|
-
"@tutti-os/agent-activity-core": "0.0.
|
|
144
|
-
"@tutti-os/browser-node": "0.0.
|
|
145
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
146
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
147
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
148
|
-
"@tutti-os/ui-system": "0.0.
|
|
149
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
150
|
-
"@tutti-os/workspace-external-core": "0.0.
|
|
151
|
-
"@tutti-os/workspace-file-manager": "0.0.
|
|
152
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
153
|
-
"@tutti-os/workspace-issue-manager": "0.0.
|
|
154
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
143
|
+
"@tutti-os/agent-activity-core": "0.0.150",
|
|
144
|
+
"@tutti-os/browser-node": "0.0.150",
|
|
145
|
+
"@tutti-os/ui-i18n-runtime": "0.0.150",
|
|
146
|
+
"@tutti-os/ui-react-hooks": "0.0.150",
|
|
147
|
+
"@tutti-os/ui-rich-text": "0.0.150",
|
|
148
|
+
"@tutti-os/ui-system": "0.0.150",
|
|
149
|
+
"@tutti-os/workbench-surface": "0.0.150",
|
|
150
|
+
"@tutti-os/workspace-external-core": "0.0.150",
|
|
151
|
+
"@tutti-os/workspace-file-manager": "0.0.150",
|
|
152
|
+
"@tutti-os/workspace-file-reference": "0.0.150",
|
|
153
|
+
"@tutti-os/workspace-issue-manager": "0.0.150",
|
|
154
|
+
"@tutti-os/workspace-user-project": "0.0.150",
|
|
155
155
|
"clsx": "^2.1.1",
|
|
156
156
|
"framer-motion": "^12.40.0",
|
|
157
157
|
"lodash": "^4.17.21",
|