Skip to content

Releases: TrueNix/dsh-anthropic-oauth

v0.1.0 — Claude Code → DSH bridge

Choose a tag to compare

@TrueNix TrueNix released this 18 Aug 16:31

Initial release.

  • Watch ~/.claude/.credentials.json claudeAiOauth live — no token hardcoded
  • Auto-refresh accessToken via platform.claude.com/v1/oauth/token when expiring <5 min
  • Sync ANTHROPIC_OAUTH_TOKEN + CLAUDE_CODE_OAUTH_TOKEN into ~/.dsh/.credentials.yaml via DSH credential seam
  • Ensure llm-pi-ai.providers.anthropic (anthropic-messages, 4 models) in ~/.dsh/settings.yaml
  • Bearer + oauth-2025-04-20 path — billed to your Max/Team subscription

Install:

dsh plugin --profile headless add github:TrueNix/dsh-anthropic-oauth
# verify
curl -s http://127.0.0.1:3080/api/anthropic-oauth/status | jq

Verified live on haiku-4.5 (api.anthropic.com → 200 → dsh-pi-ai ok).