Skip to content

v0.4.0 — Claude Code CLI Provider

Latest

Choose a tag to compare

@0xDxTz 0xDxTz released this 25 May 08:03
· 1 commit to main since this release

What's New

Claude Code CLI Provider

  • Claude Code added as third provider alongside Codex and Kimi
  • Model routing: claude-opus-4-7, claude-sonnet-4-6, claude-haiku-4-5 → Claude Code CLI
  • OAuth authentication — run shellgate login claude (no API key needed)
  • Auth status detection via ~/.claude/.credentials.json

Bug Fixes

  • Codex and Claude now run from /tmp by default — prevents loading project-specific CLAUDE.md and context from ShellGate's working directory
  • Claude Code: removed --bare flag which broke OAuth credential loading

Configuration

  • New claude_binary config field (executor.claude_binary)
  • New env override: SHELLGATE_EXECUTOR_CLAUDE_BINARY
  • Docker: mount ~/.claude for Claude Code credentials

Upgrade

curl -fsSL https://raw.githubusercontent.com/DutaKey/ShellGate/main/install.sh | sh

Full Changelog: v0.3.0...v0.4.0