quilt for VS Code
io.github.wkoverfield/quilt
Track which AI agent wrote which lines in a shared Git checkout; each commits only its own lines.
client:VS Code
transport:stdio
runtime:npm
Install quilt in VS Code
.vscode/mcp.json
{
"servers": {
"quilt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@quilt-dev/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs