All notable changes to the Evolver Antigravity Desktop plugin are documented here. This project adheres to Semantic Versioning.
- MCP bridge is Recipe-first:
evolver_recipe_searchthenevolver_recipe_expressagainst Proxy/recipe/searchand/recipe/express.evolver_search_assetsremains as Gene/Capsule fallback when no Recipe hits.
- README: the Installation section now states that local memory works with zero
config, and a new "Connecting to the EvoMap network (optional)" section
walks through the blank-node-id →
evolver→ claim-link flow (and notes that reusing a specific older node is the harder, secret-requiring path). Thesession-start.jshook row now mentions the one-time claim nudge. session-start.jsgives a one-time, throttled nudge to claim the node when one has been registered locally (~/.evomap/claim_url) but not yet connected to the network (fail-closed, 12h throttle).evolver-statusskill now translates connection state into plain "are you connected?" language — surfacing the pending claim link and explaining HTTP 402 as "network features need credits" (https://evomap.ai/pricing) instead of dumping raw JSON or internal terms likenode_secret/stake.
Stopoutcome recording now inspects only current working-tree and staged changes, notHEAD~1, and suppresses duplicate records for the same session or unchanged diff.- Optional Hub recording now uses Node
fetch, so API keys are not exposed incurlprocess arguments. - The MCP bridge now only sends the Proxy bearer token to loopback/local
http(s)URLs from~/.evolver/settings.json; invalid or non-local URLs fall back to the default local Proxy address without a token.
Initial public release of the native Antigravity Desktop port.
This version delivers complete alignment with the evolver-claude-code-plugin design specifications but introduces highly-integrated, premium desktop client optimizations.
- Built-in Zero-Config MCP (
mcp_config.json): Seamless, automated client launch and loading of@evomap/gep-mcp-servervianpx -ywith no manual client-side configuration required. - Standalone Hooks (MIT, Clean-Room):
SessionStart: Injects recent, workspace-scoped successful GEP outcomes (score ≥ 0.5, < 7 days old, max 3) to the session startup context.PostToolUse: Monitors edits natively on Antigravity's file-write and replace operations (write_to_file,replace_file_content,multi_replace_file_content) to detect evolution signal keywords.Stop: Inspects git diffs of the workspace, computes metrics and outcomes, and appends to the memory graph.
- Workspace-Scoped Protection: Prevents cross-project database leakage by maintaining the workspace identifier key inside
<root>/.evolver/workspace-id. - Integrated Agent Skills:
capability-evolver: Core guidance on GEP memory optimization, enriched with instructions for calling activegep_*MCP tools.evolver-status: Diagnostics and readiness checker.evolver-evolve: Checkpointing pipeline.evolver-review: Accept/Solidify or rollback proposed changes.evolver-solidify: Capsule-solidification.evolver-run: Runs full engine loops.evolver-distill: Skill builder compiler.evolver-sync: Community Hub synchronize utility.