Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GW AM BetaNew to Visual Studio Code? Get it now.
GW AM Beta

GW AM Beta

ACN-GW

|
1 install
| (0) | Free
An interface to trigger and interact with GW Agents directly in your editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent Manager

A VS Code extension that provides an AI-powered chat interface in your sidebar for interacting with AI agents. The extension allows you to communicate with configured agent teams, upload workspace context, and review code artifacts generated by agents from Agent Manager.

Getting Started

Initial Configuration

When you first open the extension, you'll see a warning indicator on the settings icon. Click the settings icon (gear) to configure your connection to Agent Manager:

  1. Agent Manager URL: Your Agent Manager instance URL (e.g., https://client.dev-agentmanager.com)
  2. API URL: Your Agent Manager API endpoint
  3. API Key: Your authentication key for Agent Manager

After saving your settings, the extension will automatically fetch available agents from your configured instance.

Selecting an Agent

  1. Click the agent icon (robot) in the chat window
  2. Choose between Orchestrators and Super Agents tabs
  3. Search or browse the available agents
  4. Select an agent and click Save

The selected agent name will appear at the bottom right of the chat input.

Using the Extension

Sending Messages

Type your message in the input box and click Send. The agent will process your request and provide responses in the chat.

Uploading Workspace Context

Toggle the "Upload Workspace" switch in the input area to include your current workspace files with your message. This helps agents understand your project structure.

Attaching Additional Files

Click "Attach Context" to select specific files to send along with your message. This is useful for providing configuration files, documentation, or other relevant context.

Reviewing Artifacts

When agents generate code changes, an artifact card will appear in the chat:

  1. Click "Download & Compare" to see what files will be changed
  2. Review the differences for each file
  3. Click "View Diff" to see detailed changes in VS Code
  4. Click "Approve" to apply changes or "Reject" to dismiss
  5. Use "Approve All" or "Reject All" for bulk actions

Viewing Execution Traces

Click "Monitor on Agent Manager" (when available) to see detailed execution traces in your Agent Manager instance.

Monitoring Progress

  • Agent execution steps appear as expandable cards
  • Click any agent card to expand and see detailed step information
  • The statistics panel (graph icon) shows token usage and execution metrics
  • Use the stop button to cancel a running agent task

Troubleshooting

Warning badge on settings icon

  • Your Agent Manager connection is not configured. Click the settings icon to enter your credentials.

No agents available

  • Verify your Agent Manager URL and API key are correct
  • Check that your Agent Manager instance has Agents
  • Click the refresh button in the agent panel to fetch the latest list

Upload fails

  • Ensure your API key has permission to upload files
  • Check that your workspace folder is not too large
  • Verify your network connection

Agent not responding

  • Check the execution trace in Agent Manager
  • Verify the selected agent is active and properly configured
  • Try stopping and restarting the task

Trace Error

  • Sometimes occurs when user's internet drops
  • Should automatically fix itself once internet connection restores

Privacy & Security

By default, workspace upload is disabled. Enable it only when you want to share your project context with agents in Agent Manager. You can toggle this setting at any time in the input area or settings panel.

Attached files are uploaded securely to your configured Agent Manager instance. Files are processed according to your organization's data handling policies.

Changelog

Version 0.6.0 - 02/09/2026

  • Rebuilt Copilot mode on the Pi Agent SDK. It now runs in-process instead of launching a bundled agent binary, which makes replies start faster and cuts the size of the extension substantially
  • Enabled shell commands by default. The Enable Bash toggle and its risk prompt are gone; every command still needs your per-command approval, and the enterprise guardrail continues to hard-block destructive commands such as file deletion, dropping or truncating databases, disk wipes, and rewriting git history
  • Added subagents that Copilot can delegate self-contained tasks to, each with its own context window, shown as coloured indicators above the input while they work
  • Improved token accounting to record actual prompt and completion tokens per message, so weekly usage now reflects real consumption rather than an estimate
  • Added support for using a Bedrock application inference profile ARN as the Copilot model, alongside plain model IDs
  • Added a confirmation prompt whenever Copilot reads or writes a file outside your workspace, showing the full path. This applies even in "Edit automatically", so nothing outside your project is touched without you seeing it
  • Changed the minimum required VS Code version to 1.105

Version 0.5.2 - 27/08/2026

  • Fixed @-mentioned files losing their folder structure when attached to a reply. They are now bundled into a single zip that keeps each file's workspace path, matching how they are sent with a new message
  • Enabled problem reports to be submitted from the main chat and profile configuration
  • Added EID validation for when users enter their email rather than just the ID

Version 0.5.1 - 18/08/2026

  • Added a welcome page that opens in the editor on startup, showing where the Agent Manager panel lives and how to reopen it. Turn it off with "Don't show this again" on the page, or the "Show welcome page on startup" setting
  • Added a "Customize" button in Preferences that opens a searchable list of everything excluded from a workspace upload. Enforced patterns (secrets, keys, build output) always apply and are shown locked; you can additionally exclude common file types like .jar, extra folders like target/ and vendor/, and any folder from your own workspace
  • Grouped the Preferences tab under "User Preferences" and "Agent Manager" headings
  • Added message history to the chat input: press the Up arrow with the cursor at the start of an empty or unedited message to open your last 10 sent messages, most recent at the bottom, and keep pressing Up to go further back. Press Enter to bring one into the input. Long entries fade at the right edge and scroll through when you hover them. History is shared by both modes and kept between sessions
  • Added a "Send Problem Report" button that appears when Access Key validation fails. It uploads a diagnostic log to Agent Manager so support can investigate, and shows a reference ID to quote. Reports are limited to one every 3 minutes

Version 0.5.0 - 17/08/2026

  • Added a copy button to chat messages in Agent Manager mode, below the agent's reply and under your own message, which reveals a "Copy" label on hover and confirms with a check when clicked
  • Added Session History to Agent Manager mode: the clock icon in the top bar lists your past sessions (searchable, with agent name, age, and outcome), and opening one rebuilds the full conversation - your messages and replies, agent messages, trace cards, and artifacts
  • Enabled reconnecting to a session that is still running: opening it resumes live updates from where it left off, and reopens the reply box if the agent is waiting on you
  • Added a notice over the message box when you open a session that has already finished, explaining that the agent has terminated and that sending a message starts a new one, with Dismiss and Start New Session

Version 0.3.6 - 10/08/2026

  • Revamped trace UI/UX in Agent Manager mode
  • Added an opt-in "Enable Bash" toggle (in the Copilot input box's permission dropdown, behind a risk-acknowledgement prompt) that lets the agent run shell commands. Off by default. When enabled it is guarded two ways: a built-in denylist hard-blocks destructive commands (any rm file deletion, zeroing a file, dropping a database, formatting a disk, force-push, etc.), and every other command requires your per-command approval — including in "Edit automatically" mode

Version 0.3.5 - 04/08/2026

  • Added @-mention file autocomplete in Agent Manager mode: type "@" in the chat to instantly search workspace files and attach one, which both inserts an inline reference and uploads the file
  • Changed @-mentioned files to upload as a single zip that preserves each file's workspace path (e.g. src/out/main.css), kept separate from the individually-uploaded "Attach Context" files
  • Added blue, bold styling for @-mentioned file references in the chat input, clickable to open the file in the editor
  • Added a "Workspace attached" indicator under the sent message when Upload Workspace is enabled
  • Changed the UI accent from purple to theme-adaptive neutral colors (near-white on dark themes) across buttons, section labels, selection states, tabs, and badges
  • Updated the agent selection pane: hid raw agent IDs, show "Super Agent" for team agents, and added an info button that opens an Agent Details pane (name, description, ID, type)

Version 0.3.4 - 03/08/2026

  • Changed Upload Workspace to include every folder of a multi-root workspace (each under its own subfolder) instead of only the first
  • Added a live file/size count to the "Zipping workspace..." notification during upload

Version 0.3.3 - 31/07/2026

  • Hotfix for message rendering in Agent Manager mode
  • Hotfix for Upload Workspace toggle
  • Updated Copilot mode

Version 0.3.2 - 30/07/2026

  • Added Questions for User support for Agent Manager mode
  • Updated Send Message and User Input polling logic to support Agent Manager v1.1+

Version 0.3.1 - 29/07/2026

  • Added base64 Image rendering in Markdown preview
  • Added Tags filter for Orchestrator and Super Agents in Agent Manager mode
  • Changed extension icon

Version 0.3.0 - 08/06/2026

  • Enabled optional Conversational AI Agent Manager mode (Bedrock required)
  • Added Markdown preview feature with highlight to suggest amendments

Version 0.2.1 - 26/05/2026

  • Added VSCode message for user to restart window upon updating extension
  • Tabulated Settings panel in Agent Manager mode to reduce visual clutter
  • Added Profiles feature for Agent Manager mode, for ease of switching instances

Version 0.2.0 - 15/05/2026

  • Added nested tracing view of Orchestrator/Sub-orchestrator and downstream Super Agents in Agent Manager mode
  • Added Message queueing for Agent Manager mode
  • Added top bar for Agent Manager, enabling new sessions, clearing conversation and view graph of the seelcted Agent
  • Added support for Copilot to ask user questions
  • Enhance UI/UX for awareness of subagents running in Copilot mode

Version 0.1.9 - 14/05/2026

  • Added view graph feature for Agent Manager agents via. Agent selection panel using React Flow
  • Create platform specific binary support when compiling VSIX

Version 0.1.8 - 12/05/2026

  • Enabled resume on past Copilot sessions
  • Enhanced token usage breakdown (System tools, skills, etc.) in Copilot sessions

Version 0.1.7 - 11/05/2026

  • Added auto-logout for user authentication, requiring user to re-validate login details
  • Added token usage tracking/visualisation and weekly limits for Copilot mode

Version 0.1.6 - 08/05/2026

  • UI/UX related adjustments
  • Added more files to exclusion list when uploading workspace to Agent Manager
  • Added Warning disclaimer before approving artifact file changes
  • Disabled Copilot button when Agent is running in Agent Manager mode

Version 0.1.5 - 06/05/2026

  • Added Enterprise ID user Auth, mandating verification before usage of Extension
  • Improved cleanup of local stale artifacts from Agents

Version 0.1.0 - 25/03/2026

  • Introduced Copilot mode

Version 0.0.5 - 18/02/2026

  • Migrated GQL API key storage to VSCode's native Secret Storage
  • Added HTTP timeout handling to all fetch requests to prevent indefinite hangs
  • Replaced all console.log/warn/error with VSCode LogOutputChannel for proper conditional debug logging; sensitive API response data redacted from debug output
  • Replaced all any types with proper TypeScript interfaces
  • Deduplicated GraphQL fetch boilerplate with shared executeGraphQL base method
  • Added network disconnection detection with user-friendly error messages, polling spam prevention, and auto-recovery notification
  • Added SSL certificate error handling for corporate proxy/VDI environments; respects VS Code's http.proxyStrictSSL setting
  • Test connection now surfaces actionable error details on failure instead of generic "Connection Failed"
  • Refactored monolithic structure into modular handlers, HTML templates, and external webview
  • Consolidated multiple GraphQLService instantiations into a single shared instance with dependency injection

Version 0.0.4 - 04/02/2026

  • Added Conversation state persistence - conversation history and UI state now preserved when switching VSCode tabs
  • Updated Onobarding Experience to have less information overload
  • Added Test Connection button in settings panel for immediate validation of Agent Manager credentials
  • Rebranded from GenWizard Agent Manager to → Agent Manager

Version 0.0.3 - 02/02/2026

  • Added help button with explanation of the extension, as well as brief feature documentation
  • Added confirmation dialog before sending messages (configurable in settings)
  • Send/Reply button now disables when message input is empty
  • Disabled Enter key for sending messages to prevent accidental sends
  • Added visual organization to settings popup with section headers
  • Added "Agent Manager" and "User Preferences" section headers in settings
  • Added "Don't show again" option (configurable in settings) for welcome guide dialog
  • Added upload workspace warning dialog when enabling workspace upload
  • Added notification in settings panel when changes are made that may require restart
  • Added download progress to Artifact Download for better UX when handling large files
  • Added external link buttons to open agents in Agent Manager, inside Select Agent panel
  • Added dismiss button to Error messages to let the user hide false positives (e.g. User internet connection drops out)

Version 0.0.2 - 23/12/2025

  • Extension now appears in right sidebar by default
  • Added validation to prevent sending messages without selecting an agent
  • Fixed agent tracing to refresh settings without requiring VS Code restart
  • Added onboarding modal for first-time setup
  • Improved artifact review workflow with individual file approval
  • Added settings validation with visual warnings
  • Implemented agent list caching with refresh button
  • Enhanced button styling for better contrast
  • Added statistics panel for execution metrics
  • Improved file attachment handling with preview
  • Fixed artifact approval UI for modified files
  • Added button to view trace in Agent Manager

Version 0.0.1 - 17/12/2025

  • Initial release with basic chat functionality
  • Agent selection and configuration
  • Workspace upload support
  • Real-time trace monitoring

Disclaimer: This extension is an independent, internally-developed tool and is not officially affiliated with, endorsed by, sponsored by, or in any way associated with ACN or any of its subsidiaries or affiliates. All product names, logos, brands, and trademarks mentioned are the property of their respective owners. Use of any such names or marks does not imply any affiliation or endorsement.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft