Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mistral-vibe for openSUSE:Factory 
checked in at 2026-05-12 19:27:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mistral-vibe (Old)
 and      /work/SRC/openSUSE:Factory/.mistral-vibe.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mistral-vibe"

Tue May 12 19:27:26 2026 rev:4 rq:1352576 version:2.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/mistral-vibe/mistral-vibe.changes        
2026-05-08 16:49:06.834495378 +0200
+++ /work/SRC/openSUSE:Factory/.mistral-vibe.new.1966/mistral-vibe.changes      
2026-05-12 19:28:45.696292547 +0200
@@ -1,0 +2,18 @@
+Tue May 12 00:01:02 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update to 2.9.6:
+  - Added
+    - Syntax-highlighted file diffs for write_file and
+      search_replace in the IDE agent webview
+    - Spinner and loader for ! (bang) command output
+    - prepare release script can resume after resolving merge
+      conflicts
+  - Fixed
+    - Strip wildcard suffix when persisting bash allowlist
+      patterns
+    - Build a combined SSL context for all outbound HTTPS
+      requests
+    - Hide non-interactive tools from the LLM in ACP and
+      programmatic mode
+
+-------------------------------------------------------------------

Old:
----
  mistral_vibe-2.9.5.tar.gz

New:
----
  mistral_vibe-2.9.6.tar.gz

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

Other differences:
------------------
++++++ mistral-vibe.spec ++++++
--- /var/tmp/diff_new_pack.NpxNFq/_old  2026-05-12 19:28:46.788337807 +0200
+++ /var/tmp/diff_new_pack.NpxNFq/_new  2026-05-12 19:28:46.792337972 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           mistral-vibe
-Version:        2.9.5
+Version:        2.9.6
 Release:        0
 Summary:        Minimal CLI coding agent by Mistral
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.NpxNFq/_old  2026-05-12 19:28:46.840339962 +0200
+++ /var/tmp/diff_new_pack.NpxNFq/_new  2026-05-12 19:28:46.844340127 +0200
@@ -1,5 +1,5 @@
-mtime: 1778247399
-commit: 2b4f9b0a2b6132f7abf5daa99e460550becc608c81363ae10aa7960863360d08
+mtime: 1778544185
+commit: cb2de5e9c2603de6bd1d48a1bb3c884f7d491685d54e9c2249e8eb2d9896f7ac
 url: https://src.opensuse.org/AI/mistral-vibe.git
 revision: factory
 

++++++ build-tests.patch ++++++
--- /var/tmp/diff_new_pack.NpxNFq/_old  2026-05-12 19:28:46.860340791 +0200
+++ /var/tmp/diff_new_pack.NpxNFq/_new  2026-05-12 19:28:46.864340957 +0200
@@ -11,11 +11,11 @@
  tests/test_install_script.py            |    3 +++
  10 files changed, 20 insertions(+)
 
-Index: mistral_vibe-2.9.5/pyproject.toml
+Index: mistral_vibe-2.9.6/pyproject.toml
 ===================================================================
---- mistral_vibe-2.9.5.orig/pyproject.toml     2020-02-02 01:00:00.000000000 
+0100
-+++ mistral_vibe-2.9.5/pyproject.toml  2026-05-08 15:36:10.522914321 +0200
-@@ -188,6 +188,9 @@
+--- mistral_vibe-2.9.6.orig/pyproject.toml     2020-02-02 01:00:00.000000000 
+0100
++++ mistral_vibe-2.9.6/pyproject.toml  2026-05-12 02:02:50.505757947 +0200
+@@ -189,6 +189,9 @@
  [tool.pytest.ini_options]
  addopts = "-vvvv -q -n auto --durations=10 --import-mode=importlib 
--maxschedchunk=1"
  timeout = 10
