13 Commits

Author SHA1 Message Date
c2185713a6 fix: update wrangler.jsonc and deployment instructions
- Move route and vars to top level in wrangler.jsonc (remove env.production wrapper)
- Update deployment instructions: use 'npx wrangler deploy' without --env flags
- Update all documentation (README.md, .cursorrules, CLAUDE.md) to reflect correct deployment process
- Route configured as agents.nicholai.work at top level
2025-11-15 07:34:06 -07:00
4ef7d55530 docs: add comprehensive pinned agents drawer documentation
- Add detailed Pinned Agents Drawer section to .cursorrules with mobile, desktop, card features, and animation details
- Add Pinned Agents Drawer section to CLAUDE.md with mobile/desktop design and card functionality
2025-11-15 07:20:07 -07:00
4b0623c2a5 docs: update project documentation with UI refinements
- Add UI/UX refinements section to .cursorrules with message display, button layout, scrollbar, pill animations, and Create New button details
- Update CLAUDE.md with message display formatting and top button layout information
- Update README.md key features with polished UI and custom agents information
2025-11-15 07:19:10 -07:00
5305c1839c UI refinements: button positioning, message formatting, scrollbar, and animations
- Move new chat button to left side, bookmark button stays on right
- Add max-width constraint (75%) to user messages with proper text wrapping
- Remove right-align text from user message frames (keep bubbles on right)
- Add overflow handling for code blocks in messages
- Change scrollbar color from orange to gray in light and dark modes
- Fix pill loading animation flicker by initializing pinnedAgents from localStorage
- Add 0.2s base delay to pill animations for staggered reveal
- Improve Create new button animation: longer duration (0.6s), bouncy scale sequence, easeInOut easing
2025-11-15 07:17:28 -07:00
cbf937c92a updated readme 2025-11-15 01:12:25 -07:00
61f4121237 updated readme, added testing suite. 2025-11-15 01:09:21 -07:00
20ebe42deb Stop tracking build artifacts 2025-11-14 20:22:18 -07:00
f9e71c4839 added mobile support 2025-11-14 20:01:04 -07:00
2a8023fa0a fixed scrolling 2025-11-14 06:32:36 -07:00
4a2c042ea0 finally got it deployed 2025-11-13 22:33:26 -07:00
2a5f3e3f99 total UI redesign, added support for multiple agents 2025-11-13 17:32:44 -07:00
6189c87bb2 Implement multi-agent chat platform with shadcn Dialog agent selector
Key features:
- Multi-agent support with dynamic agent configuration via environment variables
- Floating shadcn Dialog for elegant agent selection
- Per-agent chat sessions and message history with localStorage persistence
- Image upload support with base64 encoding
- Dynamic webhook routing based on selected agent
- Refactored components: ChatInterface, Header, and new AgentSelector
- New API endpoints: GET /api/agents and updated POST /api/chat
- Centralized TypeScript types in src/lib/types.ts
- Comprehensive CLAUDE.md documentation

Agent Configuration:
- Set environment variables: AGENT_N_URL, AGENT_N_NAME, AGENT_N_DESCRIPTION
- Agent selector automatically discovers agents on first visit
- Seamless switching between agents without page reload

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 13:39:17 -07:00
207c0fbc98 first commit 2025-11-13 13:13:34 -07:00