Get

Changelog

What just shipped.

The latest documented release is0.1.0-beta.82.Checking the current beta channel…Browse the confirmed public betas and the features, improvements, and fixes documented for them.

62documented releases
435documented changes
3clear categories

Latest documented release

0.1.0-beta.82

Beta channel

New

Add a Focus Plans overview and editable plan-review steps

A gallery of cards answered "what plans exist" but never "what needs me now", so the overview groups every plan by the signal it emits — needs attention, in motion, ready, needs setup, completed, archived — behind a view switch that keeps the cards available. Plan review gains the matching depth on both surfaces: a submitted step keeps its identity while its title and notes stay editable, including clearing notes explicitly, so approving a plan still means approving what the agent proposed.

Add the sandbox Marketplace Commerce backend

Selling an Application needs a seller identity, an immutable offer, a payment, an entitlement and a lifecycle for refunds, disputes and revocation — none of which existed. This adds them in Stripe test mode only: Connect onboarding, offers that can never be edited in place, Checkout with webhook-created entitlements, purchase lifecycle and seller financial aggregates, plus the local commerce checkpoints and the PWA access binding that fails closed.

Bring the Marketplace to every product surface

The catalogue existed behind the Accounts Worker with no place to browse it, publish to it, or find what you already own. This adds the three projections — owner, discovery and purchase library — and the surfaces that read them: the web Hub, listing editor and seller setup, the native Marketplace screen, the public site pages, and the install and Try paths that now resolve plan access before promising a device install.

Add the native Marketplace hub, inventory and seller dialogs

The native Marketplace screen committed with the rest of the product surfaces imports these four components; they carry the phone rendering of the discovery hub, the owner inventory, the listing editor and the seller setup dialog. Split out only because they arrived as a new directory.

Improved

Batch the convergence worktree comparison into one git diff

A dirty tree with hundreds of files forked one git process per path on every Ship snapshot, freezing the server event loop under concurrent Source Control polling. One --no-renames --name-only diff over the same pathspecs renders the identical per-path verdict in a single fork.

Share in-flight Ship snapshots and batch absorption evidence

Concurrent Ship snapshot requesters — every open tab's Ship popover, the outcome observer's fifteen-second recovery cycle, and launches — each ran their own full git command series on the same repository, and recovery passes slower than their interval stacked on top of each other.

Calm the Knowledge reconcile cycle and retire its unbounded job history

The fifteen-minute full reconciliation of every configured project spent more machine time than a day contains once projects reached a few thousand files each, and every finished content job re-enqueued a global link refresh.

Report a checking status instead of guessing a starting session

An unknown activity was rendered as "Starting…" on both surfaces, which claimed a fact the client did not have: a session whose first transcript had not been read yet looked like a fresh launch even when it had been running for hours. The shared vocabulary now names the real state — the client is checking — through one api-client bucket consumed by the web hooks, the dashboards, the chat views and the native badges, and the task-timing helpers stop treating a null activity as an idle session.

Group sessions into user-created work contexts

Projects, tags and computed lifecycle status describe where a conversation runs and what it is doing, but nothing let a user say which stable work context it belongs to.

Open a conversation on its latest message

Opening a session from the list restored the last read position, which is correct when returning to a conversation but wrong when the user taps a row precisely because something new happened there. The mobile web list now requests the latest message on open, and the pinned question pays for one shared row instead of stacking its controls under the question, so the transcript no longer starts under empty reserved space.

Fixed

Keep native list motion off backgrounded rows

Decorative loops kept running for rows nobody could see, and each one registered as an interaction handle that blocked React Native from settling. Motion is now gated on the app being active, the screen focused and the row actually measured as visible — with an empty viewability snapshot treated as "not measured yet" so a freshly mounted tab still moves — and the remaining animations no longer claim an interaction.

Stop the secret scanner from flagging a forwarded token field

An object literal that forwards an already-computed credential — token: response.accessToken — was classified as a secret literal, so Project Health reported a finding on code that holds no secret at all. The computed-expression heuristic now also recognises a bare identifier path on the right-hand side, alongside the method-call form it already knew.

Keep offline downloads moving across continuations

Harden Marketplace source publication

Harden Marketplace launch safety and dogfood isolation

21 additional changes are included in the full comparison.View full release comparison

Release history

Every documented release.

Open a version for its release notes and full comparison when available. Beta numbering can skip because this archive follows confirmed public releases rather than every tag.

Release0.1.0-beta.8111 changesNew 4Improved 6Fixed 1

New4

  • Add the shared plan, session directory and Application API surface

    The installable-Application, Showcase and Marketplace work that follows needs one description of a saved Application, its install profile and tickets, its publication state, and the account plan that gates them. Putting those types and their label helpers in the API client keeps desktop web, responsive web and native mobile on the same contract instead of each surface inventing its own shape.

  • Add the Marketplace catalogue to the Accounts Worker

    The Accounts Worker becomes the central authority for the public catalogue of installable Applications: publisher APIs to prepare, upload media, finalize and edit a listing; public catalogue, detail, search, category and creator reads; media served from R2 with a bounded lifecycle; reports, moderation and appeals; and rolling aggregate analytics with a growth report that never changes ranking on its own.

  • Publish the Marketplace on the marketing website

    The website gains the public face of the catalogue: /apps with its listing, category, search and creator pages, a listing detail page with Try and Install handoffs, a safety page, and an Access-protected /admin/marketplace console for moderation and the growth report.

  • Publish saved Applications to the Marketplace

    This wires the product to the central catalogue. A saved Application with a generated Showcase and a reachable public origin becomes eligible to publish; eligibility is evaluated locally and stated plainly, so an owner learns what is missing instead of meeting a refusal from the Accounts Worker. Publishing, revising, unlisting and recovering availability go through a background sync service that reconciles local publication state with the catalogue and stops cleanly with the server.

Improved6

  • Resolve chat file links and images from the session working directory

    A relative link in a transcript was resolved against the project catalog alone, so a conversation running in a subdirectory — an Ask anything workspace in particular — produced a link that pointed at nothing. Resolution now takes the session's working directory as context and falls back to the catalog only when that directory is unknown, and the same context reaches markdown image targets so a preview opens the file the agent actually referenced.

  • Make long messages, question steps and image galleries readable

    Three reading defects in the transcript, fixed together because they share the same surfaces. A very long user message pushed the conversation off screen, so it now collapses behind a disclosure toggle measured from the real rendered height instead of a guessed pixel budget, which keeps dynamic type honest.

  • Trust the Ask anything conversation directory for Codex

    Ask anything creates one working directory per conversation, and Codex asks whether every previously unseen cwd is trusted. The mode therefore paid that dialog forever. A launch in an Ask anything directory now passes a single -c projects.<path>.trustlevel="trusted" override for that one invocation, so nothing is written to the person's config.toml and no other project gains trust.

  • Open the Plan checkpoint review fullscreen

    The inline plan panel is capped to a fraction of the transcript, which is enough to notice a checkpoint and too little to actually read a long plan before approving it. The header now carries an expand control that lifts the same panel into a fullscreen overlay on desktop web, responsive web and native mobile, with the collapse control reserved for the inline state.

  • Trust the sessions snapshot over search-index liveness

    A search result carried the running flag captured when it was indexed. A session stopped since then was filtered out of History as if it were still open and disappeared from both lists, and one resumed since then could be listed twice. The current /api/sessions snapshot is the authority now: a result is kept out of History only when its session id is live in that snapshot, so a stale flag costs a card its section, never its existence.

  • Open, save and share project files from native mobile

    Sharing was the only thing a project file could do on the phone: opening it in the system viewer or keeping a copy required going through another app. A small Expo module now backs three distinct actions — open in the platform viewer, save a copy through the system picker, and share — on both Android and iOS, and the file screen and Files tab expose them separately instead of folding everything into one share sheet.

Fixed1

  • Keep completion notifications safe on an incomplete offline session

    Completion detection can run once against an offline-hydrated directory whose rows predate the current session payload, and reading tmuxName off such a row threw before the first fresh snapshot replaced it. The tmux name is optional here now: a row without one is skipped rather than notified, since it can be neither opened nor deduplicated, and a session with no usable name falls back to a plain label instead of crashing the surrounding workspace.

9 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.8011 changesNew 4Improved 6Fixed 1

New4

  • Add an ad hoc macOS desktop test build
  • Add Focus Plan chat and stabilize native plan tabs
  • Launch Relay Pro checkout and clarify Remote Access
  • Offer yearly Relay Pro billing with tax-exclusive prices

    Relay Pro now has a monthly and a yearly tax-exclusive Stripe Price. Checkout takes the chosen interval, the webhook grants the entitlement for either configured Price, and every upgrade surface points at the plan choice instead of a single monthly amount.

Improved6

  • Release guided Claude and Codex installs on macOS
  • Surface Shared browser handoffs in conversations
  • Retire the in-product command-line reference

    The desktop-only CLI documentation view, its entry points and styles are gone; /docs/cli and /docs/windows-cli now return to the workspace on every surface. The browser check proves the removal instead of the removed copy.

  • Take the offline download notification down with its queue

    A serialized command tail keeps a late progress update from recreating the Android foreground notification after the stop, and the sync pass releases the service as soon as the download queue is empty rather than after unrelated snapshot work.

  • Open the exact share from a reader-message notification

    A reader message announced itself in the Notification Center without a destination: the owner could only mark the row read. The server now carries a /share-messages/<share-id> app path, and every surface resolves it to that share's message list — desktop web through the workbench bus into the Shared links panel, responsive web through a real route, native mobile through its existing message page.

  • Scope History to the selected projects on the server

    Filtering History client-side ran after the global 200-entry window, so an older conversation of a filtered project could never surface. /api/history now accepts repeated project parameters and filters before the limit; web and native mount a scoped query when a project filter is active and keep the unscoped window for project discovery and tab recovery.

Fixed1

  • Keep Application Access settings affordances stable

4 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.796 changesImproved 6

Improved6

  • Give the Windows app and its installer the same tile every other surface shows

    The Windows .ico was the last icon still built from the bare relief mark on transparency, so the taskbar, the shortcut, the installer window title bar and the NSIS header all showed the mark floating on the host background while the Android launcher, the browser favicon, macOS and Linux showed the midnight-blue app tile. Render every .ico frame from that tile instead, and rename the mark source after what it still composes: the adaptive Android background and the splash lockups.

  • Check the release channel the running version actually belongs to

    Every installation asked the stable channel for its update status unless updateChannel was set in its config, and nothing ever writes that key. No stable release is published, so stable/manifest.json answers 404 and the Updates panel showed "The server update check failed. Try again." on a build that was perfectly able to compare itself to the beta channel it came from.

  • Download the release you actually want, not only the latest one

    The changelog documented 52 releases and offered a single button, and it led to /download, which always serves the channel's newest build. Every artifact of every past release is still online under its immutable release directory, so the only thing missing was a way in.

  • Turn an approved session plan into a Focus Plan, not a message

    Approving a Plan checkpoint typed one fixed sentence into the session. The plan itself stayed inside the agent's context, where it died with the next compaction, restart or engine switch, and the button was worth exactly as much as typing "go" in the composer. A waiting checkpoint was worse than invisible: the agent stops after submitting, so its turn closes normally and the session was reported idle — finished, nothing waiting.

  • Prove the approval against the real Focus Plan store, not a stub

    The route test and the browser check both simulate the plan sink, so the one seam that had never run was the real one: FocusPlanService.create with the schema, the idempotency scope and the exact task shape the route builds. This registers the real route on the real services and reads the plan back — order, notes, statuses, counts — then replays the approval to prove a decided checkpoint neither duplicates its plan nor delivers twice.

  • Let a restarted desktop app take back its surviving server instead of failing

    A second launch now quits to the primary window, and a shell restarted after a crash adopts the embedded server left alive: it verifies the public identity, the private runtime record, the owning PID and the same projects root before rotating its capability through a 0600 handoff file. The preload no longer requires a local module, so it works under a sandboxed renderer.

13 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.7710 changesNew 1Improved 6Fixed 3

New1

  • Publish a conversation with its files, and let its readers answer

    A shared conversation was text about pictures nobody could see. Every attachment and every image a tool produced became "[Attachment removed from this share]", so a conversation about a screenshot was published without the screenshot — which is not that conversation. And a share was a one-way document: the person who received it had no way to say anything back except outside the product.

Improved6

  • Restate the Relay's HTTPS on the hop that loses it

    The frps vhost overwrites X-Forwarded-Proto with the scheme of its own loopback listener, so an instance read every tunnelled request as plain HTTP: pairing from an HTTPS QR code was refused outright, and auth and share cookies shipped without Secure.

  • Open Full screen as a desktop view, not a phone one

    The session menu's Full screen opens the conversation in its own browser tab. That tab renders the route directly — and the route is the responsive page, so a 24" screen got the phone shell: a hamburger opening the mobile drawer, and a back arrow that dropped the whole tab into the responsive application, workspace root included.

  • Flick the Marked as read receipt away

    The receipt lands on top of the session search field, and the only way out was the six-second timer. The notification toast right below it has been dismissible with an upward flick since it shipped, so the gesture was already the expected one — it just was not wired here.

  • Put the relay backup somewhere neither machine can lose

    Two copies still shared a single point of failure: the host that pulls them. The pull host now also pushes to R2, so the relay stays credential-free — it holds nothing that could reach or erase any copy.

  • Step through the questions of a session, like a share does

    The shared conversation pins each question and hangs a stepper on it — previous, n / N, next. The session view has the same pinned question, so it now carries the same control, on desktop web, responsive web and native mobile.

  • Hold the question stepper inside its Dockview panel

    The bench only ever mounted the transcript on its own route, so the desktop workbench — the one place where the reading column lives inside a panel that can be resized under it — was never covered. It now opens a session from the list, then squeezes the panel to a narrow width: the stepper must hang on the reading column's edge and stay inside the panel, never on the window edge and never clipped.

Fixed3

  • Keep the one relay table that cannot be rebuilt off the machine

    The registry has five tables and only machines is irreplaceable: it maps each enrolled machine to its slug — the public subdomain every shared link is built on — and to the hash of the token its frpc presents at Login. Losing it does not strand the fleet, since enrolment is open and every instance re-enrols by itself; it strands the addresses.

  • Correct what losing the relay registry actually does

    The previous text said every instance re-enrols by itself and returns under a new address. That is wrong, and it was written as if verified.

  • Stop counting the transcript padding under a bar that already covers it

    The reserve above the transcript sat on top of the scroller's own top padding, which the overlaid question bar already covers: 12 px on a desktop, 14 on a phone width, 12 more on native. That padding was paid twice, so the pagination controls started well below the bar instead of right under it.

23 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.7613 changesNew 1Improved 6Fixed 6

New1

  • Publish a conversation as the product, not as a log dump

    A recipient who has never used AirCode Ø sees exactly one surface, and it was a transcript. The share page is now the session view's own presentation rebuilt as a document — with no script, which is the security boundary and therefore the whole constraint.

Improved6

  • Follow the Grok account catalog through to Grok 4.6

    The authenticated server catalog is authoritative, but every cold start falls back to an embedded list that still stopped at Grok 4.5 and at three reasoning efforts. A Grok account that offers Grok 4.6 with X-High therefore lost both until the first catalog answer arrived, and the shared client fallback disagreed with the server.

  • Hand Codex its MCP capability as an argument, not as an environment

    Codex starts MCP servers with a sanitized environment, so a capability read from AIRCODECREDENTIALFILE is simply absent there. The browser server then failed on every call, and the Knowledge server — whose tool list is derived from the capability — advertised no tools at all, which is indistinguishable from a session that has no Knowledge. Both servers now accept --credential-file, like the planning server already did, and the Codex registration passes it.

  • Answer a Knowledge search with the history it asked for

    Indexed code outnumbers indexed history several times over, and the lexical ranking weights a chunk's title and path above its text. An unfiltered search therefore answered with source files even when the answer had been written in a past conversation — and an agent searches once at the start of a task and never comes back, so the first page has to carry it. Half of an unfiltered first page is now reserved for conversations, decisions and notes, keeping the strongest overall match first and alternating from there.

  • Give a Fast preview one link to embed and one link to hand out

    A preview answered with a single launchUrl, and one link cannot serve both uses. The capability travels in a SameSite=Lax cookie, so an embedded preview keeps its access only while its origin stays same-site with the page showing it: a workspace served from localhost that embedded the relay origin lost the cookie and the preview answered "access denied". publicSession now answers with the transport the client itself arrived on, and adds shareUrl, which prefers the relay whenever the tunnel publishes one.

  • Save a Fast preview as an application without losing its link

    A standalone Fast preview publishes a URL; an application owns the process that serves it. Promotion now turns the first into the second on the same preview record, so the port, token, password and relay alias the user already shared keep working. The entry point is the Fast preview card in Browser, on desktop web, responsive web and native mobile.

  • Share a conversation, or a range of turns, read-only

    An owner can now publish a whole conversation or a contiguous range of completed turns as one sanitized, immutable snapshot, in two renderings of the same document: a self-contained HTML export, and a revocable link served by the owner's own instance, optionally password-protected, optionally expiring. Both come from the same renderer, so the page a reader opens is the file the owner reviewed.

Fixed6

  • Keep a launch's Knowledge level unless it is positively refused

    Three availability requests decide whether a session starts with Knowledge, and all three were retry: false. One dropped response silently downgraded the launch to off for the whole life of the form, which is most of why 55 % of sessions started without Knowledge. A pending or failed answer is not a refusal: only a complete one may downgrade the launch, and the requests retry once.

  • Keep the account state glyph inside its disc once a file is open

    Monaco's lazy codicon stylesheet re-asserts font: normal normal normal 16px/1 codicon at (0,2,0) when the editor chunk loads. This rule matched at equal specificity and only won on source order, so opening a file blew the AI Usage account state glyph up to 16px and burst it out of its 14px disc. Match the codicon modifier class as well, and pin the line height.

  • Refuse a TODO.md write from a session no person started

    TODO.md is the user's own project state, and until now a sentence in the planning instructions was the whole enforcement. That sentence held for the wrong reason: it told every agent, including one a person is driving turn by turn, that the file was untouchable. Asked directly for a TODO.md change, an interactive session had to refuse it.

  • Stop the remote control cross from re-arming the session it just cut

    Turning remote control off from the session menu could turn it back on. The gesture pasted /remote-control, waited a fixed 3.2 s for the status dialog, then sent Up Up Enter blind. But that dialog only exists when the session is already exposed: typed on a session that is off, the command re-arms it and hands the keyboard back to the composer, where the arrows walk the prompt history and the Enter re-sends the user's last prompt.

  • Keep a long interaction card from swallowing the chat view

    A long AskUserQuestion form — several options carrying descriptions and mockups — grew the interaction card until it pushed the composer and its own bottom out of the viewport. The chat thread collapsed to nothing, scrolling stopped working, and the free-text answer became unreachable: the card asked a question the user could no longer answer.

  • Keep a published desktop reachable when its user steps away

    A workstation publishing its sessions goes quiet the moment it sleeps: the outbound tunnel drops and every running session freezes mid-turn until someone wakes the machine. Locking the screen is not the problem — every process keeps running — but the two are easy to confuse, and there was nothing in the product to say so or to prevent it.

25 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.756 changesImproved 4Fixed 2

Improved4

  • Hold the offline download choice while a pass is in flight

    Read the download settings inside the write transaction so a mode chosen during a long synchronization is no longer overwritten, show a preparing state while offline storage is still opening, and coalesce cache-change notifications so a download storm stops starving the interface.

  • Acknowledge notifications when their conversation is opened

    Marking read by in-app destination lets opening a session clear every pending row that pointed at it, on the server and on all three surfaces, without resolving an attention row.

  • Download offline conversations without an idle gap

    Sequential requests are the protection, not the spacing: a foreground drain now runs until the queue is empty and stops on pause, storage, pressure, auth, profile switch or transport failure. The background invocation keeps its OS-enforced budget.

  • Report a slow link and keep the phone plan sections reachable

    Connection thresholds move to shared constants with a slow state between healthy and lost, and the Focus Plans bridge panels give way to sticky phone tabs.

Fixed2

  • Keep the top of the loaded window reachable under the sticky question

    Reserve the collapsed sticky-question height at the top of the loaded window on web and native so the pagination controls stay reachable, and let the session recap be dismissed for the current launch.

  • Keep the tablet dock notification item icon-only

View full release comparison

Release0.1.0-beta.743 changesImproved 3

Improved3

  • Control what AirCode Ø downloads for offline use

    Add per-conversation and whole-library storage estimates, a staged background download queue with visible progress, live ingestion while the app runs, offline purge and storage monitoring, higher storage limits and a "Last N conversations" mode, across the server, native mobile and web.

  • Teach the offline settings check the download control modules

    The Offline access screen now reads storage estimates, download progress and disk space, so the fixture bundle gains those exports and a rendering failure reports the page error instead of a locator timeout.

  • Finish an unfinished Ship and keep the question in view

    Ship stops in three ways and only one is a failure: a published run whose local branch never realigned now proposes a guarded correction the user approves, with the blocker named as data instead of prose, and dirty paths that already carry the published bytes absorbed by the convergence helper.

View full release comparison

Release0.1.0-beta.7312 changesImproved 6Fixed 6

Improved6

  • Lift every Vice Sunset Dark surface off the twilight canvas

    The canvas stays deep, but each surface stacked on it now climbs a clear lightness step. At the previous spacing the assistant reading surface sat barely above the artwork glow, so long answers read as unframed copy on the background, and semantic blue only reached 2.9:1 against the card.

  • Attach completed-turn feedback to the turn it rates

    The native feedback pill hung on a negative top margin, so it collided with the card above — whose own bottom margin is 4 px — and read as a piece of that card rather than as the verdict on the turn below it.

  • Show pending queued prompts on session rows

    A prompt waiting in the queue was only visible inside its own session, so a directory of sessions gave no sign that work was already lined up.

  • Group Mark read and Kill on the same swipe side

    Mark read opened from the leading edge and Kill from the trailing one, so acknowledging a completed session meant learning that one row answers to two opposite gestures. Both actions now live in the right-side drawer, Mark read first, and the reveal widens to fit whatever the row renders.

  • Retire Gemini CLI in favour of Antigravity

    Google withdrew Gemini CLI for individual accounts on 2026-06-18 and points that plan at the Antigravity suite, which the product already exposes as its own engine. Keep the engine registered so existing sessions and transcripts still resolve, mark it retired, and drop it from engineCatalog() — every launcher, Ship dialog, run dialog and AI Usage card is built from that catalogue, so one filter removes the choice everywhere.

  • Advertise the install one-liner on the published channel

    install.sh resolves the stable channel by default and no stable manifest is published yet, so the copy-paste command in the README, the website, the docs and the CLI update hint all failed with "could not resolve latest stable version". Every advertised one-liner now selects --channel beta from a single site constant, and install.sh names the working command when a stable install finds no manifest.

Fixed6

  • Restore the native session and history card

    Replicating the responsive Liquid appearance means the material only — blur, tint, prism, sheen, border rails, depth — never a restructured row. The previous pass traded the native card for web parity: it shrank the corners to 10 px, cut the padding and type down, dropped the favorite to a 36 px target, and packed activity, engine, provider, effort and an optimization badge onto the metadata line.

  • Keep the answered question in view while reading

    A long answer scrolls its own question off the top, and from there the reply is prose without a subject: the turn a reader stepped away from is exactly the one still being answered.

  • Stop tracking local build and verification artifacts

    output/ (release APK and browser captures) and the TypeScript incremental cache kept surfacing in every Source Control snapshot. Ignore output/, ignore .tsbuildinfo and untrack web/tsconfig.tsbuildinfo, which is a regenerated cache rather than reviewable source.

  • Keep a settled Ship verdict from replaying in a reused session

    A Ship session stays usable after its Run settles, so its final report stops being the last transcript answer as soon as the user keeps working in it, and its runtime updatedAt keeps moving. That made a recorded verdict look like a fresh event on every poll: the notice replayed, attention rose again, and an unreadable transcript could downgrade what had already been observed.

  • Keep a shared preview link on the same port and alive

    A Fast preview link contains the port of its own gateway, so the port is part of what the user shares. The kernel picked a new one at every start, which broke every shared link after an instance restart, and idle expiry collected a preview nobody had visited even when it was the published front door of a supervised application.

  • Harden the swipe action glyphs against Monaco's codicon rule

    Monaco ships its own copy of the codicon base rule inside the lazy FileEditor chunk. It lands after every application stylesheet and wins any (0,2,0) tie, so the boxed Mark read and Kill glyphs snapped back to display:inline-block and rode the top of their disc once an editor had been opened. Raise both selectors to (0,3,0), and let the notifications check inject that rule and verify the centring — with a control that flips the selectors back and proves the guard is what holds.

7 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.727 changesImproved 6Fixed 1

Improved6

  • Share one embedded Turnstile challenge across surfaces

    The Fast preview challenge page, its Siteverify client, and the three client-side challenge hosts each carried their own copy of the same logic. Extract the reusable primitives so a new protected surface only declares its action, paths, and rate limiters.

  • Verify server sign-in with a Turnstile challenge

    Password sign-in was protected only by the local attempt throttle, so a reachable instance could still be probed automatically. Every /api/auth/login call now carries a Turnstile token that the server verifies through the accounts worker before the password is checked; a failed or replayed token answers 403 TURNSTILEFAILED.

  • Allow an explicit local pairing exchange over HTTP

    Passwordless pairing refused any non-HTTPS exchange, so the common case of two devices on the same LAN or private VPN could never use a QR code at all. The HTTPS default stays, but an authenticated operator can now opt one specific five-minute capability into an HTTP exchange.

  • Read the published beta channel on the changelog

    The changelog derived "latest release" from the curated notes and the build failed unless they matched the product package exactly. A new beta therefore either shipped with a stale website or forced editorial notes to be written before the release could be announced.

  • Give native Liquid Light surfaces responsive depth and density

    Native Liquid Light was flat where responsive web has depth, and its overlays leaned on one generic glass preset. Clipping the material and casting the shadow on the same view cancels the shadow, so the shell and the material are now separate: an unclipped exterior carries the outset depth while a radius-clipped child holds blur, tint, prism, sheen, and the border rails.

  • Drop the icon from the Mark as read command

    The hover command inside the unread badge paired a mail glyph with its label in a space sized for the label alone, so the text was the part that lost room. Keep the wording and remove the glyph.

Fixed1

  • Keep Android transcripts off the masked compositor layer

    The transcript viewport was wrapped in a MaskedView to fade its edges. On Android that mask is composited through a hardware Porter-Duff layer, and a native-stack pop can capture the layer while the opaque mask view is still visible, painting the whole transcript black for the duration of the transition.

2 additional changes are included in the full comparison.View full release comparison

Release0.1.0-beta.718 changesNew 1Improved 4Fixed 3

New1

  • Shareable application pages

    Browser-backed applications can open in a dedicated page and share the real running tab across supported clients.

Improved4

  • More relevant session search

    Session titles rank ahead of passing message mentions, while legacy tabs recover their durable conversation identity.

  • Direct completion acknowledgements

    Completed sessions can be acknowledged without opening them, keeping unread work accurate with fewer navigation steps.

  • Complete native Liquid Light surfaces

    Native views paint the full Liquid Light interior and preserve a consistent reading surface from edge to edge.

  • Calmer conversation controls

    Elapsed-time indicators, feedback actions, dark messages, planning, and queue labels now carry less visual ambiguity.

Fixed3

  • Protected preview passwords

    Password-protected Fast previews verify a bounded Turnstile challenge before accepting an access attempt.

  • Reliable offline preferences

    Offline switches retain the value the user requested while an asynchronous save is still in progress.

  • Clean Android startup

    Android paints the correct window background before React mounts, avoiding a mismatched startup flash.

Release0.1.0-beta.709 changesNew 3Improved 3Fixed 3

New3

  • Revocable phone pairing

    A phone can be paired with a one-time code, reviewed later, and revoked without changing the server password.

  • Saved application access

    Saved application credentials have a dedicated management surface with explicit inspection and removal actions.

  • Product-native project creation

    Project creation now uses reviewed product dialogs instead of browser prompts across desktop and responsive web.

Improved3

  • Unified offline navigation

    Offline sessions and search results share clearer detail controls and more predictable navigation across screen sizes.

  • Clearer usage reset timing

    Usage surfaces explain reset windows more precisely and keep their information hierarchy readable in wide layouts.

  • Refined Liquid Light materials

    Liquid Light surfaces, native perimeters, pill geometry, and composer density now align more consistently.

Fixed3

  • Focused password setup

    Password fields receive focus when protection is enabled, making the required next step immediate and keyboard-ready.

  • Complete offline browser coverage

    Active Browser queries remain covered by offline checks instead of leaving a gap in the cached workspace state.

  • Stable native glass geometry

    Resolved glass radii and perimeters remain even across native controls and fractional display dimensions.

Release0.1.0-beta.6911 changesNew 2Improved 4Fixed 5

New2

  • Conversational application setup

    Browser discussions can inspect a project, clarify ambiguous application details, save the reviewed command, and launch it on web or mobile.

  • Dedicated Security & access settings

    The server password now has a clear destination across desktop web, responsive web, and native mobile instead of appearing as a tunnel option.

Improved4

  • Catalog-backed AI launch choices

    Launch flows share the live Engine, Model, Effort, and supported Permissions choices, with Claude defaulting to Opus when it is available.

  • Complete Liquid Light coverage

    Notification Center, Focus Plans, Project TODO, Project Health, and startup hand-offs now share the same luminous material hierarchy.

  • Compact Project Health history

    Past audits move into a detailed report picker so status and findings remain visible while older reports stay easy to reach.

  • Complete AI Usage summaries

    Every surface presents the same six period metrics in the same order and labels cost according to whether it is reported, mixed, or estimated.

Fixed5

  • Accurate Product Run timelines

    Product Run activity remains tied to the real completion time instead of shifting as later events arrive.

  • Safe cached-session fallbacks

    Cached sessions remain offline fallbacks without replacing newer connected workspace state.

  • Stable expanded activity details

    An open tool activity or plan stays open through live Working refreshes and native list recycling.

  • Even AI sunset perimeters

    Large animated AI borders keep one consistent thickness across fractional display scales and rounded corners.

  • Complete native running progress

    Running progress stripes cover their full native track without leaving a gap at the edge.

Release0.1.0-beta.683 changesImproved 3

Improved3

  • Richer illustrated materials

    Gustav, Irezumi Tide, and Liquid Light use clearer reading surfaces, controls, and palette behavior across web and mobile.

  • Smoother conversation galleries

    Long conversations keep image galleries, attachments, and composer transitions responsive while messages paginate.

  • Closer responsive and native sessions

    Responsive web and native mobile align more closely on session navigation, activity details, tags, and back behavior.

Release0.1.0-beta.678 changesNew 3Improved 3Fixed 2

New3

  • Guarded local state recovery

    Server state is isolated by domain and can use integrity-checked local snapshots with explicit backup and restore controls.

  • Six expressive theme families

    Dionysus, Irezumi Dawn, Irezumi Tide, Klimt Gold, Neon Penance, and Liquid Glass now span web, mobile, and standalone surfaces.

  • Product Runs on mobile

    Background product Runs are now available from the mobile Dashboard alongside active sessions and project activity.

Improved3

  • Durable notification history

    Notification history persists across restarts and groups related updates by destination and day without discarding earlier events.

  • More direct Focus Plan actions

    Focus Plan launches and review actions use a clearer, more direct flow across web and mobile.

  • Browsable conversation images

    Images in web conversations can be opened and navigated as a gallery without leaving the active session.

Fixed2

  • Reliable terminal chat startup

    Terminal-backed conversations wait for bridge readiness before falling back, reducing missed or duplicated startup messages.

  • Safe encrypted-state upgrades

    Encrypted mobile databases remain keyed throughout schema upgrades, preventing migration failures on protected local state.

Release0.1.0-beta.662 changesImproved 1Fixed 1

Improved1

  • Clearer Project Health findings

    Finding details now separate evidence, impact, and recommended action more clearly, making review decisions faster.

Fixed1

  • Feedback that survives reloads

    Turn feedback is persisted with the session instead of disappearing when the conversation is reopened.

Release0.1.0-beta.657 changesNew 2Improved 3Fixed 2

New2

  • Completed-work notifications

    Finished agent work is surfaced through clearer notifications across web and mobile.

  • Inspectable Project Health stages

    Project Health stages can be recovered and inspected while a review is running or after it completes.

Improved3

  • Stronger project and source-control actions

    Project creation, source-control workflows, and mobile terminal controls now expose clearer actions and state.

  • Focused planning and session context

    Planning surfaces, live-session activity, and the workspace hierarchy are easier to scan and navigate.

  • More useful usage rhythm

    The activity rhythm fills its available grid and shared actions remain readable across supported themes.

Fixed2

  • Reliable launch model choices

    TypeScript model-choice resolution no longer loses the selected launch configuration.

  • Consistent Focus Plan outcomes

    Plan actions now wait for the underlying failure or completion outcome before updating their state.

Release0.1.0-beta.6410 changesNew 3Improved 3Fixed 4

New3

  • Native Git statistics

    The mobile app now includes repository Git statistics, keeping project activity and history visible away from desktop.

  • Per-session offline downloads

    Each native session can manage its own offline download instead of relying on one global control.

  • Copy for completed native turns

    Completed responses expose a direct Copy action on native clients.

Improved3

  • One clear AI action label

    AI-assisted actions use the same understandable label across web and mobile.

  • Quieter completed activity

    Completed work stays behind its summary and attention previews fit on one concise line.

  • Safer provider CLI updates

    Version-sensitive provider update controls now share one guarded policy.

Fixed4

  • Non-blocking session launches

    Knowledge preparation can no longer prevent a new session from being created.

  • Answerable Claude forms

    Verified AskUserQuestion forms remain interactive on supported Claude releases.

  • Runs remain available

    A completed Run stays open while its underlying session is still alive.

  • Stable release snapshots

    Tag mutations are no longer held open while release snapshots are revalidated.

Release0.1.0-beta.6310 changesNew 3Improved 3Fixed 4

New3

  • Repository Git statistics

    The Project workspace now reports repository activity and history statistics.

  • Provider-neutral progress details

    Active work can expose richer progress without depending on one engine transcript format.

  • Unified Runs directory

    Background product Runs now live alongside the session directory instead of in a separate mental model.

Improved3

  • Full retained usage by default

    AI Usage opens on all retained history and Git statistics stay in the Project tab.

  • Responsive Settings navigation

    Settings groups and navigation behave consistently across desktop, tablet, and mobile widths.

  • Calmer working activity

    Mobile progress motion and completed-turn actions are less distracting while remaining discoverable.

Fixed4

  • Recoverable offline setup

    Offline storage setup can recover cleanly instead of leaving the mobile workspace unusable.

  • Responsive Knowledge launches

    Knowledge indexing no longer makes session creation feel blocked.

  • Reliable concurrent state

    Concurrent session writes are serialized, duplicate attention notifications are removed, and statistics timestamps are normalized.

  • Cleaner Claude history

    Command-only Claude transcripts no longer appear as user conversations.

Release0.1.0-beta.629 changesNew 3Improved 3Fixed 3

New3

  • Enterprise Relay appliance

    Self-hosted organizations can deploy a hardened shared Relay while keeping employee instances isolated.

  • Durable offline workspace

    Mobile files, conversations, and pending work continue through longer offline periods.

  • Offline Focus Plan editing

    Plans prioritize AI sync while retaining useful local edits when the device is disconnected.

Improved3

  • Retrieval-first Knowledge ingestion

    Knowledge preparation prioritizes useful retrieval and defers handoff context until the next user message.

  • Time-zone-aware usage history

    Usage snapshots persist against the selected time zone and mobile age labels stay current.

  • More resilient responsive workspaces

    Composer actions, themed activity, Settings navigation, and mobile Git labels hold together at narrow widths.

Fixed3

  • Accurate task timing

    Cached sessions no longer revive completed task timers.

  • Reviewed user-facing errors

    Raw provider failures stay out of product copy and approved error messages remain actionable.

  • Reliable pagination and recovery

    Chat pagination, session drafts, responsive runtimes, and mobile authentication recovery are hardened.

Release0.1.0-beta.6110 changesNew 3Improved 4Fixed 3

New3

  • Workbench command palette

    Workspace actions can be found and launched from a dedicated command palette.

  • Contextual previews in conversations

    Fast Preview services can be opened directly from the chat context that produced them.

  • Guarded Ship remediation

    Failed or blocked Ship outcomes now offer bounded recovery actions with revalidated preconditions.

Improved4

  • Better conversation search

    Conversation matches are ranked with bounded recency so relevant recent work appears first.

  • Unified OpenRouter usage

    OpenRouter accounting and model usage behave consistently across supported engines.

  • Tablet workspace parity

    Unfolded layouts, session navigation, Explorer uploads, and Knowledge handoff better match desktop capabilities.

  • Scalable live activity

    Running-session motion uses shared sprites and the Working graph renders reliably across dense lists.

Fixed3

  • Deterministic Ship recovery

    Convergence, blocker remediation, and retry bounds now resolve in place without ambiguous verification.

  • Resilient chat and previews

    Narrow chat layouts, preview handoffs, and startup feedback survive authentication and viewport changes.

  • Unambiguous transcript discovery

    Generated transcripts are identified without colliding with unrelated session artifacts.

Release0.1.0-beta.609 changesNew 3Improved 3Fixed 3

New3

  • Contextual Fast Preview services

    Projects can expose detected local services as launchable previews from the relevant workspace context.

  • Static and live pentest reports

    Project Health can produce professional static reports and a dynamic localhost assessment mode.

  • Animated working graphs

    Active sessions and Runs show compact progress graphs with elapsed time.

Improved3

  • Configured connections only

    Launch surfaces show connections that are actually available instead of presenting unusable options.

  • Grouped mobile diagnostics

    Server health information is organized into clearer diagnostic sections on mobile.

  • Calmer Run lists

    Loading sections begin collapsed while live state and elapsed time stay easy to scan.

Fixed3

  • Honest Ship verification

    Unverified outcomes are retried and inconclusive publication checks are labelled explicitly.

  • Native mobile selection

    Message selection keeps the platform-native interaction instead of being intercepted by custom gestures.

  • Accurate stale-report state

    Project Health reports communicate when their evidence is older than the current project state.

Release0.1.0-beta.598 changesNew 2Improved 4Fixed 2

New2

  • Explicit provider connections

    Connection contracts and provider billing choices are visible before a session launches.

  • Project Health findings as conversations

    A finding can open directly into a focused agent conversation for investigation or repair.

Improved4

  • Mobile launch parity

    Native launch configuration exposes the same essential connection and runtime choices as the web workspace.

  • Manageable completed Runs

    Completed and failed Runs have clearer status, actions, and cleanup behavior.

  • Stronger Knowledge review

    Knowledge context preserves the user prompt and review workflows make source handoff easier to understand.

  • Separate server and machine health

    Diagnostics distinguish the application server from the host machine it runs on.

Fixed2

  • Visible retry failures

    Live provider retries surface their terminal failure instead of appearing to continue indefinitely.

  • Time-correct push notifications

    Push notification age and completion timing no longer drift around delayed delivery.

Release0.1.0-beta.587 changesNew 3Improved 2Fixed 2

New3

  • Server Health and unified Settings

    A dedicated health surface and consolidated settings make host administration easier to understand.

  • Unread Run outcomes

    Background product Runs retain unread completion and attention state.

  • Verified Ship outcomes

    Source Control reports the evidence behind a successful Ship instead of relying on an optimistic state.

Improved2

  • Responsive workspace workflows

    Navigation, session cues, provider accounts, and terminal flows are polished across desktop and mobile.

  • Antigravity model tracking

    Sessions retain the selected Antigravity model for status and usage reporting.

Fixed2

  • Session runtime recovery

    Interrupted and resumable runtimes recover without reviving invalid session state.

  • Correct Project Health selection

    Opening a routed report selects the requested finding instead of a stale previous report.

Release0.1.0-beta.573 changesNew 1Improved 2

New1

  • Run attention notifications

    Users are notified when a background product Run finishes or requires intervention.

Improved2

  • Elapsed Run time

    Active Runs report how long they have been working.

  • Smoother workspace tools

    Common actions across the grouped workspace tools require fewer context switches.

Release0.1.0-beta.563 changesImproved 2Fixed 1

Improved2

  • Runs grouped by status

    Background work is organized by active, completed, and attention-needed state.

  • Core chat controls stay available

    Essential conversation actions remain reachable while product Runs are active.

Fixed1

  • Hidden Project Health workers

    Internal worker sessions owned by a Project Health Run no longer clutter user session lists.

