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-08 16:48:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mistral-vibe (Old) and /work/SRC/openSUSE:Factory/.mistral-vibe.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mistral-vibe" Fri May 8 16:48:21 2026 rev:3 rq:1352026 version:2.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/mistral-vibe/mistral-vibe.changes 2026-05-05 17:59:14.345371993 +0200 +++ /work/SRC/openSUSE:Factory/.mistral-vibe.new.1966/mistral-vibe.changes 2026-05-08 16:49:06.834495378 +0200 @@ -1,0 +2,26 @@ +Fri May 8 13:34:04 UTC 2026 - Matej Cepl <[email protected]> + +- Update to 2.9.5: + - Added + - /loop command to run a prompt or slash command on + a recurring interval + - default_agent config setting + - Telemetry instrumentation for the teleport command + - Logging environment variables documented in --help + - Changed + - enable_telemetry now takes precedence over enable_otel + - Fixed + - Non-retryable errors raised by sub-activities now correctly + stop the retry when the agent loop runs inside a Temporal + activity (deepens the 2.9.4 fix to walk the exception cause + chain) + - Compacted session IDs displayed correctly + - Reload the history file before writing so parallel + instances don't clobber each other + - read_file flagged as truncated when the limit is reached + - CLI loader left-alignment + - Default scroll sensitivity in the TUI restored + - Loosened the "no git commit" constraint + - Ensure enable_telemetry takes precedence over enable_otel + +------------------------------------------------------------------- Old: ---- mistral_vibe-2.9.4.tar.gz New: ---- mistral_vibe-2.9.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mistral-vibe.spec ++++++ --- /var/tmp/diff_new_pack.WrgijI/_old 2026-05-08 16:49:07.518523725 +0200 +++ /var/tmp/diff_new_pack.WrgijI/_new 2026-05-08 16:49:07.522523890 +0200 @@ -16,7 +16,7 @@ # Name: mistral-vibe -Version: 2.9.4 +Version: 2.9.5 Release: 0 Summary: Minimal CLI coding agent by Mistral License: Apache-2.0 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.WrgijI/_old 2026-05-08 16:49:07.566525714 +0200 +++ /var/tmp/diff_new_pack.WrgijI/_new 2026-05-08 16:49:07.570525880 +0200 @@ -1,5 +1,5 @@ -mtime: 1777986927 -commit: 4c32f1001dfbd418ab8b095094ef7e92fde422ef79c053c6ec42bcfe15dab5ee +mtime: 1778247399 +commit: 2b4f9b0a2b6132f7abf5daa99e460550becc608c81363ae10aa7960863360d08 url: https://src.opensuse.org/AI/mistral-vibe.git revision: factory ++++++ build-tests.patch ++++++ --- /var/tmp/diff_new_pack.WrgijI/_old 2026-05-08 16:49:07.582526377 +0200 +++ /var/tmp/diff_new_pack.WrgijI/_new 2026-05-08 16:49:07.590526709 +0200 @@ -11,10 +11,10 @@ tests/test_install_script.py | 3 +++ 10 files changed, 20 insertions(+) -Index: mistral_vibe-2.9.4/pyproject.toml +Index: mistral_vibe-2.9.5/pyproject.toml =================================================================== ---- mistral_vibe-2.9.4.orig/pyproject.toml 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/pyproject.toml 2026-05-05 15:13:00.084440573 +0200 +--- 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 @@ [tool.pytest.ini_options] addopts = "-vvvv -q -n auto --durations=10 --import-mode=importlib --maxschedchunk=1" @@ -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.4/tests/acp/test_acp.py +Index: mistral_vibe-2.9.5/tests/acp/test_acp.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/acp/test_acp.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/acp/test_acp.py 2026-05-05 15:13:00.084747761 +0200 +--- 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 @@ -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.4/tests/acp/test_acp_entrypoint_smoke.py +Index: mistral_vibe-2.9.5/tests/acp/test_acp_entrypoint_smoke.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/acp/test_acp_entrypoint_smoke.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/acp/test_acp_entrypoint_smoke.py 2026-05-05 15:13:00.085037928 +0200 +--- 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 @@ -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.4/tests/e2e/test_cli_tui_fresh_install.py +Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_fresh_install.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/e2e/test_cli_tui_fresh_install.py 2026-05-05 15:14:43.537895879 +0200 -+++ mistral_vibe-2.9.4/tests/e2e/test_cli_tui_fresh_install.py 2026-05-05 15:14:54.082493286 +0200 +--- 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 @@ -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.4/tests/e2e/test_cli_tui_hooks.py +Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_hooks.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/e2e/test_cli_tui_hooks.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/e2e/test_cli_tui_hooks.py 2026-05-05 15:13:00.085220943 +0200 +--- 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 @@ -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.4/tests/e2e/test_cli_tui_onboarding.py +Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_onboarding.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/e2e/test_cli_tui_onboarding.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/e2e/test_cli_tui_onboarding.py 2026-05-05 15:13:00.085398708 +0200 +--- 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 @@ -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.4/tests/e2e/test_cli_tui_session_exit.py +Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_session_exit.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/e2e/test_cli_tui_session_exit.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/e2e/test_cli_tui_session_exit.py 2026-05-05 15:13:00.085553530 +0200 +--- 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 @@ -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.4/tests/e2e/test_cli_tui_streaming.py +Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_streaming.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/e2e/test_cli_tui_streaming.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/e2e/test_cli_tui_streaming.py 2026-05-05 15:13:00.085712349 +0200 +--- 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 @@ -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.4/tests/e2e/test_cli_tui_tool_approval.py +Index: mistral_vibe-2.9.5/tests/e2e/test_cli_tui_tool_approval.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/e2e/test_cli_tui_tool_approval.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/e2e/test_cli_tui_tool_approval.py 2026-05-05 15:13:00.085867181 +0200 +--- 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 @@ -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.4/tests/test_install_script.py +Index: mistral_vibe-2.9.5/tests/test_install_script.py =================================================================== ---- mistral_vibe-2.9.4.orig/tests/test_install_script.py 2020-02-02 01:00:00.000000000 +0100 -+++ mistral_vibe-2.9.4/tests/test_install_script.py 2026-05-05 15:13:00.086029076 +0200 +--- 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 @@ -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-08 15:36:39.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +_service:* +.pbuild ++++++ mistral_vibe-2.9.4.tar.gz -> mistral_vibe-2.9.5.tar.gz ++++++ ++++ 3954 lines of diff (skipped)
