Skip to main content
Every stable Tempo release is listed here, newest first. These are the same notes you see in the What’s new dialog after the app updates. Filter by product area in the right sidebar. On the Insiders channel? See Insiders updates for per-build notes that ship ahead of stable.
Platform
August 13, 2026
The updater now re-stages after a blocked install so you’re no longer left stranded.

Fixed

  • Updates now re-stage automatically after a blocked install instead of leaving you stuck.
  • Animations no longer misbehave in unfocused windows.
This release focuses on smoothing out the app experience.The biggest fix is in the updater: if an install gets blocked, Tempo now re-stages the update instead of stranding you without a clear path forward. You’ll get back on the latest version without manual intervention.We also fixed a visual glitch where animations behaved incorrectly in windows that weren’t currently focused.
ChatCanvasIssuesPlatform
August 13, 2026
Side-chat is now a single unified surface across the app, with the lifecycle bugs it caused fixed.

New

  • Canvas: Option-drag now resizes an element from its center.
  • Issues: a daily PR review digest report is now available.
  • Same-org Tempo links now open in native tabs.

Improved

  • Chat now uses one unified side-chat panel everywhere, fixing related lifecycle bugs.
  • Clicking an issue no longer re-renders the whole page shell.
  • Slack integration now shows readable display names instead of user IDs.
  • Switching chats no longer re-renders hidden background routes.
  • Getting-started steps now explain what each one is doing and why.
  • Windows window controls now match the macOS traffic-light layout.
  • Removed the Confirmations section from Settings.

Fixed

  • The Windows app no longer crashes at startup on some checkouts.
  • Cancelling a plan mid-input no longer silently drops your message.
  • Chats interrupted by a crash now reopen clearly marked as interrupted.
  • Closing a chat tab with the X no longer deletes the chat.
  • Command output is now preserved when replaying a chat turn.
  • Sending no longer re-captures pinned context, and a redundant slow-turn warning was removed.
  • Workspace access errors now show a clear explanation instead of a raw code.
  • Canvas storyboards resume watching correctly on a replacement host document.
  • The app font menu in the style panel is responsive again.
  • Auto-install-on-quit updates now run the same pre-flight checks as the Update button.
  • A dead connection is capped at 8s so it can no longer strand the client on startup.
  • Archiving now works even through stale index locks.
  • Seeded starter content no longer counts against your setup progress.
This release consolidates the side-chat experience: there’s now a single ChatView, SideChatPanel, and host across the app, which clears up a class of lifecycle bugs that came from having several fragmented versions. Alongside that, chat is more reliable end to end — cancelling a plan no longer drops your message, crashed chats come back clearly marked as interrupted, closing a tab won’t delete a chat, and command output survives a turn replay.We fixed a startup crash affecting the packaged Windows app, capped a stuck connection handshake at 8 seconds so a dead connect can’t strand you, and made auto-install-on-quit run the same checks as the manual Update button. Windows window controls now line up with the macOS layout.Canvas gains Option-drag to resize from an element’s center, and storyboards recover correctly when their host document is replaced. Issues adds a daily PR review digest and stops re-rendering the whole page when you click into an item. Same-org links now open in native tabs, and Slack mentions resolve to readable names.
ChatAgentsIssuesCanvas
August 12, 2026
You can now @-mention Tempo agents directly in AI chat to delegate, inspect, and edit work from the conversation.

New

  • @-mention Tempo agents in AI chat to delegate, inspect, and edit from the conversation.
  • Artifacts PR rows now show their own status: state tile, CI/approval glyphs, and #N pill.
  • New organizations start with a seeded template agent fleet.
  • Chat links open externally by default, with a preference to open them in Tempo.
  • Share loading now shows a Shippy flight progress indicator.

Improved

  • Canvas AI mode now starts on your first edit instead of on selection.
  • Polished the Canvas assets tab.
  • Renamed the “Feature Spec Writer” template to “Spec & Design”.
  • Capped sidebar width on ultrawide displays.

Fixed

  • The issue create modal now inherits the board’s active filters.
  • Live agent signals now appear on the ticket, not just its row.
  • Split-view AI chat state now persists in Issues.
  • Artifact links survive out-of-app branch renames instead of orphaning.
  • “Last viewed” sort now actually orders workspaces.
  • The Canvases home grid no longer blanks thumbnails on a preview re-query.
  • Color token search works again in monorepos.
  • Duplicating storyboards now preserves named exports and handles fast resizes.
  • Slash command pills now persist across workspaces.
  • Browser back/forward history persists across workspace swaps.
  • Undeliverable Slack continuation runs now fail instead of queueing forever.
  • Only the table scrolls on the Agents tab.
  • Billing toasts no longer double-fire or leak raw error codes.
  • Auth no longer leaves a blank window when boot stalls.
  • The updater no longer re-stages a downloaded update every minute.
  • Empty comment composers now close on click-away.
  • Bug-report transcripts are no longer missing after workspace moves.
This release makes agents a first-class part of AI chat. You can now @-mention Tempo agents in a conversation to hand off work, inspect what they’re doing, and edit their output without leaving the thread. New organizations also start with a ready-made template agent fleet.Issues gets a more useful Artifacts view: PR rows now carry their own status with a state tile, CI and approval glyphs, and a #N pill. Live agent signals now land on the ticket itself, the create modal respects the board’s active filters, and split-view AI chat state sticks around.Canvas is smoother throughout — AI mode waits for your first edit before engaging, the assets tab is cleaner, color token search works in monorepos again, and storyboard duplication and resizing are more reliable.Platform fixes round things out: the updater stops re-staging downloads every minute, billing toasts no longer double-fire, auth won’t leave a blank window on a stalled boot, and browser history now survives workspace swaps.
ChatIssuesAgentsCanvas
August 11, 2026
Chat and issue views now switch near-instantly instead of fully reloading.

New

  • The agent run queue now lives in the grid’s Activity column.
  • Creating a workspace now opens it directly in Issues chat.

Improved

  • Switching issue views is now near-instant (down from ~1.8s) with progressive card loading.
  • Switching between chats is now instant, with no reload flicker.
  • Chat memory usage is lower after switching workspaces and closing chats.
  • Split-pane divider dragging no longer stutters.

Fixed

  • AI chat now surfaces upstream API errors instead of silently reporting success.
  • Queued chat messages are restored after a restart.
  • Slow AI turns now show a visible warning, and follow-up messages deliver reliably.
  • Codex message structure is preserved in AI chat.
  • Saved-view filter reset works again in Issues.
  • Linked artifacts open as a tab in the same split pane.
  • Restored the open action for linked workspaces, including archived ones.
  • The archive Undo toast now stays visible so restores aren’t silent.
  • Canvas no longer performs lossy element reconstruction on destructive moves.
  • Canvas autosize growth is now capped so elements can’t balloon uncontrollably.
  • Removed the noisy “Couldn’t refresh attached element” canvas warning toast.
  • Insights now pages merged-PR fetches so large repos aren’t dropped.
  • The force-upgrade overlay now always has a working exit.
This release is mostly about speed and reliability in the two places you spend the most time: Chat and Issues. Chat switching is now a fast prop swap rather than a full remount, and issue view switches drop from around 1.8 seconds to under 100 milliseconds thanks to progressive card loading. Memory footprint is also lower after moving between workspaces and closing chats.On the AI side, chat now correctly surfaces upstream API errors instead of falsely reporting success, restores queued messages after a restart, warns you when a turn is running slow, and reliably delivers follow-up messages. Codex message structure is now preserved as well.Issues and Workspaces get a batch of fixes: saved-view filter reset works again, linked artifacts open as a tab in the same split pane, linked workspace open actions (including archived ones) are restored, and the archive Undo toast stays visible so restores aren’t silent. The agent run queue now lives directly in the grid’s Activity column, and new workspaces open straight into Issues chat.Canvas is more robust too — no more lossy reconstruction on destructive moves, capped autosize growth, and a removed noisy refresh warning. Rounding things out, split-pane dragging no longer stutters, Insights handles large repos without dropping PRs, and the force-upgrade overlay always has a working exit.
CanvasChatWorkspacesPlatform
August 10, 2026
Switching workspaces no longer freezes for half a second.

New

  • Your current canvas selection is now auto-attached to chat context.
  • Resize multiple selected canvas elements proportionally at once.
  • Chat links now show an affordance to open in your external browser.
  • Added DeepSeek V4 Pro to the chat model catalog.
  • Tempo now confirms before quitting or reloading, and you can reset this in Settings.

Improved

  • Eliminated the ~500ms freeze when clicking into a workspace.
  • Faster canvas rescans by limiting them to the workspace that changed.
  • Home no longer shows workspace chrome and correctly detects steps your org already completed.

Fixed

  • Line-linked chat citations now reveal correctly.
  • Home’s count badge now shows the right number.
  • PR badges now always open in your external browser.
  • Issue cards now show the “Awaiting Response” status.
  • Cmd+L is now scoped to the focused tab.
  • Holding Shift now constrains element drags to a single axis.
  • Revealing layers no longer scrolls the whole workspace.
  • Panel sizes stay contained again after the earlier overflow fix.
  • Style panel no longer emits Tailwind classes in repos that don’t use Tailwind.
  • Chat fast mode now persists for new chats.
  • The live canvas host stays stable across probe misses.
This release is mostly about making the workspace feel quick and dependable. The biggest win is the removal of the roughly half-second freeze that hit every time you clicked into a workspace, backed by a lighter snapshot fan-out and smaller, workspace-scoped canvas rescans.Canvas gets real editing upgrades: you can now resize multiple selected elements proportionally, hold Shift to lock a drag to one axis, and revealing layers no longer yanks the whole workspace around. A batch of AI-mode drag and gesture bugs were also cleaned up.Chat and Canvas are more connected — your current canvas selection is automatically attached to chat context, and line-linked citations now reveal properly. Chat also picks up DeepSeek V4 Pro, an external-browser link option, and persistent fast mode for new chats.On the platform side, Tempo now asks for confirmation before you quit or reload (resettable in Settings), PR badges open in your external browser, and Home is cleaner with a corrected count badge.
IssuesCanvasChatPlatform
August 7, 2026
A new Home tab with a Getting Started checklist joins global back/forward navigation and richer Issues filtering.

New

  • Home tab with a Getting Started checklist that tracks agent-reported completion.
  • Global back/forward history in the app header.
  • Issues filter dropdown with search plus creators and agents dimensions.
  • Pull requests and Lines changed metric tabs on the org Insights tab.
  • Links from a Browser tab now open new Browser tabs beside the current one.
  • Open PR pills as in-app browser tabs in the right split.
  • Right-click menu on the chat’s linked-issue card.
  • Browser tabs auto-reload local HTML files.

Improved

  • Right-panel state now persists across Issues, Canvas, and Docs.
  • Switching back to a chat renders its tail instantly, loading the rest behind it.
  • Faster, watch-based workspace status badges instead of periodic sweeps.
  • Cleaner chat output spacing around tool calls.
  • Browser shows a loading state over reloading pages instead of a black screen.

Fixed

  • Label-grouped boards no longer hide name-backed issues.
  • Editing a doc or issue no longer corrupts emoji or triggers a Server Error.
  • Opening an issue no longer writes blank paragraphs into its body.
  • Canvas previews are now captured when an agent finishes a canvas session.
  • Apple Silicon users now get the correct notarized macOS installer.
  • Updater verifies the staged bundle signature before installing.
  • Linked artifacts on web share pages are correctly placed and clickable.
  • Dark-mode chat surface and elevation regressions.
  • Split-view divider drags keep working across webviews and iframes.
  • Code-review ReportFindings results now render in chat.
  • Agent-created issues no longer hit an auto-linking race.
  • Fuzzy search treats separators consistently for better matches.
This release adds a Home tab with a Getting Started checklist that fills in as your agents report progress, plus global back/forward navigation in the app header so moving between views feels like a browser.Issues gets a redesigned filter dropdown with search and new creators/agents dimensions, a right-click menu on linked-issue cards in chat, and fixes that stop label-grouped boards from hiding issues and prevent blank paragraphs from being written into issue bodies. The org Insights tab now includes Pull requests and Lines changed metrics.Browser and workspace work is prominent: in-page links open new tabs beside the current one, PR pills open as in-app browser tabs in the right split, local HTML files auto-reload, and reloading pages show a loading state instead of a black screen. Right-panel state now persists across Issues, Canvas, and Docs.Under the hood, Chat switches back instantly by rendering the tail first, and workspace status badges update via watchers instead of periodic sweeps. Canvas reliably captures previews when agents finish, and Platform fixes cover a correctly notarized macOS installer for Apple Silicon and signature verification before updates install.
CanvasAgentsChatIssues
August 5, 2026
Canvas AI Mode lets you stage edits on uneditable elements and apply them through chat.

