Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openai-codex for openSUSE:Factory 
checked in at 2026-08-30 19:08:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openai-codex (Old)
 and      /work/SRC/openSUSE:Factory/.openai-codex.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openai-codex"

Sun Aug 30 19:08:15 2026 rev:5 rq:1374664 version:0.151.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openai-codex/openai-codex.changes        
2026-08-27 18:56:37.533624923 +0200
+++ /work/SRC/openSUSE:Factory/.openai-codex.new.1265/openai-codex.changes      
2026-08-30 19:08:17.662209123 +0200
@@ -1,0 +2,26 @@
+Sat Aug 29 18:57:46 UTC 2026 - Martin Pluskal <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  codex-rust-v0.150.1.tar.gz

New:
----
  codex-rust-v0.151.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openai-codex.spec ++++++
--- /var/tmp/diff_new_pack.tzC0t4/_old  2026-08-30 19:08:25.623484726 +0200
+++ /var/tmp/diff_new_pack.tzC0t4/_new  2026-08-30 19:08:25.625484795 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           openai-codex
-Version:        0.150.1
+Version:        0.151.0
 Release:        0
 Summary:        OpenAI Codex coding agent for the terminal
 # Legal-Review-Notice: upstream codex is Apache-2.0. Everything after that

++++++ _service ++++++
--- /var/tmp/diff_new_pack.tzC0t4/_old  2026-08-30 19:08:25.679486664 +0200
+++ /var/tmp/diff_new_pack.tzC0t4/_new  2026-08-30 19:08:25.682486767 +0200
@@ -8,11 +8,11 @@
     the v8-poc/code-mode-runtime/code-mode-host workspace members (~213 MB of
     sources that are never compiled) stay out of the bundle.  To regenerate:
 
-      tar xf codex-rust-v0.150.1.tar.gz
-      patch -p1 -d codex-rust-v0.150.1 < codex-drop-v8-code-mode.patch
-      rm -rf codex-rust-v0.150.1/codex-rs/vendor
+      tar xf codex-rust-v0.151.0.tar.gz
+      patch -p1 -d codex-rust-v0.151.0 < codex-drop-v8-code-mode.patch
+      rm -rf codex-rust-v0.151.0/codex-rs/vendor
       osc service manualrun
-      rm -rf codex-rust-v0.150.1
+      rm -rf codex-rust-v0.151.0
 
     The codex-rs/vendor removal drops the bundled bubblewrap 0.11.2 C sources,
     which %prep removes as well - codex uses the system bubblewrap instead.
@@ -28,7 +28,7 @@
     with the cargo_vendor "update-crate" parameter instead.
   -->
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">codex-rust-v0.150.1/codex-rs</param>
+    <param name="srcdir">codex-rust-v0.151.0/codex-rs</param>
     <param name="compression">zst</param>
     <param name="update">false</param>
   </service>

++++++ codex-drop-v8-code-mode.patch ++++++
--- /var/tmp/diff_new_pack.tzC0t4/_old  2026-08-30 19:08:25.696487252 +0200
+++ /var/tmp/diff_new_pack.tzC0t4/_new  2026-08-30 19:08:25.699487356 +0200
@@ -29,9 +29,9 @@
      "tools",
 -    "v8-poc",
      "websocket-client",
+     "worktree",
      "workload-identity",
-     "utils/absolute-path",
-@@ -177,7 +174,6 @@
+@@ -178,7 +175,6 @@
  codex-cloud-tasks-mock-client = { path = "cloud-tasks-mock-client" }
  codex-code-mode = { path = "code-mode" }
  codex-code-mode-protocol = { path = "code-mode-protocol" }
@@ -39,7 +39,7 @@
  codex-home = { path = "codex-home" }
  codex-http-client = { path = "http-client" }
  codex-websocket-client = { path = "websocket-client" }
-@@ -279,7 +275,6 @@
+@@ -280,7 +276,6 @@
  codex-utils-stream-parser = { path = "utils/stream-parser" }
  codex-utils-string = { path = "utils/string" }
  codex-utils-template = { path = "utils/template" }
@@ -47,7 +47,7 @@
  codex-workload-identity = { path = "workload-identity" }
  codex-windows-sandbox = { path = "windows-sandbox-rs" }
  core_test_support = { path = "core/tests/common" }
-@@ -488,7 +483,6 @@
+@@ -490,7 +485,6 @@
  url = "2"
  urlencoding = "2.1"
  uuid = "1"
@@ -55,7 +55,7 @@
  vt100 = "0.16.2"
  walkdir = "2.5.0"
  webbrowser = "1.2.2"
-@@ -549,7 +543,6 @@
+@@ -551,7 +545,6 @@
  ignored = [
      "icu_provider",
      "openssl-sys",

++++++ codex-rust-v0.150.1.tar.gz -> codex-rust-v0.151.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/openai-codex/codex-rust-v0.150.1.tar.gz 
/work/SRC/openSUSE:Factory/.openai-codex.new.1265/codex-rust-v0.151.0.tar.gz 
differ: char 13, line 1

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/openai-codex/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.openai-codex.new.1265/vendor.tar.zst differ: char 
7, line 1

Reply via email to