File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5757Quick 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
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- SOLARIS_CODEX_VERSION=0.148.0
3+ SOLARIS_CODEX_VERSION=0.149.1
44RUST_VERSION=1.95.0
55BINDGEN_CLI_VERSION=0.72.0
66PROTOBUF_VERSION=31.1
You can’t perform that action at this time.
0 commit comments