What's new in Glitch One.
Follow along as we ship.
Mar 24, 2026Feature
Streaming Progress for Workers
- Real-time WorkerProgressCard shows spawn_workers execution status
- Each parallel worker displays its own progress indicator
- Partial/preliminary tool outputs render as 'executing' status
- Delegated responses show 'Handled by [agent]:' prefix
Mar 24, 2026Improvement
Orchestration & Delegation
- Intent routing correctly classifies multi-tool requests
- Delegation timeout prevents stuck orchestration states
- Sub-agent executor handles tool failures gracefully
- 'Handled by [agent]' prefix on delegated responses
Mar 23, 2026Improvement
Supabase Types & Dependency Upgrades
- Supabase types auto-generated from schema (280+ tables)
- 155 type casts removed, 42 type errors fixed to zero
- 46 production dependencies upgraded (React Dropzone 15, Recharts 3, Zod 4)
- Rate limiter snake_case/camelCase mapping fixed
Mar 21, 2026FeatureImprovement
Session Prompts & Approval Flow
- Custom session prompts persist across conversations
- Approval flow resumes correctly after user confirmation
- Rate limiting expanded to 266 of 267 API routes
- Double-submit lock prevents duplicate tool executions
Mar 20, 2026Fix
Security Hardening
- Three unauthed API routes now require authentication
- Timing-safe secret comparison prevents timing attacks
- Dev bypass removed — access blocked if secret unset
- Hardcoded secrets removed from source code