v0.13.0
Highlights
syllago capmon fetch monitors live provider capability data. The new
capmon fetch subcommand fetches provider documentation from configured
source URLs and compares the results against your stored capability YAMLs —
so you know when a provider has added or removed support for hooks, MCP, or
other features. Run with --dry-run to preview changes without writing
anything.
Library filter chips now show item counts. Each chip (All, In Library,
Not in Library, Global, Project) displays the number of matching items
in parentheses so you can see how many items are in each category without
switching views.
[i] Add + Install now opens the install wizard. Pressing [i] on a
registry item in the Library correctly chains add and install — the install
wizard opens immediately after the item lands in your library.
New Features
syllago capmon fetch
- New
capmon fetchsubcommand fetches live provider capability data
from configured source URLs and compares the results against stored
provider YAMLs. Reports changes per provider. --dry-runpreviews what would change without writing any files,
including a per-provider source count summary.--provider <slug>limits the fetch to a single provider.--jsonemits structured JSON output, consistent withsyllago's
--jsonflag contract across other commands.--verboseincludes cache-hit counts and source-level detail.
Library
- Filter chip counts. Each filter chip now shows the matching item count:
All (12),In Library (8),Not in Library (2),Global (1),
Project (1). Counts update instantly when items change. - Global filter chip. New
Globalchip narrows the Library to items
installed at the global provider level, distinct from project-local content. Fcycles filter chips backward.falready cycled forward;Fnow
cycles in reverse.
Improvements
- Provider capability data updated for all 14 providers: Amp, Zed,
Crush, Gemini CLI, Windsurf, OpenCode, Pi, GitHub Copilot CLI, Claude Code,
Codex, Cline, Kiro, Factory Droid, and Cursor. Source URLs corrected for 5
providers where upstream documentation moved. capmongroups multiple changes per provider into a single report entry
rather than separate entries, reducing noise in check output.
Bug Fixes
- Fixed
[i] Add + Installin the Library — the install wizard now opens
after the item is added. Previously only the add step ran and the wizard
never appeared. - Fixed
--jsonoutput ignoring--quietwhen both flags were set. - Fixed
capmon fetch --dry-run --json --verbose— thesourcesarray in
JSON output was empty instead of listing the fetched source URLs. - Fixed
capmon fetchskipping sources withlocal_filetype in source
validation checks.
Build & Infrastructure
- Go toolchain pinned to 1.26.3 to resolve govulncheck CVE findings.
- Dependency bumps:
go-toml/v2,actions/download-artifact7 → 8,
claude-code-action1.0.110 → 1.0.114,codeql-action4.35.2 → 4.35.3.
Stats
- 146 files changed, 8923 insertions, 1195 deletions