Changelog

August 25, 2025

VS Code 0.540.1 Release Notes

New Features
  • Added turn summaries to provide concise overviews of conversation context
  • Added an experimental setting to control the implementation used for terminal support
Improvements
  • Added a keyboard shortcut for ask a question mode
  • Improved some tooltips
  • Allowed using j/k keys to navigate up and down in menus
  • Improved handling of MCP tools with long outputs
  • Miscellaneous UI improvements
Bug Fixes
  • Fixed Stripe integration
  • Fixed issue preventing feedback forms from opening
  • Fixed lag in chat input that was affecting typing performance
  • Fixed rare issue causing menus to get stuck
  • Fixed a regression preventing some common UI components from rendering
  • Fixed an issue that caused the model picker not to open
  • Fixed issue with closing dropdown menus
  • Fixed a bug stopping the tools settings page from loading
  • Fixed one cause of the "selected text exceeds the allowable limit" errors
  • Fixed an issue with enhance prompt
  • Fixed an issue that would cause the Augment panel not to load

August 20, 2025

Remote MCP Authentication

Remote MCP Authentication

Securely connect to SaaS-powered MCPs.

The MCP ecosystem is expanding — and many remote MCPs now require authentication. We’ve added built-in auth support so your agent can connect directly to these services.

How to Use

Setup is unchanged. If a remote MCP needs auth, you’ll see an Authenticate button and 🟠 status indicator. Click to connect.

Post image

Use Cases

  • Automate setup: Configure connections or environment variables right from your agent.
  • Speed up debugging: Pull logs from CircleCI, Sentry, or LaunchDarkly without leaving your workflow.
  • Provision on demand: Create databases, tables, or cloud resources in Snowflake, Supabase, or Datadog.
  • Integrate SaaS tools into tasks: Let your agent manage monitoring, deployment, or configuration steps end-to-end.


Availability

Available now for all VS Code users.

August 19, 2025

Agent Turn Summary

Agent Turn Summary

Imagine: you’re debugging a complex API issue with Augment.

Your agent examines logs across services, checks 12 files, tests endpoints, identifies a timing problem between microservices, and suggests fixes to 3 files—all in one turn.

Instead of scrolling through dozens of tool calls, the new Agent Turn Summary distills everything into a simple line—“32 tool calls, 3 files modified”—with expandable details. You see the full scope at a glance, and open the details only when you need them.

Review in seconds, not minutes.

How It Works

At the end of an agent response, you’ll now see a summary with:

  • A summary and count of tool calls
  • A quick snapshot of changes made

It appears alongside the feedback footer, so you can review activity right away without scrolling back through the entire turn.

Post image

Use Cases

  • Reviewing long-running GPT-5 loops with 50–100 tool calls
  • Spotting when an agent run is heavier or lighter than expected


Availability

Available in prerelease for VS Code and JetBrains.

August 18, 2025

Quick Ask Mode

Quick Ask Mode

At Augment, we noticed a common challenge: our team frequently needed quick information from the Agent without making any changes to the codebase. Whether asking for clarification on a change or reviewing a plan before implementation, we wanted a way to get answers without accidentally triggering modifications.

Quick Ask Mode is our solution to this exact problem. Get instant answers from the Agent — without making changes to your codebase.

When enabled, Quick Ask Mode restricts your agent to read-only tools, so it can explore and answer questions without modifying files. It keeps your full conversation context while giving you peace of mind and lets you easily switch back to the default Agent mode when you're ready to implement changes.

How It Works

  • Toggle Quick Ask Mode from the Agent chat input
  • Available in local agent mode only
Post image

Use Cases

  • Planning: Analyze architecture, dependencies, and patterns to create a tasklist before coding
  • Code understanding: “Explain how the authentication system works” — safe exploration with no edits
  • Documentation queries: “What does this function do and where is it used?” — pull info from across the codebase
  • Onboarding: Let new team members explore safely without risk of accidental changes

Availability

Quick Ask Mode is live for all users in VS Code and JetBrains.

August 18, 2025

VS Code 0.532.1 Release Notes

New Features
  • Added offline screen with troubleshooting tips when network connectivity issues are detected ## Improvements
  • Added keyboard shortcut to open the context menu
  • Added Escape key support to close full-screen overlays like the threads list
  • Made the model selector responsive to prevent layout issues with small width windows
  • Improved MCP server compatibility
  • Improved styling of the expand/collapse buttons on tool blocks
  • Miscellaneous UI improvements and bug fixes
Bug Fixes
  • Fixed code block collapsing when copying content
  • Fixed the Enter key to send while editing a message
  • Fixed a rare issue that could cause the terminal tool to use the wrong shell
  • Fixed one cause of the "selected text exceeds the allowable limit" errors
  • Fixed MCP authentication infinite loop
  • Fixed new thread shortcut also creating a new file

August 12, 2025

JetBrains 0.269.1 Release Notes

New Features
  • Extended IDE Compatibility: Restored support for IntelliJ IDEA 2024.2, allowing users on older IDE versions to continue using Augment while maintaining compatibility with the latest 2025.x versions.
  • Remote MCP OAuth Support: Added comprehensive OAuth authentication support for remote Model Context Protocol (MCP) servers, enabling secure connections to external services that require authentication.
Improvements
  • UI Polish: Various UI improvements including better animation performance, fixed code block copy buttons showing proper "Copy" text, and improved tooltip displays in the history panel.
  • Extension Status Dialog: The Extension Status dialog now displays the size of the webview state file, providing better visibility into storage usage and helping with troubleshooting.
Technical Improvements
  • Improved conversation history persistence across sessions
  • Better integration with the sidecar service for various operations

August 11, 2025

VS Code 0.527.1 Release notes

Improvements
  • Improved context engine display by reducing frequency of "Show More" prompts
  • Added keyboard shortcuts for cancel and resend message
  • Added improved drag handle for resizing chat panels
  • Improved chat rendering performance in conversations with many collapsed sections
  • Improved the feedback panel
  • Miscellaneous UI improvements
Bug Fixes
  • Fixed one cause of the "selected text exceeds the allowable limit" errors
  • Fixed issues with the terminal tool and the "exec" shell
  • Fixed unwanted newlines when sending messages in chat
  • Fixed feedback panel dropdown behavior
  • Fixed regression on agent thread loads

August 7, 2025

Model picker: choose between Claude Sonnet 4 and GPT-5

Model picker: choose between Claude Sonnet 4 and GPT-5

Augment now supports two models in production — Claude Sonnet 4 (default) and OpenAI GPT-5 — with a new picker that lets you switch between them at any time. This is the first time we’ve exposed model selection directly in the product.

Post image

We’ve traditionally avoided surfacing model choice. But Sonnet and GPT-5 now handle different coding scenarios well enough to justify optionality:

  • Use Sonnet for: fast answers, quick single-file edits, and iterative review loops
  • Use GPT-5 for: multi-file changes, complex refactors, debugging, and edge-case handling

This lets you choose the right model based on the task at hand — without changing your workflow or context.

We’re also using switching patterns as signal: where users prefer one model over another helps guide future tuning, routing, and defaults.

🔗 Read the full announcement

Available in: JetBrains v0.265.2, VS Code v0.524.1. Rolling out gradually.

August 7, 2025

GPT-5 now available in Augment

You can now use GPT-5 in Augment via the new model picker.

Post image

Available in: JetBrains v0.265.2, VS Code v0.524.1. Rolling out gradually.

To switch models, open the picker in your IDE sidebar and select GPT-5. Claude Sonnet 4 remains the default.

🔗 More on how the models compare

August 6, 2025

VSCode 0.524.1 Release Notes

New Features

  • Added OAuth support for remote MCP servers

Improvements

  • Added keyboard shortcuts for enhanced prompt and tool approval
  • Added loading spinner for rules when opening settings page
  • Added tooltips to terminal commands in tool outputs to show full command text when truncated
  • Enhanced thread navigation with keyboard support and auto-focus on selected threads
  • Improved codeblock headers
  • Improved the web fetch tool
  • Improved code block styling and margins
  • Added user email display in Settings → Account screen
  • Miscellaneous UI improvements

Bug Fixes

  • Fixed focus stealing issue where chat input would force focus on first load
  • Prevented loss of message edits when clicking outside the editing box
  • Fixed the share button
  • Fixed text area auto-resize functionality
  • Fixed an issue making it impossible to add/remove MCP servers

August 4, 2025

VS Code 0.521.1 Release Notes

New Features

  • Added a new UI for reporting bugs from within a conversation
  • Redesigned threads list with improved filtering, search, and visual organization
  • Added sound notification when tools require user approval

Improvements

  • Added "New Thread" dropdown to the Threads panel
  • New workspaces open agent mode rather than chat by default
  • Fixed an issue where agent edits and autoformatters would conflict and cause edit loops
  • Enhanced UI for MCP tool installations and calls
  • Improved tool block expand/collapse design
  • Improved thread navigation
  • Added keyboard shortcut tooltips
  • Made checkpoint headers clickable to toggle expansion of checkpoint content
  • Made the agent less likely to kill running terminal processes
  • Improved ability to navigate focus with tab/shift-tab
  • Miscellaneous UI improvements

Bug Fixes

  • Fixed an issue that could corrupt conversation history
  • Fixed issues in line diff count component for code edits
  • Fixed some errors that caused failures to launch terminal processes
  • Fixed bug where toggling agent auto mode would incorrectly switch threads
  • Disabled chat message navigation when the input field is focused
  • Fixed an issue where the sign-in link did not work
  • Fixed an issue where we would try to connect to disabled MCP servers on startup
  • Fixed crashloops
  • Fixed an issue that made it impossible to upload images
  • Don't play sounds when skipping tool calls
  • Fixed "New Thread" dropdown being blocked by tooltips

July 31, 2025

Auggie: The agentic CLI that goes where your code does

Auggie: The agentic CLI that goes where your code does

Since AI-powered coding assistants entered the scene, most have focused on code generation—helping you write a function here, debug a snippet there. But real software goes well beyond your editor: from local debugging to CI/CD pipelines, from GitHub Actions to custom deployment scripts.

Today, we're launching Auggie, an agentic CLI tool designed not just to be the most codebase-aware agent in your terminal, but to integrate into every part of your development workflow.

Augment where you work

Now Augment is available directly from your command-line with a rich terminal interface, Visual Studio Code, and JetBrains IDEs. Whether you prefer command-line workflows or integrated development environments, Augment works where you work.

Automation and integration ready

Auggie works as a unix-style utility, perfect for integration into your existing scripts and automation. Use it for code review in your CI pipeline, automated testing, or as part of your deployment process. Use the built-in `/gitub-workflow` command to quickly generate GitHub Actions for Pull Request descriptions and Pull Request reviews.

# Use it on your command line
auggie "Generate address test data formatted as json" > example.json
# Pipe data into Auggie
git diff | auggie "Explain the impact of these changes"
# Put it in your build system
auggie –print "Check if all new functions have tests"

Deep Codebase Intelligence

Auggie doesn't just see the files you show it—it knows and understands your entire codebase autonomously. Using Augment’s leading context engine, it maps project structure, dependencies, and patterns without manual context selection. Whether you're working on a small personal project or a million-line enterprise codebase? Auggie scales with you.

Getting Started

Auggie is rolling out today to Enterprise customers and will be available to teams and individuals over the next few weeks. We're releasing Auggie in beta, and we're actively gathering feedback from you to improve the experience and see what you can do with it. Tell us how Auggie can help do the things you need so you can focus on the things you love.

npm install -g @augmentcode/auggie

Just can't wait? Join the waitlist to get your hands on it early. If your company or team would like to try Auggie today, get in touch.

July 29, 2025

JetBrains 0.258.2 Release Note

[\*o\*] Major Features
  • Task List Integration: You can now access and manage your development tasks directly within the JetBrains environment, streamlining your workflow by keeping track of to-dos and project items without leaving your IDE
[-_-] Improvements & Fixes
  • Smoother File Operations: File creation now happens seamlessly in the background, preventing version control dialogs from interrupting your chat flow
  • Polished Chat Experience: Enjoy cleaner message layouts, better visual spacing, and more intuitive navigation throughout your conversations
  • Enhanced Performance: Better memory usage, improved sidecar launching, and more reliable background processes contribute to a smoother plugin experience
  • Chat Interface Enhancements: Fixed chat message edit box width issues and improved text wrapping on feedback panels for better readability
  • Image Handling: You can now preview images in a modal window, and images are automatically inserted at the end of chat content for consistent formatting
  • Keyboard Shortcuts: Improved keybinding infrastructure with the Cmd+. shortcut now cleanly toggling between auto and manual modes instead of cycling through all modes
  • Tool Integration: Fixed missing play buttons for fetch and MCP tools, and improved tool component click behavior and hover styles

July 28, 2025

Introducing Tasklist

Introducing Tasklist

Tasklist helps your Agent break down complex problems into clear, actionable steps. You can review the plan, run tasks one by one, and add new ones as you go. It’s a simple way to keep track of progress—without losing context.

Getting Started

Your Agent will suggest a Tasklist when it spots a multi-step problem. You can also kick off a Tasklist yourself. Here’s how:

  • Click the checklist icon next to Changes
  • Add tasks with the ➕ button or type directly in the prompt bar
  • Or just say: “Start a Tasklist to…”
Post image
How Tasklist Helps
  • Break down open-ended problems into manageable steps
  • Keep context by carrying your Tasklist across chats
  • Revisit completed tasks or explore alternatives
  • Stay organized by removing irrelevant steps
  • Track progress with visual task states (not started, in progress, done)
A Few Things to Know
  • The Agent can generate and nest subtasks automatically
  • Run tasks individually—or all at once
  • Stop and redirect any task mid-run
  • Switch to Changes view to see what the Agent did
Works with Your Stack

Use Tasklist alongside Jira or Linear to break down tickets, track steps, and post updates. Or use it on its own to stay organized across threads.

July 28, 2025

VS Code 0.516.1 Release Notes

New Features
  • Added ask mode for agents - a question-only mode that gathers information without making any code changes
  • Added native OAuth integration for Stripe and Sentry MCP tools
  • Added Redis support to Easy MCP installation
Improvements
  • Made entire header area clickable for expanding/collapsing tools
  • Improved tool block UI
  • Changed Cmd+. keyboard shortcut to toggle between auto and manual modes
  • Added delete option to the remote agent header menu
  • Added a confirmation dialog before modifying remote agent SSH configs
  • Allow chat to use the full width of the panel
  • Miscellaneous UI improvements
Bug Fixes
  • Fixed unnecessary scrollbar appearing in empty chat conversations
  • Fixed button layout issues when the chat panel is narrow
  • Show a button to open the terminal after launching a process
  • Made the agent less likely to kill running processes

July 21, 2025

VS Code 0.509.1 Release Notes

Improvements
  • Removed the auto mode warning dialog
  • Improved mode switcher tooltips with clearer descriptions
  • Added pagination support for remote agent repository selection to handle users with many repositories
  • Fixed chat input collapsing unexpectedly when typing multi-line messages in remote agent mode
  • Improved chat auto-scroll behavior
  • Improved UI for generating and saving setup scripts for remote agents
  • Improved thread selector dropdown UI
  • Ensured images are inserted at the end of chat content
  • Supported previewing images in the chat editor
  • Miscellaneous UI improvements
Bug Fixes
  • Improved chat input undo functionality
  • Fixed an issue where we would open chat mode instead of agent mode
  • Fixed an issue where the chat input box would not be full width

