Skip to content

Add deel - #578

Open
jysvai wants to merge 1 commit into
agentclientprotocol:mainfrom
jysvai:add-deel
Open

Add deel#578
jysvai wants to merge 1 commit into
agentclientprotocol:mainfrom
jysvai:add-deel

Conversation

@jysvai

@jysvai jysvai commented Sep 6, 2026

Copy link
Copy Markdown

Adds deel — a coding agent CLI built for local models and private gateways.

What it is

deel targets the case where the model is on your own machine or behind a
corporate gateway, not in a vendor datacenter. Zero runtime dependencies, no
install scripts, no telemetry. It detects local runtimes (Ollama, LM Studio,
llama.cpp) and speaks OpenAI-compatible and Anthropic wire formats.

Authentication

Terminal Auth. initialize returns:

{
  "id": "terminal-setup",
  "name": "Run `deel setup` in a terminal",
  "description": "Pick a local runtime (Ollama / LM Studio / llama.cpp) or enter a gateway URL and key.",
  "type": "terminal",
  "args": ["setup"]
}

session/new returns -32000 (auth required) when no connection is configured,
and authenticate verifies setup actually completed before reporting success.

I ran the registry's own auth check locally against the exact command from
agent.json:

$ npx -y deel-local-cli@1.15.1 acp
PASS  Auth OK: terminal-setup(terminal)
version from npm package: 1.15.1

Checklist

  • agent.json validates against agent.schema.json
  • icon.svg is 16x16, square, monochrome currentColor, no hardcoded colors
  • Directory name matches id
  • npm package published, version pinned (no @latest)
  • Returns authMethods with type: "terminal"

A coding agent CLI for local models and private gateways.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant