Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

update fix with ai agents list#455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ankitjena merged 2 commits intomainfromadd-agents
Jul 16, 2025
Merged
Changes fromall 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
16 changes: 10 additions & 6 deletionsdocs/guides/config-vscode.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,17 +28,21 @@ The **Agent Type** setting lets you choose the extension's response to using the

-**Native**: The extension prompts the AI agent associated with your IDE to apply the suggested fix.

This works only with VSCode,using Copilot. If you have this option selected when using a different IDE, then the extension instead copies the prompt to your clipboard.
This works only with VSCode(using Copilot) and Cursor(you have to start the task). If you have this option selected when using a different IDE, then the extension instead copies the prompt to your clipboard.

-**Claude Code**: The extension opens the Terminal pane of your IDE and tries to use the`claude` command-line program to apply the suggested fix to your code. You need to have Claude Code installed for this option to be effective.
-**Claude Code**: The extension opens the Terminal pane of your IDE and tries to use the`claude` command-line program to apply the suggested fix to your code. You need to have[Claude Code](https://www.anthropic.com/claude-code) installed for this option to be effective.

-**Codex CLI**: The extension opens the Terminal pane of your IDE and tries to use the`codex` command-line program to apply the suggested fix to your code. You need to have Codex CLI installed for this option to be effective.
-**Codex CLI**: The extension opens the Terminal pane of your IDE and tries to use the`codex` command-line program to apply the suggested fix to your code. You need to have[Codex CLI](https://github.com/openai/codex) installed for this option to be effective.

-**Cline**: The extension opens the`Cline` sidebarandruns a taskto apply the suggested fix to your code. You need to havethe`Cline` extension installed for this option to be effective.
-**OpenCode**: The extension opens theTerminal pane of your IDEandtries to use the`opencode` command-line programto apply the suggested fix to your code. You need to have[OpenCode](https://opencode.ai) installed for this option to be effective.

-**Roo**: The extension opens the`Roo` sidebar and runs a task to apply the suggested fix to your code. You need to have the`Roo` extension installed for this option to be effective.
-**Cline**: The extension opens the`Cline` sidebar and runs a task to apply the suggested fix to your code. You need to have the[Cline](https://cline.bot/) extension installed for this option to be effective.

-**Kilo Code**: The extension opens the`Kilo Code` sidebar and runs a task to apply the suggested fix to your code. You need to have the`Kilo Code` extension installed for this option to be effective.
-**Roo**: The extension opens the`Roo` sidebar and runs a task to apply the suggested fix to your code. You need to have the[Roo](https://github.com/RooCodeInc/Roo-Code) extension installed for this option to be effective.

-**Kilo Code**: The extension opens the`Kilo Code` sidebar and runs a task to apply the suggested fix to your code. You need to have the[Kilo Code](https://kilocode.ai/) extension installed for this option to be effective.

-**Augment Code**: The extension opens the`Augment Code` sidebar with the prompt to apply the suggested fix to your code, and you can start the task. You need to have the[Augment Code](https://www.augmentcode.com/) extension installed for this option to be effective.

-**Clipboard**: The extension copies prompt text describing the suggested fix to your clipboard. From there, you can manually paste the prompt into the coding AI agent that you use with your IDE.

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp