mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
- Added a built-in `request_permissions` tool so running turns can request additional permissions at runtime, with new TUI rendering for those approval calls. (#13092, #14004) - Expanded plugin workflows with curated marketplace discovery, richer `plugin/list` metadata, install-time auth checks, and a `plugin/uninstall` endpoint. (#13712, #13540, #13685, #14111) - Upgraded app-server command execution with streaming stdin/stdout/stderr plus TTY/PTY support, and wired `exec` to the new in-process app server path. (#13640, #14005) - Web search settings now support full tool configuration (for example filters and location), not just on/off. (#13675) - Added the new permission-profile config language and split filesystem/network sandbox policy plumbing for more precise policy control. (#13434, #13439, #13440, #13448, #13449, #13453) - Image generation now saves output files into the current working directory. (#13607) ## Bug Fixes - Fixed auth error handling for cloud requirements fetch so 401s trigger the normal auth-recovery messaging instead of a generic workspace-config failure. (#14049) - Fixed trust bootstrap to avoid running `git` commands before project trust is established. (#13804) - Fixed Windows execution edge cases, including incorrect PTY `TerminateProcess` success handling and stricter sandbox startup cwd validation. (#13989, #13833, #13742) - Fixed plugin startup behavior so curated plugins are loaded in TUI sessions as expected. (#14050) - Hardened network proxy policy parsing by rejecting global wildcard (`*`) domains while preserving scoped wildcard support. (#13789) - Fixed approval payload compatibility for macOS automation permissions by accepting both supported input shapes. (#13683) ## Documentation - Clarified `js_repl` guidance for persistent bindings and redeclaration recovery to reduce avoidable REPL errors. (#13803) ## Chores - Reduced log/storage overhead by moving logs to a dedicated SQLite DB, adding timestamps to feedback logs, pruning old data, and tightening retention/row limits. (#13645, #13688, #13734, #13763, #13772, #13781) - Improved Windows distribution automation by publishing CLI releases to winget. (#12943) ## Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.112.0...rust-v0.113.0 - #13626 feat(otel): safe tracing @owenlin0 - #13560 Refine realtime startup context formatting @aibrahim-oai - #13615 Replay thread rollback from rollout history @aibrahim-oai - #13642 fix(tui): clean up pending steer preview wrapping @charley-oai - #13645 Add timestamped SQLite /feedback logs without schema changes @charley-oai - #13654 tui: sort resume picker by last updated time @charley-oai - #13540 support plugin/list. @xl-openai - #13677 chore: remove unused legacy macOS permission types @celia-oai - #13683 fix: accept two macOS automation input shapes for approval payload compatibility @celia-oai - #13687 refactor: remove proxy admin endpoint @viyatb-oai - #13669 copy current exe to CODEX_HOME/.sandbox-bin for apply_patch @iceweasel-oai - #11874 fix(tui) remove config check for trusted setting @dylan-hurd-oai - #13685 check app auth in plugin/install @sayan-oai - #13697 change sound @aibrahim-oai - #13607 Enabling CWD Saving for Image-Gen @won-openai - #13621 [elicitations] Switch to use MCP style elicitation payload for mcp tool approvals. @mzeng-openai - #13619 feat: status line with real data @jif-oai - #13734 feat: prune old memories in DB @jif-oai - #13688 Add timestamps to feedback log lines @etraut-openai - #13742 fix: windows normalization @jif-oai - #13514 [rmcp-client] Recover from streamable HTTP 404 sessions @caseychow-oai - #13750 feat: drop sqlite db feature flag @jif-oai - #13753 feat: drop discrepency metrics @jif-oai - #13763 feat: limit number of rows per log @jif-oai - #13703 Clarify sandbox permission override helper semantics @charley-oai - #13770 fix(app-server): fix turn_start_shell_zsh_fork_executes_command_v2 flake @owenlin0 - #13630 feat(otel, core): record turn TTFT and TTFM metrics in codex-core @owenlin0 - #13674 app-server: Emit `thread/name/updated` event globally @euroelessar - #13772 Move sqlite logs to a dedicated database @charley-oai - #13620 chore: improve DB flushing @jif-oai - #13711 feat: structured plugin parsing @sayan-oai - #13781 Reduce SQLite log retention to 10 days @charley-oai - #13780 fix: move unit tests in codex-rs/core/src/config/mod.rs into their own file @bolinfest - #13783 fix: move unit tests in codex-rs/core/src/codex.rs into their own file @bolinfest - #13787 fix bazel build @bolinfest - #13789 fix: reject global wildcard network proxy domains @viyatb-oai - #12943 Codex/winget auto update @iceweasel-oai - #13800 chore(otel): reorganize codex-otel crate @owenlin0 - #13797 feat: add auth login diagnostics @joshka-oai - #13695 utils/pty: add streaming spawn and terminal sizing primitives @euroelessar - #13803 Clarify js_repl binding reuse guidance @fjord-oai - #13810 docs: remove auth login logging plan @joshka-oai - #13434 config: add initial support for the new permission profile config language in config.toml @bolinfest - #13796 Add realtime startup context override @aibrahim-oai - #13814 fix: include libcap-dev dependency when creating a devcontainer for building Codex @bolinfest - #13808 chore(otel): rename OtelManager to SessionTelemetry @owenlin0 - #13712 feat: Add curated plugin marketplace + Metadata Cleanup. @xl-openai - #13791 fix(core): skip exec approval for permissionless skill scripts @celia-oai - #13675 Allow full web search tool config @rm-openai - #13640 app-server: Add streaming and tty/pty capabilities to `command/exec` @euroelessar - #13819 feat(app-server-protocol): address naming conflicts in json schema exporter @owenlin0 - #13804 fix: avoid invoking git before project trust is established @viyatb-oai - #12752 fix: support managed network allowlist controls @viyatb-oai - #13439 sandboxing: plumb split sandbox policies through runtime @bolinfest - #13440 protocol: derive effective file access from filesystem policies @bolinfest - #13816 fix(core): respect reject policy by approval source for skill scripts @celia-oai - #13833 app-server: require absolute cwd for windowsSandbox/setupStart @iceweasel-oai - #13670 Add Fast mode status-line indicator @etraut-openai - #13445 safety: honor filesystem policy carveouts in apply_patch @bolinfest - #13771 feat: simplify DB further @jif-oai - #13692 Add guardian approval MVP @charley-oai - #13851 tmp: drop artifact skills @jif-oai - #13910 fix(core) rm guardian snapshot test @dylan-hurd-oai - #13911 fix(ci) fix guardian ci @dylan-hurd-oai - #13896 Fix TUI context window display before first TokenCount @etraut-openai - #13448 seatbelt: honor split filesystem sandbox policies @bolinfest - #13921 chore: use @plugin instead of $plugin for plaintext mentions @sayan-oai - #13807 [elicitations] Support always allow option for mcp tool calls. @mzeng-openai - #13449 linux-sandbox: plumb split sandbox policies through helper @bolinfest - #13451 sandboxing: preserve denied paths when widening permissions @bolinfest - #13452 protocol: keep root carveouts sandboxed @bolinfest - #13874 Stabilize abort task follow-up handling @aibrahim-oai - #13453 linux-sandbox: honor split filesystem policies in bwrap @bolinfest - #13989 Fix inverted Windows PTY `TerminateProcess` handling @etraut-openai - #13912 fix(ci): restore guardian coverage and bazel unit tests @charley-oai - #13877 Stabilize shell serialization tests @aibrahim-oai - #13839 [app-server] Support hot-reload user config when batch writing config. @mzeng-openai - #14005 Add in-process app server and wire up exec to use it @etraut-openai - #13929 app-server: include experimental skill metadata in exec approval requests @celia-oai - #14014 fix(core) patch otel test @dylan-hurd-oai - #13841 tui: clarify pending steer follow-ups @charley-oai - #13092 Add request permissions tool @mousseau-oai - #14027 fix(bazel) add missing app-server-client BUILD.bazel @dylan-hurd-oai - #14004 feat(tui) render request_permissions calls @dylan-hurd-oai - #14052 Stabilize app list update ordering test @aibrahim-oai - #13897 guardian initial feedback / tweaks @charley-oai - #13884 Reduce app-server test timeout pressure @aibrahim-oai - #13872 Stabilize zsh fork app-server tests @aibrahim-oai - #13881 Stabilize RMCP pid file cleanup test @aibrahim-oai - #13883 Stabilize PTY Python REPL test @aibrahim-oai - #14058 Stabilize plan item app-server tests @aibrahim-oai - #13943 Order websocket initialize after handshake @aibrahim-oai - #13885 Stabilize thread resume replay tests @aibrahim-oai - #13878 Serialize shell snapshot stdin test @aibrahim-oai - #13876 Stabilize realtime startup context tests @aibrahim-oai - #14050 fix(plugin): Also load curated plugins for TUI. @xl-openai - #14049 fix: properly handle 401 error in clound requirement fetch. @xl-openai - #14101 Stabilize shell approval MCP test @aibrahim-oai - #14102 Stabilize interrupted task approval cleanup @aibrahim-oai - #14103 Stabilize guardian approval coverage @aibrahim-oai - #14060 Stabilize resumed rollout messages @aibrahim-oai - #14114 fix(ci) Faster shell_command::unicode_output test @dylan-hurd-oai - #14111 chore: plugin/uninstall endpoint @sayan-oai - #14117 feat(otel): Centralize OTEL metric names and shared tag builders @owenlin0 - #13880 Stabilize RMCP streamable HTTP readiness tests @aibrahim-oai - #14123 pass on save info to model + ui tweaks @won-openai - #13886 Stabilize protocol schema fixture generation @aibrahim-oai
391 lines
11 KiB
TOML
391 lines
11 KiB
TOML
[workspace]
|
|
members = [
|
|
"backend-client",
|
|
"ansi-escape",
|
|
"async-utils",
|
|
"app-server",
|
|
"app-server-client",
|
|
"app-server-protocol",
|
|
"app-server-test-client",
|
|
"debug-client",
|
|
"apply-patch",
|
|
"arg0",
|
|
"feedback",
|
|
"codex-backend-openapi-models",
|
|
"cloud-requirements",
|
|
"cloud-tasks",
|
|
"cloud-tasks-client",
|
|
"cli",
|
|
"config",
|
|
"shell-command",
|
|
"shell-escalation",
|
|
"skills",
|
|
"core",
|
|
"hooks",
|
|
"secrets",
|
|
"exec",
|
|
"execpolicy",
|
|
"execpolicy-legacy",
|
|
"keyring-store",
|
|
"file-search",
|
|
"linux-sandbox",
|
|
"lmstudio",
|
|
"login",
|
|
"mcp-server",
|
|
"network-proxy",
|
|
"ollama",
|
|
"process-hardening",
|
|
"protocol",
|
|
"rmcp-client",
|
|
"responses-api-proxy",
|
|
"stdio-to-uds",
|
|
"otel",
|
|
"tui",
|
|
"utils/absolute-path",
|
|
"utils/cargo-bin",
|
|
"utils/git",
|
|
"utils/cache",
|
|
"utils/image",
|
|
"utils/json-to-toml",
|
|
"utils/home-dir",
|
|
"utils/pty",
|
|
"utils/readiness",
|
|
"utils/rustls-provider",
|
|
"utils/string",
|
|
"utils/cli",
|
|
"utils/elapsed",
|
|
"utils/sandbox-summary",
|
|
"utils/sleep-inhibitor",
|
|
"utils/approval-presets",
|
|
"utils/oss",
|
|
"utils/fuzzy-match",
|
|
"utils/stream-parser",
|
|
"codex-client",
|
|
"codex-api",
|
|
"state",
|
|
"codex-experimental-api-macros",
|
|
"test-macros",
|
|
"package-manager",
|
|
"artifacts",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
version = "0.113.0"
|
|
# Track the edition for all workspace crates in one place. Individual
|
|
# crates can still override this value, but keeping it here means new
|
|
# crates created with `cargo new -w ...` automatically inherit the 2024
|
|
# edition.
|
|
edition = "2024"
|
|
license = "Apache-2.0"
|
|
|
|
[workspace.dependencies]
|
|
# Internal
|
|
app_test_support = { path = "app-server/tests/common" }
|
|
codex-ansi-escape = { path = "ansi-escape" }
|
|
codex-api = { path = "codex-api" }
|
|
codex-artifacts = { path = "artifacts" }
|
|
codex-package-manager = { path = "package-manager" }
|
|
codex-app-server = { path = "app-server" }
|
|
codex-app-server-client = { path = "app-server-client" }
|
|
codex-app-server-protocol = { path = "app-server-protocol" }
|
|
codex-app-server-test-client = { path = "app-server-test-client" }
|
|
codex-apply-patch = { path = "apply-patch" }
|
|
codex-arg0 = { path = "arg0" }
|
|
codex-async-utils = { path = "async-utils" }
|
|
codex-backend-client = { path = "backend-client" }
|
|
codex-chatgpt = { path = "chatgpt" }
|
|
codex-cli = { path = "cli" }
|
|
codex-client = { path = "codex-client" }
|
|
codex-cloud-requirements = { path = "cloud-requirements" }
|
|
codex-config = { path = "config" }
|
|
codex-core = { path = "core" }
|
|
codex-exec = { path = "exec" }
|
|
codex-execpolicy = { path = "execpolicy" }
|
|
codex-experimental-api-macros = { path = "codex-experimental-api-macros" }
|
|
codex-feedback = { path = "feedback" }
|
|
codex-file-search = { path = "file-search" }
|
|
codex-git = { path = "utils/git" }
|
|
codex-hooks = { path = "hooks" }
|
|
codex-keyring-store = { path = "keyring-store" }
|
|
codex-linux-sandbox = { path = "linux-sandbox" }
|
|
codex-lmstudio = { path = "lmstudio" }
|
|
codex-login = { path = "login" }
|
|
codex-mcp-server = { path = "mcp-server" }
|
|
codex-network-proxy = { path = "network-proxy" }
|
|
codex-ollama = { path = "ollama" }
|
|
codex-otel = { path = "otel" }
|
|
codex-process-hardening = { path = "process-hardening" }
|
|
codex-protocol = { path = "protocol" }
|
|
codex-responses-api-proxy = { path = "responses-api-proxy" }
|
|
codex-rmcp-client = { path = "rmcp-client" }
|
|
codex-secrets = { path = "secrets" }
|
|
codex-shell-command = { path = "shell-command" }
|
|
codex-shell-escalation = { path = "shell-escalation" }
|
|
codex-skills = { path = "skills" }
|
|
codex-state = { path = "state" }
|
|
codex-stdio-to-uds = { path = "stdio-to-uds" }
|
|
codex-test-macros = { path = "test-macros" }
|
|
codex-tui = { path = "tui" }
|
|
codex-utils-absolute-path = { path = "utils/absolute-path" }
|
|
codex-utils-approval-presets = { path = "utils/approval-presets" }
|
|
codex-utils-cache = { path = "utils/cache" }
|
|
codex-utils-cargo-bin = { path = "utils/cargo-bin" }
|
|
codex-utils-cli = { path = "utils/cli" }
|
|
codex-utils-elapsed = { path = "utils/elapsed" }
|
|
codex-utils-fuzzy-match = { path = "utils/fuzzy-match" }
|
|
codex-utils-home-dir = { path = "utils/home-dir" }
|
|
codex-utils-image = { path = "utils/image" }
|
|
codex-utils-json-to-toml = { path = "utils/json-to-toml" }
|
|
codex-utils-oss = { path = "utils/oss" }
|
|
codex-utils-pty = { path = "utils/pty" }
|
|
codex-utils-readiness = { path = "utils/readiness" }
|
|
codex-utils-rustls-provider = { path = "utils/rustls-provider" }
|
|
codex-utils-sandbox-summary = { path = "utils/sandbox-summary" }
|
|
codex-utils-sleep-inhibitor = { path = "utils/sleep-inhibitor" }
|
|
codex-utils-stream-parser = { path = "utils/stream-parser" }
|
|
codex-utils-string = { path = "utils/string" }
|
|
codex-windows-sandbox = { path = "windows-sandbox-rs" }
|
|
core_test_support = { path = "core/tests/common" }
|
|
mcp_test_support = { path = "mcp-server/tests/common" }
|
|
|
|
# External
|
|
age = "0.11.1"
|
|
allocative = "0.3.3"
|
|
ansi-to-tui = "7.0.0"
|
|
anyhow = "1"
|
|
arboard = { version = "3", features = ["wayland-data-control"] }
|
|
askama = "0.15.4"
|
|
assert_cmd = "2"
|
|
assert_matches = "1.5.0"
|
|
async-channel = "2.3.1"
|
|
async-stream = "0.3.6"
|
|
async-trait = "0.1.89"
|
|
axum = { version = "0.8", default-features = false }
|
|
base64 = "0.22.1"
|
|
bm25 = "2.3.2"
|
|
bytes = "1.10.1"
|
|
chardetng = "0.1.17"
|
|
chrono = "0.4.43"
|
|
clap = "4"
|
|
clap_complete = "4"
|
|
color-eyre = "0.6.3"
|
|
crossbeam-channel = "0.5.15"
|
|
crossterm = "0.28.1"
|
|
csv = "1.3.1"
|
|
ctor = "0.6.3"
|
|
derive_more = "2"
|
|
diffy = "0.4.2"
|
|
dirs = "6"
|
|
dotenvy = "0.15.7"
|
|
dunce = "1.0.4"
|
|
encoding_rs = "0.8.35"
|
|
fd-lock = "4.0.4"
|
|
env-flags = "0.1.1"
|
|
env_logger = "0.11.9"
|
|
eventsource-stream = "0.2.3"
|
|
flate2 = "1.1.4"
|
|
futures = { version = "0.3", default-features = false }
|
|
gethostname = "1.1.0"
|
|
globset = "0.4"
|
|
http = "1.3.1"
|
|
icu_decimal = "2.1"
|
|
icu_locale_core = "2.1"
|
|
icu_provider = { version = "2.1", features = ["sync"] }
|
|
ignore = "0.4.23"
|
|
image = { version = "^0.25.9", default-features = false }
|
|
iana-time-zone = "0.1.64"
|
|
include_dir = "0.7.4"
|
|
indexmap = "2.12.0"
|
|
insta = "1.46.3"
|
|
inventory = "0.3.19"
|
|
itertools = "0.14.0"
|
|
keyring = { version = "3.6", default-features = false }
|
|
landlock = "0.4.4"
|
|
lazy_static = "1"
|
|
libc = "0.2.182"
|
|
log = "0.4"
|
|
lru = "0.16.3"
|
|
maplit = "1.0.2"
|
|
mime_guess = "2.0.5"
|
|
multimap = "0.10.0"
|
|
notify = "8.2.0"
|
|
nucleo = { git = "https://github.com/helix-editor/nucleo.git", rev = "4253de9faabb4e5c6d81d946a5e35a90f87347ee" }
|
|
once_cell = "1.20.2"
|
|
openssl-sys = "*"
|
|
opentelemetry = "0.31.0"
|
|
opentelemetry-appender-tracing = "0.31.0"
|
|
opentelemetry-otlp = "0.31.0"
|
|
opentelemetry-semantic-conventions = "0.31.0"
|
|
opentelemetry_sdk = "0.31.0"
|
|
os_info = "3.12.0"
|
|
owo-colors = "4.3.0"
|
|
path-absolutize = "3.1.1"
|
|
pathdiff = "0.2"
|
|
portable-pty = "0.9.0"
|
|
predicates = "3"
|
|
pretty_assertions = "1.4.1"
|
|
pulldown-cmark = "0.10"
|
|
rand = "0.9"
|
|
ratatui = "0.29.0"
|
|
ratatui-macros = "0.6.0"
|
|
regex = "1.12.3"
|
|
regex-lite = "0.1.8"
|
|
reqwest = "0.12"
|
|
rmcp = { version = "0.15.0", default-features = false }
|
|
runfiles = { git = "https://github.com/dzbarsky/rules_rust", rev = "b56cbaa8465e74127f1ea216f813cd377295ad81" }
|
|
rustls = { version = "0.23", default-features = false, features = [
|
|
"ring",
|
|
"std",
|
|
] }
|
|
schemars = "0.8.22"
|
|
seccompiler = "0.5.0"
|
|
semver = "1.0"
|
|
sentry = "0.46.0"
|
|
serde = "1"
|
|
serde_json = "1"
|
|
serde_path_to_error = "0.1.20"
|
|
serde_with = "3.17"
|
|
serde_yaml = "0.9"
|
|
serial_test = "3.2.0"
|
|
sha1 = "0.10.6"
|
|
sha2 = "0.10"
|
|
shlex = "1.3.0"
|
|
similar = "2.7.0"
|
|
socket2 = "0.6.1"
|
|
sqlx = { version = "0.8.6", default-features = false, features = [
|
|
"chrono",
|
|
"json",
|
|
"macros",
|
|
"migrate",
|
|
"runtime-tokio-rustls",
|
|
"sqlite",
|
|
"time",
|
|
"uuid",
|
|
] }
|
|
starlark = "0.13.0"
|
|
strum = "0.27.2"
|
|
strum_macros = "0.28.0"
|
|
supports-color = "3.0.2"
|
|
syntect = "5"
|
|
sys-locale = "0.3.2"
|
|
tempfile = "3.23.0"
|
|
tar = "0.4.44"
|
|
test-log = "0.2.19"
|
|
textwrap = "0.16.2"
|
|
thiserror = "2.0.17"
|
|
time = "0.3.47"
|
|
tiny_http = "0.12"
|
|
tokio = "1"
|
|
tokio-stream = "0.1.18"
|
|
tokio-test = "0.4"
|
|
tokio-tungstenite = { version = "0.28.0", features = [
|
|
"proxy",
|
|
"rustls-tls-native-roots",
|
|
] }
|
|
tokio-util = "0.7.18"
|
|
toml = "0.9.5"
|
|
toml_edit = "0.24.0"
|
|
tracing = "0.1.44"
|
|
tracing-appender = "0.2.3"
|
|
tracing-opentelemetry = "0.32.0"
|
|
tracing-subscriber = "0.3.22"
|
|
tracing-test = "0.2.5"
|
|
tree-sitter = "0.25.10"
|
|
tree-sitter-bash = "0.25"
|
|
ts-rs = "11"
|
|
tungstenite = { version = "0.27.0", features = ["deflate", "proxy"] }
|
|
uds_windows = "1.1.0"
|
|
unicode-segmentation = "1.12.0"
|
|
unicode-width = "0.2"
|
|
url = "2"
|
|
urlencoding = "2.1"
|
|
uuid = "1"
|
|
vt100 = "0.16.2"
|
|
walkdir = "2.5.0"
|
|
webbrowser = "1.0"
|
|
which = "8"
|
|
wildmatch = "2.6.1"
|
|
zip = "2.4.2"
|
|
zstd = "0.13"
|
|
|
|
wiremock = "0.6"
|
|
zeroize = "1.8.2"
|
|
|
|
[workspace.lints]
|
|
rust = {}
|
|
|
|
[workspace.lints.clippy]
|
|
expect_used = "deny"
|
|
identity_op = "deny"
|
|
manual_clamp = "deny"
|
|
manual_filter = "deny"
|
|
manual_find = "deny"
|
|
manual_flatten = "deny"
|
|
manual_map = "deny"
|
|
manual_memcpy = "deny"
|
|
manual_non_exhaustive = "deny"
|
|
manual_ok_or = "deny"
|
|
manual_range_contains = "deny"
|
|
manual_retain = "deny"
|
|
manual_strip = "deny"
|
|
manual_try_fold = "deny"
|
|
manual_unwrap_or = "deny"
|
|
needless_borrow = "deny"
|
|
needless_borrowed_reference = "deny"
|
|
needless_collect = "deny"
|
|
needless_late_init = "deny"
|
|
needless_option_as_deref = "deny"
|
|
needless_question_mark = "deny"
|
|
needless_update = "deny"
|
|
redundant_clone = "deny"
|
|
redundant_closure = "deny"
|
|
redundant_closure_for_method_calls = "deny"
|
|
redundant_static_lifetimes = "deny"
|
|
trivially_copy_pass_by_ref = "deny"
|
|
uninlined_format_args = "deny"
|
|
unnecessary_filter_map = "deny"
|
|
unnecessary_lazy_evaluations = "deny"
|
|
unnecessary_sort_by = "deny"
|
|
unnecessary_to_owned = "deny"
|
|
unwrap_used = "deny"
|
|
|
|
# cargo-shear cannot see the platform-specific openssl-sys usage, so we
|
|
# silence the false positive here instead of deleting a real dependency.
|
|
[workspace.metadata.cargo-shear]
|
|
ignored = [
|
|
"icu_provider",
|
|
"openssl-sys",
|
|
"codex-utils-readiness",
|
|
"codex-secrets"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = "fat"
|
|
split-debuginfo = "off"
|
|
# Because we bundle some of these executables with the TypeScript CLI, we
|
|
# remove everything to make the binary as small as possible.
|
|
strip = "symbols"
|
|
|
|
# See https://github.com/openai/codex/issues/1411 for details.
|
|
codegen-units = 1
|
|
|
|
[profile.ci-test]
|
|
debug = 1 # Reduce debug symbol size
|
|
inherits = "test"
|
|
opt-level = 0
|
|
|
|
[patch.crates-io]
|
|
# Uncomment to debug local changes.
|
|
# ratatui = { path = "../../ratatui" }
|
|
crossterm = { git = "https://github.com/nornagon/crossterm", branch = "nornagon/color-query" }
|
|
ratatui = { git = "https://github.com/nornagon/ratatui", branch = "nornagon-v0.29.0-patch" }
|
|
tokio-tungstenite = { git = "https://github.com/openai-oss-forks/tokio-tungstenite", rev = "132f5b39c862e3a970f731d709608b3e6276d5f6" }
|
|
tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }
|
|
|
|
# Uncomment to debug local changes.
|
|
# rmcp = { path = "../../rust-sdk/crates/rmcp" }
|
|
|
|
[patch."ssh://git@github.com/openai-oss-forks/tungstenite-rs.git"]
|
|
tungstenite = { git = "https://github.com/openai-oss-forks/tungstenite-rs", rev = "9200079d3b54a1ff51072e24d81fd354f085156f" }
|