Skip to content

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 subscribr to subscribr-cli, and adopted the official plugin manifest schema. The Subscribr app publishes a separate subscribr plugin 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.md and SECURITY.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 to subscribr-cli after this release; see Unreleased.)
  • Documentation for the thumbnails domain, which the CLI has always shipped but never described.
  • npm version and license badges in the README.

Changed

  • Rewrote README.md for 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 to CLI-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-cli to @subscribrai/cli. The command names subscribr, subscribr-cli, and subscribr-install-skill are unchanged.
  • Deprecated every version of @giltotherescue/subscribr-cli on npm, with a notice pointing at the new name.