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-09-11 18:02:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mistral-vibe (Old)
 and      /work/SRC/openSUSE:Factory/.mistral-vibe.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mistral-vibe"

Fri Sep 11 18:02:27 2026 rev:19 rq:1376998 version:2.25.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mistral-vibe/mistral-vibe.changes        
2026-09-10 15:40:16.482201840 +0200
+++ /work/SRC/openSUSE:Factory/.mistral-vibe.new.1265/mistral-vibe.changes      
2026-09-11 18:06:15.652201565 +0200
@@ -1,0 +2,20 @@
+Thu Sep 10 18:31:22 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Update to 2.25.2:
+  * VS Code extension: debug submenu with log level picker, open
+    log file, and a togglable session status panel with agent
+    statistics (steps, tokens, tokens/sec, context, cost)
+  * Session picker opens faster: merged session listing built once
+    per cursor walk instead of on every page
+  * Steered prompts keep their host-provided display content in
+    app-server session history; selected permission mode survives
+    session start in a worktree
+  * An "always" permission grant that fails to reach ~/.vibe now
+    warns instead of passing silently and re-asking next session
+  * Managed worktree creation, attachment and retention cleanup
+    serialized across processes, with stale reservations recovered
+  * Sessions touched while paging no longer vanish from the picker
+- Rebase harness_importorskip.patch for the upstream unittest.mock
+  import reshuffle above the patched lines
+
+-------------------------------------------------------------------

Old:
----
  mistral-vibe-2.25.1.tar.gz

New:
----
  mistral-vibe-2.25.2.tar.gz

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

Other differences:
------------------
++++++ mistral-vibe.spec ++++++
--- /var/tmp/diff_new_pack.qV2SLl/_old  2026-09-11 18:06:16.721246464 +0200
+++ /var/tmp/diff_new_pack.qV2SLl/_new  2026-09-11 18:06:16.723246548 +0200
@@ -28,7 +28,7 @@
 %endif
 %define origname mistral-vibe
 Name:           %{origname}%{psuffix}
-Version:        2.25.1
+Version:        2.25.2
 Release:        0
 Summary:        Minimal CLI coding agent by Mistral
 License:        Apache-2.0

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.qV2SLl/_old  2026-09-11 18:06:16.775248732 +0200
+++ /var/tmp/diff_new_pack.qV2SLl/_new  2026-09-11 18:06:16.779248900 +0200
@@ -1,5 +1,5 @@
-mtime: 1789025131
-commit: f6e6054c54e838f254565f3521d9f8aaef6e0d7492ef79e56ccb824b3229fa92
+mtime: 1789065809
+commit: fd5f080a51c0b9b53ed71e331fed62839d4c7f0816ee8ea1620f5d8efc03d1d3
 url: https://src.opensuse.org/AI/mistral-vibe.git
 revision: factory
 

++++++ 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-09-10 20:43:29.000000000 +0200
@@ -0,0 +1,9 @@
+.assets
+_build.*
+*.obscpio
+*.obsinfo
+*.osc
+.pbuild
+_service:*
+mistral-vibe-*-build/
+.aider*

++++++ harness_importorskip.patch ++++++
--- /var/tmp/diff_new_pack.qV2SLl/_old  2026-09-11 18:06:16.925255032 +0200
+++ /var/tmp/diff_new_pack.qV2SLl/_new  2026-09-11 18:06:16.928255158 +0200
@@ -6,17 +6,19 @@
 ===================================================================
 --- 
mistral-vibe-2.25.1.orig/tests/app_server/test_unified_harness_backend_adapter.py
 +++ 
mistral-vibe-2.25.1/tests/app_server/test_unified_harness_backend_adapter.py
-@@ -12,8 +12,11 @@ from types import SimpleNamespace
+@@ -14,10 +14,13 @@
  from typing import TYPE_CHECKING, Any, Literal, cast
+ from unittest.mock import AsyncMock, Mock
  
 -import mistralai_vibe_local_harness.session_protocol as 
harness_session_protocol
  import pytest
  import tomli_w
-+
+ 
 +# mistralai-vibe-local-harness is an optional extra: skip this module when
 +# it is missing instead of failing collection, like the other harness tests
 +harness_session_protocol = 
pytest.importorskip("mistralai_vibe_local_harness.session_protocol")
- 
++
  from tests.conftest import build_test_agent_loop, build_test_vibe_config
  from tests.mock.utils import mock_llm_chunk
+ from tests.stubs.app_server import build_test_app_server
 

++++++ mistral-vibe-2.25.1.tar.gz -> mistral-vibe-2.25.2.tar.gz ++++++
++++ 2428 lines of diff (skipped)

Reply via email to