Skip to content
Install

CHANGELOG

What's New

Features, improvements, and milestones over time.

Apr
Mar
Feb
Jan
Dec
Nov
62 contributions between
Oct 27, 2025
and
Apr 27, 2026
APRIL 2026
10 updates
Apr 23

Intent 0.3.6 Release Notes

• Model picker no longer swaps your selected model when a provider is slow to load — auto-fallback now waits for the user's provider to actually settle instead of reacting to transient empty results.

• Cmd+F in chat now reliably scrolls to every match, including those inside virtualized turns that were previously skipped.

• Agent renames and deletes propagate to other windows within seconds instead of minutes.

• Fixes: Stop button clicks during agent creation are honored instead of being silently lost; delegation-group race that left coordinators stuck waiting on already-finished sub-agents; custom agent names preserved across subsequent renames; infinite render loop (effect_update_depth_exceeded) when opening some workspaces; hardened PR discovery and assorted changes panel bugs from the underlying git state refactor.

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 17

Intent 0.3.4 Release Notes

This is the big refactor we've been working on for the past 2 weeks, plus a new setup flow for new users.

Changes:

- Setup flow redesigned for a smoother first-run experience, with fixes for opencode-only setups.

- Agents are more resilient under memory pressure — they are no longer killed mid-response, even in background workspace tabs.

- Terminal titles are now sanitized to prevent credentials from leaking into the window title.

- Agent suggested prompts are back.

Fixes:

- Repeated identical messages are no longer silently dropped.

- User messages are preserved during concurrent saves.

- In-flight message queueing is more reliable.

- Chat messages merge correctly with on-disk content when reopening a chat.

- Delegated agent wake-up and subscription reliability improved.

- Spec and note updates now reactively reflect task changes.

- Dropdown crash from duplicate options resolved.

- Custom specialists stranded during a prior migration now recover correctly.

- Fixed a streaming hang when the "done" notification arrives before the stream closes.

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.

Apr 13

CLI 0.23.0 Release Notes

New Features:
- Git-Based Plugins: Marketplace plugins can now be sourced directly from Git repositories.

Improvements:
- Login Connectivity Check: The CLI now tests connectivity to Augment before completing the login flow, providing earlier feedback on connection issues.
- Unsupported Plugin Hooks: Unsupported plugin hooks now show a compact informational message instead of verbose warnings.
- Tool Search: Improved tool search UX and reliability.
- About Command: /about now displays the active runtime (Node or Bun).

Apr 8

Intent 0.2.37 Release Notes

Highlights:

• Archive and delete workspaces directly from the sidebar context menu.
• Window layout is now restored after auto-updates — your open tabs and panels survive restarts.
• Model picker polish: improved layout, provider logos always visible, and the picker locks after the first message as expected.
• Idle agent processes are now cleaned up automatically, capping resource usage on long-running sessions.

Fixes:

• Markdown code blocks not rendering in narrow chat panels.
• Stack overflow when sending messages with inline images.
• Suggested reply edit button not working.
• Memory leak from large unparseable stream messages.
• Workspace creation modal applying the wrong initial repo.
• Chat loading and agent wake-up reliability improvements.

Apr 7

CLI 0.22.0 Release Notes

New Features
- Fork Session: Added `/fork` slash command to fork the current session into a new one.
- Custom Themes: Users can now override the default TUI theme.

Improvements
- Summarization Status: Conversation summarization indicator is now only shown when summarization is actively happening.
- Help Menu: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output.
- Plugin Auto-Enable: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands.
- Tool Permission Feedback: Denying a tool permission request now provides clearer feedback.
- Error Details: Fetch errors now surface more detailed cause information.

Bug Fixes
- Fixed excessive summarization calls within a single agent turn.
- Fixed Tab-only navigation for multi-question prompts in the TUI.
- Fixed MCP server initialization timing in ACP mode.
- Fixed queue message rejection handling for enqueued messages.

Apr 3

IntelliJ Plugin 0.442.12 Release Note

New Features
- Chat history recovery from the server when local state is lost, plus a manual "Recover Chat" action.
- Figma integration — detection notification, one-click MCP server install from Services settings.
- Cost tier badges shown on models in the model picker.
- MCP servers now support OAuth scope configuration.
- Added sign-out option from the Repository Blocked screen.
- Repository access changes (enterprise allowlist) now take effect without restarting the IDE.

Performance
- Faster chat message list rendering.
- Reduced tool execution delays in large workspaces.
- New animated spinner during agent processing.

Bug Fixes
- Fixed project root detection in multi-project workspaces.
- Fixed chat hanging from slow MCP server initialization.
- Fixed desktop notification settings section incorrectly showing on Windows.
- Fixed file editing adding extra newlines at end of file.
- Fixed native keyboard shortcuts (Cmd+V, Cmd+A) not working in thread search and rename inputs.
- Fixed opening rule files on Windows with absolute paths.
- Fixed a crash during workspace initialization.
- Fixed ambiguous source root selection in projects with overlapping roots.
- Fixed notification sounds not playing in several scenarios.
- Fixed "Generating response..." and "Resolving tools..." hanging indefinitely in some scenarios.
- Fixed blank chat history when workspace sync is disabled.
- Fixed conversation titles occasionally not generating.
- Fixed threads being interrupted when switching conversations.
- Fixed occasional crashes during workspace changes.
- Fixed tooltips blocking clicks on UI elements.
- Fixed slash command menu text wrapping.
- Fixed "Copy share URL" not working.
- Fixed MCP logs display issues in settings.
- Fixed MCP OAuth authentication with empty client secrets.
- Fixed crash when editing files with circular references.
- Fixed blank screen while syncing permissions.
- Larger code selections now handled correctly (up to ~65K characters).
- Improved chat reliability on unstable networks.
- Improved theme detection for custom IDE themes.

Other Improvements
- Chat view now uses full available width.
- Streamlined repository management UI.
- Removed experimental memories feature.
- Jira and Confluence integration errors now display clear messages in chat.
- Improved markdown table rendering in chat.
- Mention menu now scrolls to keep the focused item visible.
- Improved notification indicator to only show for new agent responses.
- Shared conversation links now show tool call details.