Skip to content

Releases: coderexpert123/cognition-claude-proxy

v0.1.0 - Use Devin models with Claude Code

Choose a tag to compare

@coderexpert123 coderexpert123 released this 14 Sep 15:24

Initial public release.

What

A zero-dependency local proxy that translates the Anthropic Messages API to the Connect-RPC format used by the Devin CLI, letting Claude Code use Devin's model catalog (SWE-2, GLM-5.2, DeepSeek V4.1 Flash, 200+ models) as its backend.

Features

  • Streaming + non-streaming Anthropic Messages API compatibility
  • Thinking, tool calls, tool results, usage stats translation
  • Live model catalog sync (GET /v1/models) with offline snapshot fallback
  • Per-model context windows via modelPicker + behavesAs + [1m] suffix
  • Model waterfall: GLM-5.2 / DeepSeek-V4.1-Flash-Max / SWE-2-Max / GLM-5.2
  • --free fallback flag (free models only)
  • dclaude.bat wrapper with auto-starting proxy
  • Zero dependencies (Node.js built-ins only)
  • MCP tools work (Playwright, context7, etc.)

Verified with

Claude Code 2.1.270: text, thinking, tool calls (Write, MCP), multi-turn agent loops.