Skip to content

Release v0.0.40

Choose a tag to compare

@8nevil8 8nevil8 released this 13 Feb 12:26
· 94 commits to main since this release

What's Changed

🐛 Bug Fixes

  • [tests]: Prevent SSO Claude plugin test from deleting real user plugin ⚠️ CRITICAL

    Fixed a critical bug where the integration test tests/integration/sso-claude-plugin.test.ts was deleting users' actual Claude plugin directory (~/.codemie/claude-plugin) before and after each test run. The test now uses a temporary directory instead, preventing destruction of real plugin installations.

🔧 Maintenance

  • [tests]: Fix config test isolation by clearing additional env vars
  • [tests]: Update claude plugin version expectations to 1.0.8

Full Changelog: v0.0.39...v0.0.40