Skip to content

Releases: ex-machina-co/opencode-anthropic-auth

v1.8.1

15 May 03:44
f9947c0

Choose a tag to compare

Patch Changes

v1.8.0

28 Apr 16:19
3bfc287

Choose a tag to compare

Minor Changes

v1.7.5

22 Apr 00:04
319e691

Choose a tag to compare

Patch Changes

  • #118 4444663 Thanks @jyapayne! - Rewrite the phrase "Here is some useful information about the environment you are running in:" in sanitized system prompts. This exact phrase ships verbatim in OpenCode's default system prompt and is used by Anthropic's server-side classifier as a third-party-agent fingerprint — matching it produces a 400 invalid_request_error disguised as "You're out of extra usage." in production. The sentence is now rewritten in place to a semantic equivalent so the model still sees the env-block intro while the request is accepted.

v1.7.4

17 Apr 17:21
3affd2d

Choose a tag to compare

Patch Changes

  • #96 d3d4823 Thanks @eliasstepanik! - Re-read auth before token refresh to avoid using a stale refresh token snapshot when token rotation occurs between requests.

v1.7.3

17 Apr 00:18
db8464e

Choose a tag to compare

Patch Changes

  • #110 2352c87 Thanks @eXamadeus! - Downgrade bun to 1.3.11 to work around a macOS code-signing issue in 1.3.12 that prevents dev-mode testing.

v1.7.2

16 Apr 23:38
4892d87

Choose a tag to compare

Patch Changes

  • #106 31b3b99 Thanks @eXamadeus! - Bump bun to 1.3.12, ensure we use mise in CI, and lock engines for dev

v1.7.1

15 Apr 20:50
371c32a

Choose a tag to compare

Patch Changes

  • #94 522c18d Thanks @colus001! - Fix Cannot find module '.../dist/auth' error when opencode loads the plugin as strict ESM.

v1.7.0

15 Apr 00:07
7e601c3

Choose a tag to compare

Minor Changes

v1.6.1

14 Apr 06:35
4d53b8b

Choose a tag to compare

Patch Changes

  • #88 a90185a Thanks @eXamadeus! - Remove system block to user message relocation, remove experimental FF, and align system blocks to match Anthropic

  • #87 e3e1be4 Thanks @eXamadeus! - Remove OpenCode identity more accurately

v1.6.0

14 Apr 05:40
38cff8c

Choose a tag to compare

Minor Changes

  • #81 0906d28 Thanks @INONONO66! - PascalCase tool names after mcp_ prefix to match Claude Code convention