Install

CHANGELOG

What's New

Features, improvements, and milestones over time.

Feb
Jan
Dec
Nov
Oct
Sep
47 contributions between
Aug 25, 2025
and
Feb 25, 2026
FEBRUARY 2026
10 updates
Feb 24

Intent 0.2.9 Release Notes

This release focuses on UX and reliability improvements for agent workflows.

Highlights:
- Settings page reorganized for clarity.
- Agents are now named by role (Coordinator, Implementor, Verifier) instead of random names.
- Per-group commit buttons in the changes panel let you commit each agent's work independently.
- Auto-commit is now respected everywhere; when turned off, agents will not commit on your behalf.
- Delegated agents reliably inherit their parent's provider, preventing child agents from ending up on the wrong model.

Fixes and small improvements:
- Workspace title now updates for new spaces.
- Improved agent isolation.
- Resolved stale messages after agent wake-ups.
- Fixed streaming state being lost on page refresh.
- Fixed subscription UI reappearing after delegation.
- Various small UI cleanups.

Feb 22

Intent 0.2.8 Release Notes

Highlights:

• File tracking now uses Git blob storage. Diffs and file contents are stored as SHA blobs rather than inline, with lazy resolution and cached repo checks to reduce overhead and improve consistency.

• Open spaces in a new window with Cmd+Click, and a new Markdown file editor has been added for notes and docs.

• More reliable rebase detection. The app now tracks the HEAD SHA and uses follow-up polling so the UI refreshes correctly after both app-initiated and external rebases.

• Fixed model selection in OpenCode. The client now uses `session/set_model` to prevent a silent fallback to OpenRouter.

• No more duplicate task agents. If the target agent is already streaming, the app will skip starting another one.

Bug fixes:

• Atomic file writes no longer hit a race condition (solved with unique temp paths).

• Remote workspace git status no longer truncates filenames.

Feb 19

Intent 0.2.7 Release Notes

  • PR Shepherd specialist for automated PR review cycles.
  • New `wait_for_pr_changes` MCP tool and post-merge workspace reset workflow.
  • Specialists in @ mentions with activity indicators.
  • Agent-list and confirmation UI blocks in tool call display.
  • xhigh reasoning effort level and expanded model list for Codex.
  • Font style settings for Notes and Agent Chat.
  • Auto-retry failed messages for background agents after session recovery.
  • Smart workspace navigation on archive/delete.
  • Content-based binary detection in the diff pipeline.
  • Multi-window support via workspace-scoped IPC broadcasting
  • Fixes: auto-rebase baseSHA and stash handling, queued messages reappearing after send, "Waiting for 0 agents" ghost message, agent display delay in the workspace switcher, MCP server resilience to transient bridge failures, git polling log spam, agent permanent delete from the context menu, stale session writes on before unload, rapid token consumption guard, deferred queued messages for inactive workspaces, improved "agent process died" diagnostics, gitignore race conditions, workspace rename race, model-drop safety warning on provider switch, tool call text overlap, Windows PowerShell setup scripts.
Feb 19

IntelliJ Plugin 0.416.6-stable Release Notes


New Features

- Interrupt and send a new message while the agent is still responding.
- Hook messages are now displayed inline after each tool result.
- Automatic conversation history summarization for long conversations.
- Copy the request ID from the "Generating response" indicator for troubleshooting.
- Improved OAuth support for MCP servers (including support for custom client IDs).
- Re-authenticate button for MCP servers that require renewed credentials.
- Updated onboarding experience with a new home page.
- Default repository and prompt mode options in code review settings.

Performance

- Faster file discovery and indexing.
- Improved responsiveness under load by reducing contention with the IDE.
- Reduced UI freezes and improved responsiveness.
- Improved streaming performance and reduced memory usage in chat.

Bug Fixes

