2025-08-13 Codex はじめました
こちらを参考に codex CLI も初めてみた。Claude Code のサブAgentとして使っていこう » OpenAI Codex CLI:次世代コーディングエージェントの概要と使い方 https://t.co/Fg321hs1Tf
— toshimaru (@toshimaru_e) August 10, 2025
とりあえず、model_reasoning_effort
は high
にしておく。
# ~/.codex/config.toml
model_reasoning_effort = "high"
Rust実装
codexはRustで書き直されていた。
- Zero-dependency Install — currently Node v22+ is required, which is frustrating or a blocker for some users
- Native Security Bindings — surprise! we already ship a Rust for linux sandboxing since the bindings were available
- Optimized Performance — no runtime garbage collection, resulting in lower memory consumption
- Extensible Protocol — we’ve been working on a “wire protocol” for Codex CLI to allow developers to extend the agent in different languages (including Type/JavaScript, Python, etc) and MCPs (already supported in Rust)
Codex CLI , Rust で書き直されているんかー "we've been working on a rewrite of Codex CLI into Rust." » Codex CLI is Going Native · openai/codex · Discussion #1174 https://t.co/T3epml7rOj
— toshimaru (@toshimaru_e) August 11, 2025