Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Raven AgentNew to Visual Studio Code? Get it now.
Raven Agent

Raven Agent

EverMind-AI

|
1 install
| (1) | Free
Open the Raven TUI inside the VS Code integrated terminal.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Raven VS Code Extension

Open the Raven TUI inside the VS Code integrated terminal, mirroring the OpenCode extension model.

Features

  • Editor title button next to the active file tab plus the command palette entry Raven: Open TUI
  • Launches raven tui in an editor-area tab named Raven (the terminal sits in the file tab row, like the OpenCode extension); the terminal process is raven itself, so arguments pass through argv with no host-shell expansion
  • Reuses the running terminal; recreates it after it closes
  • Resolves the raven executable automatically: raven.executablePath or RAVEN_BIN (~ expanded), then which / where, then a bash/zsh login shell probe (for GUI-launched VS Code that lacks the shell rc PATH), then uv run raven
  • Launches with the login shell environment merged in (bash/zsh on POSIX, PowerShell on Windows), so proxy settings and API keys from your shell rc apply to raven inside VS Code

Requirements

  • Raven installed (raven CLI on PATH), or set the raven.executablePath setting

Settings

  • raven.executablePath: absolute path to the raven executable (~ is expanded). Empty by default; resolution falls back to PATH and uv.
  • raven.extraArgs: extra arguments passed after raven tui.

Development

npm install
npm run build

Then press F5 in VS Code to launch the extension development host, and run Raven: Open TUI there.

License

Apache-2.0

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft