You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support Claude Opus 5 across core, opencode, and pi (#143)
- claude-opus-5 model support: adaptive thinking made visible (display
defaults to omitted), explicit thinking disable preserved and
canonicalized, and the disabled+xhigh/max effort combination lowered
to high so requests do not 400
- fast mode support for claude-opus-5
- refusal recovery parity with Fable 5: Opus 5 content-filter refusals
downgrade the session to claude-opus-4-8 for 10 responses with the
same cache-anchor, prewarm, and bridge machinery; notices, sidebar
text, and recovery logs name the actual requested model
- Pi provider maps Opus 5 to adaptive summarized thinking with its own
per-family constant
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -481,7 +481,7 @@ Both OpenCode and Pi packages can persistently request Anthropic fast mode for s
481
481
/claude-fast off
482
482
```
483
483
484
-
When enabled, supported requests add `speed: "fast"` to the Anthropic JSON body and include the `fast-mode-2026-02-01` beta header. Unsupported models are left at standard speed. Anthropic currently documents fast mode for `claude-opus-4-6`, `claude-opus-4-7`, and `claude-opus-4-8`; Claude Fable 5 and Mythos 5 are not fast-mode models.
484
+
When enabled, supported requests add `speed: "fast"` to the Anthropic JSON body and include the `fast-mode-2026-02-01` beta header. Unsupported models are left at standard speed. Anthropic currently documents fast mode for `claude-opus-4-6`, `claude-opus-4-7`, `claude-opus-4-8`, and `claude-opus-5`; Claude Fable 5 and Mythos 5 are not fast-mode models.
485
485
486
486
Fast and standard speeds do not share prompt-cache prefixes, so switching this setting can cause cache misses.
Copy file name to clipboardExpand all lines: packages/opencode/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -387,7 +387,7 @@ Both OpenCode and Pi packages can persistently request Anthropic fast mode for s
387
387
/claude-fast off
388
388
```
389
389
390
-
When enabled, supported requests add `speed: "fast"` to the Anthropic JSON body and include the `fast-mode-2026-02-01` beta header. Unsupported models are left at standard speed. Anthropic currently documents fast mode for `claude-opus-4-6`, `claude-opus-4-7`, and `claude-opus-4-8`; Claude Fable 5 and Mythos 5 are not fast-mode models.
390
+
When enabled, supported requests add `speed: "fast"` to the Anthropic JSON body and include the `fast-mode-2026-02-01` beta header. Unsupported models are left at standard speed. Anthropic currently documents fast mode for `claude-opus-4-6`, `claude-opus-4-7`, `claude-opus-4-8`, and `claude-opus-5`; Claude Fable 5 and Mythos 5 are not fast-mode models.
391
391
392
392
Fast and standard speeds do not share prompt-cache prefixes, so switching this setting can cause cache misses.
0 commit comments