New

  • Canvas AI Mode: stage edits on uneditable elements and apply them via chat.
  • Issues: agent work now shows up in the issue activity feed.
  • Artifact links now point at a specific branch instead of a workspace.
  • Confirm before quitting or reloading, resettable from Settings.
  • New keyboard shortcuts for opening and moving between chat tabs.
  • Browser tab: open external app links like slack:// through a consent dialog.
  • Chat links open in a split-view Browser tab; Cmd+click opens your OS browser.
  • Chrome-style Cmd+L, Cmd+F, and Cmd+R/W/T in the Browser tab.
  • Ctrl-N navigation shortcut hints, shown after holding Ctrl for 1.5s.
  • /audit-tdd is now a built-in slash command.

Improved

  • Agent runs survive session death and no longer get killed while still healthy.
  • Remote Control: answering a chat question on one machine no longer freezes the other.
  • Faster git syncing across all workspaces.
  • Double-click a selection outline or handle to hug its contents.

Fixed

  • Cmd+B bolds text again when an editor is focused.
  • Renaming a chat no longer retargets the chat you’re currently viewing.
  • Mirrored chat now shows the full turn in flight, not just the tail.
  • Outage toast no longer fires for users who are actually online.
  • Stale storyboard previews and share sizing now render correctly.
  • ESC returns to the Select tool after arming a tool from a toolbar dropdown.
Canvas AI Mode is the headline of this release. You can now stage AI-driven changes on elements that aren’t directly editable and apply them straight from chat, with double-click-to-hug sizing and a handful of related canvas fixes to smooth out the experience.Agent reliability got a major pass. Runs now survive session death, keep queued messages, and stop being reaped while they’re still working or waiting on a user question. Remote Control also behaves correctly across machines — answering a chat question on one no longer freezes the other, and mirrored chat shows the full in-flight turn.Issues gain visibility into agent work directly in the activity feed, and artifact links now resolve to a specific branch rather than a whole workspace.The Browser tab feels much more like a real browser: external app links open through a consent dialog, chat links open in split view (Cmd+click for your OS browser), and Chrome-style shortcuts like Cmd+L and Cmd+F now work. Rounding things out are quality-of-life additions like confirm-before-quit, new chat-tab shortcuts, a fresh MCP tab, and fixes for Cmd+B bolding, chat renaming, and the online-user outage toast.
CanvasPlatformChatWorkspaces
July 31, 2026
The free tier moves to GPT-5.6 Luna with a spend cap instead of a prompt limit.

New

  • Free tier now runs on GPT-5.6 Luna, capped on spend rather than number of prompts.
  • Shift+A now preserves grid/wrap layout when converting in place.
  • Light-mode support added across the BPM design system.

Improved

  • Radius handles now appear near selection corners.
  • New effects are added to the top of the effects stack.
  • Workspace git menu now shows working-tree dirty status.
  • Canvas type-checking runs off the main thread for smoother performance.
  • Canvas share links now unfurl as readable previews in Slack.

Fixed

  • Expo canvas render hosts no longer fail to start.
  • Dead file:// links in chat are now preserved and clickable.
  • Browser element screenshots now capture with full fidelity.
  • Copy/paste of layers now works inside HTML storyboards.
  • Justify-content control now always shows on flex containers.
  • Selection color stays on a collapsed element’s frame.
  • Shift+A no longer strands a peer-sized block as an outlier.
  • Canvas homepage now re-scopes to the active org when you switch orgs.
  • “New Canvas” now gives real feedback on un-initialized projects.
  • First turn no longer depends on route, and view state is now per-workspace.
  • A queued first turn that never started can now be cleared.
  • AI chat reliably ends a turn even when a reconnect produces no output.
  • Long chat builds show a heartbeat during silent apply_patch gaps instead of looking frozen.
  • Quitting the app no longer crashes while disposing AI sessions.
  • A hung auth refresh can no longer wedge the app.
  • A failed language-server spawn no longer crashes the app.
  • Onboarding drops a redundant status line under Get Started.
The headline of 0.0.88 is a billing change: the free tier now runs on GPT-5.6 Luna and is metered by spend instead of a fixed number of prompts, so you can keep working without hitting an arbitrary prompt ceiling.Canvas gets the most attention this release. Shift+A now preserves grid and wrap layouts when converting in place, radius handles surface near selection corners, and new effects land at the top of the effects stack. Several rendering and reliability issues are fixed too — Expo render hosts start correctly, browser screenshots capture at full fidelity, copy/paste works inside HTML storyboards, and the canvas homepage re-scopes when you switch orgs.Chat and workspace flows are steadier. AI turns now reliably terminate after a reconnect, long builds show a heartbeat instead of appearing frozen, and quitting the app cleanly disposes sessions. Workspaces get per-workspace view state, route-independent first turns, working-tree status in the git menu, and clearer feedback when creating a canvas in an un-initialized project.On the platform side, a hung auth refresh can no longer wedge the app, failed language-server spawns no longer crash it, and canvas share links now unfurl as readable previews in Slack.
AgentsIssuesCanvasPlatform
July 30, 2026
Custom Agents can now be shared across your org with private/public and edit-permission controls.

New

  • Org-scoped Custom Agents with Private/Public and View-only/Anyone-can-edit permissions.
  • Rich agent cards in chat, plus open agents in tabs or split view.
  • Split display mode in Issues for triaging agent PRs.
  • Toggle the chat sidebar with Cmd+B.

Improved

  • Shared links now name the browser tab after the shared artifact.
  • Updater offers a retry before falling back to a manual download.
  • The FTUE “Get Started” button now shows a loading state.

