v3.0.2

mvanhorn/last30days-skillv3.0.2Apr 15, 2026by mvanhorn

AI Summary

Fixes regressions in the `/last30days` slash command and path-escape error, aligning plugin version metadata between files.

Key Highlights

  • Fixes `/last30days` slash command
  • Fixes path-escape error
  • Aligns plugin version metadata

New Features

  • Slash command restoration
  • Plugin configuration alignment

Full Release Notes

Fixes two regressions that silently broke \`/last30days\` for every user on Claude Code v2.1.105+.

## What broke

- \`/last30days <query>\` returned \`Unknown command\` even though \`/plugin list\` showed the plugin as installed.
- \`/doctor\` reported: \`Path escapes plugin directory: ./ (skills)\`.
- Some users ended up with a duplicate phantom \`last30days-3@last30days-skill\` user-scope install colliding with the correct project-scope install.

## What this fixes

- \`.claude-plugin/plugin.json\` now declares \`"skills": ["skills"]\` instead of \`["./"]\`, so the skill loader discovers \`skills/last30days-nux/\` without triggering the path-escape security check.
- \`.claude-plugin/marketplace.json\` and \`plugin.json\` now agree on version \`3.0.2\` (previously drifted between 3.0.0 and 3.0.1).

## How to recover

\`\`\`
/plugin update last30days
/reload-plugins
\`\`\`

If \`/doctor\` still reports errors, uninstall and reinstall the plugin from the marketplace.

See the [full changelog entry](https://github.com/mvanhorn/last30days-skill/blob/main/CHANGELOG.md#302---2026-04-15) and [PR #261](https://github.com/mvanhorn/last30days-skill/pull/261) for details.

## What's Changed
* chore: stop publishing internal ce:plan docs to the repo by @mvanhorn in https://github.com/mvanhorn/last30days-skill/pull/259
* feat: surface YouTube + TikTok top comments alongside Reddit by @mvanhorn in https://github.com/mvanhorn/last30days-skill/pull/260
* fix: restore /last30days slash command on Claude Code v2.1.105+ by @mvanhorn in https://github.com/mvanhorn/last30days-skill/pull/261


**Full Changelog**: https://github.com/mvanhorn/last30days-skill/compare/v3.0.1...v3.0.2