File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --- a/codex-rs/tui/Cargo.toml
2+ +++ b/codex-rs/tui/Cargo.toml
3+ @@ -13,7 +13,8 @@
4+ path = "src/lib.rs"
5+
6+ [features]
7+ - default = ["voice-input"]
8+ + # Remove "voice-input" because crate cpal required Android JNI
9+ + default = []
10+ # Enable vt100-based tests (emulator) when running with `--features vt100-tests`.
11+ vt100-tests = []
12+ # Gate verbose debug logging inside the TUI implementation.
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ TERMUX_PKG_DESCRIPTION="Lightweight coding agent that runs in your terminal"
33TERMUX_PKG_LICENSE=" Apache-2.0, MIT"
44TERMUX_PKG_LICENSE_FILE=" ../LICENSE, ../NOTICE"
55TERMUX_PKG_MAINTAINER=" @termux-user-repository"
6- TERMUX_PKG_VERSION=" 0.104.0"
7- TERMUX_PKG_REVISION=1
6+ TERMUX_PKG_VERSION=" 0.105.0"
87TERMUX_PKG_SRCURL=" https://github.com/openai/codex/archive/refs/tags/rust-v$TERMUX_PKG_VERSION .tar.gz"
9- TERMUX_PKG_SHA256=d7f93df78a5f7a89268eb1625c52322386ef27eb7ae33e6acc3e6c5a6fce80db
8+ TERMUX_PKG_SHA256=327e5d041871129b8630d0907afb266a51bb2301a0bcfa78993dee18824884c9
109TERMUX_PKG_DEPENDS=" libc++, openssl"
1110TERMUX_PKG_AUTO_UPDATE=true
1211TERMUX_PKG_UPDATE_VERSION_SED_REGEXP=' s/rust-v//'
You can’t perform that action at this time.
0 commit comments