Skip to content

Commit a2ab37d

Browse files
committed
chore(release): prepare v6.1.7
1 parent 8e4fddb commit a2ab37d

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- (placeholder for next release)
1212

13+
## [6.1.7] - 2026-04-25
14+
15+
### Added
16+
- OpenCode TUI prompt status plugin that shows the active Codex quota during sessions, including real response-header quota updates, account-aware display, color thresholds, and a quota details command.
17+
- Daily npm update detection now clears the OpenCode-managed plugin cache on exit when a newer package version is available, so restarting OpenCode installs the latest plugin automatically.
18+
19+
### Changed
20+
- The installer now manages OpenCode `tui.json` alongside the main plugin config so the TUI status module is available from the published package.
21+
- TUI startup keeps the home prompt clean and only shows quota status inside active sessions.
22+
- Added an `autoUpdate` config option and `CODEX_AUTH_AUTO_UPDATE=0` environment override for users who prefer manual update prompts.
23+
24+
### Fixed
25+
- Quota status cache writes no longer block the request response path and coalesce rapid duplicate writes.
26+
- Account switching clears stale TUI quota state so the next session reflects the selected account.
27+
- Multi-account quota status now follows the actual account used by the latest request, including non-`codex` model families, so real response-header quota snapshots are not filtered out as stale.
28+
1329
## [6.1.6] - 2026-04-24
1430

1531
### Added

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": "oc-codex-multi-auth",
3-
"version": "6.1.6",
3+
"version": "6.1.7",
44
"description": "OpenCode plugin for Codex-first GPT-5 workflows with ChatGPT Plus/Pro OAuth, multi-account rotation, and guided setup",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)