Skip to content

Latest commit

 

History

History
325 lines (148 loc) · 18.3 KB

File metadata and controls

325 lines (148 loc) · 18.3 KB

Changelog

2.2.0 (2026-09-01)

Features

  • update model config for Claude CLI 2.1.257 (#279) (09a13b4)

2.1.6 (2026-08-03)

Bug Fixes

  • make OAuth refresh resilient to transient rate-limits (+ diagnostics) (#264) (5532c37)
  • preserve thinking blocks when repairing tool pairs after compaction (#263) (8de49c8)

2.1.5 (2026-07-30)

Bug Fixes

  • handle external rotation of the Claude Code credential (#260) (5a44883)
  • refresh OAuth tokens with native fetch instead of a subprocess (#258) (231165b)

2.1.4 (2026-07-26)

Bug Fixes

  • proactive OAuth token refresh before session expiry (#238) (ed1d735)

2.1.3 (2026-07-25)

Bug Fixes

2.1.2 (2026-07-25)

Bug Fixes

  • update credential handling to prioritize primary service for token refresh (#99) (9dd33d6)

2.1.1 (2026-07-25)

Bug Fixes

  • enforce tool_result adjacency in repairToolPairs (#250) (d056c7c)
  • recover after external OAuth credential rotation (#252) (0242e85)

2.1.0 (2026-07-25)

Features

  • update model config for Claude CLI 2.1.217, fix 401 credential refresh, repo hygiene (#248) (ab54ebb)

2.0.1 (2026-07-25)

Bug Fixes

  • keep API errors out of terminal UI (#244) (baf1ffd)
  • normalize fractional credential expiry timestamps (#246) (686a543)

2.0.0 (2026-07-08)

⚠ BREAKING CHANGES

  • remove 1M context opt-in feature (#240)

Features

1.5.4 (2026-05-15)

Bug Fixes

  • reload .credentials.json on cache miss to detect external updates (#220) (6ff5dc7)

1.5.3 (2026-04-30)

Bug Fixes

  • increase max buffer for reading keychain dump (#201) (2f97161)

1.5.2 (2026-04-30)

Bug Fixes

  • detect out-of-extra-usage error and cap retry-after delay (#211) (88a114e)

1.5.1 (2026-04-30)

Bug Fixes

  • restore Claude subscription auth parity for Claude Code 2.1.112 (#207) (572f94c)

1.5.0 (2026-04-16)

Features

1.4.10 (2026-04-14)

Bug Fixes

  • PascalCase tool names after mcp_ prefix to match Claude Code convention (#191) (9121ca4)

1.4.9 (2026-04-08)

Bug Fixes

  • re-trigger npm publish after failed v1.4.8 release (#150) (5412711)

1.4.8 (2026-04-08)

Bug Fixes

  • relocate system prompt to user message to avoid OAuth 400 rejection (#148) (bb6320c)

1.4.7 (2026-04-05)

Bug Fixes

  • repair orphaned tool_use/tool_result pairs before API request (#136) (ceaf742), closes #133

1.4.6 (2026-04-04)

Bug Fixes

  • avoid duplicating cache_control when splitting identity system entry (#131) (adcfd61)

1.4.5 (2026-04-04)

Bug Fixes

  • strip effort parameter from request body for haiku models (#126) (d163938)
  • use Object.keys guard for thinking cleanup instead of budget_tokens sentinel (#129) (174875a)

1.4.4 (2026-04-03)

Bug Fixes

  • exclude interleaved-thinking beta for haiku models (#120) (de5d806)

1.4.3 (2026-04-03)

Bug Fixes

  • compute CCH signing for billing header, fix system prompt splitting (#116) (f2e101a)

1.4.2 (2026-03-31)

Bug Fixes

  • add missing API request headers for parity with Claude Code (#109) (5d6455d)

1.4.1 (2026-03-31)

Bug Fixes

  • register transform hook even when no OAuth accounts exist (#111) (ac8b780)

1.4.0 (2026-03-31)

Features

  • config file alternative for 1M context setting (#90) (d27382f)

1.3.5 (2026-03-31)

Bug Fixes

  • eliminate idle token consumption via direct OAuth refresh (#104) (e7483d7)

1.3.4 (2026-03-30)

Bug Fixes

  • add exports["./server"] for opencode 1.3.8 plugin loader compatibility (#102) (efecefd)

1.3.3 (2026-03-27)

Bug Fixes

  • run CLI token refresh in tmpdir instead of inheriting cwd (#96) (7db98a1)

1.3.2 (2026-03-26)

Bug Fixes

  • add logging to refresh failure path for diagnostics (#94) (5d80a59)

1.3.1 (2026-03-25)

Bug Fixes

  • add debug logger for auth flow diagnostics (#84) (#85) (0fc246a)

1.3.0 (2026-03-24)

Features

  • model config refactor and Claude CLI intercept script (#78) (89f23fe)

1.2.0 (2026-03-24)

Features

  • macOS support multiple Claude Code accounts from keychain (#63) (4594b36)

1.1.1 (2026-03-23)

Bug Fixes

  • exclude CHANGELOG.md from oxfmt formatting checks (ddcd97e)

1.1.0 (2026-03-22)

Features

  • add Homebrew formula for brew install support (#68) (6beb56e)

1.0.0 (2026-03-22)

⚠ BREAKING CHANGES

  • context-1m-2025-08-07 is no longer sent by default. Claude Max users who relied on automatic 1M context must set the env var.

Bug Fixes

  • make context-1m beta opt-in to fix long context billing errors (#64) (#65) (f8cb63d)

0.7.4 (2026-03-21)

Bug Fixes

  • restore package root shim for plugin resolution (#61) (cc02950)

0.7.3 (2026-03-20)

Bug Fixes

  • handle date-suffixed model IDs and additional long context error message (4d790a9)

0.7.2 (2026-03-20)

Bug Fixes

  • auto-retry with beta flag fallback for long context errors (#52) (a6664f4), closes #51

0.7.1 (2026-03-20)

Bug Fixes

  • version-gate context-1m beta to opus/sonnet 4.6+ only (#44) (#47) (75bce64)

0.7.0 (2026-03-20)

Features

  • add env var overrides and retry logic with backoff (#45) (1335286)

0.6.0 (2026-03-20)

Features

  • self-contained auth provider (no builtin dependency, anti-fingerprint) (#38) (34ae5df)

0.5.7 (2026-03-20)

Bug Fixes

  • write auth.json to both Windows paths to cover all install methods (#41) (a2c585a), closes #33

0.5.6 (2026-03-20)

Bug Fixes

  • use stable haiku alias for CLI token refresh (#35) (d284762)

0.5.5 (2026-03-20)

Bug Fixes

  • use LOCALAPPDATA for auth.json path on native Windows (#30) (916a2fe)

0.5.4 (2026-03-20)

Bug Fixes