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

openai-codex-bash-completion-0.152.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: openai-codex-bash-completion Distribution: openSUSE Tumbleweed
Version: 0.152.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Sep 1 08:01:34 2026
Group: Unspecified Build host: reproducible
Size: 226556 Source RPM: openai-codex-0.152.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/openai/codex
Summary: Bash completion for codex
Bash command line completion support for codex.

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

* Tue Sep 01 2026 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.152.0:
    * Vim mode gains "/" and "?" search within drafts, with match
      highlighting and n/N repeat navigation
    * Rate-limit banners offer actions for checking usage, managing
      credits, resetting limits and managing plans
    * TUI and "codex exec" show credential-refresh progress,
      including Amazon Bedrock reauthentication
    * MCP server names may contain ":", "@", "/" and "."
    * Individual MCP tools honour an output_token_limit setting
    * App-server clients can configure thread/shellCommand timeouts
      longer than one hour
    * Cloud task requests reject untrusted backend URLs and refuse
      redirects, protecting saved credentials
    * The planning tool is now disabled by default; re-enable with
      tools.update_plan.enabled = true
    * Vim-enabled composers start fresh drafts in Insert mode again
  - cargo-audit reports five advisories on the vendored lockfile, all
    pre-existing and unchanged since 0.151.0; audit a bare Cargo.lock
    because upstream's codex-rs/.cargo/audit.toml hides four of them:
    * CVE-2026-25800 (RUSTSEC-2026-0185, quinn-proto 0.11.14): not
      affected, reqwest gates dep:quinn behind its "http3" feature,
      which the workspace leaves off, so it is never linked
    * RUSTSEC-2026-0194 and -0195 (quick-xml 0.39.4) and
      RUSTSEC-2026-0118 and -0119 (hickory-proto 0.25.2), DoS with no
      CVE assigned: linked, but each fix is a semver-incompatible
      bump of an intermediate crate, or not released at all
  - Legal-Review-Notice: linked-crate count 874/876 -> 875/877 on
    aarch64/x86_64, from one new first-party workspace crate
    (codex-guardian-context). The vendored dependency set, the
    bundled() versions and the License tag are unchanged from 0.151.0
* 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/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/codex


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Sep 2 23:55:13 2026