Skip to content
Book demo

CHANGELOG

What's New

Features, improvements, and milestones over time.

May
Apr
Mar
Feb
Jan
Dec
35 contributions between
Nov 22, 2025
and
May 22, 2026
MAY 2026
5 updates
May 18

Cosmos 26-05-18 Release Notes

New Features

- Service account attribution for automated workflows -- Tenant admins can now configure workflows to run triggered sessions as a specific service account user, ensuring proper attribution and permissions for automated tasks.

- Workflow service account support -- Tenant admins can now configure automated workflows to run as a specific service account user for proper attribution and permissions.

- Scoped webhook subscriptions -- Agents can now subscribe to events from a specific custom webhook instead of receiving all webhook deliveries tenant-wide, enabling more targeted event-driven workflows.

- Cloud agent hosted artifacts -- Cloud agents can now create and share hosted artifacts via the CLI and API, available across all environments

Improvements

- Webhooks page redesigned as card layout -- Webhooks are now displayed as cards with owner avatars, sorted newest-first, with a cleaner create dialog and inline help text.

- Faster expert list loading -- Expert list pages load significantly faster for tenants with many experts, eliminating timeout errors when switching tabs. Commonly requested

- Org-scope shared files writable by all team members -- All authenticated tenant users can now write to org-scope shared files, removing the previous admin-only restriction.

- New Slack tool capabilities for agents -- Agents can now verify Slack token identity and retrieve permanent message links, enabling richer Slack integration workflows.

- Webhook management redesign -- Webhooks are now displayed as cards with owner avatars and newest-first ordering, replacing the previous table layout.

- Org-scope shared files now writable by all users -- Non-admin users can now write to org-scope shared files, removing the previous admin-only restriction.

- Expanded Slack tool capabilities -- Agents can now verify Slack token identity and retrieve permanent message links, enabling richer Slack integration workflows.

- File attachments in web conversations -- Non-image file attachments are now available to all production users in Cosmos web sessions

- Faster cloud sessions list -- The "all sessions" page now loads faster, with optimized queries and parallel data fetching.

- Startup spinner replaces stop button -- While a cloud session is starting, the stop button is replaced with a spinner and tooltip, preventing confusion from clicking a non-functional control.

- More reliable session keepalive -- Session liveness tracking is now active across all environments, reducing the chance of sessions timing out prematurely.

- Faster sessions list -- The "all sessions" page now loads significantly faster

- Clearer startup state -- The stop button shows a spinner with a tooltip while a cloud session VM is starting, instead of displaying a non-functional stop icon

- More reliable session keepalive -- Sessions are now less likely to time out prematurely during active use

Bug Fixes

- Archiving cloud sessions now properly stops background processes -- Archiving a session running in a shared daemon pool now stops the underlying process, freeing up pool slots and preventing orphaned sessions from consuming resources.

- Expert list loading performance -- Expert list loading is significantly faster for tenants with many experts, eliminating timeout errors and slow tab switching.

- Session archive resource cleanup -- Archiving a cloud agent session now properly stops the underlying process, preventing orphaned sessions from consuming resources.

- Event processing reliability -- A single misconfigured event subscription filter could previously block event delivery for all other subscriptions in the same group; this no longer happens

- First message display in new sessions -- The initial message in a new Cosmos session now reconciles correctly with the server, eliminating a visual glitch where the first message appeared without a stable identifier

- Event delivery reliability -- Fixed an issue where a single misconfigured event subscription could delay or block event processing for all other subscriptions in the same account. Commonly requested

- Initial message display in new sessions -- The first message in a new session now appears correctly without a brief visual glitch during reconciliation

- Cloud sessions recover from deleted snapshots -- Sessions that referenced a deleted snapshot were previously stuck and unable to restart; they now automatically recover by starting a fresh environment, with a notification that previous filesystem state was lost.

- Expert daemon pool routing fixed -- Experts configured with daemon pools now correctly route triggered sessions to the selected pool, instead of failing with environment errors.

- Terminal and Files tabs hidden for session viewers -- Tenant admins and other session viewers no longer see broken Terminal and Files tabs that briefly appear then error out.

- Automatic recovery from deleted snapshots -- Cloud sessions that referenced a deleted VM snapshot were previously stuck and unable to restart; they now automatically recover by starting a fresh VM

- Expert daemon pool routing -- Experts configured with daemon pools now correctly route triggered sessions to the selected pool, instead of failing with environment errors

- Terminal and Files tabs for session viewers -- Tenant admins and other session viewers no longer see broken Terminal and Files tabs that briefly flash then error out
Bug Fixes

