Skip to main content

How Do I Install an AI Agent in VS Code?

Aya
AyaEngineer
Share

How Do I Install an AI Agent in VS Code?

Install a VS Code AI agent from the provider's verified Marketplace listing, confirm the publisher, review permissions and data terms, then test it on a non-destructive repository task. Avoid copied installers or extension IDs from unverified pages.

Independent comparison note: Verdent is not affiliated with, endorsed by, or sponsored by the third-party products and providers referenced on this page. Product and company names are the property of their respective owners. Details were checked against the linked official sources; current account pages remain authoritative.

For Verdent, the official extension identifier is verdentai.verdent. You can install it from the Marketplace, search for “Verdent” in the Extensions panel, or run:

code --install-extension verdentai.verdent

Verdent's current documentation requires VS Code 1.90.0 or later and an active internet connection. After installation, open the Verdent sidebar, sign in through the official flow, and open the intended project.

Verify the setup before allowing edits:

  1. Ask the agent to explain the repository without changing files.
  2. Confirm the files, commands, and tools it inspected.
  3. Configure file, terminal, network, and approval permissions.
  4. Run one small reversible task, review the diff, and execute the project's checks.
  5. Confirm you can disable or uninstall the extension and revoke connected access.

Sources: Verdent for VS Code overview, official Marketplace listing, and Verdent download page.

Related reading: How to install an AI coding agent and AI agents in VS Code and JetBrains.

Aya
Written byAyaEngineer

ソフトウェア開発の現場で、AIコーディングエージェントとワークフロー自動化を検証しています。公式ドキュメントと実際の挙動を突き合わせ、どこまでが仕様で、どこからが自分の環境の話なのかを分けて書くことを大事にしています。扱うのは主に、エージェントの権限設計、承認フロー、チームでの導入判断の3点です。

Related Guides