willitsend for Zed
io.github.abryfs/willitsend
Deterministic pre-send lint for SMS/iMessage: silent carrier filtering and segment blowups.
client:Zed
transport:stdio
runtime:npm
Install willitsend in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"willitsend": {
"command": "npx",
"args": [
"-y",
"willitsend"
],
"env": {
"AGENTPHONE_API_KEY": "<AGENTPHONE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs