Skip to content

Commit 85c8d81

Browse files
committed
codex 0.149.1
1 parent 18954a8 commit 85c8d81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Installed artifacts end up in:
5151
- `build/install/codex/bin/codex`
5252
- `build/install/codex/bin/codex-code-mode-host`
5353

54-
Codex 0.148 enables the separate code-mode host by default. Keep
54+
Codex 0.149 enables the separate code-mode host by default. Keep
5555
`codex-code-mode-host` beside `codex` when copying or packaging this build.
5656

5757
Quick verification:
@@ -69,7 +69,7 @@ build/install/codex/bin/codex-code-mode-host --help
6969
- The wrapper uses the official Solaris Rust standalone installer target
7070
`x86_64-pc-solaris`.
7171
- The pinned Codex source is the upstream `openai/codex` release tag
72-
`rust-v0.148.0`, built from its `codex-rs/` workspace.
72+
`rust-v0.149.1`, built from its `codex-rs/` workspace.
7373
- Set `SOLARIS_CODEX_PROXY_SETUP=/path/to/proxy.sh` if your host needs an
7474
environment hook before downloads.
7575
- The codex build clears inherited Solaris `LD_*` hardening variables because

versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
SOLARIS_CODEX_VERSION=0.148.0
3+
SOLARIS_CODEX_VERSION=0.149.1
44
RUST_VERSION=1.95.0
55
BINDGEN_CLI_VERSION=0.72.0
66
PROTOBUF_VERSION=31.1

0 commit comments

Comments
 (0)