- Rename plugin ID from jetbrains-claude-code-gui to idea-claude-code-gui
- Update group, rootProject.name in build.gradle and settings.gradle
- Update fallback plugin ID in PlatformUtils.java
- Update plugin.xml <id> accordingly
- Bump version from 0.3-fix to 0.3.1
- Sync CHANGELOG.md and changelog.ts to reflect correct plugin name
- Update group ID in build.gradle to com.github.jetbrains-claude-code-gui
- Rename root project in settings.gradle to jetbrains-claude-code-gui
- Update plugin ID in plugin.xml to com.github.jetbrains-claude-code-gui
- Rename plugin display name from "CC GUI(Claude and Codex)" to "Claude Code GUI"
- Update fallback plugin ID in PlatformUtils.java
- Rename from "Claude Code GUI" to "CC GUI (originally Claude Code GUI)" to mitigate Claude trademark risks
- Update plugin ID from com.github.idea-claude-code-gui to com.github.jetbrains-long-gui
- Bump version from 0.2.8 to 0.2.9
- Update logo and icons to reduce locale-specific elements
- Update README (EN/ZH) with new name and security review policy
- Add MIT license badge to README