BugProof for Zed
io.github.sidinsearch/bugproof
Capture, replay, and debug failures with portable, executable bug artifacts
client:Zed
transport:stdio
runtime:npm
Install BugProof in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bugproof": {
"command": "npx",
"args": [
"-y",
"bugproof"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs