Upcoming Releases
2.5.0ETA Feb 28
Local Model Support
3.0.0ETA Mar 15
Platform Rewrite
Version Timeline
2.4.0
majorFeb 18, 2026
Multi-Agent Orchestration
Complete rewrite of agent coordination layer with new state management.
Added
- Agent-to-agent communication protocol
- Shared memory pool for collaborative tasks
- Dynamic agent spawning based on workload
Improved
- Message routing performance (4x faster)
- Error recovery in distributed scenarios
Fixed
- Race condition in task queue
- Memory leak in long-running conversations
2.3.2
patchFeb 10, 2026
Voice AI Stability
Critical fixes for voice processing pipeline.
Fixed
- Audio buffer overflow in streaming mode
- WebSocket reconnection logic
- Transcription accuracy for accented speech
2.3.0
minorFeb 5, 2026
Prompt Caching
Automatic prompt caching with 40% cost reduction on repeated queries.
Added
- Semantic cache with vector similarity
- Cache invalidation policies
- Cost analytics dashboard
Improved
- Cache hit detection speed
- Storage efficiency for embeddings
2.2.1
patchJan 28, 2026
Security Patch
Security updates and dependency upgrades.
Improved
- Rate limiting configuration
Fixed
- Input sanitization for code execution tools
- API key exposure in error logs
2.2.0
minorJan 20, 2026
Tool Reliability
Structured output schemas for tool calls.
Added
- JSON schema validation for all tool responses
- Automatic retry with schema hints
- Tool performance monitoring
Improved
- Tool selection accuracy
- Error messages for failed tools