Releases: ex-machina-co/opencode-anthropic-auth
Releases · ex-machina-co/opencode-anthropic-auth
v1.8.1
Patch Changes
-
#143
994bdf6Thanks @dependabot! - chore(deps-dev): bump @opencode-ai/plugin from 1.14.41 to 1.14.50 -
#142
90f6326Thanks @dependabot! - chore(deps-dev): bump @biomejs/biome from 2.4.14 to 2.4.15 -
#145
a58d6f1Thanks @eXamadeus! - Bump bun to 1.3.14
v1.8.0
Minor Changes
- #125
e057b1bThanks @dependabot! - Upgraded the bun runtime from1.3.11to1.3.13
v1.7.5
Patch Changes
- #118
4444663Thanks @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
Patch Changes
- #96
d3d4823Thanks @eliasstepanik! - Re-read auth before token refresh to avoid using a stale refresh token snapshot when token rotation occurs between requests.
v1.7.3
Patch Changes
- #110
2352c87Thanks @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
Patch Changes
- #106
31b3b99Thanks @eXamadeus! - Bump bun to 1.3.12, ensure we use mise in CI, and lock engines for dev
v1.7.1
v1.7.0
Minor Changes
- #91
550c408Thanks @bogdan-manole! - fixing the StructuredOutput issue introduced in v1.5.1
v1.6.1
Patch Changes
-
#88
a90185aThanks @eXamadeus! - Remove system block to user message relocation, remove experimental FF, and align system blocks to match Anthropic -
#87
e3e1be4Thanks @eXamadeus! - Remove OpenCode identity more accurately
v1.6.0
Minor Changes
- #81
0906d28Thanks @INONONO66! - PascalCase tool names after mcp_ prefix to match Claude Code convention