- Shared session daemon status -- Shared cloud agent sessions backed by daemon pools now correctly display connected status instead of appearing disconnected

May 14

VSCode Extension 0.859.7 Release Notes

New Features

  • Added MCP Tool Search with a settings toggle for discovering and summarizing available MCP tools.
  • Added settings deep links so Augment can open directly to the relevant settings section.
  • Added KaTeX math rendering and improved Mermaid diagram styling in chat.
  • Built-in commands in Settings are now collapsible and sorted alphabetically.

Conversation Forking

  • Editing an earlier message now branches the conversation into a new thread, preserving the original chat history so you can switch between, compare, or continue either version instead of losing the previous one.

Performance and Reliability

  • Improved chat reconnection reliability after restarting the IDE or losing the connection mid-response.
  • Improved handling of long tool outputs so the full content is available when needed.
  • Improved reliability for very large file edits.
  • Improved MCP OAuth reliability by preserving refresh tokens and retrying after expired auth.
  • Improved MCP setup reliability for servers that require OAuth proxies, custom headers, or scope changes.
  • Improved Bitbucket Server repository matching for more URL formats.

Bug Fixes

  • Fixed checkpoints not being created or numbered correctly in some conversations.
  • Fixed duplicate retried or stopped exchanges appearing after chat history recovery.
  • Fixed forked conversations, draft conversations, summary nodes, and backend-missing history recovery states.
  • Fixed interrupted responses with clearer wording and an inline Retry option.
  • Fixed MCP settings showing servers as Connected before authentication completed.
  • Fixed missing Authenticate buttons for MCP servers that still need authorization.
  • Fixed desktop notifications playing duplicate sounds.
  • Fixed noisy Hooks load-error toasts and moved hook errors to Hooks settings.
  • Fixed chat webviews sometimes rendering a blank or failed state after UI framework updates.
  • Fixed tool-call titles for ranges that read to the end of a file.
  • Fixed code block first lines being clipped.
  • Fixed MCP server JSON export preserving headers.
  • Fixed update notifications so beta and nightly users are notified only for their release channel.
  • Bulk thread deletion prompts now appear at 300 conversations instead of 1,000 to protect large chat histories.
May 14

IntelliJ Plugin v0.466.6 Release Notes

New Features

- Added MCP Tool Search with a settings toggle for discovering and summarizing available MCP tools.

- Added IntelliJ support for summarize-and-retry so long conversations can recover and continue automatically.

- Added settings deep links so Augment can open directly to the relevant settings section.

- Added KaTeX math rendering and improved Mermaid diagram styling in chat.

- Built-in commands in Settings are now collapsible and sorted alphabetically.

Conversation Forking

- Editing an earlier message now branches the conversation into a new thread, preserving the original chat history so you can switch between, compare, or continue either version instead of losing the previous one.

Performance and Reliability

- Improved chat reconnection reliability after restarting the IDE or losing the connection mid-response.

- Improved handling of long tool outputs so the full content is available when needed.

- Improved reliability for very large file edits.

- Improved MCP OAuth reliability by preserving refresh tokens and retrying after expired auth.

- Improved MCP setup reliability for servers that require OAuth proxies, custom headers, or scope changes.

- Improved Bitbucket Server repository matching for more URL formats.

- Agent-launched processes no longer steal focus from the IntelliJ Terminal when it is active.

Bug Fixes

- Fixed user and workspace guidelines not being included in IntelliJ chat requests.

- Fixed IntelliJ chat stream recovery failures after reopening the chat panel mid-response.

- Fixed checkpoints not being created or numbered correctly in some conversations.

- Fixed duplicate retried or stopped exchanges appearing after chat history recovery.

- Fixed forked conversations, draft conversations, summary nodes, and backend-missing history recovery states.

- Fixed interrupted responses with clearer wording and an inline Retry option.

- Fixed MCP settings showing servers as Connected before authentication completed.

- Fixed missing Authenticate buttons for MCP servers that still need authorization.

- Fixed desktop notifications playing duplicate sounds.

- Fixed noisy Hooks load-error toasts and moved hook errors to Hooks settings.

- Fixed chat webviews sometimes rendering a blank or failed state after UI framework updates.

- Fixed tool-call titles for ranges that read to the end of a file.

- Fixed code block first lines being clipped.

- Fixed MCP server JSON export preserving headers.

- Fixed update notifications so beta and nightly users are notified only for their release channel.

- Bulk thread deletion prompts now appear at 300 conversations instead of 1,000 to protect large chat histories.

May 3

Auggie 0.25.1 Release Notes

New Features

