Skip to content

Tags: block/wt

Tags

plugin-v0.2.0

Toggle plugin-v0.2.0's commit message
chore(plugin): bump version to 0.2.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

plugin-v0.1.2

Toggle plugin-v0.1.2's commit message
chore(plugin): bump version to 0.1.2

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

plugin-v0.1.1

Toggle plugin-v0.1.1's commit message
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

plugin-v0.1.0

Toggle plugin-v0.1.0's commit message
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