@@ -25,10 +25,10 @@
  filterwarnings = [
      # (e2e) streaming mock server is started in a thread; and the cli is 
spawn in a fork
      "ignore:This process \\(pid=.*\\) is multi-threaded, use of forkpty\\(\\) 
may lead to deadlocks in the child\\.:DeprecationWarning",
-Index: mistral_vibe-2.9.5/tests/acp/test_acp.py
+Index: mistral_vibe-2.9.6/tests/acp/test_acp.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/acp/test_acp.py      2020-02-02 
01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/acp/test_acp.py   2026-05-08 15:36:10.523232319 
+0200
+--- mistral_vibe-2.9.6.orig/tests/acp/test_acp.py      2020-02-02 
01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/acp/test_acp.py   2026-05-12 02:02:50.506049888 
+0200
 @@ -39,6 +39,7 @@
  RESPONSE_TIMEOUT = 2.0
  MOCK_ENTRYPOINT_PATH = "tests/mock/mock_entrypoint.py"
@@ -37,10 +37,10 @@
  
  
  def deep_merge(target: dict, source: dict) -> None:
-Index: mistral_vibe-2.9.5/tests/acp/test_acp_entrypoint_smoke.py
+Index: mistral_vibe-2.9.6/tests/acp/test_acp_entrypoint_smoke.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/acp/test_acp_entrypoint_smoke.py     
2020-02-02 01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/acp/test_acp_entrypoint_smoke.py  2026-05-08 
15:36:10.523579092 +0200
+--- mistral_vibe-2.9.6.orig/tests/acp/test_acp_entrypoint_smoke.py     
2020-02-02 01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/acp/test_acp_entrypoint_smoke.py  2026-05-12 
02:02:50.506360485 +0200
 @@ -16,6 +16,8 @@
  from tests import TESTS_ROOT
  from tests.e2e.common import ansi_tolerant_pattern
@@ -50,10 +50,10 @@
  
  class _AcpSmokeClient(Client):
      def on_connect(self, conn: Any) -> None:
-Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_fresh_install.py
+Index: mistral_vibe-2.9.6/tests/e2e/test_cli_tui_fresh_install.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/e2e/test_cli_tui_fresh_install.py    
2020-02-02 01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/e2e/test_cli_tui_fresh_install.py 2026-05-08 
15:36:10.523756887 +0200
+--- mistral_vibe-2.9.6.orig/tests/e2e/test_cli_tui_fresh_install.py    
2020-02-02 01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/e2e/test_cli_tui_fresh_install.py 2026-05-12 
02:02:50.506560963 +0200
 @@ -62,6 +62,7 @@
      return _venv_executable(venv_path, "vibe")
  
@@ -62,10 +62,10 @@
  @pytest.mark.timeout(90)
  def test_fresh_wheel_install_can_spawn_cli_and_complete_happy_path(
      streaming_mock_server: StreamingMockServer,
-Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_hooks.py
+Index: mistral_vibe-2.9.6/tests/e2e/test_cli_tui_hooks.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/e2e/test_cli_tui_hooks.py    2020-02-02 
01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/e2e/test_cli_tui_hooks.py 2026-05-08 
15:36:10.523948788 +0200
+--- mistral_vibe-2.9.6.orig/tests/e2e/test_cli_tui_hooks.py    2020-02-02 
01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/e2e/test_cli_tui_hooks.py 2026-05-12 
02:02:50.506752715 +0200
 @@ -19,6 +19,8 @@
  )
  from tests.e2e.mock_server import StreamingMockServer
@@ -75,10 +75,10 @@
  
  def _enable_hooks(vibe_home: Path, invocation_path: Path) -> None:
      config_path = vibe_home / "config.toml"
-Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_onboarding.py
+Index: mistral_vibe-2.9.6/tests/e2e/test_cli_tui_onboarding.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/e2e/test_cli_tui_onboarding.py       
2020-02-02 01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/e2e/test_cli_tui_onboarding.py    2026-05-08 
15:36:10.524090095 +0200
+--- mistral_vibe-2.9.6.orig/tests/e2e/test_cli_tui_onboarding.py       
2020-02-02 01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/e2e/test_cli_tui_onboarding.py    2026-05-12 
02:02:50.506920713 +0200
 @@ -7,6 +7,8 @@
  
  from tests.e2e.common import SpawnedVibeProcessFixture, ansi_tolerant_pattern
@@ -88,10 +88,10 @@
  
  @pytest.mark.timeout(15)
  def test_spawn_cli_shows_onboarding_when_api_key_missing(
-Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_session_exit.py
+Index: mistral_vibe-2.9.6/tests/e2e/test_cli_tui_session_exit.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/e2e/test_cli_tui_session_exit.py     
2020-02-02 01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/e2e/test_cli_tui_session_exit.py  2026-05-08 
15:36:10.524242772 +0200
+--- mistral_vibe-2.9.6.orig/tests/e2e/test_cli_tui_session_exit.py     
2020-02-02 01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/e2e/test_cli_tui_session_exit.py  2026-05-12 
02:02:50.507075836 +0200
 @@ -19,6 +19,8 @@
  )
  from tests.e2e.mock_server import StreamingMockServer
@@ -101,10 +101,10 @@
  
  def _usage_by_run_factory(
      request_index: int, _payload: object
-Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_streaming.py
+Index: mistral_vibe-2.9.6/tests/e2e/test_cli_tui_streaming.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/e2e/test_cli_tui_streaming.py        
2020-02-02 01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/e2e/test_cli_tui_streaming.py     2026-05-08 
15:36:10.524424705 +0200
+--- mistral_vibe-2.9.6.orig/tests/e2e/test_cli_tui_streaming.py        
2020-02-02 01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/e2e/test_cli_tui_streaming.py     2026-05-12 
02:02:50.507227863 +0200
 @@ -14,6 +14,8 @@
  )
  from tests.e2e.mock_server import StreamingMockServer
@@ -114,10 +114,10 @@
  
  @pytest.mark.timeout(15)
  def test_spawn_cli_to_send_and_receive_message(
-Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_tool_approval.py
+Index: mistral_vibe-2.9.6/tests/e2e/test_cli_tui_tool_approval.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/e2e/test_cli_tui_tool_approval.py    
2020-02-02 01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/e2e/test_cli_tui_tool_approval.py 2026-05-08 
15:36:10.524604593 +0200
+--- mistral_vibe-2.9.6.orig/tests/e2e/test_cli_tui_tool_approval.py    
2020-02-02 01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/e2e/test_cli_tui_tool_approval.py 2026-05-12 
02:02:50.507248779 +0200
 @@ -14,6 +14,8 @@
  )
  from tests.e2e.mock_server import ChatCompletionsRequestPayload, 
StreamingMockServer
@@ -127,10 +127,10 @@
  PREDICTABLE_OUTPUT = "__E2E_BASH_OK__"
  TOOL_ARGUMENTS = f'{{"command":"printf \\"{PREDICTABLE_OUTPUT}\\\\n\\""}}'
  
-Index: mistral_vibe-2.9.5/tests/test_install_script.py
+Index: mistral_vibe-2.9.6/tests/test_install_script.py
 ===================================================================
---- mistral_vibe-2.9.5.orig/tests/test_install_script.py       2020-02-02 
01:00:00.000000000 +0100
-+++ mistral_vibe-2.9.5/tests/test_install_script.py    2026-05-08 
15:36:10.524765076 +0200
+--- mistral_vibe-2.9.6.orig/tests/test_install_script.py       2020-02-02 
01:00:00.000000000 +0100
++++ mistral_vibe-2.9.6/tests/test_install_script.py    2026-05-12 
02:02:50.507560321 +0200
 @@ -6,6 +6,8 @@
  import subprocess
  from textwrap import dedent

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-12 02:03:05.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+_service:*
+.pbuild

++++++ mistral_vibe-2.9.5.tar.gz -> mistral_vibe-2.9.6.tar.gz ++++++
++++ 2089 lines of diff (skipped)

Reply via email to