Files
ai-agent/frontend/package.json
Gabriel Vidal 2d0a919dd4 feat(ai-agent): roaming Hemp Henry agent avatar + Settings → Avatar
AgentAvatar (technical/) walks the bottom edge of the app shell: wander/
pause state machine, activity mirroring (open conversation's latest tool
call → clip via bucketForTool), one-shot celebrations on lifecycle
stamps, click emote, prefers-reduced-motion freeze. Configured in a new
Settings → Avatar card (enable, Hemp Henry or a custom sprite-editor
strip URL + fps, size) and toggleable from the visibility popover.
Custom strips follow the sprite editor's export contract (square cells,
frames = width/height). Also refreshes @gabvdl/ui to ^0.22 (matches the
API the code already uses; fixes stale-install tsc noise).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 03:24:35 +02:00

50 lines
1.3 KiB
JSON

{
"name": "ai-agent",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:mock": "VITE_MOCK=1 vite",
"build": "vite build",
"build:mock": "VITE_MOCK=1 vite build",
"gen:api": "orval --config orval.config.cjs",
"preview": "vite preview"
},
"dependencies": {
"@gabvdl/ui": "^0.22.0",
"@tanstack/query-async-storage-persister": "^5.101.2",
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-query-persist-client": "^5.101.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"idb-keyval": "^6.3.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.469.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.28.1",
"react-swipeable": "^7.0.2",
"remark-gfm": "^4.0.0",
"tailwind-merge": "^2.6.0",
"zustand": "^5.0.2"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"orval": "^8.20.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vite-plugin-pwa": "^0.21.1"
}
}