Release v0.0.40
What's Changed
🐛 Bug Fixes
-
[tests]: Prevent SSO Claude plugin test from deleting real user plugin
⚠️ CRITICALFixed a critical bug where the integration test
tests/integration/sso-claude-plugin.test.tswas 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