July 14, 2025

VS Code 0.502.1 Release Notes

New Features
  • Added better native diff view integrations for agent-generated edits
  • Add conversation navigation controls
  • Add a setting to play a sound when the agent completes a turn
Improvements
  • Change copy behavior to copy the entire chat
  • Reduce clutter in the footer below agent/chat responses
  • Show individual MCP tools immediately after adding the server
  • Ask for confirmation when applying remote agent changes requires stashing local changes
  • Improved Remote Agent onboarding experience
  • Enhanced diff decorations
  • Improved selection chip tooltips with clickable file paths and better formatting
  • Improved Rules Editor interface with better layout, clearer labels, and enhanced user experience
  • Miscellaneous UI improvements
Bug Fixes
  • Improved terminal support for symlinked shell paths
  • Fixed issue where switching to chat mode would sometimes fail
  • Fixed issue where quick fix actions would sometimes open in the wrong mode
  • Fixed automatic creation of empty new chat conversations when restarting VSCode
  • Fixed issues with renaming threads
  • Fixed diff view descriptions for new files in remote agent
  • Fixed merge conflict card display in remote agent diff view
  • Fixed copy button to include full text response
  • Fixed multi-repository dropdown menu

July 8, 2025

JetBrains 0.244.1 Release Notes

User Interface & Experience
  • Chat History Navigation: Added up/down navigation buttons and keyboard shortcuts (Cmd/Ctrl + ↑/↓) to navigate between conversation messages for improved chat browsing experience
  • Redesigned History View: Updated History interface with tabbed navigation for better organization
  • MCP Setup Improvements: Streamlined MCP server configuration by combining remote MCP buttons and expanding MCP install section by default
Developer Experience
  • MCP Tools: Enabled MCP tools display in settings panel with individual tool visibility and server name mapping
Bug Fixes
  • Copy Response Fix: Resolved issue where copy response functionality only copied the last chat response block instead of entire history
  • Guidelines Chip: Fixed disappearing guidelines chip in the user interface
  • Sound Effects: Corrected sound effects to stop playing when agent conversation is cancelled or user is not in debug features

July 8, 2025

Introducing Augment Rules

Introducing Augment Rules

Augment Rules are instruction files that guide your AI agent's behavior, giving you granular control over how your AI agent behaves and responds to your specific needs. These rules help the agent understand your preferences, coding standards, project requirements, and specific workflows.

Getting Started

Create rules files in the .augment/rules folder in your project directory. You can name these files whatever you'd like and organize them however makes sense for your workflow. For example:

.augment/
└── rules/
├── coding-standards.md
├── project-guidelines.md
└── review-checklist.md
Three Ways to Use Rules
  1. Always - Rules are attached to every query automatically
  2. Manual - You manually select which rules to include for each query
  3. Auto - Describe what the rules does, and the agent will intelligently fetch relevant rules
Key Features
  • Smart Rule Selection: With Agent Requested mode, simply describe your task and the agent will automatically determine which rules are most relevant to include in the context.
  • Easy Migration: Already using rules from other tools? We support automatic import from competitors' rules and guidelines folders, making migration seamless.
  • Multiple Access Points: Find Rules settings in the settings panel or create a .augment/rules folder to get started immediately
Migration Notice

If you're currently using .augment-guidelines.md, don't worry! Your existing setup will continue to work exactly as before. However, we encourage migrating to the new Rules system for enhanced flexibility and organization.

July 7, 2025

VS Code 0.496.1 Release Notes

Improvements
  • Added a hotkey for toggling between chat and agent modes
  • Improved chat stream reliability
  • Added a button to copy the request ID on user messages
  • Don't show the terminal automatically when running commands
  • Show individual MCP tools in the settings page
  • Removed chat history size warning dialog
  • Redesigned History view
  • Added error notifications when attempting to attach unsupported file types
Bug Fixes
  • Fixed an issue with scrolling in the chat window
  • Fixed an issue where the guidelines chip disappeared