Skip to content

Commit 40ac6d5

Browse files
numman-aliclaude
andcommitted
docs: update config to use npm package, highlight Codex Max in changelog
- Changed config/full-opencode.json plugin from local file path to npm package name - Added Highlights section to v4.0.0 changelog emphasizing Codex Max support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 62856d9 commit 40ac6d5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to this project are documented here. Dates use the ISO forma
44

55
## [4.0.0] - 2025-11-25
66

7-
**Major release**: Complete prompt engineering overhaul matching official Codex CLI behavior.
7+
**Major release**: Complete prompt engineering overhaul matching official Codex CLI behavior, with full **GPT-5.1 Codex Max** support.
8+
9+
### Highlights
10+
- **Full Codex Max support** with dedicated prompt including frontend design guidelines
11+
- **Model-specific prompts** matching Codex CLI's prompt selection logic
12+
- **GPT-5.0 → GPT-5.1 migration** as legacy models are phased out
813

914
### Added
1015
- **Model-specific system prompts**: Plugin now fetches the correct Codex prompt based on model family, matching Codex CLI's `model_family.rs` logic:

config/full-opencode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
33
"plugin": [
4-
"file:///Users/numman/Repos/opencode-codex-plugin-fresh/dist"
4+
"opencode-openai-codex-auth"
55
],
66
"provider": {
77
"openai": {

0 commit comments

Comments
 (0)