Skip to content

Commit f193342

Browse files
committed
chore(runtime): align Codex baseline metadata
1 parent 62cfd83 commit f193342

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format follows Keep a Changelog, and marketplace/plugin versions follow Sema
66

77
## [Unreleased]
88

9+
## [0.4.7] - 2026-05-21
10+
11+
### Fixed
12+
13+
- Codex runtime baseline metadata and test fixtures now match the `0.133.0`
14+
runtime pin, keeping root `validate_runtime_baselines.py` aligned with the
15+
adapter release.
16+
917
## [0.4.6] - 2026-05-21
1018

1119
### Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6
1+
0.4.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rldyour-codex"
3-
version = "0.4.6"
3+
version = "0.4.7"
44
description = "Personal Codex marketplace with rldyour plugins, MCP servers, skills, hooks, and SDLC tooling."
55
readme = "README.md"
66
requires-python = ">=3.13,<3.14"

references/codex-baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"verified_on": "2026-05-21",
55
"baseline": {
66
"codex_cli": {
7-
"version": "0.132.0",
7+
"version": "0.133.0",
88
"npm_package": "@openai/codex",
99
"ref": "https://developers.openai.com/codex/changelog"
1010
},

tests/unit/test_check_mcp_runtime_versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_parse_env_file_handles_comments_quotes_and_blanks(tmp_path: Path) -> No
1818
env_file.write_text(
1919
"""
2020
# comment
21-
CODEX_CLI_VERSION=0.132.0
21+
CODEX_CLI_VERSION=0.133.0
2222
SERENA_AGENT_VERSION='1.5.1'
2323
EMPTY_LINE_IGNORED
2424
SHADCN_VERSION="3.5.0"
@@ -27,7 +27,7 @@ def test_parse_env_file_handles_comments_quotes_and_blanks(tmp_path: Path) -> No
2727
encoding="utf-8",
2828
)
2929
assert mod.parse_env_file(env_file) == {
30-
"CODEX_CLI_VERSION": "0.132.0",
30+
"CODEX_CLI_VERSION": "0.133.0",
3131
"SERENA_AGENT_VERSION": "1.5.1",
3232
"SHADCN_VERSION": "3.5.0",
3333
"GITHUB_MCP_SERVER_VERSION": "1.0.5",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)