From 72bf84d8fa5b5ca35a71dff1e89378c8c49f6513 Mon Sep 17 00:00:00 2001 From: Michel Thomazo <51709227+michelTho@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:38:56 +0100 Subject: [PATCH] v1.0.4 --- .envrc | 12 -------- .vscode/launch.json | 2 +- CHANGELOG.md | 5 ++++ distribution/zed/extension.toml | 30 +++++++++---------- distribution/zed/icons/mistral_vibe.svg | 23 +++++++------- pyproject.toml | 2 +- tests/acp/test_acp.py | 2 +- ...shot_shows_release_update_notification.svg | 2 +- uv.lock | 2 +- vibe/core/__init__.py | 2 +- 10 files changed, 37 insertions(+), 45 deletions(-) delete mode 100644 .envrc diff --git a/.envrc b/.envrc deleted file mode 100644 index 70fb281..0000000 --- a/.envrc +++ /dev/null @@ -1,12 +0,0 @@ -# shellcheck shell=bash -if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM=" -fi - -if command -v nix &>/dev/null; then - use flake -fi - -if command -v pre-commit &>/dev/null; then - pre-commit install -fi diff --git a/.vscode/launch.json b/.vscode/launch.json index 4939859..34f28ba 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,5 +1,5 @@ { - "version": "1.0.3", + "version": "1.0.4", "configurations": [ { "name": "ACP Server", diff --git a/CHANGELOG.md b/CHANGELOG.md index debfd9e..7bbf0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## v1.0.3 - Add LICENCE symlink in distribution/zed for compatibility with zed extension release process + +## v1.0.4 + +- Remove .envrc file +- Rename agent in distribution/zed/extension.toml to mistral-vibe, fix icon and description diff --git a/distribution/zed/extension.toml b/distribution/zed/extension.toml index 2f51a25..12e7d2a 100644 --- a/distribution/zed/extension.toml +++ b/distribution/zed/extension.toml @@ -1,35 +1,35 @@ id = "mistral-vibe" name = "Mistral Vibe" -description = "Lightning-fast AI agent that actually gets things done" -version = "1.0.3" +description = "Mistral's open-source coding assistant" +version = "1.0.4" schema_version = 1 authors = ["Mistral AI"] repository = "https://github.com/mistralai/mistral-vibe" -[agent_servers.mistral-vibe-agent] +[agent_servers.mistral-vibe] 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.3/vibe-acp-darwin-aarch64-1.0.3.zip" +[agent_servers.mistral-vibe.targets.darwin-aarch64] +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.4/vibe-acp-darwin-aarch64-1.0.4.zip" cmd = "./vibe-acp" -[agent_servers.mistral-vibe-agent.targets.darwin-x86_64] -archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-darwin-x86_64-1.0.3.zip" +[agent_servers.mistral-vibe.targets.darwin-x86_64] +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.4/vibe-acp-darwin-x86_64-1.0.4.zip" cmd = "./vibe-acp" -# [agent_servers.mistral-vibe-agent.targets.linux-aarch64] -# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-linux-aarch64-1.0.3.zip" +# [agent_servers.mistral-vibe.targets.linux-aarch64] +# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.4/vibe-acp-linux-aarch64-1.0.4.zip" # cmd = "./vibe-acp" -[agent_servers.mistral-vibe-agent.targets.linux-x86_64] -archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-linux-x86_64-1.0.3.zip" +[agent_servers.mistral-vibe.targets.linux-x86_64] +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.4/vibe-acp-linux-x86_64-1.0.4.zip" cmd = "./vibe-acp" -# [agent_servers.mistral-vibe-agent.targets.windows-aarch64] -# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.3/vibe-acp-windows-aarch64-1.0.3.zip" +# [agent_servers.mistral-vibe.targets.windows-aarch64] +# archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.4/vibe-acp-windows-aarch64-1.0.4.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.3/vibe-acp-windows-x86_64-1.0.3.zip" +[agent_servers.mistral-vibe.targets.windows-x86_64] +archive = "https://github.com/mistralai/mistral-vibe/releases/download/v1.0.4/vibe-acp-windows-x86_64-1.0.4.zip" cmd = "./vibe-acp.exe" diff --git a/distribution/zed/icons/mistral_vibe.svg b/distribution/zed/icons/mistral_vibe.svg index 67f8b28..f70841a 100644 --- a/distribution/zed/icons/mistral_vibe.svg +++ b/distribution/zed/icons/mistral_vibe.svg @@ -1,13 +1,12 @@ - - - - - - - - - - - - + + + + + + + + + + + diff --git a/pyproject.toml b/pyproject.toml index 8effb94..f20427a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mistral-vibe" -version = "1.0.3" +version = "1.0.4" 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 e51fef2..7b3cf4f 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="1.0.3" + name="@mistralai/mistral-vibe", title="Mistral Vibe", version="1.0.4" ) 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 0ff3b53..cd6fb5a 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 @@ -191,7 +191,7 @@ Update available -1.0.3 => 1000.2.0 +1.0.4 => 1000.2.0 Run "uv tool upgrade mistral-vibe" to update ╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ diff --git a/uv.lock b/uv.lock index 7b13f56..de23dfb 100644 --- a/uv.lock +++ b/uv.lock @@ -661,7 +661,7 @@ wheels = [ [[package]] name = "mistral-vibe" -version = "1.0.3" +version = "1.0.4" source = { editable = "." } dependencies = [ { name = "agent-client-protocol" }, diff --git a/vibe/core/__init__.py b/vibe/core/__init__.py index 035490b..36ec537 100644 --- a/vibe/core/__init__.py +++ b/vibe/core/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations __all__ = ["__version__", "run_programmatic"] -__version__ = "1.0.3" +__version__ = "1.0.4" from vibe.core.programmatic import run_programmatic