Fixed

  • Fixed downloads and auto-update outages caused by GitHub rate limits.
  • Fixed “Update didn’t apply” errors and the broken manual-download link.
  • Re-assigning an agent to an issue now continues its existing workspace.
  • Canvas: clicking the all-canvases folder opens the modal instead of drilling in.
  • Canvas: drawn frames no longer render at 0x0 in newly created files.
  • Canvas: small SVG shape dimensions are preserved.
  • Canvas: multi-select drag groups stay rigid when dropped on a frame.
  • Canvas: undo history is resealed correctly after landed writes.
  • Settings stay open after deleting a project.
  • Issues create-modal preserves body text without loss.
  • Style panel resolves repo-image fill previews correctly.
  • AI chat: Codex App plugin tools now work out of the box.
  • Landing page scroll animations fire reliably on Firefox.
This release brings Custom Agents to the whole org. You can now mark agents Private or Public and choose whether others can View-only or edit them, making it easier to build and share a shared library of agents across your team. Agents also feel more at home in chat now, with rich agent cards and the ability to open agents in tabs or split view.Issues gains a Split display mode built for triaging agent-generated PRs, and re-assigning an agent to an issue now correctly continues its existing workspace instead of starting over. Chat picks up a Cmd+B shortcut to toggle the sidebar.We fixed several update and availability issues: downloads and auto-updates that were failing due to GitHub rate limits are resolved, the “Update didn’t apply” error and its broken manual-download link are fixed, and the updater now offers a retry before sending you to a manual download.Canvas got a round of fixes: the all-canvases folder opens the modal instead of drilling in, drawn frames no longer render at 0x0 in new files, small SVG dimensions are preserved, multi-select drag groups stay rigid on frame drop, and undo history behaves correctly after writes land. Rounding things out are fixes to settings navigation after deleting a project, lossless issue-creation body text, style panel image-fill previews, Codex App plugin tools in AI chat, and Firefox scroll animations on the landing page.
CanvasChatAgents
July 28, 2026
HTML storyboards are back with full editing support.

New

  • Edit HTML storyboards again on the canvas, with flat-JSX capture preserved.
  • Kimi K3 model now available directly in AI chat via Tempo Inference.

Improved

  • Canvas homepage loads faster and canvases no longer disappear.
  • Faster workspace and homepage loading with reduced git activity and fewer freezes.
  • Added a delete option to the canvas selection context menu.

Fixed

  • “Fix with AI” now correctly pre-fills the chat composer.
  • Agents can now route work to a teammate’s agent.
  • AI tool calls are pinned to the workspace’s org instead of the active window’s org.
  • Configured MCP servers now auto-approve on Codex.
  • Queued chat messages now send reliably on the async settle path.
  • Wrapper components stay visible in the layer tree.
HTML storyboards are no longer deprecated — you can edit them directly on the canvas again, while flat-JSX capture continues to work as before. We’ve also added Kimi K3 as a directly routable model in AI chat through Tempo Inference.Canvas and homepage performance got a significant boost this release. A new content-addressed canvas index cut the index from over 29,000 rows down to 586, fixed canvases occasionally disappearing, and reduced the git activity that was causing main-process freezes and slow loads.Several chat and agent fixes landed too: “Fix with AI” now pre-fills the composer, agents can route work to a teammate’s agent, AI tool calls respect the workspace’s org, and queued messages send reliably. MCP servers configured for Codex now auto-approve, and wrapper components stay put in the layer tree.
CanvasChatAgents
July 28, 2026
Faster canvas panning and performance on large canvases, plus a new all-canvases homepage.

New

  • New all-canvases homepage replaces the old per-workspace view.
  • Live component previews and add-to-canvas from the Assets tab.
  • Clickable file links in chat.
  • Font-size shortcuts: Cmd/Ctrl+Shift+. and Cmd/Ctrl+Shift+,.
  • Agents show a Runs-on properties row with per-agent Remote Control opt-in.
  • File tree no longer auto-expands and now shows gitignored entries.
  • Redesigned landing page.

Improved

  • Smoother panning and better performance on large canvases.
  • Design context sidebar now matches the chat sidebar.

Fixed

  • Storyboard moves no longer revert.
  • Multi-element drags commit atomically and snap the selection as a whole.
  • Same-named canvases no longer collide, now addressed by path.
  • Fixed several canvas-loading hangs.
  • No more default-sized outline flash when starting a draw gesture.
  • Fast release-while-moving draws now commit instead of cancelling.
  • Alignment snapping now works while drawing storyboards and frames.
  • Unsubscribing from a Slack thread no longer mutes the whole channel.
This release focuses heavily on the canvas. Panning is smoother and large canvases perform noticeably better, and we’ve cleaned up a range of editing rough edges: storyboard moves no longer snap back, multi-element drags commit as a single action and snap the whole selection, and alignment snapping now applies while you draw. We also fixed several loading hangs and stopped canvases with the same name from colliding by addressing them by path.There’s a new all-canvases homepage built on the designer’s own code, replacing the older per-workspace view. The Assets tab now shows live component previews you can drop straight onto the canvas, and chat file references are now clickable links.Rounding things out: new font-size shortcuts (Cmd/Ctrl+Shift+. and +,), a Runs-on row and per-agent Remote Control opt-in for agents, a file tree that no longer auto-expands and surfaces gitignored entries, a redesigned landing page, and a Slack fix so unsubscribing from a thread no longer mutes the entire channel.
WorkspacesChatCanvasPlatform
July 25, 2026
Remote Control lets you run workspaces on another machine and mirror and control them from this one.

New

  • Remote Control: run workspaces on another machine, then mirror and control them locally.
  • Added Opus 5 and set Opus 5 1M as the default model (Sonnet 4.6 retired).
  • Custom Agent templates now support MCP tools.
  • Redesigned issue and doc share pages, Notion-style, for mobile and desktop.
  • Canvas share page now has a proper mobile layout.
  • Canvas: edit portal content directly in projected storyboards.
  • Canvas: selection-aware undo/redo.
  • Canvas right-click menu now shows keyboard-shortcut hints and flashes on press.
  • Click the branch name in the app header to copy it.
  • Rebuilt the issues filter dropdown on the design-system dropdown.

Improved

  • Style panel class and color search now ignores separators when matching.
  • Removed the close warning on share pages.