- Fixed agent getting stuck on "Generating response" after terminal errors or timeouts.
- Fixed an issue where settings sometimes failed to load after updating.
- Fixed Cmd/Ctrl+Backspace not deleting text properly in the chat input.
- Fixed multi-repo context dropdown not updating correctly.
- Fixed Enter key in the mentions menu accidentally sending the message.
- Fixed prompt enhancement removing the Ask Mode badge.
- Fixed navigation to rules and memories from chat.
- Fixed IDE freeze when closing a project during active indexing.
- Fixed conversation state not loading properly on reconnect.
- Fixed an issue where some thinking details could be missing after reloading a conversation.
- Fixed chat window resize issues with infinite scroll.
- Fixed autocomplete suggestions appearing during dictation or IME composition.
- Fixed `.gitignore` pattern matching for filenames containing three or more consecutive dots.
- Fixed hook messages not rendering for nested tool calls.
- Fixed tilde (~) not expanding in hook command paths.
- Fixed export logs producing errors and incorrect filenames.
- Fixed network retry logic for transient API errors.
- Fixed memory settings not being reflected properly.

Compatibility

- Added support for JetBrains 2026.1 EAP.

Other Improvements

- Keyboard shortcuts are now scoped to the focused context to avoid conflicts.
- Chat settings changes take effect immediately without restarting the conversation.
- Terminal tool now closes stdin by default for better command handling.
- Hook matchers are now optional and default to matching all events.
- Context-aware status messages during response generation.
- Improved token counting accuracy for conversation context.

Feb 18

Intent Version 0.2.6

Version 0.2.6 includes UI and workflow improvements, agent and workspace enhancements, git/PR features, Windows compatibility fixes, and numerous bug fixes.

Highlights:
- Material file type icons in the file tree
- Dotfiles now visible; gitignore negation patterns fixed
- Rich browser tool call display with inline screenshots
- Copy button on code blocks in Spec/Note view
- Enhance prompt button on workspace initializer
- Agents available in @ mention menu
- Window sessions restore on app reopen
- Repos persist in registry across workspace deletion
- Auto-rebase on conflict-free merge
- PR mergeability and conflict detection tools
- Bulk archive/delete for workspaces
- Links open in embedded browser panel by default
- Windows compatibility improvements across process spawning, path handling, and build scripts

Fixes and reliability improvements:
- Fixed ACP process accumulation and orphaned MCP/agent processes on quit
- Prevented MCP zombie restarts; improved process tree cleanup for terminals and git timeouts
- Spellcheck fixes in notes
- Fixed setup script garbled commands
- Improved auggie detection for nvm/fnm/volta
- Fixed drag-and-drop file mentions and folder expansion after cache expiry
- Addressed stale git status and workspace sort jumping
- Fixed Claude Code provider bugs
- Resolved Check for Updates hanging

Feb 18

Intent 0.2.6 Release Notes

  • Material file type icons in the file tree.
  • Dotfiles now visible, gitignore negation patterns fixed.
  • Rich browser tool call display with inline screenshots.
  • Copy button on code blocks in Spec/Note view.
  • Enhance prompt button on workspace initializer.
  • Agents available in @ mention menu.
  • Window sessions restore on app reopen.
  • Repos persist in registry across workspace deletion.
  • Auto-rebase on conflict-free merge.
  • PR mergeability and conflict detection tools.
  • Bulk archive/delete for workspaces.
  • Links open in embedded browser panel by default.
  • Windows compat improvements across process spawning, path handling, and build scripts.

Fixes:

  • ACP process accumulation, orphaned MCP/agent processes on quit, MCP zombie restarts, process tree cleanup for terminals and git timeouts, spellcheck in notes, setup script garbled commands, auggie detection for nvm/fnm/volta, drag-and-drop file mentions, folder expansion after cache expiry, stale git status, workspace sort jumping, Claude Code provider bugs, Check for Updates hanging.
Feb 16

Intent 0.2.5 Release Notes

This release delivers macOS performance improvements, new provider and build infrastructure, UX updates for agents and setup scripts, plus a number of bug fixes.

Highlights:
- Native FSEvents on macOS for instant git status and background git operations across workspace navigation.
- Reasoning effort levels for Codex.
- GitHub PR comment tools in the workspace MCP, plus keyboard shortcuts for suggested prompts.
- Delegated agents are now nested under their delegator in the agents list.
- Redesigned setup script editor (two-column modal) and a setup script banner in the terminal.

Fixes:
- Several agent event subscription bugs.
- Specialist model reverting.
- Streaming state issues during agent creation.

Feb 13

Intent 0.2.4 Release Notes

- Developer specialist : new agent that plans, implements, and verifies in one shot
- Merge via PR — merge through a PR or locally from the commit panel
- Splash screen with logo while the app boots
- Branch prefix preference included in agent system prompts
- E2E smoke tests across all available providers

