Add agent-vesper: Native Rust Reasoning Orchestrator - #513
Closed
99percentgrip wants to merge 1 commit into
Closed
Conversation
Author
|
Superseded by #514 — agent-vesper v0.20.37 (VRO-11.7): mouse capture now opt-in so native terminal link-clicking/selection work like Claude Code, single bare-URL review link (no more duplicate), inline Claude Code-style TODO blocks on every plan update, and the VesperLens overlay boots in interactive pick mode. All five platform archives for v0.20.37 are published and checksummed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Publishes
agent-vesperto the public ACP Registry at v0.20.36.This is the Rust-native Agent Vesper — a separate entry from
native-glm-acp(the original Python project, owned by a different PR).curl -fsSL https://raw.githubusercontent.com/99percentgrip/agent-vesper/main/scripts/install.sh | shManifest
{ "id": "agent-vesper", "name": "Agent Vesper", "version": "0.20.36", "description": "Agent Vesper — a Rust-native, provider-neutral ACP coding agent runtime featuring the Vesper Reasoning Orchestrator (VRO): 10 reasoning strategies (Direct, Plan-Then-Answer, Plan-Execute-Verify, Generate-Verify-Repair, Parallel Candidates Consensus/Judge, Tool-Grounded ReAct, Bounded Tree Search, Proposer-Critic-Adjudicator, Workflow-Replay-with-Verification), provider-routed auth, multi-model cross-provider candidate racing, calibrated Phase R3 budgets, and the mem0-equivalent cognitive memory engine. ACP-protocol-v1 stdio server for Z.ai GLM models and OpenAI-compatible local servers (LM Studio), installable as an ACP agent 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.36/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.36/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.36/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.36/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.36/agent-vesper-acp-windows-x86_64.zip", "cmd": "./agent-vesper-acp/agent-vesper-acp.exe" } } } }Asset URLs
The five platform archives (
linux-x86_64,linux-aarch64,darwin-x86_64,darwin-aarch64,windows-x86_64) are produced bythe tag-triggered
release.ymlworkflow ongithub.com/99percentgrip/agent-vesperfor tagv0.20.36and areSHA-256 checksummed by the installer.
Verification
cargo xtask verifygreen on the v0.20.36 HEAD.ci.yml,msrv.yml,platform-foundation.yml,release.yml)successon the tag HEAD.agent-vesper-tuiandagent-vesper-acpprint
0.20.36.