Skip to content

Commit 1d404f9

Browse files
committed
chore(release): bump version to 1.1.10 and publish notes
1 parent 04c0151 commit 1d404f9

File tree

6 files changed

+81
-11
lines changed

6 files changed

+81
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ codex auth doctor --json
275275

276276
## Release Notes
277277

278-
- Current stable: [docs/releases/v0.1.9.md](docs/releases/v0.1.9.md)
279-
- Previous stable: [docs/releases/v0.1.8.md](docs/releases/v0.1.8.md)
280-
- Earlier stable: [docs/releases/v0.1.7.md](docs/releases/v0.1.7.md)
278+
- Current stable: [docs/releases/v1.1.10.md](docs/releases/v1.1.10.md)
279+
- Previous stable: [docs/releases/v0.1.9.md](docs/releases/v0.1.9.md)
280+
- Earlier stable: [docs/releases/v0.1.8.md](docs/releases/v0.1.8.md)
281281
- Archived prerelease: [docs/releases/v0.1.0-beta.0.md](docs/releases/v0.1.0-beta.0.md)
282282

283283
## License

docs/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ Public documentation for `codex-multi-auth`.
2626
| [troubleshooting.md](troubleshooting.md) | Recovery playbooks for install, login, switching, and stale state |
2727
| [privacy.md](privacy.md) | Data handling and local storage behavior |
2828
| [upgrade.md](upgrade.md) | Migration from legacy package and path history |
29-
| [releases/v0.1.9.md](releases/v0.1.9.md) | Stable release notes |
30-
| [releases/v0.1.8.md](releases/v0.1.8.md) | Previous stable release notes |
31-
| [releases/v0.1.7.md](releases/v0.1.7.md) | Earlier stable release notes |
29+
| [releases/v1.1.10.md](releases/v1.1.10.md) | Stable release notes |
30+
| [releases/v0.1.9.md](releases/v0.1.9.md) | Previous stable release notes |
31+
| [releases/v0.1.8.md](releases/v0.1.8.md) | Earlier stable release notes |
32+
| [releases/v0.1.7.md](releases/v0.1.7.md) | Archived stable release notes |
3233
| [releases/v0.1.6.md](releases/v0.1.6.md) | Archived stable release notes |
3334
| [releases/v0.1.5.md](releases/v0.1.5.md) | Archived stable release notes |
3435
| [releases/v0.1.0-beta.0.md](releases/v0.1.0-beta.0.md) | Archived prerelease notes |
@@ -44,7 +45,7 @@ Public documentation for `codex-multi-auth`.
4445
| [reference/storage-paths.md](reference/storage-paths.md) | Canonical and compatibility storage paths |
4546
| [reference/public-api.md](reference/public-api.md) | Public API stability and semver contract |
4647
| [reference/error-contracts.md](reference/error-contracts.md) | CLI, JSON, and helper error semantics |
47-
| [releases/v0.1.9.md](releases/v0.1.9.md) | Current stable release notes |
48+
| [releases/v1.1.10.md](releases/v1.1.10.md) | Current stable release notes |
4849
| [releases/v0.1.0-beta.0.md](releases/v0.1.0-beta.0.md) | Archived prerelease reference |
4950
| [User Guides release notes](#user-guides) | Stable, previous, and archived release notes |
5051
| [releases/legacy-pre-0.1-history.md](releases/legacy-pre-0.1-history.md) | Archived pre-0.1 changelog history |

docs/development/IA_FINDABILITY_AUDIT_2026-03-01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Near-miss to remediation traceability:
105105
- "How to run commands": `docs/reference/commands.md`
106106
- "Fallback routing or alias recovery": `docs/troubleshooting.md`
107107
- "Migration from legacy package/path": `docs/upgrade.md`
108-
- "Current stable release": `docs/releases/v0.1.1.md`
108+
- "Current stable release": `docs/releases/v1.1.10.md`
109109

110110
### Labeling model
111111

docs/releases/v1.1.10.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Release v1.1.10
2+
3+
Release date: 2026-03-18
4+
Channel: `latest`
5+
6+
## Highlights
7+
8+
- Added `codex auth best` for forecast-driven active-account switching from the CLI.
9+
- Hardened live probe refresh handling so rotated access, refresh, and ID tokens stay aligned through the already-best and switch paths.
10+
- Tightened `auth best` CLI validation and JSON output coverage for help, malformed flags, null storage, concurrency, and sync-state edge cases.
11+
12+
## Install
13+
14+
```bash
15+
npm i -g @openai/codex
16+
npm i -g codex-multi-auth
17+
```
18+
19+
## Core Operations
20+
21+
```bash
22+
codex auth login
23+
codex auth list
24+
codex auth status
25+
codex auth best --live
26+
codex auth forecast --live
27+
```
28+
29+
## Validation Snapshot
30+
31+
Release gate commands:
32+
33+
- `npm run clean:repo:check`
34+
- `npm run typecheck`
35+
- `npm run build`
36+
- `npm run lint`
37+
- `npm test -- test/documentation.test.ts`
38+
- `npm test`
39+
40+
Broad validation result:
41+
42+
- `repo-hygiene check passed`
43+
- `npm run typecheck` passed
44+
- `npm run build` passed
45+
- `npm run lint` passed
46+
- `19/19` documentation integrity tests passed
47+
- `105/105` test files passed on two consecutive full-suite runs
48+
- `2513/2513` tests passed on two consecutive full-suite runs
49+
50+
## Merged PRs
51+
52+
- `#120` `feat(cli): add codex auth best account switching`
53+
54+
## Commits
55+
56+
- PR `#120` adds the new `codex auth best` command and the probe/sync hardening required for safe forecast-driven switching.
57+
- The release bump in this branch promotes `1.1.10` in package metadata and refreshes the stable release-note links in the root docs surfaces.
58+
59+
## Notes
60+
61+
- `codex auth best --live` now refreshes probe credentials before reuse and keeps Codex CLI sync state explicit when the current account is already the best account.
62+
- `auth best --json` now covers the already-best sync result and null-storage handling without mutating account state on help or malformed invocations.
63+
- Concurrent live-best runs continue to reuse the queued refresh network call while preserving the documented two-save behavior in the current contract.
64+
65+
## Related
66+
67+
- [../getting-started.md](../getting-started.md)
68+
- [../upgrade.md](../upgrade.md)
69+
- [../reference/commands.md](../reference/commands.md)

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-multi-auth",
3-
"version": "0.1.9",
3+
"version": "1.1.10",
44
"description": "Multi-account OAuth manager and codex auth wrapper for the official @openai/codex CLI, with switching, health checks, and recovery tools",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)