Skip to content

Commit 57123a6

Browse files
committed
docs: prepare v1.18.0
1 parent 993d449 commit 57123a6

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This repo is a CortexKit-maintained Anthropic auth monorepo for OpenCode and Pi. The OpenCode package is a fork of the original `@ex-machina/opencode-anthropic-auth` plugin, so older entries below the initial CortexKit release are inherited from upstream package history.
44

5+
## 1.18.0
6+
7+
### Minor Changes
8+
9+
- Add Claude Opus 5 request shaping to OpenCode and Pi's converter, including summarized adaptive thinking, effort-based reasoning, explicit disabled-thinking handling, and OpenCode fast mode.
10+
- Extend OpenCode content-filter recovery to Opus 5: temporarily downgrade refused requests to Opus 4.8 for 10 successful responses while preserving the selected model, prewarming the original Opus 5 cache, and reporting model-specific recovery transitions.
11+
12+
### Patch Changes
13+
14+
- Publish native OpenCode Opus 5 `low`, `medium`, `high`, `xhigh`, and `max` effort variants instead of inherited manual-thinking budgets.
15+
- Isolate Fable 5 and Opus 5 recovery state, cache warm chains, OAuth account binding, and standby anchors by session and source-model family.
16+
- Treat Darwin/Bun `EINVAL` during a contended eviction-marker create as a lost lock race, preventing high-contention refresh-lock failures.
17+
18+
Thanks to [@iceteaSA](https://github.com/iceteaSA) for the Opus 5 contribution.
19+
520
## 1.17.0
621

722
### Minor Changes

packages/opencode/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
This package is a CortexKit-maintained fork of the original `@ex-machina/opencode-anthropic-auth` plugin. Entries below this note are inherited from the upstream package history.
44

5+
## 1.18.0
6+
7+
### Minor Changes
8+
9+
- Add Claude Opus 5 request support with summarized adaptive thinking, effort-based reasoning, explicit disabled-thinking handling, and fast mode.
10+
- Extend content-filter recovery to Opus 5: temporarily downgrade refused requests to Opus 4.8 for 10 successful responses while preserving the selected model, prewarming the original Opus 5 cache, and reporting model-specific recovery transitions.
11+
12+
### Patch Changes
13+
14+
- Publish native Opus 5 `low`, `medium`, `high`, `xhigh`, and `max` effort variants instead of inherited manual-thinking budgets.
15+
- Isolate Fable 5 and Opus 5 recovery state, cache warm chains, OAuth account binding, and standby anchors by session and source-model family.
16+
- Prevent high-contention refresh-lock failures on macOS when Bun reports `EINVAL` for an eviction-marker directory renamed during acquisition.
17+
18+
Thanks to [@iceteaSA](https://github.com/iceteaSA) for the Opus 5 contribution.
19+
520
## 1.17.0
621

722
### Minor Changes

0 commit comments

Comments
 (0)