- Transcript Persistence: New `keepTranscriptOnNewSession` setting preserves conversation history when starting a new TUI session.

- Non-Interactive Login: Added `--no-tui` flag to `auggie login` for headless and scripted environments.

Bug Fixes

- Fixed TUI flickering during indexing, typing, and sub-agent work.

- Fixed stale agent state persisting after starting a new session with `/new`.

- Fixed `rebuild` command failing when script file paths were passed instead of file contents.

- Fixed queued request IDs not being preserved across retries.

May 2

Introducing Augment Prism: model routing to reduce cost and maintain quality

Today we're shipping Prism: a new option in the Augment model picker that efficiently routes each turn to the model that fits the work.

On our internal multi-turn coding benchmark, Prism matches the best individual model on quality at 20–30% lower cost per task than frontier models.

Teams sending 10,000 user messages a month can expect to save $20,000 on their token spend, at similar or better quality.

We know that developers and teams have strong preferences for different model families: with Prism, you can stay in the model family you like, at lower cost.
→ Prism (GPT + Kimi) targets GPT 5.5
→ Prism (Claude + Gemini) targets Opus 4.7

Prism's job is to switch only when the expected win from a different model exceeds the cost of the cache eviction.

Augment can do this because we are model agnostic. No single model wins every task, so we give our customers access to all the industry leaders. That's the foundation Prism is built on: a pool of frontier models, with the routing decision made per turn rather than at the start of a session.

Prism is in the picker today: VS Code, JetBrains, CLI (/model), and web.
Billing rolls up under a single Prism line item. The underlying model that handled any given turn isn't surfaced.

APRIL 2026
5 updates
Apr 30

Auggie 0.25.0 Release Notes

Improvements:

- Model Defaults: Default models updated to Claude 4.5/4.6.

- Image Paste: Cmd+V is now accepted as an image paste shortcut in addition to the existing binding.

- Shell Support: Shell tools now support `sh`, and the TUI uses your configured shell for async commands.

- Billing Summary: Account display now shows a billing summary with credits and cost breakdown including sub-agent rollup.

- MCP Environment Variables: MCP servers support environment variable expansion and working directory injection.

- Indexing Visibility: Improved status visibility when codebase indexing gets stuck.

- Session List Pagination: Large session lists are now paginated to avoid timeouts.

Bug Fixes:

- Fixed ESC key behavior in Enhance mode and slash command menus no longer interrupting the agent.

- Fixed image attachments not passing through the TUI message queue.

- Fixed tool-call blocks disappearing in cloud-connect TUI history.

- Fixed `session delete` failing when workspace ID is missing.

- Fixed duplicate rows appearing in the CLI transcript queue.

- Fixed API retry error messages appearing raw in TUI and headless output.

- Fixed session errors not being surfaced to users.

- Removed spurious "Logging configured" message on CLI startup.

- Fixed `/stats` message count accuracy by excluding tool-result continuations.

- Fixed `/web` fallback link formatting.

- Fixed `view_range` display for end-of-file ranges in tool call titles.

Apr 22

VSCode 0.840.7 Release Notes

New Features

- Added `/settings` built-in slash command to quickly open extension settings from chat

- Added connectivity check to Augment servers before completing login to surface network issues early

- Added recovery of forked conversations so the parent conversation's exchanges leading up to the fork point are restored alongside the forked exchanges

Bug Fixes

- Fixed auth header lookup being incorrectly attempted for stdio MCP servers

- Fixed MCP OAuth and env-var secret key casing to use uppercase consistently

- Fixed token counting failures with gpt-tokenizer by adding character estimation fallback

- Fixed prompt enhancer not receiving conversation context in webview

- Fixed plan mode tools incorrectly appearing in cloud agent sessions

- Fixed dropped code selection when sending a chat message after clicking into the chat input

- Fixed settings drawer missing padding on narrow viewports

- Fixed first line of chat code blocks being clipped under the sticky header

- Fixed pinned open files not being included in retrieval context or surfaced to the agent

- Fixed update notifications pointing pre-release users at stable versions instead of newer pre-release builds

- Fixed repository allowlist rejecting Bitbucket Server URLs with ports, bare hostnames, or `/scm/` / `/git/` path prefixes

- Fixed MCP OAuth refresh failing when the authorization server omitted `refresh_token` from a refresh response

- Fixed MCP server headers being lost when exporting servers via "Copy JSON"

- Fixed checkpoints not being created in some conversations after conversation-ID migration

- Fixed checkpoint display index being off-by-one (first checkpoint showed as "Checkpoint 0")

