Skip to content

Vigils v0.1.33

Choose a tag to compare

@github-actions github-actions released this 07 Jun 22:44
· 25 commits to main since this release

A guided first-run: vigil-hub quickstart.

Added

  • vigil-hub quickstart — one screen that tells a new user exactly what to do. After
    installing, it's not obvious what to run first. quickstart answers it, read-only (it
    changes nothing): it detects the AI agents on your machine (Claude Code, Codex, Cursor,
    Windsurf), counts their MCP servers, and shows how many are already behind Vigil vs. still
    unprotected — then points you at the three next steps: see it work (vigil-hub demo), protect
    everything with one reversible command (vigil-hub setup --all, or setup --mcp to preview
    first), and watch/verify (setup --mcp --doctor, vigil-hub verify, or the desktop app).
    Detection reuses the same read-only preview that setup --mcp uses, so it never edits a
    config — actually protecting your agents still requires an explicit setup --all.

中文

引导首跑:vigil-hub quickstart

新增

  • vigil-hub quickstart —— 一屏告诉新用户该做什么。 装完之后先跑什么并不显然。quickstart
    来回答,且只读(它不改任何东西):它检测你机器上的 AI agent(Claude Code、Codex、Cursor、
    Windsurf),统计各自的 MCP server 数,并显示有几个已在 Vigil 保护下、几个还没保护 —— 然后给出
    三步:看它工作(vigil-hub demo)、一条可逆命令保护全部(vigil-hub setup --all,或先
    setup --mcp 预览)、查看/验证(setup --mcp --doctorvigil-hub verify,或桌面应用)。
    检测复用了 setup --mcp 同一套只读 preview,因此从不改写配置 —— 真正接入仍需你显式跑
    setup --all

Downloads — which file do I want?

  • Desktop app (most users): the installer for your OS — Windows Vigils_*_x64-setup.exe (or .msi), macOS Vigils_*.dmg, Linux .AppImage / .deb / .rpm. Gives you the GUI: Activity Feed, Approval Queue, Server Registry.
  • CLI gateway (put Vigils in front of an AI agent — Claude Code / Codex / Cursor / Zed): vigils-cli-<platform> (contains vigil-hub + vigil-native-host). This is the MCP proxy your agent connects to.
  • Browser extension (guard pasting/typing secrets into AI web apps, Chrome MV3): vigils-chrome-extension.zip — unzip, then load unpacked at chrome://extensions.
  • The .sig and Vigils.app.tar.gz files are desktop auto-updater artifacts — you do not need to download them.

New here? Full setup & agent-integration guide: https://duncatzat.github.io/vigils

Early releases are unsigned; your OS may show a Gatekeeper / SmartScreen prompt on first run.

Apache-2.0 · https://vigils.ai · Full changelog