Skip to content

Commit aaf9d65

Browse files
committed
chore(deps): brand@1.0 + sandbox-ui@0.72 + ui@11
Bring agent-app up to the shipped brand ecosystem (was brand@0.6 / sandbox-ui@0.60 / ui@4, 4 majors stale). Matches the agent-dev-container sandbox/web reference impl. Import surface is limited to AgentComposer, so ui@11's breaking changes (ChatInput/AssistantRunShell removal, canonical composer) don't affect the build. Typecheck + tsup build verified clean.
1 parent 30b385e commit aaf9d65

3 files changed

Lines changed: 2171 additions & 27 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@
352352
"@tangle-network/agent-interface": "^0.15.0",
353353
"@tangle-network/agent-knowledge": "^1.7.0",
354354
"@tangle-network/agent-runtime": "^0.79.3",
355-
"@tangle-network/brand": "^0.6.0",
355+
"@tangle-network/brand": "^1.0.0",
356356
"@tangle-network/sandbox": "^0.9.7",
357-
"@tangle-network/sandbox-ui": "^0.60.0",
358-
"@tangle-network/ui": "^4.1.0",
357+
"@tangle-network/sandbox-ui": "^0.72.0",
358+
"@tangle-network/ui": "^11.0.0",
359359
"@testing-library/dom": "^10.4.1",
360360
"@xyflow/react": "^12.0.0",
361361
"@testing-library/react": "^16.3.2",
@@ -387,9 +387,9 @@
387387
"@tangle-network/agent-interface": ">=0.15.0",
388388
"@tangle-network/agent-knowledge": ">=1.7.0",
389389
"@tangle-network/agent-runtime": ">=0.79.3",
390-
"@tangle-network/brand": ">=0.6.0",
390+
"@tangle-network/brand": ">=1.0.0",
391391
"@tangle-network/sandbox": ">=0.9.7",
392-
"@tangle-network/sandbox-ui": ">=0.60.0",
392+
"@tangle-network/sandbox-ui": ">=0.72.0",
393393
"@xyflow/react": ">=12.0.0",
394394
"drizzle-orm": ">=0.36",
395395
"konva": ">=9",

0 commit comments

Comments
 (0)