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
-`hono`: pinned to `^4.12.3` to keep builds out of the vulnerable `4.12.0-4.12.1` range reported in `GHSA-xh87-mx6m-69f3` (authentication bypass advisory).
80
+
-`hono`: pinned to `4.12.10` to keep builds out of the vulnerable `4.12.0-4.12.1` range reported in `GHSA-xh87-mx6m-69f3` (authentication bypass advisory).
81
81
-`rollup`: pinned to `^4.59.0` to keep the Vite and Vitest transitive graph above the vulnerable `<4.59.0` range surfaced by `npm audit`.
4. Compatibility aliases (`codex multi auth`, `codex multi-auth`, `codex multiauth`) belong only in command reference, troubleshooting, or migration sections.
58
58
5. Legacy paths/flows and scoped package references belong only in migration and compatibility sections.
59
-
6.Public release line is `0.x`; historical pre-`0.1.0` entries are archived separately.
59
+
6.Current stable release line is `1.x`; foundational `0.x` and pre-`0.1.0` entries stay archived separately.
Copy file name to clipboardExpand all lines: docs/reference/public-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This project uses tiered API stability.
10
10
11
11
### Tier A: Stable APIs
12
12
13
-
Stable APIs are covered by semver compatibility guarantees and must remain backward-compatible inside the `0.x` line unless explicitly documented.
13
+
Stable APIs are covered by semver compatibility guarantees and must remain backward-compatible inside the current `1.x` line unless explicitly documented.
14
14
15
15
- Package root plugin entrypoint exports:
16
16
-`OpenAIOAuthPlugin`
@@ -103,7 +103,7 @@ These behaviors are compatibility guarantees for the current release line becaus
103
103
- Tier A bug fix or doc-only clarification: `PATCH`
104
104
- Tier B additive compatibility improvement: usually `PATCH` or `MINOR` depending on caller impact
105
105
106
-
This repository currently ships on a `0.x` line, but breaking changes still require explicit migration documentation and review sign-off.
106
+
This repository currently ships on a `1.x` line, and breaking changes still require explicit migration documentation and review sign-off.
0 commit comments