From fe869fab557ccb770aa1e4f9b7a7755ddbce8bc4 Mon Sep 17 00:00:00 2001 From: agent-vesper-release Date: Sat, 22 Aug 2026 01:02:50 +0800 Subject: [PATCH 1/2] Update agent-vesper to v0.20.64 --- agent-vesper/agent.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 agent-vesper/agent.json diff --git a/agent-vesper/agent.json b/agent-vesper/agent.json new file mode 100644 index 000000000..6b9231131 --- /dev/null +++ b/agent-vesper/agent.json @@ -0,0 +1,36 @@ +{ + "id": "agent-vesper", + "name": "Agent Vesper", + "version": "0.20.64", + "description": "Agent Vesper — a Rust-native ACP coding-agent runtime featuring the Vesper Reasoning Orchestrator (VRO), transactional sessions, hosted tools, provider-routed authentication, and a mem0-equivalent cognitive memory engine. The release bundle includes a native TUI with visible global/project memory routing, explicit scope overrides, a two-scope audit view, and verified promote/demote lifecycle controls. The ACP v1 stdio server currently ships the real Z.ai GLM adapter on a provider-neutral architecture, installable in Zed and other ACP-compatible editors.", + "repository": "https://github.com/99percentgrip/agent-vesper", + "website": "https://github.com/99percentgrip/agent-vesper", + "authors": [ + "Aleksejs Kozlitins" + ], + "license": "Apache-2.0", + "distribution": { + "binary": { + "darwin-x86_64": { + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-darwin-x86_64.tar.gz", + "cmd": "./agent-vesper-acp/agent-vesper-acp" + }, + "darwin-aarch64": { + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-darwin-aarch64.tar.gz", + "cmd": "./agent-vesper-acp/agent-vesper-acp" + }, + "linux-x86_64": { + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-linux-x86_64.tar.gz", + "cmd": "./agent-vesper-acp/agent-vesper-acp" + }, + "linux-aarch64": { + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-linux-aarch64.tar.gz", + "cmd": "./agent-vesper-acp/agent-vesper-acp" + }, + "windows-x86_64": { + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-windows-x86_64.zip", + "cmd": "./agent-vesper-acp/agent-vesper-acp.exe" + } + } + } +} From a5ace4aafa1a397ae77b0eb8bec013e089265517 Mon Sep 17 00:00:00 2001 From: agent-vesper-release Date: Sat, 22 Aug 2026 02:19:52 +0800 Subject: [PATCH 2/2] Update agent-vesper to v0.20.65 --- agent-vesper/agent.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/agent-vesper/agent.json b/agent-vesper/agent.json index 6b9231131..d6a0a1333 100644 --- a/agent-vesper/agent.json +++ b/agent-vesper/agent.json @@ -1,7 +1,7 @@ { "id": "agent-vesper", "name": "Agent Vesper", - "version": "0.20.64", + "version": "0.20.65", "description": "Agent Vesper — a Rust-native ACP coding-agent runtime featuring the Vesper Reasoning Orchestrator (VRO), transactional sessions, hosted tools, provider-routed authentication, and a mem0-equivalent cognitive memory engine. The release bundle includes a native TUI with visible global/project memory routing, explicit scope overrides, a two-scope audit view, and verified promote/demote lifecycle controls. The ACP v1 stdio server currently ships the real Z.ai GLM adapter on a provider-neutral architecture, installable in Zed and other ACP-compatible editors.", "repository": "https://github.com/99percentgrip/agent-vesper", "website": "https://github.com/99percentgrip/agent-vesper", @@ -12,23 +12,23 @@ "distribution": { "binary": { "darwin-x86_64": { - "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-darwin-x86_64.tar.gz", + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.65/agent-vesper-acp-darwin-x86_64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "darwin-aarch64": { - "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-darwin-aarch64.tar.gz", + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.65/agent-vesper-acp-darwin-aarch64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "linux-x86_64": { - "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-linux-x86_64.tar.gz", + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.65/agent-vesper-acp-linux-x86_64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "linux-aarch64": { - "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-linux-aarch64.tar.gz", + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.65/agent-vesper-acp-linux-aarch64.tar.gz", "cmd": "./agent-vesper-acp/agent-vesper-acp" }, "windows-x86_64": { - "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.64/agent-vesper-acp-windows-x86_64.zip", + "archive": "https://github.com/99percentgrip/agent-vesper/releases/download/v0.20.65/agent-vesper-acp-windows-x86_64.zip", "cmd": "./agent-vesper-acp/agent-vesper-acp.exe" } }