fabro/docs/public/core-concepts
Bryan Helmkamp 8272d8239b
Some checks are pending
Rust / Format (push) Waiting to run
Rust / Clippy (push) Waiting to run
Rust / Generated Docs (push) Waiting to run
Rust / Test (Linux) (push) Waiting to run
Rust / Test (macOS) (push) Waiting to run
feat(model): add Claude Opus 4.8 (#451)
## Summary
- Add `claude-opus-4-8` to the built-in Anthropic model catalog with
pricing, limits, features, and fast-mode costs.
- Move the floating `opus` and `claude-opus` aliases from Opus 4.7 to
Opus 4.8 and update the public model table.
- Remove/generalize Rust tests that were pinned to specific built-in
Opus catalog data.

## Verification
- `cargo nextest run -p fabro-model`
- `cargo +nightly-2026-04-14 fmt --check --all`
- `git diff --check`
- `target/debug/fabro --json model test --model opus` (live Anthropic
smoke; resolved to `claude-opus-4-8`)
2026-05-28 19:58:00 -04:00
..
agents.mdx feat(workflow): enforce strict api/acp backends (#307) 2026-05-18 13:20:56 -04:00
how-fabro-works.mdx Replace run-scoped sandbox config with named environments (#360) 2026-05-23 13:03:21 -04:00
models.mdx feat(model): add Claude Opus 4.8 (#451) 2026-05-28 19:58:00 -04:00
workflows.mdx refactor(workflow): remove retro stage (#230) 2026-05-09 10:18:20 -04:00