From 3aa54e9f052ece2eb846b8a58f0a725c6aca4e80 Mon Sep 17 00:00:00 2001 From: Mathias Gesbert Date: Tue, 9 Dec 2025 14:46:09 +0100 Subject: [PATCH] v1.0.1 --- .vscode/launch.json | 2 +- CHANGELOG.md | 6 +++++- distribution/zed/extension.toml | 14 +++++++------- pyproject.toml | 2 +- tests/acp/test_acp.py | 2 +- ..._snapshot_shows_release_update_notification.svg | 4 ++-- ...test_ui_snapshot_release_update_notification.py | 2 +- uv.lock | 2 +- vibe/core/__init__.py | 2 +- 9 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index a63df2a..8df4b9d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "1.0.1", "configurations": [ { "name": "ACP Server", diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a8504c..dc062b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## v1.0.0 - Initial release + +## v1.0.1 + +- Fix update notification diff --git a/distribution/zed/extension.toml b/distribution/zed/extension.toml index 0fae913..bdb7e00 100644 --- a/distribution/zed/extension.toml +++ b/distribution/zed/extension.toml @@ -1,7 +1,7 @@ id = "mistral-vibe" name = "Mistral Vibe" description = "Lightning-fast AI agent that actually gets things done" -version = "1.0.0" +version = "1.0.1" schema_version = 1 authors = ["Mistral AI"] repository = "https://github.com/mistralai/mistral-vibe" @@ -11,25 +11,25 @@ name = "Mistral Vibe" icon = "./icons/mistral_vibe.svg" [agent_servers.mistral-vibe-agent.targets.darwin-aarch64] -archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-darwin-aarch64-1.0.0.zip" +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.1/vibe-acp-darwin-aarch64-1.0.1.zip" cmd = "./vibe-acp" [agent_servers.mistral-vibe-agent.targets.darwin-x86_64] -archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-darwin-x86_64-1.0.0.zip" +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.1/vibe-acp-darwin-x86_64-1.0.1.zip" cmd = "./vibe-acp" # [agent_servers.mistral-vibe-agent.targets.linux-aarch64] -# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-linux-aarch64-1.0.0.zip" +# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.1/vibe-acp-linux-aarch64-1.0.1.zip" # cmd = "./vibe-acp" [agent_servers.mistral-vibe-agent.targets.linux-x86_64] -archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-linux-x86_64-1.0.0.zip" +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.1/vibe-acp-linux-x86_64-1.0.1.zip" cmd = "./vibe-acp" # [agent_servers.mistral-vibe-agent.targets.windows-aarch64] -# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-windows-aarch64-1.0.0.zip" +# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.1/vibe-acp-windows-aarch64-1.0.1.zip" # cmd = "./vibe-acp.exe" [agent_servers.mistral-vibe-agent.targets.windows-x86_64] -archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.0/vibe-acp-windows-x86_64-1.0.0.zip" +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.1/vibe-acp-windows-x86_64-1.0.1.zip" cmd = "./vibe-acp.exe" diff --git a/pyproject.toml b/pyproject.toml index de598df..f837445 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mistral-vibe" -version = "1.0.0" +version = "1.0.1" description = "Minimal CLI coding agent by Mistral" readme = "README.md" requires-python = ">=3.12" diff --git a/tests/acp/test_acp.py b/tests/acp/test_acp.py index 7eda139..9ae3fbf 100644 --- a/tests/acp/test_acp.py +++ b/tests/acp/test_acp.py @@ -351,7 +351,7 @@ class TestInitialization: mcpCapabilities=McpCapabilities(http=False, sse=False), ) assert response.result.agentInfo == Implementation( - name="@mistralai/mistral-vibe", title="Mistral Vibe", version="0.1.0" + name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.0.1" ) vibe_setup_method = next( ( diff --git a/tests/snapshots/__snapshots__/test_ui_snapshot_release_update_notification/test_snapshot_shows_release_update_notification.svg b/tests/snapshots/__snapshots__/test_ui_snapshot_release_update_notification/test_snapshot_shows_release_update_notification.svg index de089f4..6092b18 100644 --- a/tests/snapshots/__snapshots__/test_ui_snapshot_release_update_notification/test_snapshot_shows_release_update_notification.svg +++ b/tests/snapshots/__snapshots__/test_ui_snapshot_release_update_notification/test_snapshot_shows_release_update_notification.svg @@ -162,7 +162,7 @@ - + ╭────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ @@ -191,7 +191,7 @@ Update available -0.1.0 => 0.2.0 +1.0.1 => 1000.2.0 Run "uv tool upgrade mistral-vibe" to update ╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ diff --git a/tests/snapshots/test_ui_snapshot_release_update_notification.py b/tests/snapshots/test_ui_snapshot_release_update_notification.py index 38c30fc..756ce56 100644 --- a/tests/snapshots/test_ui_snapshot_release_update_notification.py +++ b/tests/snapshots/test_ui_snapshot_release_update_notification.py @@ -12,7 +12,7 @@ class SnapshotTestAppWithUpdate(BaseSnapshotTestApp): config = default_config() config.enable_update_checks = True version_update_notifier = FakeVersionUpdateGateway( - update=VersionUpdate(latest_version="0.2.0") + update=VersionUpdate(latest_version="1000.2.0") ) super().__init__(config=config, version_update_notifier=version_update_notifier) diff --git a/uv.lock b/uv.lock index e2dda2e..cd1ff23 100644 --- a/uv.lock +++ b/uv.lock @@ -661,7 +661,7 @@ wheels = [ [[package]] name = "mistral-vibe" -version = "1.0.0" +version = "1.0.1" source = { editable = "." } dependencies = [ { name = "agent-client-protocol" }, diff --git a/vibe/core/__init__.py b/vibe/core/__init__.py index 3c783b4..74cbe51 100644 --- a/vibe/core/__init__.py +++ b/vibe/core/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations __all__ = ["__version__", "run_programmatic"] -__version__ = "0.1.0" +__version__ = "1.0.1" from vibe.core.programmatic import run_programmatic