What's Changed
- fix(billing): normalize TeamUsage API response to prevent crash on navigation by @graycyrus in #488
- fix(channels): Telegram threading, live listeners, core restart, and webhook cleanup by @YellowSnnowmann in #485
- fix(billing): redesign subscription cards and polish billing page UI by @graycyrus in #492
- feat(voice): sync overlay orb with chat voice button state (#487) by @oxoxDev in #490
- refactor(skills): unify auth/oauth handshake on start({validate}) and drop
enabledflag by @senamakel in #484 - Fix/skill start issue by @M3gA-Mind in #493
- fix(voice): cross-platform microphone permission handling (#489) by @oxoxDev in #491
- refactor(settings): restructure settings page for better UX by @graycyrus in #494
- fix(core): send SIGTERM before SIGKILL on sidecar shutdown by @oxoxDev in #495
- feat(agent): pure orchestrator pattern with per-skill delegation tools by @sanil-23 in #496
- Fix/skill start issue by @M3gA-Mind in #498
- refactor(memory): remove GLiNER/GLiREL ingestion phase by @senamakel in #499
- feat(agent): simplify harness + trim bundled prompts by @senamakel in #500
- feat(composio): backend-proxied Composio integration end-to-end by @senamakel in #501
- refactor: remove hardware-related components and streamline service management by @senamakel in #502
- Move conversation persistence into workspace memory store by @senamakel in #503
- feat(context): global context management module by @senamakel in #504
- refactor(event-bus): native typed request/response surface + channels encapsulation by @senamakel in #505
- fix(context): preserve cache-boundary metadata through prompt builders by @senamakel in #506
- feat(composio): improve toolkit sync and connection handling by @senamakel in #507
- refactor: remove QuickJS skills runtime by @senamakel in #508
- feat(triage): reusable trigger triage agent (commit 1 of 3) by @senamakel in #510
- feat(composio): native Rust providers for per-toolkit profile, sync, triggers by @senamakel in #509
- feat: P-Format tool calls, user memory injection, planner upgrades by @senamakel in #511
- feat: session transcripts for LLM KV cache stability by @senamakel in #512
- feat: real-time inference progress events for web channel by @senamakel in #514
- test: expand agent harness coverage by @senamakel in #513
- feat: native mouse and keyboard control tools by @senamakel in #515
- Improve local voice readiness and add Composio trigger history by @senamakel in #516
- feat(composio): incremental sync with per-item persistence for Gmail and Notion by @senamakel in #519
- Fix stale voice server state between dictation sessions by @senamakel in #517
- feat: tree summarizer uses local AI exclusively by @senamakel in #518
- feat: dynamic connected integrations in agent system prompts by @senamakel in #520
- feat: native embeddings module with Ollama and vector store by @senamakel in #521
- feat: add proactive welcome onboarding flow by @senamakel in #522
- feat(composio): provider folder modules + user profile persistence by @senamakel in #523
Full Changelog: v0.52.2...v0.52.6