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: readme-dev.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Run from sources
31
31
32
32
Run from binaries
33
33
34
-
1. Download a `codex-acp-<platform>.zip` archive from https://github.com/agentclientprotocol/codex-acp/releases
34
+
1. Download a `codex-acp-<platform>.zip` archive from https://github.com/agentclientprotocol/codex-acp/releases (`<platform>` is one of: `linux`, `darwin`, `win32`)
35
35
2. Unzip the archive:
36
36
```bash
37
37
unzip codex-acp-<platform>.zip
@@ -69,6 +69,6 @@ npm run package:all
69
69
70
70
### Update supported Codex version
71
71
72
-
1. Update Codex dependency: `package.json`
72
+
1. Update the `@openai/codex` version in `package.json` (under `dependencies`).
73
73
2. Regenerate Codex types in `src/app-server/`: `npm run generate-types`
74
74
3. Ensure there are no type errors or failed tests: `npm run typecheck` and `npm run test`
0 commit comments