Fixed

  • Pinned workspaces keep a stable order and drag-and-drop lands on the target.
  • Interrupted chats are no longer counted as running agents.
  • Canvas share page shows a loading state instead of an error while loading.
  • Canvas no longer loses the projected head on unstyled storyboards.
  • Canvas chat session dropdown now scrolls with a visible scrollbar.
  • Diagnostics export now keeps a chat tab’s prior-session events.
  • Toggling Tempo Inference now tears down the running server as expected.
The headline in 0.0.84 is Remote Control: you can now run workspaces on another machine and mirror and control them from your current device. This is useful for offloading heavy work or driving a workspace that lives elsewhere.Models got an update too — Opus 5 ships and is now the default (Opus 5 1M), while Sonnet 4.6 has been retired. Custom Agent templates can now use MCP tools.Sharing saw a big pass: the issue and doc share pages have a cleaner, Notion-style redesign that works on mobile and desktop, the canvas share page gets its own mobile layout, and canvas shares now show a loading state instead of an error while they load.Canvas picked up several editing improvements, including editable portal content in projected storyboards, selection-aware undo/redo, and keyboard-shortcut hints in the right-click menu.A round of fixes tightens everyday flows: pinned workspaces stay in order and drop where you expect, interrupted chats no longer show as running agents, and clicking the header branch name copies it.
CanvasChatIssues
July 24, 2026
Tempo adds an embedded browser and a Web Clipper for turning any page into a canvas storyboard.

New

  • Embedded browser tabs with element context inside your workspace.
  • Web Clipper captures any web page as an HTML storyboard on the canvas.
  • Fast-mode toggle in chat input for BYOK OpenAI priority tier.
  • GPT-5.3 Codex Spark added to the model picker (BYOK-only).
  • Kimi K3 replaces Kimi K2.6 in the OpenCode picker.
  • Canvas comments now render image attachments.
  • Renaming a chat can also rename its workspace branch.
  • Shift+A aligns a full selection on the canvas.
  • Design-system generation adds a build-mode choice and app-shell scaffolding.

Improved

  • Chat-view center tabs stay mounted when you switch tabs.
  • Auto-layout gap and spacing inference is smarter, including negative and overlapping stacks.
  • Auto-updates now surface when they’re stuck or failed instead of failing silently.

Fixed

  • Opening an issue no longer auto-opens the AI chat panel.
  • Archive-toast Undo no longer races or fails silently.
  • Archived chats keep their history when restored.
  • Storyboard previews survive switching workspaces.
  • Blank-frame flash on auto-layout wrap undo/redo is gone.
  • Hover and click now reach frames inside a selected storyboard.
  • Canvas handles file paths with spaces.
  • Text nodes containing line breaks are now editable.
  • Reconnect banner no longer intercepts clicks.
  • Windows no longer shows a false “Git is required” block on slow machines.
  • Chat resumes cleanly after you interrupt it, instead of reusing a flaky session.
  • Custom Agent runs no longer hang after a submission failure.
  • Chat preserves your selected model for the commit action.
  • Background helper processes stay hidden (no Mac Dock icons or Windows consoles).
  • Error text in bug reports is now actually visible.
This release brings browsing into Tempo. You can now open embedded browser tabs right in your workspace and pull element context from a page, and the new Web Clipper turns any web page into an HTML storyboard on the canvas.AI chat gets more options: a fast-mode toggle for BYOK OpenAI users, GPT-5.3 Codex Spark in the picker, and Kimi K3 replacing K2.6 in OpenCode. Renaming a chat can now also rename its workspace branch, and center tabs stay mounted as you move between them. Canvas comments render image attachments, and auto-layout inference handles alignment (Shift+A), spacing, and overlapping stacks more accurately.A large batch of fixes lands too. Opening an issue no longer forces the chat panel open, archive/restore keeps chat history intact, storyboard previews persist across workspaces, and several canvas interaction bugs (blank-frame flashes, selecting frames inside storyboards, paths with spaces, text with line breaks) are resolved. Stuck auto-updates now surface instead of failing quietly, chat resumes cleanly after an interrupt, Windows no longer shows false Git errors, and background helper processes stay out of your Dock and taskbar.
CanvasChatIssuesWorkspaces
July 16, 2026
Canvas gains a Shift+A auto-layout suite and Tempo adds the GPT-5.6 Codex models.

New

  • Shift+A converts a container to auto layout, inferring flex-wrap, CSS grid, per-side padding, and visual flow order.
  • Option+Shift+A removes auto layout from a selection.
  • Added GPT-5.6 (Sol/Terra/Luna) Codex models; retired GPT-5.4 Codex.
  • Agent Templates gallery to jump-start custom agents.
  • Design-system slash-command suite plus an example buttons canvas.
  • Gradient and image fills are now available on the bottom fill layer.
  • Typography live-previews on hover over font options in the style panel.
  • Search issues by their human-readable issue ID.
  • Issue detail menu adds Create workspace and Copy ID actions.
  • Copy as Markdown from the authenticated member doc-share view.
  • Custom artifacts and inline artifact pills now open in split view instead of the browser.
  • Archive workspaces to remove the worktree while keeping the branch.
  • Pinned workspaces are grouped into a flat Pinned section.
  • Add a manual reload button to canvas toolbars; Cmd+R reloads the canvas, not the page.
  • GLM 5.2 free and paid are merged into one quota-aware picker row.

Improved

  • Fixed 1-2s app freezes, idle CPU churn, and renderer memory bloat.
  • Queued agent runs are now visible when you hit the concurrency cap.
  • Reused idle AI terminals for repeated AI-run commands.
  • Preserve split-view doc scroll position across workspace switches.

Fixed

  • Dragging fill alpha to 0 no longer deletes an authored fill row.
  • Create new issue without a full board scan, plus a stable assignee dropdown position.
  • Canvas share now works for canvases nested at any depth.
  • Share/preview captures no longer save silently partial.
  • Stopped Convex websocket flapping every ~5 minutes on token refresh.
  • Agents create instantly instead of a draft view, fixing the infinite-loading Slack trigger.
  • Abandoned or interrupted AI runs show an inline notice instead of an infinite spinner or full-screen takeover.
  • Place canvas comments from a touch tap on mobile Safari.
  • Recovered workspaces stuck in a “materializing” state.
Canvas is the centerpiece of this release. Shift+A now turns a selected container into auto layout in place, and it’s smart about it: it infers flex-wrap for multi-row content, CSS grid for clean 2D arrangements, per-side padding from your children’s edge offsets, and reorders children into visual flow. Option+Shift+A removes auto layout again. You also get a manual reload button in canvas toolbars, and Cmd+R reloads the canvas instead of the whole page.On the AI side, the GPT-5.6 (Sol/Terra/Luna) Codex models are in and GPT-5.4 Codex is retired. A new design-system slash-command suite makes it easier to work from your own components, and GLM 5.2 free and paid now share a single quota-aware picker row. Custom artifacts and inline pills open in split view rather than kicking you out to the browser.Workspaces gained archiving that removes the worktree while keeping the branch, a dedicated Pinned section, and recovery from workspaces stranded in a “materializing” state. Issues get search by human issue ID, faster issue creation, and new Create workspace / Copy ID actions.This version also focuses heavily on stability and performance: we fixed 1-2 second freezes, idle CPU churn, and renderer memory bloat, stopped a websocket reconnect loop on token refresh, and replaced several infinite spinners with clear inline states.
AgentsCanvasIssuesChat
July 10, 2026
Agents can now post to Slack as the Tempo bot and keep conversations going in threads.

New

  • Agents post to Slack as the Tempo bot, with multi-workspace Slack support and 13 tools including DMs.
  • Slack threads continue in the same Tempo workspace with thread-aware routing.
  • Human-readable share URLs (org slug + issue) for links you send out.
  • Per-model Tempo Inference credit controls in billing.
  • Model-scoped promo codes.
  • Browse and edit a project’s CSS custom properties directly from the canvas.
  • Canvas draw tools emit Tailwind classes instead of inline styles.
  • Figma-style marquee selection on the canvas.
  • Keyboard layer-reorder shortcuts ([ ] and Cmd+[ ]) and draggable gap handles on the canvas.
  • File management for the Design tab’s canvases tree.
  • Pin workspaces to the top of the sidebar.
  • Collapsible date-group headers in the chat workspace list.
  • Collapsible, state-persisted context cards on issues.
  • Auto-link agent runs and their workspaces to tickets with live loading indicators.
  • Right-click menu on Kanban board column headers.
  • issue.assigned trigger plus per-property filters on issue triggers.
  • Bare issue references in chat autolink to clickable chips.
  • Press “I” to activate the eyedropper while a color picker is open.
  • Filter to view archived chats per project via a Status filter.
  • Per-account Figma token for pasting image fills.
  • Tempo Inference now works from the CLI TUI.

Improved

  • “Custom Agents” is now just “Agents”, with a full-page, sortable list and first-run empty state.
  • Faster Kanban board load via virtualized swimlane rows.
  • Smoother chat performance by pausing token re-renders for hidden tabs.
  • Cron trigger schedules now show in your local timezone.
  • Help menu slimmed to Documentation and Community.

Fixed

  • Slack DM replies to agents are no longer silently dropped on stale installs.
  • Board and Kanban edits now update the UI instantly.
  • Kanban cards drag correctly in scrolled, virtualized columns.
  • Canvas comment popovers no longer duplicate or misplace in split view and on tab switch.
  • Docs and issue bodies reflow instead of clipping in narrow/split view.
  • Touch pan and pinch-zoom work on the mobile canvas share preview.
  • Chat no longer shows synthetic “Request interrupted” bubbles when reloading history.
  • Stuck chat loading states now clear when a session ends mid-stream.
  • Tempo Inference is no longer shown as active without a plan or usable credits.
  • Reduced workspace memory use by not keeping a full file-tree copy per visit.
This release centers on Slack-connected agents. Agents can now post to Slack as the Tempo bot across multiple workspaces, send direct messages, and keep a conversation going inside the original thread — with replies routed back to the right Tempo workspace. Slack triggers also handle private channels and file shares, and cron schedules display in your local timezone.The canvas picks up a lot of design work: you can browse and edit a project’s CSS variables, draw with Tailwind classes instead of inline styles, use Figma-style marquee selection, reorder layers with keyboard shortcuts, and manage canvas files from the Design tab. Several comment popover and split-view rendering issues are fixed as well.Issues and chat get faster and more responsive — virtualized Kanban rows speed up board loads, board edits apply instantly, and hidden chat tabs no longer eat performance. You’ll also find collapsible context cards, right-click column menus, autolinked issue references, and human-readable share URLs. Rounding things out are billing controls for per-model inference credits and a batch of fixes for chat loading states, doc reflow, and mobile canvas sharing.
CanvasChatIssuesAgents
July 6, 2026
Paste Figma designs straight into the canvas as editable storyboards.

New

  • Paste Figma designs as editable HTML storyboards.
  • Find in Canvas: search text with Cmd/Ctrl+F.
  • SVG shape draw tools with fill and stroke controls.
  • @-mention tickets and docs in any chat surface.
  • Set a custom System Prompt applied to every AI conversation.
  • First-party Slack triggers for Custom Agents.
  • Custom Agents can now choose a reasoning effort.
  • Cmd+L attaches selected tickets to the issues AI chat as context.
  • Cmd/Ctrl+A selects all visible tickets in a view.
  • Right-click to edit issue properties in the list view.
  • Custom AI actions in the Commit menu.
  • Context-usage ring in the chat input.
  • Redeem promo codes in Settings.
  • New “PR Status” workspace sort.

Improved

  • Free tier now runs on GLM 5.2.
  • Redesigned and polished public share pages.
  • Sonnet 5 runs natively on Bedrock / Tempo Inference.
  • Instant issue creation with optimistic card and rollback on failure.
  • Issues tab opens noticeably faster.
  • Double-click a question option to select and advance.
  • Instant preview for pasted images and text on canvas.
  • File/folder move and rename confirmations plus drag-and-drop polish.
  • Queue and steer now work in side-panel chats (canvas, issues, docs, agents).
  • Unified right-click context menus to the design-system look.
  • Right-click Labels in issues is now a submenu.
  • Failing-checks indicator added to workspace PR badges.

