Skip to content

Commit f8719cd

Browse files
committed
chore(release): rldyour-codex 1.7.7
1 parent baf020e commit f8719cd

29 files changed

Lines changed: 45 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [1.7.7] - 2026-06-26
4+
5+
### Changed
6+
7+
- Refresh CLI runtime and MCP pins to latest stable versions.
8+
39
## [1.7.6] - 2026-06-26
410

511
### Fixed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ It is not a generic preset, not an automatic configuration takeover, and not a b
1717

1818
| Field | Value |
1919
|---|---|
20-
| Adapter version | `1.7.6` |
21-
| Runtime baseline | Codex CLI 0.142.0 (`@openai/codex`) |
22-
| GitHub release tag | `1.7.6` |
20+
| Adapter version | `1.7.7` |
21+
| Runtime baseline | Codex CLI 0.142.2 (`@openai/codex`) |
22+
| GitHub release tag | `1.7.7` |
2323

24-
The runtime baseline reference is `references/codex-baseline.json`, verified 2026-06-25. The npm package is `@openai/codex`; the upstream release artifact is at `https://github.com/openai/codex/releases/tag/rust-v0.142.0`.
24+
The runtime baseline reference is `references/codex-baseline.json`, verified 2026-06-26. The npm package is `@openai/codex`; the upstream release artifact is at `https://github.com/openai/codex/releases/tag/rust-v0.142.2`.
2525

2626
## What This Repository Provides
2727

@@ -47,7 +47,7 @@ MCP launcher packages are pinned in `.mcp.json` and mirrored in `config/mcp-runt
4747

4848
```bash
4949
curl -fsSL https://chatgpt.com/codex/install.sh | CODEX_NON_INTERACTIVE=1 sh
50-
npm install -g @openai/codex@0.142.0
50+
bun add -g @openai/codex@0.142.2
5151
codex --version
5252
codex doctor
5353
```

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ historical patch in the line.
1212

1313
| Version | Supported |
1414
|---|---|
15-
| Current exact tag `1.7.6` | yes |
15+
| Current exact tag `1.7.7` | yes |
1616
| Older `1.1.*` tags | no; upgrade to current exact tag |
1717
| Older minor / major lines | no |
1818

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.6
1+
1.7.7

config/mcp-runtime-versions.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ DART_FLUTTER_MCP_RUNTIME=external-local-dart-sdk
55
NODE_MAJOR_VERSION=24
66
BUN_VERSION=1.3.14
77
DART_SDK_VERSION=3.12.0
8-
CODEX_CLI_VERSION=0.142.0
8+
CODEX_CLI_VERSION=0.142.2
99
GITHUB_MCP_SERVER_VERSION=1.4.0
10-
MCP_PYTHON_SDK_VERSION=1.28.0
10+
MCP_PYTHON_SDK_VERSION=1.28.1
1111
SERENA_AGENT_VERSION=1.5.3
1212
SEQUENTIAL_THINKING_MCP_VERSION=2025.12.18
1313
CHROME_DEVTOOLS_MCP_VERSION=1.4.0
1414
CONTEXT7_MCP_VERSION=3.2.2
15-
SHADCN_VERSION=4.11.0
15+
SHADCN_VERSION=4.11.1
1616

1717
# Browser providers outside MCP.
1818
PLAYWRIGHT_CLI_VERSION=0.1.14

plugins/rldyour-browser/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-browser",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "Браузерная проверка и debug для Playwright/DevTools. EN: Browser validation and debugging workflows.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-design/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-design",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "Дизайн/Figma/UI workflow с tokens, i18n, FSD и browser proof. EN: Design implementation workflows.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-explore/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-explore",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "Исследование docs, upstream и web evidence. EN: Technical and web research skills.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-flow/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-flow",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "Автономный SDLC Codex: ry-init/start/review/repair/deploy, hooks и sync. EN: SDLC workflow.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

plugins/rldyour-lsps/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rldyour-lsps",
3-
"version": "1.7.6",
3+
"version": "1.7.7",
44
"description": "Маршрутизация LSP, health checks и Serena integration. EN: Language server workflow.",
55
"author": {
66
"name": "Danil Silantyev (github:rldyourmnd), CEO NDDev",

0 commit comments

Comments
 (0)