██╗ ██╗████████╗ ██╗██████╗ ███████╗
██║ ██║╚══██╔══╝ ██║██╔══██╗██╔════╝
██║ ██║ ██║ ██║██║ ██║█████╗
╚██╗ ██╔╝ ██║ ██║██║ ██║██╔══╝
╚████╔╝ ██║ ██║██████╔╝███████╗
╚═══╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝
AI-native Zed setup · companion to VT Terminal
AI-native Zed setup. Inline AI suggestions as you type, MCP tools wired into the agent panel, every dock pinned to the right, and a theme that doesn't hurt your eyes.
Companion to VT-Terminal-Project.
Powered by Zeta, Zed's built-in edit-prediction model — enabled by default, no sign-in required.
| Feature | What you get |
|---|---|
| Inline completions | Ghost-text snippet suggestions while you type — accept with Tab |
| Edit predictions | Multi-line refactor suggestions Zed proposes from your recent edits |
| Inline assist | Ctrl+Enter on a selection → AI rewrites it in place |
| Agent panel | Ctrl+Shift+A → full chat with MCP tools attached |
- GitHub — query PRs, issues, reviews directly from the agent panel (replaces the old
vt-prscript) - Context7 — up-to-date library docs, kills the stale-training-data problem
- Serena — semantic code search + symbol-level edits
Kept the ones that work outside Zed and don't duplicate built-ins.
| Command | What it gives you |
|---|---|
vt-diff |
Structured summary of your diff: Summary · Key changes · Impact · Risk |
vt-review |
Code review on staged changes or a branch |
vt-conflict |
Merge-conflict resolver with repo context |
vt-ide |
Print the VT IDE banner |
Removed:
vt-commit(Zed's git panel generates commit messages with AI) andvt-pr(covered by the GitHub MCP server).
Outline, git, agent, chat, notifications, debugger, and collaboration panels are all docked to the right. The project panel sits on the left, tab close buttons on the left. The editor stays the focus, the bottom dock stays free for the terminal.
Catppuccin theme + icons (system light/dark), Discord presence, language packs for TOML / Dockerfile / .env / shell / GitHub Actions, inline git blame, format-on-save, Zeta inline AI predictions.
Full shortcut + script reference: cheatsheet/zed-shortcuts.md.
git clone https://github.com/ValentinTorassa/VT-IDE-Project.git ~/.ide-config
cd ~/.ide-config && ./install.shmacOS or Linux · Zed v0.200+ · Claude Code CLI · gh · jq · delta · uv (for Serena)
- GitHub:
export GITHUB_PERSONAL_ACCESS_TOKEN=...(scopes:repo,read:org), launch Zed from that shell - Context7 / Serena: no auth
GPL-3.0 — see LICENSE.