Skip to content
Zed

Awaitless for Zed

io.github.xpluspro/awaitless

Durable execution and named concurrency queues for coding agents across local, SSH, and Slurm.

client:Zed transport:stdio runtime:pypi

Install Awaitless in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "awaitless": {
      "command": "uvx",
      "args": [
        "awaitless-runner"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Awaitless in other clients