Fixed

  • Sub-agent output now nests inside the Agent card instead of splitting into two AI blocks.
  • URLs in comments are now clickable.
  • Comment pins stay in sync with canvas pan and zoom.
  • Text drawn over dark backgrounds now picks a readable color.
  • OpenCode chats bricked by a schema change are recovered.
  • Remote compaction no longer 404s on Tempo Inference.
  • “You’re offline” toast clears once connectivity is confirmed.
  • Escape cancels in-progress marquee selection.
  • Cmd-Z inside style-panel inputs now routes to canvas undo.
This release leans heavily into the canvas and AI workflows. You can now paste Figma designs directly onto the canvas as editable HTML storyboards, search your canvas with Find in Canvas (Cmd/Ctrl+F), and draw SVG shapes with full fill and stroke controls. Pasted images and text preview instantly, and comment pins now track pan and zoom cleanly.AI chat gets more contextual and capable: @-mention tickets and docs in any chat, set a custom System Prompt that applies to every conversation, and watch token usage with the new context-usage ring. Custom Agents can pick a reasoning effort and fire from first-party Slack triggers, and sub-agent output now stays neatly inside the Agent card.Issues sees a speed and control pass — faster tab load, instant optimistic issue creation, Cmd/Ctrl+A to select all visible tickets, right-click property editing in the list view, and Cmd+L to attach selected tickets to the issues AI chat as context.Elsewhere: the free tier moves to GLM 5.2, Sonnet 5 runs natively on Bedrock / Tempo Inference, public share pages got a redesign, and we fixed OpenCode chats that were bricked by a schema change along with remote compaction 404s.
ChatCanvasIssues
July 2, 2026
AI chat now supports Sonnet 5, with Tempo Inference falling back to 4.6.

New

  • AI chat can now use the Sonnet 5 model.
  • Open Settings with Cmd+, (Ctrl+, on Windows/Linux).
  • Buy an in-app top-up (legacy $50 / 250-prompt pack).
  • Vim-style Ctrl-U / Ctrl-D half-page scrolling in focused chat.
  • “Paste here” on the canvas backdrop pastes at the cursor.
  • Live size pill shows dimensions while drawing an element or storyboard.
  • New canvas dropdowns, avatars, and badges.
  • Run your project’s scripts from the Cmd+Shift+P command palette.
  • canvas_share MCP tool creates a share link with an auto-shown screenshot.
  • Unread / streaming chat indicator now also shows on the org avatar.

Improved

  • Bulk create-from-issues: instant tab switch, all rows, loading state, and model picker.
  • Slash command picker now fuzzy-matches instead of prefix-only.
  • Free-tier request caps raised to 20/day and 60/month.
  • Bundled Node toolchain acts as a dev server fallback when none is found.

Fixed

  • Double-clicking Create no longer produces duplicate tickets.
  • Multi-edit AI turns show the net file diff instead of every intermediate state.
  • Chat scrolls to the bottom when you send a message.
  • Chat input is focused when you open or switch chats.
  • Open ticket details no longer collapse when saved views load late.
  • Board scroll is preserved on detail navigation, with no card flash on view/org switch.
  • Long titles wrap in the new-issue modal instead of overflowing.
  • Stale ancestor hover outline clears when drilling into a descendant.
  • Pasting into an autosize storyboard no longer flashes on reload.
  • Pasted image assets are written next to their real source file.
  • Clip content row always shows, including on the storyboard root.
  • Auto Layout child cleanup survives selection changes.
  • Exit CLI button is now easier to find in the terminal.
  • Unpushed count now reflects only the branch’s own commits.
This release brings a new model choice to AI chat: Sonnet 5 is now available, with Tempo Inference gracefully falling back to 4.6. Chat also gets nicer navigation — vim-style Ctrl-U / Ctrl-D half-page scrolling, a fuzzy-matching slash command picker, and more reliable focus and scroll behavior when you open, switch, or send in a chat.On the canvas, you can now paste directly where your cursor is with “Paste here,” see a live size pill while drawing, and work with new dropdowns, avatars, and badges. A new canvas_share MCP tool creates a share link and shows a screenshot automatically.Issues and boards are steadier: creating no longer duplicates on a double-click, open ticket details stay open when saved views load late, board scroll is preserved during navigation, and long titles wrap cleanly in the new-issue modal.Rounding things out, you can open Settings with Cmd+, run project scripts from the command palette, buy an in-app top-up, and enjoy raised free-tier caps (20/day, 60/month). Bulk create-from-issues is faster with instant tab switching and a model picker.
IssuesChatCanvasDocs
June 30, 2026
Universal Cmd+P search now spans every artifact in your workspace.

New

  • Cmd+P universal search across all artifacts.
  • @mention teammates in issues and docs.
  • Assign multiple people to an issue, including from the create modal.
  • Mint share links on view.tempo.new.
  • Click chat context chips to open the artifact they reference.
  • Canvas Playground: a hands-on tour of every canvas action.
  • Create a workspace per multi-selected issue.
  • Bug reports support optional screen recording and file/image attachments.
  • Git GUI controls in the workspace Changes tab.
  • Shift + corner-drag locks aspect ratio while resizing.
  • Sidebar chat adds an effort picker and OpenCode models.

Improved

  • Revamped issue ticket page.
  • Redesigned what’s-new changelog modal.
  • Header buttons now show tooltips.
  • “Sort by Stage” follows your org’s custom pipeline.
  • Unified Open modal and ”+” new-tab dropdown.
  • Canvas “Frame” is now called “Div”.

Fixed

  • AI-chat artifact cards are clickable in side chats.
  • Attached images no longer vanish from chat bubbles.
  • Sidebar chat list no longer jitters while streaming.
  • To-do (task list) bodies now save when creating a ticket.
  • Kanban board stays scoped to the active org when switching.
  • Activity feed shows custom stage labels instead of raw ids.
  • External file pills reveal in your OS instead of opening a broken tab.
  • Expired sessions are handled gracefully.
