Release 1.4.8 (2026-04-28)¶
Bug fixes¶
-
remove non-existent /plugin update command from consumer-refresh sequence The three-step refresh sequence included /plugin update which does not exist as a Claude Code command. Running it drops into the generic /plugin menu with no effect. The marketplace update command already downloads the new version into the local cache, so the correct sequence is two steps: marketplace update then reload-plugins.
-
require explicit version extraction from publish.yml in preflight The publish skill's preflight and Phase 1 both said to read the version from the project manifest but did not specify how. This allowed agents to infer the version from branch names or conversation context instead of reading the actual file. Now preflight explicitly requires running the version extraction command from publish.yml, and Phase 1 and version-override reference the preflight-captured version rather than re-reading.