Skip to content

Releases: SuperClaude-Org/SuperClaude_Framework

v4.1.9

14 Nov 13:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.8...v4.1.9

v4.1.8

13 Nov 13:26

Choose a tag to compare

Full Changelog: v4.1.7...v4.1.8

v4.1.7

12 Nov 17:05

Choose a tag to compare

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 next Branch 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

Full Changelog: v4.1.6...v4.1.7

v4.1.6

15 Oct 13:03
7c14a31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.5...v4.1.6

v4.1.5

26 Sep 14:08
fdfb05e

Choose a tag to compare

What's Changed

  • feat: Add Deep Research System v4.2.0 by @anconina in #380

  • fix: Add missing quote and comma to package.json version field by @ashigirl96 in #382

  • Fixes by @mithun50 in #384

  • fix: Correct Tavily MCP package name in documentation by @anconina in #388

  • Fixes and improvement by @mithun50 in #393

  • Version bump by @mithun50 in #394

  • The -i flag has been removed from the _run_command_cross_platform function in setup/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

v4.1.4

20 Sep 09:04
e4f2f82

Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

v4.1.3

19 Sep 13:54
8cf810a

Choose a tag to compare

What's Changed

Full Changelog: v4.1.2...v4.1.3