EditorsWorks
VS Code
Open the worktree folder and review the diff like any other branch.
What is VS Code?
Watchfire and VS Code don't compete — Watchfire runs the agent in a worktree, and VS Code reads the worktree like any other folder.
VS Code + Watchfire
- Open .watchfire/worktrees/<n>/ in VS Code to inspect a task while it's running.
- Each worktree is a real checkout, so VS Code's git UI shows the task branch and diff like any other branch.
- No extension to install — Watchfire is a separate CLI/TUI/GUI; the editor is just the lens you read code through.
Other editors integrations
Ready to go
Get started with Watchfire
Install in seconds. Define tasks. Let agents ship code for you.
Download for macOSAvailable for macOS, Linux, and Windows
install
# Install via Homebrew (macOS)$
brew tap watchfire-io/tap$
brew install --cask watchfire-io/tap/watchfire# Set up your project and go$
watchfire init$
watchfire task add "Build the login page"$
watchfire start --allIncludes GUI, CLI, and daemon. Also available via Homebrew.