subscribrai/subscribr-cli
v2.1.1MIT
Generated CLI transport and agent skill for the Subscribr Customer API.
Changelog
All notable changes to this project are recorded here.
The format follows Keep a Changelog, and this project follows Semantic Versioning.
Unreleased
Changed
- Renamed the Claude Code plugin from
subscribrtosubscribr-cli, and adopted the official plugin manifest schema. The Subscribr app publishes a separatesubscribrplugin for its hosted MCP connector, and the two names collided. This one is the CLI and its API skill; that one is the MCP connector. The npm package is unaffected, because the plugin manifests do not ship in it.
2.1.1 - 2026-08-27
The first release with a full public project setup. No behavior changed: the CLI, its commands, and its API surface are identical to 2.1.0.
Added
AGENTS.md, so an AI agent working on this repository finds the test commands and the generated-file rule in the standard place.CONTRIBUTING.mdandSECURITY.md.CHANGELOG.md, starting with this release.CLI-REFERENCE.md, holding the request conventions, exit codes, retry and idempotency model, and the contract regeneration steps.- A Claude Code plugin manifest, at
.claude-plugin/. You can now install the skill with/plugin marketplace add https://github.com/SubscribrAI/cli, as an alternative to the npm path. A test keeps its version in step with the other manifests. (Renamed tosubscribr-cliafter this release; see Unreleased.) - Documentation for the
thumbnailsdomain, which the CLI has always shipped but never described. - npm version and license badges in the README.
Changed
- Rewrote
README.mdfor a reader who has never used Subscribr. It now explains the product first, lists what you can do with the CLI, and moves the deep technical material toCLI-REFERENCE.md. - Updated the positioning to match Subscribr today: one YouTube content engine covering research, ideas, thumbnails, scripts, and video, usable by a person or by an AI agent on the same plan.
- Pointed the repository metadata at
github.com/SubscribrAI/cli.
2.1.0 - 2026-08-27
The first release under the @subscribrai scope.
Changed
- Renamed the package from
@giltotherescue/subscribr-clito@subscribrai/cli. The command namessubscribr,subscribr-cli, andsubscribr-install-skillare unchanged. - Deprecated every version of
@giltotherescue/subscribr-clion npm, with a notice pointing at the new name.