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
Copy file name to clipboardExpand all lines: RELEASING.md
+87Lines changed: 87 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -672,6 +672,93 @@ Finally, commit-level `Release-As:` is rejected before the action because the
672
672
GitHub documents that a `GITHUB_TOKEN`-created PR's opened or synchronize event
673
673
[creates an approval-required workflow run](https://github.com/github/docs/blob/e1e4aa937308f21c411c248b4966873536bb0cba/data/reusables/actions/actions-do-not-trigger-workflows.md#L1-L6).
674
674
675
+
## Stable 0.1.3 release evidence
676
+
677
+
Stable `0.1.3` completed on 2026-07-31 with these independently auditable
Copy file name to clipboardExpand all lines: ROADMAP.md
+34-11Lines changed: 34 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,9 @@ Last updated: 2026-07-31
5
5
Repository contract: This roadmap is self-contained and is the public source
6
6
of truth for this repository's release sequence.
7
7
8
-
Stable `0.1.2` completed the public options type contract, release-neutral
9
-
consumer documentation, the first permanent immutable-tag publication, bounded
10
-
live smoke, OIDC provenance, public-install verification, and replay hardening
11
-
on 2026-07-31.
8
+
Stable `0.1.3` aligned the public examples and protected live validation on
9
+
`gpt-5.6-sol`, preserved the bounded smoke budget, and completed the immutable
10
+
tag, OIDC provenance, and public-install verification sequence on 2026-07-31.
12
11
13
12
## Product Target
14
13
@@ -25,10 +24,11 @@ Release then failed before invoking npm because its publication guard rejected
25
24
the fixed `actions/setup-node` authentication placeholder.
26
25
`0.1.0-alpha.3` subsequently completed the OIDC, provenance, ownership, and
27
26
public-install verification sequence. Stable `0.1.1` completed its separately
28
-
recorded recovery sequence on 2026-07-30, and stable `0.1.2` completed the
29
-
permanent tag-bound sequence on 2026-07-31. Stable 0.1.x packages use `latest`,
30
-
and Registry Alpha artifacts use `next`; query npm and GitHub rather than
31
-
treating this roadmap as current registry state.
27
+
recorded recovery sequence on 2026-07-30, stable `0.1.2` completed the first
28
+
permanent tag-bound sequence, and stable `0.1.3` repeated that sequence with the
29
+
updated example and live-smoke model on 2026-07-31. Stable 0.1.x packages use
30
+
`latest`, and Registry Alpha artifacts use `next`; query npm and GitHub rather
31
+
than treating this roadmap as current registry state.
32
32
33
33
## Milestones
34
34
@@ -41,6 +41,7 @@ treating this roadmap as current registry state.
41
41
| 0.1.0 Stable | Complete | Users can install a fully verified package from npm's default channel. |
42
42
| 0.1.1 maintenance patch | Complete | Users receive the corrected options contract; the permanent tag-bound release architecture is installed and the one-time recovery is recorded. |
43
43
| 0.1.2 maintenance patch | Complete | Users receive strict public option types and release-neutral package documentation through the verified permanent tag-bound publication path. |
44
+
| 0.1.3 maintenance patch | Complete | Users receive `gpt-5.6-sol` public examples backed by the same bounded model validation in the permanent tag-bound publication path. |
44
45
| 0.2.0 provider-native text | Planned | Users can opt into Anthropic Messages and Gemini text adapters through isolated subpath exports. |
45
46
| 0.3.0 CometAPI resources | Planned | Users receive typed access to the first stable CometAPI-specific account or platform resources. |
46
47
| Media and task APIs | Later | Users receive typed image, video, audio, upload, polling, and task lifecycle helpers after their contracts are stable. |
@@ -125,9 +126,11 @@ The permanent state is `RELEASE_PLEASE_ENABLED=false`,
125
126
`tag:v*`. Current stable publication uses an unprivileged Release Please
126
127
handoff followed by an immutable-tag dispatch, fresh verification and live
127
128
smoke, and tag-bound npm OIDC. Stable `0.1.2` completed the first end-to-end
128
-
registry execution of that permanent path. Full immutable evidence is recorded
129
-
in [RELEASING.md](./RELEASING.md#stable-012-release-evidence); the earlier
130
-
one-time recovery remains separately recorded as historical evidence.
129
+
registry execution of that permanent path, and stable `0.1.3` repeated it
130
+
without a replay while aligning public and live-smoke model IDs. Full immutable
131
+
evidence for the later execution is recorded in
132
+
[RELEASING.md](./RELEASING.md#stable-013-release-evidence); the earlier one-time
133
+
recovery remains separately recorded as historical evidence.
131
134
132
135
## Private Remote Validation
133
136
@@ -332,6 +335,26 @@ attempt 3 or later fails before entering the npm Environment. Release-specific
332
335
PR, review, run, artifact, registry, provenance, and final-state evidence is
333
336
recorded in [RELEASING.md](./RELEASING.md#stable-012-release-evidence).
334
337
338
+
## 0.1.3: Model Example and Live Validation Refresh (Complete)
339
+
340
+
Stable `0.1.3` replaced the older model ID in the README, runnable ESM and
341
+
CommonJS examples, example documentation, and protected live-smoke defaults
342
+
with `gpt-5.6-sol`. Chat Completions now passes `reasoning_effort: "none"`, and
343
+
Responses passes `reasoning: { effort: "none" }`, so the existing 16-token
344
+
release budget remains effective. Example mocks assert the model; live-smoke
345
+
contracts assert the model and reasoning fields. This is an example and
346
+
validation update, not a new supported operation or an SDK-level default-model
347
+
contract.
348
+
349
+
The source and action-authored release PRs passed their complete required
350
+
matrices. Release Please created the immutable tag and Release, the unprivileged
351
+
handoff dispatched one exact tag-bound Publish run, and that run rebuilt the
352
+
artifact, passed exactly three sequential requests with Chat Completions and
353
+
Responses using `gpt-5.6-sol`, published through npm OIDC, and completed
354
+
signature, provenance, and independent public-install verification without
0 commit comments