Release0.1.0-beta.559 changesNew 5Improved 2Fixed 2

New5

  • Antigravity engine support

    Antigravity joins the supported engines with explicit CLI compatibility gates.

  • Closed-loop Knowledge retrieval

    Agents can retrieve prepared Knowledge sources and return traceable context to the active session.

  • Unified product Runs

    Background operations share one Run model for state, activity, and recovery.

  • Git commit and patch inspection

    Source Control exposes commit details and lets users inspect the corresponding patch.

  • Project Health run graph

    AI stage sessions, grouped findings, progress, and workflow actions are represented as one owned run graph.

Improved2

  • Shared platform integrations

    Session and workspace integrations follow the same contract across web, desktop, and mobile.

  • Private desktop CLI fallback

    Desktop packages can recover a compatible bundled CLI artifact when the normal source is unavailable.

Fixed2

  • Honest usage windows

    Elapsed quota windows are marked as last-known and intraday activity avoids misleading totals.

  • Readable illustrated status

    Running badges and native reading surfaces retain contrast across light artwork themes.

Release0.1.0-beta.533 changesNew 1Improved 1Fixed 1

New1

  • Usage-limit recovery

    Work can wait behind a provider quota wall and offer to resume only after capacity returns.

Improved1

  • Theme-aware terminal palette

    ANSI colors remain readable across every supported terminal theme.

Fixed1

  • Visible resume state

    The Ready to resume heading no longer disappears against illustrated mobile themes.

Release0.1.0-beta.524 changesNew 3Fixed 1

New3

  • Nine curated website themes

    The marketing site offers a focused theme collection while preserving every registered deep link.

  • Actual session model history

    Session details report the models that really handled turns, including agent switches.

  • Git-assisted Focus Plan progress

    Plan tasks can suggest progress from repository evidence and coordinate queued work from one surface.

Fixed1

  • Readable Palm Drive copy

    Website copy remains on semantic reading surfaces over the Palm Drive artwork.

Release0.1.0-beta.519 changesNew 3Improved 3Fixed 3

New3

  • Prompt Queue

    A prompt or session launch can wait until the user explicitly chooses to deliver it.

  • Focus Plan task sessions

    A plan task can start an agent session and link back to its live progress.

  • Composer permission controls on mobile

    Native sessions can change permission tiers directly from composer settings.

Improved3

  • Refreshable usage gauges

    Usage gauges can request fresh provider data instead of rereading a stale cache.

  • Focused planning surfaces

    Legacy timeline views are retired in favor of Focus Plans and direct task actions.

  • Accurate relative ages

    Native session and activity timestamps refresh when the app returns to the foreground.

Fixed3

  • Recoverable Project Health stages

    A wedged stage can be identified and recovered without inventing unavailable Git state.

  • Reliable Grok and Kimi turns

    Blocking Grok screens, exhausted retries, Kimi first prompts, and killed turns resolve to honest states.

  • Unclipped illustrated headings

    Long native headings keep their final word visible over artwork-backed themes.

Release0.1.0-beta.5013 changesNew 6Improved 4Fixed 3

New6

  • Grok Build engine parity

    Grok Build supports the same core launch, transcript, and session controls as the other engines.

  • Cross-agent conversation switching

    A conversation can continue with a different agent while preserving its context and history.

  • Background Project TODO sync

    Project roadmap synchronization runs as owned background work instead of blocking the workspace.

  • Camera attachments

    Mobile users can take a photo and attach it directly to a prompt.

  • AI security profile

    Project Health adds parallel security lenses, credential-aware severity, staged progress, cancellation, and a verdict panel.

  • Provider usage breakdown

    Daily usage can be split by AI provider.

Improved4

  • Native-equivalent phone navigation

    The narrow web layout follows the same primary navigation model as the native app.

  • Browser promoted to the workspace

    Browser is a top-level destination and every mobile full-screen route retains a clear way back.

  • Informative composer controls

    The composer chip shows permission tier and model while Focus Plans remain manageable from any local session.

  • Complete Markdown image handling

    Agent-rendered images appear in chat and generated images remain available in session assets.

Fixed3

  • Honest engine failures

    An engine failure is rendered as a failure rather than being mistaken for a successful response.

  • Safe remote control boundaries

    Remote Control is an explicit launch opt-in and can be revoked while a turn is running.

  • Async sub-agent continuity

    A parent turn remains alive while its asynchronous sub-agents finish their work.

Release0.1.0-beta.485 changesNew 1Improved 2Fixed 2

New1

  • Mobile usage time zones

    Native usage views can be aligned to the user-selected reporting time zone.

Improved2

  • Concise planning guidance

    Focus Plan guidance begins collapsed so active tasks remain the visual priority.

  • Stronger illustrated reading surfaces

    Text and controls use semantic surfaces instead of relief effects over artwork.

Fixed2

  • Safe Ship reconciliation

    History convergence preserves unrelated dirty work and reports reconciliation boundaries clearly.

  • Canonical product errors

    Client errors use the shared visible product name consistently.

Release0.1.0-beta.477 changesNew 2Improved 2Fixed 3

New2

  • Bounded Focus Plans

    Execution plans can run agent tasks within explicit scope, state, and completion boundaries.

  • Persistent Linux instances

    The Linux CLI can start, inspect, stop, restart, and persist path-scoped server instances.

Improved2

  • Glass illustrated surfaces

    Web and mobile artwork themes share calmer translucent activity and reading surfaces.

  • Convergent Ship publication

    A successful Ship realigns the checked-out branch with its published target history.

Fixed3

  • Account-gated Relay settings

    Managed Relay controls appear only when the required account state is available.

  • Accurate Root Access previews

    The animated code rain renders correctly inside theme previews.

  • Focused launch controls

    Redundant provider selectors are hidden and native onboarding fields remain above the keyboard.

Release0.1.0-beta.452 changesImproved 1Fixed 1

Improved1

  • Transparent product statistics

    The startup agreement explains the basic pseudonymous product statistics included with use and links to full privacy details.

Fixed1

  • Consistent privacy controls

    Obsolete analytics switches and follow-up prompts were removed so every client matches the accepted terms.

Release0.1.0-beta.441 changeImproved 1

Improved1

  • Polished illustrated surfaces

    Artwork-backed themes use clearer local reading surfaces and more consistent product chrome.

Release0.1.0-beta.431 changeFixed 1

Fixed1

  • Preserved installer verification

    The direct installer keeps its signature check intact through packaging and publication.

Release0.1.0-beta.424 changesNew 2Improved 1Fixed 1

New2

  • Configurable planning sessions

    AI planning work can choose its engine, model, permission, and runtime settings before launch.

  • Final legal acceptance flow

    The product presents the final EULA and Privacy Policy before first use or after a document version changes.

Improved1

  • Published legal pages

    The public website exposes the final legal documents and identifies the Swiss licensor.

Fixed1

  • Readable illustrated mobile UI

    Controls and copy retain sufficient contrast across artwork-backed native themes.

Release0.1.0-beta.411 changeFixed 1

Fixed1

  • Composer above the keyboard

    The mobile modal composer remains visible and usable when the software keyboard opens.

Release0.1.0-beta.405 changesNew 3Improved 1Fixed 1

New3

  • Palm Drive theme

    The tropical illustrated theme is available across product and marketing surfaces with responsive artwork.

  • Startup consent across clients

    Web, desktop, and mobile share a single legal-consent gate before the workspace opens.

  • Windows direct installer

    Windows users can download a signed direct installer from the release channel.

Improved1

  • Consolidated account preferences

    Account and connection settings are grouped into a clearer web preferences flow.

Fixed1

  • Readable illustrated chat

    Native chat surfaces and Root Access animation retain contrast and legibility.

Release0.1.0-beta.394 changesNew 2Improved 1Fixed 1

New2

  • Repository commit total

    Source Control reports the total number of commits in the current repository.

  • Verified mid-turn input

    Supported engines can accept follow-up input while a turn is still active.

Improved1

  • Refined native themes and controls

    Mobile theme surfaces and platform controls better match their interaction context.

Fixed1

  • Fully scrollable Kanban lanes

    Project TODO columns can reach their final card at every supported viewport height.

Release0.1.0-beta.3812 changesNew 6Improved 3Fixed 3

