Skip to content

fix(agents): remove ANTHROPIC_AUTH_TOKEN to ANTHROPIC_API_KEY workaround#241

Merged
TarasSpashchenko merged 1 commit intomainfrom
fix/remove-anthropic-auth-token-workaround
Apr 7, 2026
Merged

fix(agents): remove ANTHROPIC_AUTH_TOKEN to ANTHROPIC_API_KEY workaround#241
TarasSpashchenko merged 1 commit intomainfrom
fix/remove-anthropic-auth-token-workaround

Conversation

@TarasSpashchenko
Copy link
Copy Markdown
Collaborator

Summary

Removes the workaround that converted ANTHROPIC_AUTH_TOKEN=proxy-handled to ANTHROPIC_API_KEY=proxy-handled during Claude Code startup.

Changes

  • Removed the conditional block in claude.plugin.ts that detected ANTHROPIC_AUTH_TOKEN=proxy-handled and replaced it with ANTHROPIC_API_KEY=proxy-handled

Impact

No functional impact — the workaround is no longer needed.

Checklist

  • Self-reviewed
  • Manual testing performed
  • Documentation updated (if needed)
  • No breaking changes (or clearly documented)

The workaround converting ANTHROPIC_AUTH_TOKEN=proxy-handled to
ANTHROPIC_API_KEY=proxy-handled is no longer needed.

Generated with AI

Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
@TarasSpashchenko TarasSpashchenko merged commit d5458c5 into main Apr 7, 2026
5 checks passed
@TarasSpashchenko TarasSpashchenko deleted the fix/remove-anthropic-auth-token-workaround branch April 7, 2026 16:00
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.

2 participants