Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/ai-coder/ide-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Running coding agents in Coder workspaces provides several advantages over runni

Follow the Coder Documentation for [Connecting to Workspaces](../user-guides/workspace-access/index.md) to connect to your Coder Workspaces with your favorite IDEs.

## Types of Coding Agents

Coder supports a wide range of coding agents that can be integrated into your development workflow:

### IDE-Integrated Agents

- **Cursor** - AI-first code editor with built-in pair programming
- **GitHub Copilot** - AI pair programmer that suggests code completions
- **Windsurf** - AI-powered development environment
- **RooCode** - Intelligent code assistant
- **Sourcegraph Cody** - AI coding assistant with codebase context
- **Zed** - High-performance collaborative code editor
- **AWS Q Developer** - AI-powered assistant for AWS and general software development. Learn more about our [AWS Q Developer module](https://registry.coder.com/modules?tag=amazon-q) for easy integration.

## Pre-Configuring Extensions & Plugins

Read our [VS Code module documentation](https://registry.coder.com/modules/coder/vscode-web) for examples on how to pre-install plugins like GitHub Copilot, RooCode, Sourcegraph Cody, and more in Coder workspaces.
Loading