Skip to content
Install

CHANGELOG

What's New

Features, improvements, and milestones over time.

Apr
Mar
Feb
Jan
Dec
Nov
57 contributions between
Oct 3, 2025
and
Apr 3, 2026
APRIL 2026
1 update
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.

MARCH 2026
9 updates
Mar 30

Intent 0.2.36 Release Notes

  • MCP tool calls now show brand logos and structured previews so you can see what tools are doing at a glance.
  • New Spaces automatically inherit your globally disabled MCP servers — no need to re-disable them each time.
  • Create PR, Merge, and Push buttons now appear reliably after commits and merges.
  • Linear tool integration now improved/


Fixes: workspace not loading on fast navigation, agent messages lost when restoring a session, messages stuck in "Thinking" state, suggested prompts not working when clicked, archived workspaces reappearing, "Waiting for" banner showing up again after dismissal, terminal connections dropping, assistant replies overwritten by stale saves, modal and animation glitches.

Mar 27

Auggie CLI 0.21.0 Release Notes

This release includes new features, reliability improvements, and several bug fixes.

Added:
- Automatic background updates for installed plugin marketplaces and a prompt for workspace-recommended marketplaces.
- A fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments.

Improvements:
- Improved cloud agent execution by adding proper timeouts and graceful fail-safes for interactive tools in headless environments.
- Improved granular status reporting for the cloud agent during execution.
- Improved `auggie command list` output to consistently display help text.
- Optimized the plan mode sub-agent execution by eliminating redundant output operations.
- The chat transcript now remains visible when transitioning from plan mode to implementation.
- Updated the startup login screen message for new users.

Fixed:
- Fixed an issue where the cloud agent queue would not correctly pause when interrupted mid-execution.
- The terminal bell now correctly rings when the agent is waiting for user input.
- Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach.
- Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`.
- Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup.
- Fixed an issue where CLI initialization could hang if connecting to an MCP server became stuck.

Mar 24

Intent 0.2.33 Release Note

• Rich model metadata in the model picker — badges (Auto, Free), cost tier indicators ($, $$, $$$), and smarter sorting by priority.
• Terminal auto-recovery — frozen terminals now self-heal instead of requiring a manual page navigation.
• Prevents out-of-memory crashes when loading large agent conversations.
• Spec panel only opens when an agent is actively writing to it, instead of reopening on every workspace visit.
• Claude Opus 4.6 is now the default model for Auggie agents.
• Fixes: sent messages not appearing without a refresh, chat panel freezing during concurrent agent streaming, duplicate stream chunks from leaked IPC listeners, delayed user message display, thinking indicator not showing on follow-up messages, sidebar progress card flickering between PR and task status, agent list stuck in skeleton loading state after navigation, duplicate agent wake-up messages.

Mar 20

Intent 0.2.31 Release Notes

- Agent streaming is now resilient to workspace switching: responses are no longer lost if you navigate away and come back while an agent is mid-reply.
- Corporate proxy support: Intent now trusts custom CA certificates from your OS certificate store, fixing connection errors behind corporate proxies.
- UI Designer specialist upgraded to a higher-quality model for better output and accessibility adherence.
- Faster startup and smaller install footprint.

Fixes:
- Agents sidebar appearing empty after switching workspaces.
- Crash when creating agents or changing workspace settings.
- False "stalled" or "no response" warnings while agents run MCP tools.
- Provider selection resetting to the wrong provider during workspace creation.
- Model selector reverting when clicking the Agent card.
- Agent responses failing for conversations containing certain Unicode characters.
- Delegated sub-agents not appearing in the sidebar.
- Agent sidebar not restoring after workspace switch.
- Crash in Settings > Agents for workspaces created before the coding-agent override feature.
- Background agents incorrectly waking unrelated coordinators.
- Parent agent resuming too early when a child agent is interrupted.

Mar 19

Auggie CLI 0.20.0 Release Notes

New Features:
- @ Context Picker: Type `@` in the input to browse and attach agents and rules files to your prompt
- Marketplace Auto-Update: Installed marketplace repos are automatically updated in the background on startup; toggle in marketplace settings.
- Recommended Marketplaces: Projects can declare recommended marketplaces in `.augment/settings.json` that prompt installation on first open. These must be in the project level settings.json file
- MCP OAuth Paste Mode: When authenticating MCP servers over SSH, you can now paste the auth code or redirect URL directly instead of relying on localhost redirect
- Effort Levels: Configure agent effort/reasoning levels for chat requests
- Enter Plan Mode Tool: The agent can now enter plan mode mid-conversation when appropriate

Improvements:
- Parallel Tool Execution: The CLI agent loop now executes independent tools in parallel for faster responses
- Plan Mode: Plans are now saved to `~/.augment/plans/` and plan mode enforces strict read-only access
- Notification Bell on Ask-User: Terminal bell now rings when the agent prompts for user input (when `notificationMode` is set to `bell`)
- Custom Command History: Custom slash commands are now saved to input history for easy recall with the up arrow
- Models List: `auggie models list` now shows full model information
- `--help` Output: Added `--queue`, `--show-credits`, and `--mcp` to the CLI help text
- `--augment-session-json` Flag: Now accepts both inline JSON and file paths (e.g., `--augment-session-json ~/.augment/session.json`)
- Conversation Retrieval: Improved relevance ranking and caching for the conversation retrieval tool
- Terminal Tool: Better detection of commands that block waiting for stdin input
- Jira/Confluence Errors: Validation errors from Jira and Confluence are now surfaced in chat instead of showing a generic failure message

Bug Fixes:
- Fixed `/mcp` toggle not actually enabling/disabling MCP servers
- Fixed cursor position after the `/clear` command
- Fixed file write/delete silently failing in multi-folder workspaces
- Fixed queue display showing duplicate messages
- Fixed auggie command [name] syntax for executing custom commands

Mar 18

Intent 0.2.29 Release Note

Highlights:
- Notification MCP tool (`emit_notification`) lets external services push notifications into a workspace and wake specific agents.
- Workspace scripts now persist in `.intent/config.json` so they're shared across sessions.
- Cmd+/ shortcut wired up for the enhance-prompt action in workspace creation.
- Codex model list is now dynamic, matching the models your account has access to.
- Streaming status messages simplified — only the 90-second stalled threshold shows a warning, removing false-alarm "taking longer than usual" messages at 30s/60s.

Fixes:
- Agent chat not streaming on workspace revisit.
- User messages lost during workspace switch.
- Optimistic messages disappearing on force-submit (⌘Enter).
- Space bar not working in spec comments.
- Terminal toggle requiring double-click.
- Browser panels opening in the wrong workspace.
- Broken "Learn More" link in MCP settings.
- Preferred model not resolving for general agents.
- PR not linking to review workspaces.
- Terminal shortcuts blocked when the tab bar was focused.

For developers:
- Browser-mode rendering — Intent can now run in a regular browser while Electron is running, with full data access via an HTTP/WebSocket bridge.

Mar 18

IntelliJ Plugin 0.428.9 Release Note

New Features:
- Extension Status dialog text is now copyable for easier bug reporting.
- Added support for JetBrains 2026.2 EAP IDEs.
- Code Review notification now shown to new users with a link to learn more.
- Enterprise repository allowlist changes now take effect dynamically without restarting the IDE.
- Added sign-out option when accessing a blocked repository.
- Added Beta section in settings for opting into preview features.
- MCP server authentication now supports OAuth scopes.
- MCP servers now prefer stored secrets over config header templates.
- MCP OAuth handles empty client secrets gracefully.
- Tool calls are now rendered in conversation share links.
- Slash commands now support message queueing for improved reliability.
- Improved YAML multiline string support in frontmatter parsing (rules and AGENTS.md files).

Performance:
- Fixed multiple memory leaks (blob URLs, subprocess timeouts, file watchers, timer disposal).
- Added circuit breaker limits to prevent process and terminal file descriptor leaks.
- UI rendering throttled to match display refresh rate for smoother performance.
- Improved message list rendering performance.
- Optimized chat input autocomplete responsiveness.
- Cleaned up subscriptions, event listeners, and orphaned state to reduce memory usage.
- Parallelized task tool operations to prevent hanging.
- Paused frame rate measurement on frame drops to avoid compounding UI jank.

Bug Fixes:
- Fixed settings page stuck loading due to gRPC retry storm.
- Fixed rules and guidelines character limit being too restrictive.
- Fixed missing guidelines chip in chat input context bar.
- Fixed null bytes in apply_patch causing failures.
- Fixed Jira/Confluence 400 validation errors not surfacing in IDE chat.
- Removed max-width cap on chat webview for better use of available space.
- Fixed feature flags race condition during reset.
- Increased selected code budget and added fallback for oversized selections.
- Fixed deleted conversations not being persisted immediately.
- Fixed duplicate response nodes that could cause Anthropic 400 errors.
- Fixed orchestrator prompt extension using override instead of append.
- Fixed tooltip poppers blocking clicks on UI elements.
- Fixed slash command menu text wrapping overflow.
- Fixed enhance prompt shortcut (Cmd+/) not respecting focused input.
- Fixed saga restart using exponential backoff instead of fixed restart.
- Fixed memory settings not propagating to tool list.
- Fixed hierarchical rules cache invalidation after edits.
- Fixed rules file watcher reliability.
- Fixed image preview modals.
- Fixed event loop resilience with throttled resolve-file-request.
- Fixed light/dark mode detection for custom JetBrains themes.

Mar 16

Intent 0.2.26 Release Notes

Notable features:
- Workspace Scripts — detect, manage, and run project scripts (dev servers, builds, tests) directly from the workspace.
- Bun-compiled binary fallback for Auggie install — no longer requires Node.js 22+ to get started.
- Terminal keyboard shortcuts: Cmd+T to create tabs, Cmd+W to close, Cmd+Shift+[/] to cycle between them.

Other improvements:
- Scroll-to-previous arrow on user messages and sticky headers for easier navigation in long conversations.
- Interrupt priority for agent-to-agent messaging — agents can stop each other mid-response for urgent coordination.
- Prompt layer reordering for better sub-agent cache reuse.
- Note names are now clickable links in tool calls, with full content copy support.
- Last response group stays expanded when the response ends on it instead of auto-collapsing.
- Context pills render properly in sticky user message headers.
- SOURCE_BRANCH now available in setup scripts.

Fixes:
- Resolved false "No response received" during tool execution.
- Fixed fullscreen tooltip from massive git error strings.
- Fixed merged PRs disappearing from workspace lists on refresh.
- Fixed duplicate queued events delivered to agents.

Mar 13

Jetbrains Extension v0.428.9 Release Note

New Features
- Plugin update notification when a newer stable version is available.
- Agent can now create files without showing a confirmation popup.
- Added "Copy Conversation ID" option to the thread menu for troubleshooting.
- MCP server headers now support `${augmentToken}` variable expansion for authentication.
- MCP server args now support `${workspaceFolder}` variable expansion.
- Tools display a rules indicator when hierarchical rules are active.
- New guidelines management UI in settings.
- Export logs now includes extension status and JCEF information for better diagnostics.
- Chat mode (Chat vs Agent) now persists across IDE restarts.

Performance
- Faster tool rendering and lazy chat history computation.
- Faster file operations by using NIO-first file access instead of VFS.
- Memory use optimization.
- More accurate conversation summarization.

Bug Fixes
- Fixed a runaway polling loop that could cause high CPU usage when notification API returned errors.
- Fixed file reading failures on network filesystems (falls back gracefully now).
- Fixed indexing timeouts and potential deadlocks for large codebases.
- Fixed several crash-causing issues fixed.
- Fixed stream cancellation not working reliably.
- Fixed Enter key inserting a newline before sending the message.
- Fixed tools occasionally missing on startup due to a race condition.
- Fixed context display in multi-project workspaces.
- Fixed message rendering issues and missing action buttons at end of agent responses.
- Fixed rules not updating after edits and rules file watcher reliability.
- Fixed image preview modals.
- Fixed guidelines not being visible in settings.
- Clearer error messages when context length is exceeded.
- Increased stream timeout to reduce premature disconnects during long operations.
- Disabled "Rebuild Index" option for blocked repositories.
- Better handling of interrupted or empty stream responses.
- Fixed duplicated slash command loading.
- Fixed desktop notification sound issues on Windows.
- Fixed settings page loading spinner and missing tools.
- Fixed abnormal stream termination detection.
- Improved prompt enhancer performance.
- Fixed tool identification hanging from async errors.
- Improved content truncation with content-aware measurement (default raised to 2M).
- Fixed MCP server error messages not showing in settings panel.
- Fixed deleted threads appearing in the threads menu.
- Fixed large protobuf message handling preventing blank webview.
- Fixed hanging loading screen on startup.
- Fixed persistent unread indicator not clearing.
- Fixed sign-out delay.
- Fixed auto mode toggle disappearing after sidebar resize.
- Improved auth error messages.
- Improved MCP config initialization resilience.

Other Improvements
- Improved enterprise repository access controls.
- Shortcut hints are hidden when no keybinding is assigned.
- Improved message handling reliability with internal message queue.
- Prompt enhancer now uses dynamic model selection for cost and performance efficiency.