Skip to content

ValentinTorassa/VT-IDE-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VT IDE Project

 ██╗   ██╗████████╗    ██╗██████╗ ███████╗
 ██║   ██║╚══██╔══╝    ██║██╔══██╗██╔════╝
 ██║   ██║   ██║       ██║██║  ██║█████╗
 ╚██╗ ██╔╝   ██║       ██║██║  ██║██╔══╝
  ╚████╔╝    ██║       ██║██████╔╝███████╗
   ╚═══╝     ╚═╝       ╚═╝╚═════╝ ╚══════╝
        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.


What it does

AI suggestions in code (inline, as you type)

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

MCP tools wired into the agent panel

  • GitHub — query PRs, issues, reviews directly from the agent panel (replaces the old vt-pr script)
  • Context7 — up-to-date library docs, kills the stale-training-data problem
  • Serena — semantic code search + symbol-level edits

Terminal scripts (Claude-backed, headless)

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) and vt-pr (covered by the GitHub MCP server).

Layout

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.

Zed setup

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.


Install

git clone https://github.com/ValentinTorassa/VT-IDE-Project.git ~/.ide-config
cd ~/.ide-config && ./install.sh

Requirements

macOS or Linux · Zed v0.200+ · Claude Code CLI · gh · jq · delta · uv (for Serena)

MCP auth

  • GitHub: export GITHUB_PERSONAL_ACCESS_TOKEN=... (scopes: repo, read:org), launch Zed from that shell
  • Context7 / Serena: no auth

License

GPL-3.0 — see LICENSE.

About

Personal IDE setup for macOS — Zed editor, Claude AI agent integration, and AI-powered git workflows. Companion to VT-Terminal-Project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages