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

GW AM

ACN-GW

|
2 installs
| (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 "View in 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.3.1 - 09/06/2026

  • Added base64 Image rendering in Markdown preview

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
© 2026 Microsoft