Skip to content

Tags: HKUDS/CLI-Anything

Tags

v0.4.0

Toggle v0.4.0's commit message
feat(cli-hub): bump to 0.4.0 and add CLI-Matrix analytics

The cli-matrix command family (#355) shipped to the repo but never reached
PyPI: version stayed at 0.3.0, which was already published, so the publish
workflow skipped it. Bump to 0.4.0 in both setup.py and __init__.py to trigger
a fresh release carrying matrix.py / matrix_skill.py.

Also instrument the matrix surface under the existing unified PostHog
mechanism (flat event names, breakdown by properties — same convention as
cli-install / cli-launch):

- matrix-install:   install / dry_run / skill_only / error, with scope +
                    installed/skipped/failed counts (headline conversion signal)
- matrix-preflight: capability-coverage check with covered/capabilities/gaps
- matrix-discover:  list / search / can / recipes, with query + result count
- matrix-info:      info / doctor inspects of a single matrix

All events honor CLI_HUB_NO_ANALYTICS and the provider switch. 163 tests pass.

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #248 from HKUDS/feat/preview-protocol-clean

Feat/preview protocol clean

v0.2.0

Toggle v0.2.0's commit message
upgrade to v0.2.0 with a series of updates