- Fixed the Edits tab dropping updates during bursts of refresh dispatches

- Fixed summarized text being shown as the user message when recovering summarized conversations

- Fixed stale local git repository info (branch, remote, root) being injected into the GitHub API tool description and cached for an hour

- Fixed noisy "Failed to load hooks configuration" toast appearing on webview open for users who had never configured hooks

Improvements

- Added 'service unavailable' to retryable gRPC error patterns for improved connection resilience

- Improved accessibility across common UI components (buttons, navigation, dropdowns, text areas)

- Improved error messages by surfacing fetch error cause details (code, message) in logs and user-facing errors

- Improved data table column sizing and layout

- Show a recovery banner when no chat history is found in the backend for the current conversation

- Show the prompt enhancer (rewrite prompt) button while an exchange is in progress

- Surface hooks load errors inline on the Hooks settings page

- Sort built-in commands alphabetically in Settings → Commands

- Make the stream interruption error message generic instead of incorrectly attributing interruptions to token limits

Apr 21

IntelliJ Plugin v0.457.5-stable Release Notes

New Features

- Added built-in slash commands, including /fork and /ask.

- Added a Hooks settings view in the IDE for managing lifecycle hooks.

- Restored Figma OAuth support in IDE settings.

Performance

- Improved thread panel and chat history performance for large numbers of conversations.

- Reduced settings UI reflow and sidecar process overhead.

Bug Fixes

- Improved automatic retry behavior for mid-stream network failures and temporary service unavailability.

- Fixed project and source root detection in multi-project IntelliJ workspaces.

- Fixed MCP startup, OAuth secret, environment secret, and encoded secret handling.

- Fixed Ask User tool completion, error, persistence, input, and rejected-action states.

- Fixed sub-agent tools being marked canceled early and duplicate sub-agent entries in the panel.

- Fixed terminal and shell tools appearing stuck when commands were waiting for input.

- Fixed PowerShell quoting for Windows command execution.

- Fixed chat recovery for first chats, long histories, recovered tool states, and SSH sleep/wake interruptions.

- Fixed recovered chats showing incorrect timestamps.

- Fixed edited messages using the wrong draft model.

- Fixed message editing while messages are queued.

- Fixed Cmd+Backspace deleting more than the current input line.

- Fixed native shortcuts like Cmd+V and Cmd+A in thread search and rename inputs.

- Fixed thread sorting, age buckets, pin state, deletion navigation, and unread badge counts.

- Fixed empty new conversations showing an error overlay.

- Fixed rules, guidelines, and hierarchical rule path handling.

- Fixed save-file operations adding an extra newline at end of file.

- Fixed Figma detection false positives.

- Fixed chat UI rendering errors that could leave the webview blank or broken.

Other Improvements

- Improved accessibility across chat, settings, navigation, tabs, drawers, and icon buttons.

- Improved readability of tool call displays in chat.

Apr 16

Opus 4.7 is now the default in Augment (50% off until April 30th)

We’ve switched Augment’s default model to Opus 4.7. And it’s now 50% off until April 30th. Try it in Intent, the Auggie CLI, or our IDE extensions. Existing threads won’t change unless you switch models!

Built for async workflows, CI/CD, and automation

Most models can generate code quickly. But in real workflows, things break down - plans drift, tool state gets lost, and work restarts halfway through.

In our testing, Opus 4.7 is noticeably better at staying on plan over longer horizons, adapting to changes, and finishing with verification instead of restarting mid-run.

The result:

  • fewer tool-state failures
  • fewer “re-derive the approach” turns
  • more reliable execution in CI/CD and long-running tasks

It’s also a strong everyday model, with a more opinionated default—more likely to challenge assumptions and suggest better approaches.

You’ll see the biggest impact in Intent workflows, where agents execute work end-to-end. Opus 4.7 is 50% off until April 30.

Apr 15

Auggie CLI 0.24.0 Release Notes

New Features:
- Image Support: The view tool now supports displaying image files (PNG, JPG, GIF, WEBP).
- Context Stats: Added `auggie context stats` command to display context and token usage information.
- JSON Output: `auggie account status` now supports a `--json` flag for machine-readable output.
- Terminal Title Control: Added option to prevent the CLI from updating the terminal title.

Improvements:
- Upgrade Handling: `auggie upgrade` now correctly handles non-global npm installations.
- Conversation Memory: Improved memory calculation to account for full agent state.

Bug Fixes:
- Fixed OAuth secrets not being cleaned up when an MCP server is removed.
- Fixed duplicate MCP servers appearing in `/mcp list`.
- Fixed TUI display glitches when resizing the terminal window.