New6

  • Illustrated theme browser

    Roller Disco, Barrio Blanco, and the illustrated world collection gain visual previews and controlled rotation.

  • Kimi K3 support

    K3 models, pricing, quota reporting, and migration controls are available for Kimi accounts.

  • Private multi-source analytics

    Administrators can combine approved product signals in a private reporting surface.

  • Mobile history deletion

    Native conversation history supports direct swipe-to-delete actions.

  • Project TODO board

    The project roadmap has a dedicated board view with custom mobile tag colors.

  • Generated images in assets

    Images produced by agents are retained with the rest of the session asset history.

Improved3

  • Time-zone-aware usage navigation

    Usage views support local reporting time zones and faster date movement.

  • Generalized live tool activity

    Active tool work is represented consistently across supported engine transcripts.

  • Touch-friendly terminals and planning

    Terminal scrolling and tablet roadmap navigation work with native touch gestures.

Fixed3

  • Concurrent session resume

    Overlapping resume requests no longer leave the session in an invalid lifecycle state.

  • Reliable Kimi credentials

    Expired Kimi OAuth credentials refresh before quota or session requests continue.

  • Preserved host boundaries

    Native navigation keeps server administration separate from project workspaces.

Release0.1.0-beta.371 changeFixed 1

Fixed1

  • Canonical release display name

    Release metadata and packaged surfaces consistently display AirCode Ø.

Release0.1.0-beta.369 changesNew 6Improved 1Fixed 2

New6

  • Secure Apple sign-in

    Accounts support Apple sign-in with minimal default scopes and verified callback handling.

  • Protected password signup

    New password accounts are guarded by Turnstile before account creation.

  • Mobile Relay account controls

    Native settings expose account state and managed remote-access enrollment.

  • Custom session tag colors

    Session tags can use user-selected colors for faster visual grouping.

  • Daily activity by app

    Usage analytics separates daily activity across web, desktop, mobile, and CLI entry points.

  • Mobile binary image preview

    Git image changes can be inspected directly from native Source Control.

Improved1

  • Refined Root Access and Surfin’ Ocean

    Animated code rain, canvas layering, and mobile bottom-bar contrast are tuned for readability.

Fixed2

  • Actions after runtime completion

    Session actions remain available after the underlying engine process exits.

  • Valid iOS release profiles

    Release packaging regenerates invalid provisioning profiles before export.

Release0.1.0-beta.348 changesNew 4Improved 2Fixed 2

New4

  • Project roadmap in TODO.md

    Project planning uses the repository-root TODO.md as its reviewable source of truth.

  • Privacy-first analytics choice

    The product introduces explicit consent for pseudonymous usage reporting.

  • Animated Root Access theme

    Root Access gains responsive falling-code motion with reduced-motion handling.

  • AI preview recovery settings

    Preview failures can launch a configured agent recovery session.

Improved2

  • Provider-specific usage logos

    Usage cards identify providers with their expected visual identity.

  • Clearer permission risk

    Launch controls explain the effect of higher permission tiers before a session starts.

Fixed2

  • Preserved mobile images

    Generated and workspace images survive native conversation handoffs.

  • Consistent consent dismissal

    Closing the analytics choice no longer changes the stored decision accidentally.

Release0.1.0-beta.3210 changesNew 5Improved 2Fixed 3

New5

  • Password accounts and recovery

    Users can sign in with a password, receive verification codes, and recover access.

  • Guided first-device connection

    Branded onboarding explains how to connect the first host and client.

  • Surfin’ Ocean and Root Access themes

    Two responsive themes join the web and native theme registry.

  • Session tag management on mobile

    Native filters can create, apply, and remove session tags.

  • Platform download overview

    The website shows the available desktop and mobile packages in one place.

Improved2

  • Matched-cutoff usage comparisons

    Usage periods compare equivalent elapsed windows instead of mismatched full days.

  • Native analytics and account controls

    Mobile usage views and account settings expose the same core information as web.

Fixed3

  • Canonical visible naming

    Onboarding, native copy, and shared surfaces consistently display AirCode Ø.

  • Recoverable session lifecycle

    Interrupted runtime transitions are hardened against partial state.

  • Bounded Ship replay

    History repair replays only source commits that have not already been published.

Release0.1.0-beta.317 changesNew 3Improved 3Fixed 1

New3

  • Managed provider connections

    Launch flows can guide account-backed provider connection and authentication.

  • Collapsible long prompts

    Large user messages can be collapsed without losing their full content.

  • AI Usage in the activity bar

    Usage is pinned as a first-class workspace destination.

Improved3

  • Prompt-first launches

    The launch form prioritizes the prompt and core runtime controls.

  • Bounded session snapshots

    Session polling uses compact snapshots and adapts heartbeat frequency on mobile.

  • Theme-aware site examples

    Code samples and mobile download previews retain contrast across website themes.

Fixed1

  • Stable native navigation cues

    Scroll indicators stay at the screen edge and selected tabs use one unambiguous surface.

Release0.1.0-beta.301 changeFixed 1

Fixed1

  • Optional site integrations

    The marketing build remains available when commercial integrations have not been provisioned.

Release0.1.0-beta.296 changesNew 2Improved 3Fixed 1

New2

  • Tool images from every engine

    Chat renders images produced through supported engine tool calls.

  • Reviewed feedback replies

    Private feedback can move from AI-assisted review to an approved email response.

Improved3

  • Stronger Project Health reviews

    Review workflows provide clearer evidence and action paths.

  • Glass Sunset tabs

    Native Sunset navigation gains a lighter translucent treatment.

  • Centralized engine transcripts

    Transcript adapters follow one shared contract across engines.

Fixed1

  • Useful empty-session navigation

    Mobile opens conversation history when there is no current session to display.

Release0.1.0-beta.286 changesNew 3Improved 1Fixed 2

New3

  • Reviewed feedback analysis

    Feedback submissions support AI-assisted review, approved replies, and pasted screenshots.

  • Searchable Git project selectors

    Source-control project pickers can be filtered by name.

  • Public beta website

    The download site presents the available beta and native mobile apps directly.

Improved1

  • Clearer session organization

    Session lists and live status make active work easier to distinguish.

Fixed2

  • Reset resumed task timing

    A resumed task starts a new elapsed window instead of inheriting stale time.

  • No future usage points

    Intraday charts stop at the current time rather than rendering future intervals.

Release0.1.0-beta.279 changesNew 5Improved 1Fixed 3

New5

  • Native provider authentication

    Mobile exposes provider sign-in controls and clearer authentication paths.

  • Dedicated Browser workspace

    Browser previews and controls have their own workspace destination.

  • Project search during setup

    Native session setup can filter projects before launch.

  • Unified Project Health configuration

    AI review runs share one launch configuration model across clients.

  • Cumulative intraday usage

    Usage views can show how activity accumulates through the day.

Improved1

  • Flat session search results

    Sidebar search removes unnecessary hierarchy and quiets completed attention states.

Fixed3

  • Verified preview recovery

    Recovered development previews are checked before the browser attempts to load them.

  • Anchored workbench menus

    Tab menus remain attached to their trigger while the workspace changes.

  • Preserved mobile navigation

    Tablet session navigation and recent completion reads survive refreshes.

Release0.1.0-beta.263 changesNew 1Improved 2

New1

  • Development server recovery

    Preview sessions can recover when a development server stops without abandoning the project or session.

Improved2

  • Deeper intraday activity insights

    Usage views expose more detail within the day for comparing sessions and agent work.

  • Smoother mobile navigation

    Native navigation and session interactions require fewer corrective taps.

Release0.1.0-beta.258 changesNew 5Improved 1Fixed 2

New5

  • AI-assisted Project Health

    Web and mobile can launch an AI review and inspect its findings.

  • Tablet session setup and Settings

    Large native layouts gain dedicated navigation for session configuration and preferences.

  • Fast Preview on tablets

    Tablet workspaces can embed development previews beside the active conversation.

  • Intraday native usage

    Mobile analytics shows how activity changes within the current day.

  • Tablet conversation focus

    A focused mode gives the conversation the full tablet canvas when needed.

Improved1

  • Smoother tablet docking

    Dock resizing and the Sunset bottom bar respond more cleanly on large mobile screens.

Fixed2

  • Honest review states

    Project Health warns when findings are still under review.

  • Preserved attachment extensions

    Native uploads retain the meaningful ending of long filenames.

