◆ Changelog

Shipping log.

Every release, every fix. Features, fixes, security updates, and infrastructure work. If we shipped it, it’s here.

v0.4.0
Feature

Quad terminal goes persistent across sessions

Your four terminal panes now survive a browser reload, a workspace restart, and a laptop lid close. Scrollback, working directory, and active command are all restored on reopen.

  • Up to 10,000 lines of scrollback per pane
  • Automatic reconnect for long-running dev servers
  • Per-project persistence — each workspace remembers its own shells
v0.3.6
Feature

File-pinned feedback threads for agency reviews

Drop a comment on any line in any file and it becomes a thread — assignable, resolvable, and filterable from the activity feed. Comments travel with the branch, so review history stays attached after merge.

  • Assign comments to a team member
  • One-click convert to task
  • Branch-scoped so feedback doesn’t leak across PRs
v0.3.4
Security

SSO for Agency plan — Okta, Azure AD, Google Workspace

SAML-based SSO is now live on Agency plans for Okta, Azure AD, and Google Workspace. Self-serve setup from the workspace admin panel; IdP-initiated login fully supported.

  • IdP-initiated and SP-initiated flows
  • JIT user provisioning
  • SCIM remains on Enterprise
v0.3.2
Infra

Compute scheduler: 40% faster cold starts

Rewrote the compute-pool scheduler to pre-warm worker pods based on your workspace activity. Median cold-start time for a fresh `npm install` dropped from 4.8s to 2.9s across the test fleet.

v0.3.0
Feature

Client review portals (Agency+)

Share a branch with a client without handing out workspace access. They get a scoped review portal with the latest preview URL, a comment stream, and an approve/request-changes button. Everything syncs straight back into your activity feed.

  • One portal per project, rotatable link
  • Optional password protection
  • Client comments auto-assign to the branch author