feat(ui): tool call abstraction, turn diff summary, and composer improvements

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kit Langton 2026-03-06 16:34:10 -06:00 committed by Adam
commit 4795806b13
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
136 changed files with 11978 additions and 4261 deletions

View file

@ -25,10 +25,14 @@
},
"scripts": {
"typecheck": "tsgo --noEmit",
"test": "bun run test:unit",
"test:unit": "bun test --preload ./happydom.ts ./src/components",
"test:unit:watch": "bun test --watch --preload ./happydom.ts ./src/components",
"dev": "vite",
"generate:tailwind": "bun run script/tailwind.ts"
},
"devDependencies": {
"@happy-dom/global-registrator": "20.0.11",
"@tailwindcss/vite": "catalog:",
"@tsconfig/node22": "catalog:",
"@types/bun": "catalog:",