Polish chat UI and wire flue agent env
- Add chat components (header, composer, conversation, message, thinking response, identity) - Add chat hooks (use-chat-agent, use-chat-composer) - Add chat lib (constants, transforms, types) - Wire agent model config through env (provider, name, api, base url, key, context window, max tokens) - Refresh web styling and routes
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
"dev:native": "vp run --filter native dev",
|
||||
"dev:web": "vp run --filter web dev",
|
||||
"dev:agents": "vp run --filter @code/agents dev",
|
||||
"dev:tailscale:web": "vp run --filter web dev:tailscale",
|
||||
"dev:tailscale:agents": "vp run --filter @code/agents dev:tailscale",
|
||||
"dev:desktop": "vp run --filter desktop dev:hmr",
|
||||
"build:desktop": "vp run --filter desktop build:stable",
|
||||
"build:desktop:canary": "vp run --filter desktop build:canary",
|
||||
|
||||
Reference in New Issue
Block a user