Skip to content

v0.4.0 — /tutor-update

Choose a tag to compare

@Flagrare Flagrare released this 03 Jun 13:45

A new command for staying current.

Public API

  • /tutor-update: new command. Compares your installed plugin-cache version against the latest GitHub release and prints the release notes when you're behind, along with the two commands needed to upgrade — /plugin update llm-tutor@llm-tutor followed by /reload-plugins. Reports cleanly when you're already on the latest. Uses gh CLI when available (no rate limit on the authenticated account), curl + jq as fallback.

Why a check + recipe instead of a "force update"

Mirroring claude-statusline's force-download approach would require writing into ~/.claude/plugins/cache/ and editing installed_plugins.json ourselves — fighting the plugin registry rather than using it. The version-check + recipe pattern is honest about what a skill can do (it cannot invoke other slash commands) and respects the lifecycle Claude Code owns.