Fixes:

- OpenCode model picker no longer reverts to the first model on every open
- Delegated agents that error now emit agent:failed so the parent wakes up
- Fixed workspace open loop, blank chat panel on switch, empty panel flash on load
- Auto-commit race condition; cascading timeout when rapidly editing messages
- Image/file attachments work across message flows; image-only messages send correctly
- Branch rename validates the old ref before trying (no more fatal)
- Ctrl+W passes through to terminal on macOS
- Misc: spaces overlay UX, new-space modal polish, sidebar icons, commit panel, loading states

Feb 12

Intent 0.2.3 is live

2 New features:

  • One-click Auggie Context Engine install for Claude Code, Codex, and OpenCode
  • u/terminal mentions — Agent can now read from and interact with terminal sessions

Bunch of fixes:

  • Auth — New browser-based login flow with polling and manual paste fallback
  • Agent stability — Fixed several causes of agents getting stuck or producing corrupted output
  • Tool call rendering — Cleaner display for tool calls like delegate-task and run-command
  • Auto-commit — Inline status in chat, fixed empty commit messages, better local repo support
  • UI polish — Theme fixes, draggable title bar, scrolling and crash fixes in editors
  • Provider fixes — Fixed race conditions and bad model IDs in external provider connections
  • Crash fixes — Handled various edge cases causing crashes in terminals, tooltips, and file trees
Feb 12

Auggie CLI 0.16.0 Release Notes

New Features
- Localhost OAuth login: local sessions now authenticate via browser-based OAuth flow instead of JSON paste
- Session naming: name of sessions via `/rename` command is now displayed to the user
- Model picker search: Option+M hotkey opens the model picker, which now supports search/filter
- Prompt stashing: press Ctrl+S while typing to stash your prompt and recall it later
- `/stats` command: view session billing and usage details
- MCP server toggling: enable/disable individual MCP servers from the MCP popover
- MCP log streaming: MCP server logs are now visible in the TUI for easier debugging
- MCP token variable: `${augmentToken}` variable expansion available for MCP server headers
- `.agents` directory: added support for `.agents` directory for skill and agent discovery
- History summarization indicator: visual indicator shown when conversation history is being summarized
- Hierarchical rules indicator: visual indicator showing active AGENTS.md rules

Improvements
- Auth flags: added `--augment-session-json` flag and `AUGMENT_SESSION_AUTH` env var as recommended auth methods (old flags deprecated but still work)
- MCP compatibility: improved compatibility with non-standard MCP server JSON schemas (e.g., mcp-server-terminal)
- View tool display: correctly shows "read directory" with entry count instead of "read file" with "0 lines"
- Image attachment indicator moved closer to the input textbox
- Removed distracting "Your queue is done!" popup
- Removed misleading "To see what's new" message after upgrade

Bug Fixes
- Fixed Ctrl+C not exiting the CLI on macOS (no longer requires `kill -9`)
- Fixed crash on exit on Windows (UV_HANDLE_CLOSING assertion)
- Fixed crash when pasting text or using Ctrl+P prompt enhancement
- Fixed `/logout` requiring two attempts to fully log out
- Fixed built-in subagents (explore, plan) disappearing after config changes
- Fixed sub-agents hanging indefinitely during codebase retrieval
- Fixed interleaved/garbled streaming output when sending messages rapidly
- Fixed Option+Backspace word deletion in kitty protocol terminals
- Fixed Ctrl+W word deletion not treating newlines as word boundaries
- Fixed verbose mode truncating the first line of bash command output
- Fixed `--quiet` flag not suppressing MCP server initialization messages
- Fixed MCP server OAuth authentication not responding to Enter key
- Fixed session resume failing after workspace switch
- Fixed `/new` command in cloud agent mode not creating a new session
- Fixed message queue stalling until a new message was sent
- Fixed spurious warnings when settings.json is empty
- Fixed prompt hint color changing when text wraps to a new line
- Fixed custom command parameter hint not disappearing after typing a space
- Fixed text wrapping issues at narrow terminal widths
- Fixed `auggie tools remove` not showing an error for non-existent tools
- Fixed sub-agent failures showing "Done in 0s" instead of error details
- Improved error messages when resuming sessions