Release0.1.0-beta.246 changesNew 3Improved 2Fixed 1

New3

  • Managed Relay control plane

    Account-backed enrollment provides a managed remote path to a self-hosted instance.

  • Relay observability

    Operators gain a private dashboard for enrollment and tunnel health.

  • Shared-content launches

    Mobile share intents can start a session with incoming text or files.

Improved2

  • Actionable native links and files

    Links and project files in mobile chat open in the correct destination.

  • Lower mobile polling cost

    Native session screens reduce unnecessary polling and render churn.

Fixed1

  • Android notification identity

    Push notifications use the expected application status icon.

Release0.1.0-beta.234 changesNew 3Fixed 1

New3

  • Offline mobile launch queue

    A native session launch can wait for connectivity without losing the prompt.

  • Native Project Health

    Project Health reviews are available from the mobile workspace.

  • Copyable mobile code blocks

    Rendered chat code exposes a direct copy action on native clients.

Fixed1

  • Stable compact workspaces

    Narrow session layouts retain their controls and preserve chat position during polling.

Release0.1.0-beta.216 changesNew 4Improved 1Fixed 1

New4

  • Generated file and image delivery

    Agent outputs can be delivered as reachable files and images instead of machine-local paths.

  • Unread work dashboard

    The dashboard combines unread completion state with intraday usage.

  • Tablet Git workspace

    Native tablet layouts include repository status and review tools.

  • Private feedback dashboard

    Administrators can review private product feedback in one controlled surface.

Improved1

  • Dismissible completion alerts

    Native completion notifications can be cleared with a swipe.

Fixed1

  • Reviewed product errors

    Raw technical failures stay out of customer-facing surfaces and inline code remains legible.

Release0.1.0-beta.2010 changesNew 5Improved 2Fixed 3

New5

  • Optional AI gradient tab bar

    Mobile navigation can use the animated AI sunset perimeter.

  • Terminal copy, paste, and authentication

    Native terminal sessions expose clipboard controls and interactive authentication prompts.

  • Tablet workspace status bar

    Large native layouts show current project and session state at a glance.

  • Safe Markdown preview

    Encoded Markdown files can be opened without interpreting unsafe paths.

  • Archived session actions

    Completed and archived sessions retain the actions that still make sense.

Improved2

  • Streamlined mobile agent switching

    Session navigation and engine changes require fewer intermediate screens.

  • Recommended Ship mode by default

    Source Control begins in the safe, guided publication mode.

Fixed3

  • Keyboard-safe chat

    Conversation content and controls remain above software keyboards.

  • Sanitized delivery failures

    Message errors remain understandable without exposing raw transport details.

  • Accurate active task time

    Session timing follows the task that is currently running.

Release0.1.0-beta.1910 changesNew 5Improved 2Fixed 3

New5

  • Searchable project picker

    Web launch flows can filter projects by name.

  • Persistent tablet dock

    Large native layouts keep a reusable multi-pane workspace between sessions.

  • Secure password changes

    Authenticated users can rotate the host access password through the product.

  • Idle runtime hibernation

    Resumable sessions release idle runtime resources while preserving their state.

  • Private screenshot feedback

    Feedback submissions can include securely stored screenshots.

Improved2

  • Scroll-aware native headers

    Mobile navigation headers respond to content position without hiding essential actions.

  • Richer session filters

    Browsing and activity filters make active, resumable, and completed work easier to find.

Fixed3

  • Confirmed completion notifications

    A completion alert waits for the terminal session to reach a verified final state.

  • Recoverable optimistic prompts

    Resumed or rejected mobile submissions restore the composer instead of losing user text.

  • Cross-client project links

    Project file links resolve to the correct workspace from web and mobile.

Release0.1.0-beta.186 changesNew 2Improved 2Fixed 2

New2

  • Platform-aware usage breakdown

    Usage reports separate activity by client application and session origin.

  • Expanded Project Health parity

    Project review capabilities and status are available more consistently across clients.

Improved2

  • Unified mobile session actions

    Native session controls share one clearer visual hierarchy and recap flow.

  • Stable cross-device themes

    Visitor-selected website themes, native Sunset surfaces, and workspace controls stay aligned.

Fixed2

  • Reliable planning refresh

    Live planning polling no longer destabilizes the mobile timeline state.

  • Visible Knowledge review actions

    Native review controls remain accessible in compact layouts.

Release0.1.0-beta.175 changesNew 1Improved 3Fixed 1

New1

  • Vice Sunset product themes

    The sunset palette becomes a first-class theme across web and mobile canvases.

Improved3

  • Shared mobile project selection

    Native views follow one current project instead of maintaining conflicting local choices.

  • Streamlined session recaps

    Web and mobile session controls put the most useful recap actions first.

  • Sharper public positioning

    The homepage and sunset-bordered calls to action explain the cross-device workflow more directly.

Fixed1

  • Stable native navigation

    Knowledge actions, session states, and centered modal headings remain visible and unambiguous.

Release0.1.0-beta.1612 changesNew 5Improved 3Fixed 4

New5

  • Platform-aware usage accounting

    Session usage is attributed to its client platform with an app-by-app breakdown.

  • Visitor-selectable website themes

    The public website lets visitors choose a persistent visual theme.

  • Mobile project transfers and asset sharing

    Native clients can move between projects and share files from a session.

  • Mobile browser and notification controls

    Native settings include preview controls and notification preferences.

  • Project files from Markdown

    Links to project files in agent responses open directly in the native workspace.

Improved3

  • Pinned native session controls

    Mobile navigation keeps essential session actions reachable and streamlines the session shell.

  • Grouped workspace tools

    Web tools share one organized activity bar instead of competing for workspace space.

  • Sunset palettes across clients

    Web and mobile surfaces share the same canonical sunset theme colors.

Fixed4

  • Reliable native pickers

    Sheets finish dismissing before another picker opens, preventing stacked controls.

  • Accurate mobile search and unread state

    Session search, unread markers, and tag colors remain distinct and current.

  • Safe session shutdown controls

    Unreliable graceful-exit actions are removed instead of promising an unsafe lifecycle transition.

  • Stable themed website controls

    Theme announcements are not duplicated and Green App artwork keeps sufficient contrast.

Release0.1.0-beta.1511 changesNew 5Improved 3Fixed 3

New5

  • Knowledge and executable planning

    Web, mobile, and tablet clients can prepare reusable project context and launch agent-backed plan work.

  • Updates and feedback centers

    Users can inspect available product updates and submit guided feedback from dedicated surfaces.

  • Trusted desktop update feeds

    Desktop packages can discover signed updates through the release channel.

  • Session previews, recaps, and assets

    Conversations retain generated assets and expose reusable summaries across web and mobile.

  • Multiple project roadmaps

    Planning can keep independent roadmaps for more than one project.

Improved3

  • Cross-device workspace controls

    Session, planning, Knowledge, preview, and theme behavior align across web and native clients.

  • Public product tour and comparison

    The website demonstrates the cross-device workflow and provides a concrete feature comparison.

  • Compact Knowledge checkpoints

    Reusable session context stays scoped to the relevant project without overwhelming the prompt.

Fixed3

  • Concurrent session launches

    Cleanup sweeps no longer remove sessions that are launching at the same time.

  • Preserved plan activity

    Rewriting a plan does not erase the current live activity state.

  • Recoverable Codex history

    Truncated generated titles no longer prevent a rollout from being recovered.

Release0.1.0-beta.146 changesNew 2Improved 1Fixed 3

New2

  • Sunset identity

    The first confirmed public beta adopts the shared sunset visual identity.

  • Running and resumable mobile sessions

    Native session lists distinguish work that is live from work that can be resumed later.

Improved1

  • Hardened native packages

    Desktop payload links, Android signing checks, and portable package structure are validated before publication.

Fixed3

  • Available failed-turn recovery

    A failed response keeps its retry and recovery actions.

  • Compatible file uploads

    Clients fall back to raw uploads when connected to an older server.

  • Keyboard-safe iOS chat

    Modal conversations remain above the iOS software keyboard.

Stay current

Check and apply updates without losing sessions.

Versions install side by side, switching is atomic, and persistent tmux sessions stay available while AirCode Ø updates.

$ aircode version
$ aircode update --check
$ aircode update