You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Changelog
2
2
3
+
## Codex bootstrap v0.2.9 - 2026-08-25
4
+
5
+
Release tag: `codex-bootstrap-v0.2.9`
6
+
7
+
### Highlights
8
+
- Added a checksum-covered bilingual `README.md` to every offline release kit and GitHub Release.
9
+
- Replaced generic auto-generated GitHub notes with release-specific, fully pinned online installation, offline verification, activation, and security instructions.
10
+
- Added visible English and Chinese root README entry points plus a complete English Codex server deployment guide.
11
+
- Strengthened the documented online identity contract by pinning the annotated tag object as well as the raw-script commit and peeled commit.
12
+
13
+
### Validation
14
+
- The release workflow requires x64, native ARM64, Python 3.9–3.13, Codex contract, Web, release-kit, checksum, live tag, and publish gates before creating the Release.
15
+
- The offline wrapper rejects any missing, extra, symlinked, untrusted-mode, or checksum-mismatched asset, including its release README.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@
44
44
-[Overview](#overview)
45
45
-[What's New](#whats-new)
46
46
-[Highlights](#highlights)
47
+
-[One-command Codex Server Deployment](#one-command-codex-server-deployment)
47
48
-[Quick Start](#quick-start)
48
49
-[Configuration](#configuration)
49
50
-[OpenClaw Integration](#openclaw-integration)
@@ -181,6 +182,14 @@ Dr. Claw is a general-purpose AI research assistant designed to help researchers
181
182
</details>
182
183
183
184
185
+
## One-command Codex Server Deployment
186
+
187
+
To reproduce the Dr. Claw Codex setup on a new Linux `x86_64` or `aarch64` server, use the immutable [`codex-bootstrap-v0.2.9` release](https://github.com/OpenLAIR/dr-claw/releases/tag/codex-bootstrap-v0.2.9). The Release page contains the exact one-command installer pinned to its full commit and annotated tag object, plus an offline bundle and `SHA256SUMS`.
188
+
189
+
The `--full` path installs the safe Codex profile, global `AGENTS.md`, the on-demand router for the complete 172-skill library, the Dr. Claw control CLI, and the Web application, then runs a strict credential-free doctor. Codex login, connector OAuth, API keys, SSH/Duo state, caches, and existing projects are never copied.
190
+
191
+
See the [English deployment guide](docs/codex-bootstrap.md) or the [complete Chinese operations guide](bootstrap/codex/README.zh-CN.md) for prerequisites, online/offline installation, Delta behavior, service activation, updates, and rollback.
192
+
184
193
## Quick Start
185
194
186
195
> **Desktop App (Beta):** Want to skip the setup below? Download the latest `.dmg` (macOS) or `.exe` (Windows) installer from [GitHub Releases](https://github.com/OpenLAIR/dr-claw/releases) and run it directly. The desktop app is currently in beta — for a more stable experience, follow the full installation steps below.
0 commit comments