smolanalytics for Zed
io.github.arjun0606/smolanalytics
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
client:Zed
transport:stdio
runtime:oci
Install smolanalytics in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"smolanalytics": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/arjun0606/smolanalytics:v0.92.1"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs