Changelog
What shipped, dated. Updated as it lands.
RSS →Week of Aug 24
PR review becomes one continuous console
WebAPIThe review queue, diff, findings, verdicts, and Review now action now read as one flow instead of separate tabs and side quests.
Platform runtime templates get stricter handoffs
PlatformRuntime promotion now advances only from an exact ready template, with serialized materialization and API-owned base-image writes to avoid stale starts.
Mobile settings reach the native app
MobileWebApple identity, PR auto-archive, notifications, and account settings are now closer to web parity from the mobile surface.
Agents can run agent campaigns
APIPlatformParent tasks can spawn, monitor, merge, and receive results from child agents, so larger jobs can split into tracked sub-runs instead of one long thread.
Delete your account from web or mobile
WebMobileAPIA new deletion flow fences the account, tears down connected providers, drains compute, and shows the same danger-zone path on web and native mobile.
Sentry tools show up like native tools
PlatformAPIHosted Sentry catalog tools now carry display metadata and unwrap through the workspace tool layer, so agents get clearer terminal tool events.
Review comments post as you
WebAPIApprove, request changes, or comment from Aether, and the review is submitted through the connected GitHub user instead of a generic surface.
Mobile testing runs on cloud devices
MobileAPIPlatformProjects can opt agents into Aether-provisioned iOS and Android device sessions, with task-scoped helpers, skills, and lifecycle cleanup wired into the run.
Conversations fold completed work
WebMobileCompleted tool calls and intermediate messages collapse into a "Worked for" activity log, with a preference for users who want every finished run expanded.
PR reviews filter like Home
WebAPIFilter review queues by project, latest review status, and pull-request state with the same URL-backed grammar used by the task ledger.
Hosted MCP integrations speak HTTP
PlatformAPIManaged integrations can now connect over Streamable HTTP across agent providers, while bearer tokens stay out of persisted provider config.
Credit context returns without extra requests
WebAPIUsage screens can show credit context from the data they already load, reducing round trips while keeping the billing picture visible.
Plus: larger GitHub repository imports, safer onboarding when repository access is missing, markdown-rendered Slack agent replies, restart-safe lifecycle callbacks, layout fixes across the review page, and hidden stream tokens in device URLs.
Week of Aug 17
One PR console everywhere — review, respond, and merge in a single surface
WebAPIThe diff, the review threads, and the merge controls now live in one console on every task. Read the review, answer the agent, and land the change without switching surfaces.
Performance-core VM ladder: upgraded hardware, ~2× the usage
PlatformEvery devbox size moved to dedicated performance cores with more RAM, and the default size is now Small — strictly better than the old Medium at half the credit rate. Same credits, roughly twice the runtime.
CLI v0.2.5: hard deadlines on task startup
CLIA boot that stalls now fails fast with a clear error instead of hanging at "starting", so you can retry immediately.
Settings rebuilt around project scopes
WebWhat applies to the organization, the project, or just you is now explicit — including per-scope timeout controls, so one project’s limits never surprise another.
Attach multiple files to any task, from web or CLI
WebCLISpecs, screenshots, logs — attach as many as the task needs from the composer or aether run, and the agent sees them all from the first token.
Composer redesign: one fused task card
WebMobileCLIPrompt, repo, branch, and a devbox size picker with live warm-availability badges, all in one card — plus a per-project default size, so picking a bigger machine never means a settings detour.
Warm-pool redesign: more instant starts at peak
PlatformWarm slots are now sized around real demand and keyed per project and size, so more task starts land on a pre-provisioned devbox — the ~5s start, more of the time.
PR review surface redesigned end to end
WebA flat ledger of reviews, a detail view with diff and live-preview tabs, and inline findings that jump to the exact line they came from.
aether setup: one command from zero to first task
CLIConnect GitHub, bring your agent, upload secrets, bootstrap the environment, and launch your first run — one CLI command. Or skip the terminal entirely and hand agent-setup.md to the agent you already have.
Authenticated preview links
PlatformLive-port previews can now authenticate visitors automatically instead of relying on the secret URL alone.
Every task gets a Media tab
WebScreenshots and session video the agent captures are indexed into a camera roll on the task — full resolution, right where the work happened.
Upload gitignored secret files during aether setup and onboarding
CLIWeb.env and friends can now ride along during setup — encrypted at rest, decrypted only into your task’s isolated VM.
Plus: louder disk-full diagnostics, bounded session-video finalization when a browser closes mid-recording, and a fix for a checkpoint-streaming race under load.
Week of Aug 10
Organizations: invite your team
WebAPICreate an org, invite members, and share projects. Org roles gate secrets, billing, and the project danger zone; platform keys can be pinned to the org.
Home redesigned: one simple list
WebMobileNeeds you, running, everything else — full-bleed ledger rows, decisions behind chips, less chrome between you and the work.
PR follow-ups arrive as one digest
PlatformBatched GitHub follow-ups now collapse into a single message instead of a comment storm on your PR.
Mobile app: a full design pass
MobileHaptics, spring sheets, skeleton loading, animated disclosures, swipe-to-dismiss notifications, and a retuned type scale across every screen.
Plus: alerting on webhook deliveries stuck past their retry budget, and a friendlier holding page for preview ports that aren’t bound yet.