Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mistral-vibe for
openSUSE:Factory checked in at 2026-02-11 19:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mistral-vibe (Old)
and /work/SRC/openSUSE:Factory/.python-mistral-vibe.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mistral-vibe"
Wed Feb 11 19:52:54 2026 rev:2 rq:1332538 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mistral-vibe/python-mistral-vibe.changes
2026-02-03 21:30:14.277455951 +0100
+++
/work/SRC/openSUSE:Factory/.python-mistral-vibe.new.1670/python-mistral-vibe.changes
2026-02-11 19:52:55.359485779 +0100
@@ -1,0 +2,64 @@
+Sat Jan 31 17:11:40 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update to 2.0.2:
+ - Added
+ - Allow environment variables to be overridden by dotenv
+ files
+ - Display custom rate limit messages depending on plan type
+ - Changed
+ - Made plan offer message more discreet in UI
+ - Speed up latest session scan and harden validation
+ - Updated pytest-xdist configuration to schedule single test
+ chunks
+ - Fixed
+ - Prevent duplicate messages in persisted sessions
+ - Fix ACP bash tool to pass full command string for chained
+ commands
+ - Fix global agent prompt not being loaded correctly
+ - Do not propose to "resume" when there is nothing to resume
+- Update to 2.0.1:
+ - Fix encoding issues in Windows
+
+-------------------------------------------------------------------
+Tue Jan 27 22:30:29 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update to 2.0.0:
+ - Added
+ - Subagent support
+ - AskUserQuestion tool for interactive user input
+ - User-defined slash commands through skills
+ - What's new message display on version update
+ - Auto-update feature
+ - Environment variables and timeout support for MCP servers
+ - Editor shortcut support
+ - Shift+enter support for VS Code Insiders
+ - Message ID property for messages
+ - Client notification of compaction events
+ - debugpy support for macOS debugging
+ - Changed
+ - Mode system refactored to Agents
+ - Standardized managers
+ - Improved system prompt
+ - Updated session storage to separate metadata from
+ messages
+ - Use shell environment to determine shell in bash tool
+ - Expanded user input handling
+ - Bumped agent-client-protocol to 0.7.1
+ - Refactored UI to require AgentLoop at VibeApp
+ construction
+ - Updated README with new MCP server config
+ - Improved readability of the AskUserQuerstion tool output
+ - Fixed
+ - Use ensure_ascii=False for all JSON dumps
+ - Delete long-living temporary session files
+ - Ignore system prompt when saving/loading session messages
+ - Bash tool timeout handling
+ - Clipboard: no markup parsing of selected texts
+ - Canonical imports
+ - Remove last user message from compaction
+ - Pause tool timer while awaiting user action
+ - Removed
+ - instructions.md support
+ - workdir setting in config file
+
+-------------------------------------------------------------------
Old:
----
mistral_vibe-1.3.5.tar.gz
New:
----
mistral_vibe-2.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mistral-vibe.spec ++++++
--- /var/tmp/diff_new_pack.3JY0WR/_old 2026-02-11 19:52:59.123644498 +0100
+++ /var/tmp/diff_new_pack.3JY0WR/_new 2026-02-11 19:52:59.139645173 +0100
@@ -17,12 +17,12 @@
%define skip_python311 1
Name: python-mistral-vibe
-Version: 1.3.5
+Version: 2.0.2
Release: 0
Summary: Minimal CLI coding agent by Mistral
License: Apache-2.0
URL: https://github.com/mistralai/mistral-vibe
-Source:
https://files.pythonhosted.org/packages/source/m/mistral-vibe/mistral_vibe-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/m/mistral_vibe/mistral_vibe-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module base >= 3.12}
BuildRequires: %{python_module editables}
@@ -31,7 +31,7 @@
BuildRequires: %{python_module pip}
# SECTION test requirements
BuildRequires: %{python_module agent-client-protocol >= 0.6.3}
-BuildRequires: %{python_module aiofiles >= 24.1.0}
+BuildRequires: %{python_module anyio >= 4.12.0}
BuildRequires: %{python_module httpx >= 0.28.1}
BuildRequires: %{python_module jinja2}
BuildRequires: %{python_module jsonschema}
@@ -50,9 +50,11 @@
BuildRequires: %{python_module pytest-timeout >= 2.4.0}
BuildRequires: %{python_module pytest-xdist >= 3.8.0}
BuildRequires: %{python_module python-dotenv >= 1.0.0}
+BuildRequires: %{python_module PyYAML >= 6.0.0}
BuildRequires: %{python_module respx >= 0.22.0}
BuildRequires: %{python_module rich >= 14.0.0}
BuildRequires: %{python_module textual >= 6.3.0}
+BuildRequires: %{python_module textual-speedups >= 0.2.1}
BuildRequires: %{python_module tomli-w >= 1.2.0}
BuildRequires: %{python_module watchfiles >= 1.1.1}
# /SECTION
@@ -71,6 +73,7 @@
Requires: python-python-dotenv >= 1.0.0
Requires: python-rich >= 14.0.0
Requires: python-textual >= 6.3.0
+Requires: python-textual-speedups >= 0.2.1
Requires: python-tomli-w >= 1.2.0
Requires: python-watchfiles >= 1.1.1
Requires: python-tree-sitter
++++++ mistral_vibe-1.3.5.tar.gz -> mistral_vibe-2.0.2.tar.gz ++++++
++++ 33098 lines of diff (skipped)