vibemovie for Zed
io.github.pooriaarab/vibemovie
Turns an agent coding session into a short recap video. Local-first.
client:Zed
transport:stdio
runtime:npm
Install vibemovie in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vibemovie": {
"command": "npx",
"args": [
"-y",
"vibemovie"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs