Tags: block/wt
Tags
fix: JetBrains IDE compatibility for terminal PID detection and branding Fix terminal navigator failing to detect IDE launcher process in non-IntelliJ IDEs (GoLand, PyCharm, CLion, etc.) by replacing hardcoded "idea" check with a set of all known JetBrains IDE binary names. Update user-facing strings from "IntelliJ" to "JetBrains"/"IDE" where appropriate. Rename install script to install-plugin.sh with multi-IDE discovery and drop fragile auto-restart logic. Bump to v0.1.1. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Claude Code <noreply@anthropic.com> Ai-assisted: true
ci: add plugin release workflow triggered by tag Push a tag like `plugin-v0.1.0` to build the plugin, run tests, and create a GitHub release with the installable ZIP artifact. Co-authored-by: Claude Code <noreply@anthropic.com> Ai-assisted: true