Skip to content

Commit 6873a89

Browse files
AceGreenmanclaude
andcommitted
chore: version bump — iso-route 0.3.1
Patch release for the standard-preset codex default fix (f49fddd). Content-only change in presets/standard.yaml; no API surface. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f49fddd commit 6873a89

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/iso-route/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @razroo/iso-route
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- f49fddd: `standard` preset: add an explicit `default.targets.codex`
8+
(`openai/gpt-5.4`) so a Codex user running `extends: standard` with
9+
no further overrides gets a natively-routable OpenAI model instead
10+
of the Anthropic default flattened as-is. Also tightens the preset
11+
header comment to cite the specific harness/provider docs used to
12+
verify each pick (Claude Code model config, Cursor models, Codex
13+
models, OpenCode models). Content-only — no API or CLI changes.
14+
315
## 0.3.0
416

517
### Minor Changes

packages/iso-route/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@razroo/iso-route",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Author one model policy; fan out to every harness that supports it. Translates role-based model selection into settings.json, config.toml, opencode.json, and a machine-readable resolved map.",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)