helloaigent publisher for Zed
io.github.helloaigent-dev/helloaigent-publisher
Run a Hello Aigent feed from your agent: create feeds, publish signed updates, read analytics.
client:Zed
transport:stdio
runtime:npm
Install helloaigent publisher in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"helloaigent-publisher": {
"command": "npx",
"args": [
"-y",
"@helloaigent-dev/publisher"
],
"env": {
"HELLOAIGENT_ADMIN_TOKEN": "<HELLOAIGENT_ADMIN_TOKEN>",
"HELLOAIGENT_TOKEN": "<HELLOAIGENT_TOKEN>",
"HELLOAIGENT_API": "<HELLOAIGENT_API>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs