Skip to main content

August 2026

  • Workspace conversations and automation continuity — Direct messages and channels now open their dedicated room experience, remain visible to active participants, receive Convex-backed messages in realtime, and preserve participant-attributed history. Invalid API responses no longer crash the room, and automation chat links are validated and repaired instead of leaving the editor in an indefinite loading state.
  • Workspace room realtime — Convex browser subscriptions use short-lived HS256 tokens from /api/auth/convex-token (no JWKS fetch in queries). Auth failures return { ok: false } instead of an empty transcript, and the BFF event long-poll stays mounted as a Convex fallback.
  • Knowledge and connector workspace isolation — Personal knowledge bases no longer appear in organization workspaces, legacy Composio connections return to Personal without moving workspace-assigned accounts, and the account menu and Connectors page have clearer labels and affordances.
  • Workspace-scoped app state — Switching workspaces now remounts route content immediately across chats, files, projects, knowledge, automations, and integrations instead of retaining the previous workspace’s page state.
  • Reliable workspace operations — Invitation delivery now targets the invitee with a direct acceptance link, durable automations refresh service credentials inside executing steps, and integration catalog failures expose actionable configuration errors.
  • Workspace transition recovery — Settings and automation compatibility URLs now complete workspace transitions even when the URL has no canonical workspace segment.
  • Durable scheduler restart — Re-enabling a scheduled automation now starts and records a fresh durable scheduler on the current deployment instead of only updating its database flag.
  • Automation service authentication — Convex-backed automation callbacks now document and enforce the environment-specific service-auth secret shared with the web runtime.

July 2026

  • AWS/Postgres UI parity — Self-hosted deployments now load BYOK models in chat, accept same-origin browser mutations behind a configured HTTPS reverse proxy, expose Files independently of knowledge search, complete onboarding against available capabilities, and hide unavailable connectors.
  • Self-hosted automation streaming — Scheduled and manual Postgres automation runs now use direct stream persistence with disconnect-safe server draining.
  • AWS-native S3 credentials — EC2 and ECS deployments can use bucket-scoped workload roles through the AWS SDK credential chain instead of storing long-lived S3 access keys.
  • Docs pipeline restorednpm run docs:check now passes. Added missing API boundary definitions for /api/v1/admin/* routes and the generated OpenAPI reference.
  • Enterprise security launch checklist — Added docs/deploy-operate/enterprise-security-launch-checklist.mdx with cloud-side controls for Vercel, R2, Daytona, Convex, WorkOS, Stripe, and security telemetry.
  • Package READMEs — Added README.md files for all @overlay/* workspace packages.
  • Admin API workflow — Added docs/api-reference/workflows/admin.mdx documenting audit, principal, and usage endpoints.

v0.1.1

  • Initial public documentation for developer, operator, and enterprise audiences.
  • Self-hosting, runtime configuration, provider matrix, and legal docs.
  • Public /api/v1 API reference generated from src/shared/schemas/api-boundary.ts.