Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

openai-codex-0.151.0-1.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: openai-codex Distribution: openSUSE Tumbleweed
Version: 0.151.0 Vendor: openSUSE
Release: 1.1 Build date: Sat Aug 29 20:57:46 2026
Group: Unspecified Build host: reproducible
Size: 281574447 Source RPM: openai-codex-0.151.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/openai/codex
Summary: OpenAI Codex coding agent for the terminal
Codex is OpenAI's coding agent for the terminal. It runs an interactive TUI
that pairs with the Codex models to read, edit and reason about the code in
the current working directory, run shell commands inside a sandbox and drive
common developer workflows from the command line.

The /usr/bin/codex binary is a multicall executable: the helper programs
(apply_patch, codex-linux-sandbox, codex-execve-wrapper) are dispatched from
argv[0], and the remaining tools are subcommands (exec, mcp-server,
app-server, execpolicy, sandbox, responses-api-proxy, completion, doctor,
agents, queue).

Provides

Requires

License

Apache-2.0 AND MIT AND Unicode-3.0 AND MPL-2.0 AND ISC AND BSD-3-Clause AND Zlib AND BSD-2-Clause AND CC0-1.0 AND CDLA-Permissive-2.0

Changelog

* Sat Aug 29 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.151.0:
    * Configurable grace period for discovering tools from optional
      MCP servers
    * Extensions can inspect or replace MCP tool results before they
      reach the model
    * Plugin catalogs combine per-repository configuration and report
      invalid project marketplaces without hiding valid plugins
    * Preserve restored permission profiles across TUI turns; /cd can
      no longer weaken sandbox restrictions
    * Stale Guardian classifications no longer authorize actions after
      a permission-state change
    * Remote sandbox enforcement uses the executor's actual home
      directory, OS and path conventions
    * Keep tool availability and reasoning effort correct when
      switching models or falling back to another one
    * Nested subagent token usage counts toward root goal budgets
  - Rebase codex-drop-v8-code-mode.patch: 0.151.0 adds a "worktree"
    workspace member next to "websocket-client", which shifted the
    context of the hunk dropping "v8-poc". Same six removals as before.
  - Vendored dependency set is unchanged from 0.150.1 (1193 crates,
    none added or removed), so the License tally and the bundled()
    versions still hold.
* Thu Aug 27 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 0.150.1:
    * Retained-image compaction budgeting is backported to the 0.150
      line, restoring the behaviour 0.149.1 already had
  - Update to 0.150.0:
    * Reference other Codex tasks with `@` mentions, and ask agents
      to read, create or message tasks from the terminal
    * `/copy` offers a picker for the full response, individual code
      blocks and blockquotes
    * Unnamed terminal tasks get descriptive titles automatically and
      `/rename` suggests an editable one
    * New keybindings cycle the permission modes, `.` in Vim mode
      repeats the last edit, and `Interrupt` hooks run commands or
      MCP handlers when an active top-level turn is interrupted
    * Untrusted projects no longer supply project-level AGENTS.md
      instructions, and managed deny-read rules stay enforced across
      permission changes
    * Wider credential redaction in app-server diagnostics, plus fixes
      for remote MCP bearer tokens, Unix shutdown hangs and Amazon
      Bedrock compaction; see upstream's release notes for the rest
  - Rebase codex-drop-v8-code-mode.patch and
    codex-no-startup-update-check.patch
  - Regenerate vendor.tar.zst: rmcp and rmcp-macros move from 3.1.2
    to 3.1.3 and are the only third-party crate change; the licence
    set of the linked crates is unchanged
* Mon Aug 24 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 0.149.1:
    * `codex exec` callers can classify new threads
    * Retained images are now budgeted during remote compaction
    * Detached memory requests are identified as memory consolidation
  - vendor.tar.zst is carried over unchanged: codex-rs/Cargo.lock is
    byte-identical between 0.149.0 and 0.149.1, so re-vendoring with
    update=false resolves the same crate set
