Releases: SuperClaude-Org/SuperClaude_Framework
v4.1.9
What's Changed
- Add missing install.sh script by @zerodice0 in #483
New Contributors
- @zerodice0 made their first contribution in #483
Full Changelog: v4.1.8...v4.1.9
v4.1.8
Full Changelog: v4.1.7...v4.1.8
v4.1.7
What's Changed
- refactor(docs): normalize documentation naming to lowercase for PEP8 compliance by @kazukinakai in #434
- refactor: PM Agent memory to repository-scoped local files by @kazukinakai in #436
- refactor: PM Agent complete independence from Serena MCP by @kazukinakai in #438
- refactor: PM Agent complete independence from external MCP servers by @kazukinakai in #439
- feat: comprehensive framework improvements by @kazukinakai in #447
- feat: comprehensive framework improvements with AIRIS MCP Gateway integration by @kazukinakai in #448
- feat: PM Agent architecture redesign and MCP integration policy by @kazukinakai in #449
- fix: support installation on immutable distros with /var/home. Closes #284 by @Sparker0i in #450
- Revert "feat: comprehensive framework improvements (#447)" by @mithun50 in #453
- fix: update airis mcp gateway installer by @kazukinakai in #460
- docs: Confirm AIRIS MCP Gateway installation URL is correct by @Utakata in #463
- Proposal: Create
nextBranch for Testing Ground (89 commits) by @kazukinakai in #459 - docs: Replace Mindbase References with ReflexionMemory by @divideby0 in #464
- feat: new command sc:recommend add. by @acrbaran in #477
- Claude/fix readme plugin docs 011 cv2 lk n gko6wzm tfn dmnrm by @Utakata in #478
New Contributors
- @Sparker0i made their first contribution in #450
- @Utakata made their first contribution in #463
- @divideby0 made their first contribution in #464
- @acrbaran made their first contribution in #477
Full Changelog: v4.1.6...v4.1.7
v4.1.6
What's Changed
- Add: flags for the chrome devtools mcp and the tavily mcp by @David-Dohyun-Im in #411
- Feature/frontend verify by @David-Dohyun-Im in #412
- added Korean Readme by @David-Dohyun-Im in #416
- Feature/korean docs by @David-Dohyun-Im in #417
- fix(orchestration): add WebFetch auto-trigger for infrastructure configuration by @kazukinakai in #418
- Redesign PM Agent as Self-Improvement Meta-Layer by @kazukinakai in #421
- refactor: PEP8 compliance - directory rename and code formatting by @kazukinakai in #425
- Update pyproject.toml by @mithun50 in #426
- docs: add uv support for development installation by @kazukinakai in #427
- Fix ModuleNotFoundError in PyPI publish workflow by @habuchin in #433
New Contributors
- @David-Dohyun-Im made their first contribution in #411
- @kazukinakai made their first contribution in #418
- @habuchin made their first contribution in #433
Full Changelog: v4.1.5...v4.1.6
v4.1.5
What's Changed
-
fix: Add missing quote and comma to package.json version field by @ashigirl96 in #382
-
fix: Correct Tavily MCP package name in documentation by @anconina in #388
-
The -i flag has been removed from the
_run_command_cross_platformfunction insetup/components/mcp.py. -
fix: Prevent installer from hanging during MCP installation
The SuperClaude installer was hanging during the installation of MCP components on non-Windows systems. This was caused by the use of an interactive shell (-i) when executing the claude mcp add command. The interactive shell would attempt to read from standard input, causing the process to be suspended by the shell.
This commit fixes the issue by removing the -i flag from the _run_command_cross_platform function in setup/components/mcp.py. This ensures that the installation process runs non-interactively and completes without hanging.
- fix: Add 'cmd /c' for Windows and refactor shell execution
This commit resolves an issue with npx command execution on Windows by prepending cmd /c to the command. It also refactors the shell command execution for non-Windows systems to use the executable argument in subprocess.run for a cleaner and more robust implementation.
- fix: Add 'cmd /c' for Windows and refactor shell execution
This commit resolves an issue with npx command execution on Windows by prepending cmd /c to the command. It also refactors the shell command execution for non-Windows systems to use the executable argument in subprocess.run for a cleaner and more robust implementation.
-
Added: ChromeDevTools/chrome-devtools-mcp
-
docs: Update Chrome DevTools MCP documentation
This commit updates the documentation for the Chrome DevTools MCP server to be more comprehensive and consistent with the existing documentation structure. The file SuperClaude/MCP/MCP_Chrome-DevTools.md has been updated with detailed information about the server's purpose, triggers, and usage examples.
- docs: Update documentation for Chrome DevTools MCP
This commit updates the main README.md and the MCP servers user guide to include information about the new Chrome DevTools MCP server. The documentation has been updated to reflect the new server count and provide details about the new server's functionality.
- chore: Bump version to 4.1.5
This commit updates the version number from 4.1.4 to 4.1.5 across the entire codebase.
This includes updates to:
- CHANGELOG.md
- Documentation files
- Configuration files (package.json, pyproject.toml)
- Source code fallbacks
- The main VERSION file
New Contributors
Full Changelog: v4.1.4...v4.1.5