Skip to content

Commit a83e24a

Browse files
Numman AliNumman Ali
authored andcommitted
Release 4.3.0
1 parent bbd66bd commit a83e24a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project are documented here. Dates use the ISO format (YYYY-MM-DD).
44

5+
## [4.3.0] - 2026-01-04
6+
7+
**Feature + reliability release**: variants support, one-command installer, and auth/error handling fixes.
8+
9+
### Added
10+
- **One-command installer/update**: `npx -y opencode-openai-codex-auth@latest` (global config, backup, cache clear) with `--legacy` for OpenCode v1.0.209 and below.
11+
- **Modern variants config**: `config/opencode-modern.json` for OpenCode v1.0.210+; legacy presets remain in `config/opencode-legacy.json`.
12+
- **Installer CLI** bundled as package bin for cross-platform use (Windows/macOS/Linux).
13+
14+
### Changed
15+
- **Variants-aware request config**: respects host-supplied `body.reasoning` / `providerOptions.openai` before falling back to defaults.
16+
- **OpenCode prompt source**: updates to the current upstream repository (`anomalyco/opencode`).
17+
- **Docs/README**: install-first layout with leaner guidance and explicit legacy path.
18+
19+
### Fixed
20+
- **Headless login fallback**: missing `xdg-open` no longer fails the OAuth flow; manual URL paste stays available.
21+
- **Error handling alignment**: refresh failures throw; usage-limit 404s map to retryable 429s where appropriate.
22+
- **AGENTS.md preservation**: protected instruction markers stop accidental filtering of user instructions.
23+
- **Tool-call integrity**: orphan outputs now match `local_shell_call` and `custom_tool_call` (Codex CLI parity); unmatched outputs preserved as assistant messages.
24+
- **Logging noise**: debug logging gated behind flags to prevent stdout bleed.
25+
526
## [4.2.0] - 2025-12-19
627

728
**Feature release**: GPT 5.2 Codex support and prompt alignment with latest Codex CLI.

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": "opencode-openai-codex-auth",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "OpenAI ChatGPT (Codex backend) OAuth auth plugin for opencode - use your ChatGPT Plus/Pro subscription instead of API credits",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)