* Fri Aug 21 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 0.149.0:
    * Interactive `codex agents` dashboard for searching, starting,
      opening, renaming and stopping tasks
    * `/cd`, `/pwd` and `/cwd` TUI commands for the working directory
    * `codex queue` sends a message to an existing local or remote
      session
    * Expanded Vim change motions (`cw`, `c$`, `cc`) and character
      replacement
    * `codex doctor` now diagnoses endpoint protection, network/proxy
      failures and update connectivity
    * Resumed and forked threads restore their permission profile
    * Linux sandbox drops extra capabilities and isolates IPC in
      bubblewrap
    * `apply_patch` no longer widens write permissions; git commands
      are no longer treated as inherently safe
  - Rebase codex-drop-v8-code-mode.patch and
    codex-no-startup-update-check.patch
* Thu Aug 20 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to 0.148.0:
    * TUI /export writes a conversation to Markdown (clipboard
      or file)
    * Fork sessions with `codex exec fork`; archive and restore
      sessions from the resume picker
    * Show estimated thread credits or cost in /status
    * Amazon Bedrock Runtime as a built-in model provider
    * Hooks can run commands asynchronously and invoke MCP tools
    * Sandbox path denials now fail closed
    * Resumed sessions restore the persisted working directory
      and approval policy
  - Rebase codex-drop-v8-code-mode.patch and
    codex-no-startup-update-check.patch
* Sun Aug 16 2026 Martin Pluskal <mpluskal@suse.com>
  - Initial package (0.147.0)
  - Build only the codex-cli crate: the v8-poc, code-mode-runtime and
    code-mode-host workspace members pull in the v8 crate, whose build
    script downloads a prebuilt library from the network
    (codex-drop-v8-code-mode.patch)
  - Drop the bundled bubblewrap 0.11.2 C sources and use the system
    bubblewrap instead
  - Ship only the multicall codex binary; the helper programs are
    dispatched from argv[0] or reachable as subcommands
  - Do not query github.com for updates on startup
    (codex-no-startup-update-check.patch)
  - Ship bash, fish and zsh completions as subpackages
  - Run the test suite for the self-contained crates only
    (protocol, apply-patch, execpolicy, file-search, config); the
    remaining crates' test harnesses roughly double a build that
    already takes over an hour
  - Build with LTO off and codegen-units 16: upstream's thin LTO plus
    the distribution's -C debuginfo=2 needs 43 GB RSS in a single
    rustc, more than any build worker provides

Files

/usr/bin/codex
/usr/share/doc/packages/openai-codex
/usr/share/doc/packages/openai-codex/CHANGELOG.md
/usr/share/doc/packages/openai-codex/README.md
/usr/share/doc/packages/openai-codex/docs
/usr/share/doc/packages/openai-codex/docs/CLA.md
/usr/share/doc/packages/openai-codex/docs/agents_md.md
/usr/share/doc/packages/openai-codex/docs/authentication.md
/usr/share/doc/packages/openai-codex/docs/config.md
/usr/share/doc/packages/openai-codex/docs/contributing.md
/usr/share/doc/packages/openai-codex/docs/example-config.md
/usr/share/doc/packages/openai-codex/docs/exec.md
/usr/share/doc/packages/openai-codex/docs/execpolicy.md
/usr/share/doc/packages/openai-codex/docs/getting-started.md
/usr/share/doc/packages/openai-codex/docs/install.md
/usr/share/doc/packages/openai-codex/docs/license.md
/usr/share/doc/packages/openai-codex/docs/open-source-fund.md
/usr/share/doc/packages/openai-codex/docs/sandbox.md
/usr/share/doc/packages/openai-codex/docs/skills.md
/usr/share/doc/packages/openai-codex/docs/slash_commands.md
/usr/share/licenses/openai-codex
/usr/share/licenses/openai-codex/LICENSE
/usr/share/licenses/openai-codex/NOTICE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Sep 1 22:52:48 2026