Skip to content

v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 May 15:22
· 4 commits to main since this release

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 fetch subcommand fetches live provider capability data
    from configured source URLs and compares the results against stored
    provider YAMLs. Reports changes per provider.
  • --dry-run previews what would change without writing any files,
    including a per-provider source count summary.
  • --provider <slug> limits the fetch to a single provider.
  • --json emits structured JSON output, consistent with syllago's
    --json flag contract across other commands.
  • --verbose includes 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 Global chip narrows the Library to items
    installed at the global provider level, distinct from project-local content.
  • F cycles filter chips backward. f already cycled forward; F now
    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.
  • capmon groups multiple changes per provider into a single report entry
    rather than separate entries, reducing noise in check output.

Bug Fixes

  • Fixed [i] Add + Install in the Library — the install wizard now opens
    after the item is added. Previously only the add step ran and the wizard
    never appeared.
  • Fixed --json output ignoring --quiet when both flags were set.
  • Fixed capmon fetch --dry-run --json --verbose — the sources array in
    JSON output was empty instead of listing the fetched source URLs.
  • Fixed capmon fetch skipping sources with local_file type 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-artifact 7 → 8,
    claude-code-action 1.0.110 → 1.0.114, codeql-action 4.35.2 → 4.35.3.

Stats

  • 146 files changed, 8923 insertions, 1195 deletions