The headline this release is universal search: hit Cmd+P to jump to any artifact—docs, issues, canvases, and chats—from one place.Issues get a lot of attention. The ticket page has been revamped, you can now assign multiple people (including straight from the create modal), @mention teammates in issues and docs, and spin up a dedicated workspace for each selected issue. “Sort by Stage” now respects your org’s custom pipeline, and the activity feed shows your custom stage labels instead of raw ids.Canvas and chat both feel more connected. Click context chips in chat to open what they reference, lock aspect ratio with Shift + corner-drag, and explore the new Canvas Playground tour. Sidebar chat adds an effort picker and OpenCode models, while the redesigned what’s-new modal makes catching up on releases easier.Plenty of fixes round things out: attached images stay put in chat bubbles, the sidebar chat list no longer jitters while streaming, to-do bodies save when creating tickets, the kanban board stays scoped to the active org, and expired sessions are handled more gracefully.
CanvasChatIssuesDocs
June 26, 2026
Canvas comments arrive with pins, threads, @-mentions, and resolve/reopen.

New

  • Canvas comments: pins, threaded replies, a comments sidebar, @-mentions, and resolve/reopen.
  • Restore an AI chat to an earlier point in the conversation.
  • Per-canvas background color on the Design tab.
  • Sidebar zoom control on the canvas.
  • Arrow-key nudging for absolute elements and storyboards.
  • Gap (equal-spacing) snapping while arranging elements.
  • Edit styles across multiple selected elements at once.
  • Style panel shows “Mixed” when a multi-selection disagrees.
  • Delete issue tickets with a confirmation dialog.
  • List view nests stage groups under their parent status.
  • Pick Max effort on existing Claude chats.
  • Run Claude /review directly in chat instead of the CLI terminal.
  • ”+” picker to link Docs, Canvases, and Issues in right-panel chat.
  • Add-workspace button in the issues/docs chat picker.
  • Empty states for the Design sidebar, Issues views, and Docs.
  • Connection outages now show a clear, persistent notice instead of a blank screen.

Improved

  • Right-click now shows the system spell-check correction menu.
  • Slash-command menu is keyboard-navigable with a reachable Show-more.
  • Recent artifacts show clearer visual hierarchy and origin labels.
  • Restyled What’s New modal with cleaner headings and lighter chrome.
  • Recent sort now bumps when you send, not just when a turn ends.

Fixed

  • Shared canvases now load with their styling instead of appearing unstyled.
  • Doc editor reliably renders its body on first open.
  • Links are now clickable in docs and issues editors.
  • Open a linked doc directly in the Docs tab from an issue.
  • Docs search auto-expands a parent when only a child matches.
  • Comment mention picker no longer leaks raw emails; pasted-image thumbnails show in the collapsed composer.
  • Kanban drag-and-drop is more reliable, with smoother large boards.
  • AI-generated issue titles no longer show raw HTML entities.
  • Color picker keeps alpha and emits correct values on React Native surfaces.
  • Wrap in Frame / Auto Layout now auto-selects the new wrapper, plus assorted storyboard and frame-sizing fixes.
The headline of 0.0.77 is canvas comments. You can now drop pins on a canvas, reply in threads, @-mention teammates, and resolve or reopen discussions from a dedicated sidebar — keeping feedback attached to the work itself.The canvas also gets more precise: per-canvas background colors, a sidebar zoom control, arrow-key nudging for absolute elements and storyboards, and equal-spacing (gap) snapping. The style panel now supports editing multiple selected elements at once and shows Mixed when their values disagree.AI chat picks up the ability to restore to an earlier point in a conversation, choose Max effort on existing Claude chats, and run /review inline instead of in the CLI terminal. Issues add ticket deletion with confirmation and a clearer list view that nests stage groups under their parent status.We also fixed a batch of rough edges: shared canvases now keep their styling, the doc editor reliably renders, links are clickable in docs and issues, kanban drag-and-drop is more dependable, and connection outages surface a clear notice rather than a blank screen.
ChatCanvasIssues
June 22, 2026
Chat is significantly faster, with big drops in unnecessary re-renders across the app.

New

  • Slash commands in OpenCode: dropdown, dispatch, and terminal launcher.
  • Attach images and files directly on the Generate screen.
  • Drag-and-drop and rename folders in the canvas list.

Improved

  • Chat messages re-render far less during streaming for smoother typing and scrolling.
  • In-app Documentation links now point to docs.tempo.new.
  • The “What’s New” changelog modal and per-version pages now load.

Fixed

  • Kanban “is not” filters no longer hide the board’s other columns.
  • PR badge tooltip now correctly reads “hover to sync”.
  • Resolved a duplicate-React issue in the canvas host for better stability.
This release focuses heavily on chat performance. By stabilizing callbacks and memoizing key components like the message bubbles, rich-text input, and Markdown viewer, we cut a large share of redundant re-renders during streaming. We also fixed an idle-commit issue in recent views, so the app stays responsive even when you’re not actively typing.On the feature side, OpenCode now supports slash commands end-to-end, with a dropdown, dispatch, and a terminal launcher. The Generate screen accepts image and file attachments, and the canvas list gains folder drag-and-drop along with rename.Several fixes round things out: Kanban “is not” filters keep the rest of your columns visible, the PR badge tooltip wording is corrected, and the in-app changelog (“What’s New”) now loads properly. Documentation links also now point to docs.tempo.new.
CanvasWorkspacesIssues
June 20, 2026
You can now edit Expo / React Native styles directly from the canvas.

New

  • Edit Expo / React Native component styles right from the design canvas.
  • Collapsible properties panel and pop-out for embedded issue and doc views.
  • “What’s new” changelog modal appears after an app update.

Improved

  • Polished the right-panel Changes and Context tabs.
  • Restyled terminal command cards in chat with a clearer header and outline.
  • Faster workspace rendering when selecting and switching views.

Fixed

  • Dev server no longer gets stuck in a restart loop on render errors or stuck loading.
  • New terminals now open in the active split instead of creating orphaned tabs.
  • Status-only issue updates now default to your org’s first visible stage.
  • Issue IDs are resolved correctly when working through the issues integration.
  • Edit Expo styles in split-view canvas, with more reliable Metro start detection.
  • Tutorial now falls back to a bundled version offline, with clearer clone errors.
  • More reliable .tempo file writes on Windows (fixes EPERM errors).
  • Removed the workspace breadcrumb from the left collapse pill and balanced its spacing.
  • Post-respawn AI turns are now billed correctly.