Skip to content

Releases: notlikeDev/CCPlugins

v2.5.2 - Critical Session Path Fix

02 Aug 17:10

Choose a tag to compare

🚨 Critical Bug Fix Release

This release fixes a critical issue where session persistence was failing for multiple commands due to Claude's LS tool having problems with hidden folders.

🐛 What was fixed

  • Fixed Claude LS tool not recognizing hidden folders (starting with dot)
  • Changed from hidden .claude/ folder to visible command-specific folders
  • Commands now correctly resume sessions without creating duplicate folders

📁 New Session Structure

Each command now creates its own visible folder:

  • /refactor → uses refactor/ folder
  • /implement → uses implement/ folder
  • /fix-imports → uses fix-imports/ folder
  • /security-scan → uses security-scan/ folder
  • /scaffold → uses scaffold/ folder

✨ Other Improvements

  • Enhanced cross-platform compatibility
  • Improved error handling and recovery
  • Better session persistence reliability
  • Updated documentation to reflect changes

📦 Installation

# Mac/Linux
curl -sSL https://raw.githubusercontent.com/brennercruvinel/CCPlugins/main/install.sh | bash

# Windows/Cross-platform  
python install.py

See CHANGELOG.md for full details.

CCPlugins v1.6.0

25 Jul 16:21

Choose a tag to compare

What's New

🚀 Features

  • 11 productivity commands that save 2-3 hours per week
  • Cross-platform support (Windows, macOS, Linux)
  • Simple installation with automatic backup
  • Kimi K2 compatibility (experimental)

📦 Commands Included

  • /cleanproject - Remove debug artifacts
  • /commit - Smart git commits
  • /format - Auto-format code
  • /test - Run tests with auto-fix
  • /review - Code review
  • /remove-comments - Clean up obvious comments
  • /cleanup-types - Fix TypeScript types
  • /fix-imports - Fix broken imports
  • /find-todos - Find TODOs/FIXMEs
  • /session-start - Track coding sessions
  • /session-end - Summarize work

🛠️ Installation

Mac/Linux:

curl -sSL https://raw.githubusercontent.com/brennercruvinel/CCPlugins/main/install.sh | bash

Windows/Cross-platform:

python install.py

📝 Full Changelog

See CHANGELOG.md