Cursor worktrees lets you run multiple agents in parallel on different git worktrees. It would be fantastic if this plugin recognized an IntelliJ session in a worktree and shifted focus to the correct cursor window.
Example of flow that is not support currently:
- start an agent in a new worktree in cursor, (most likely, cursor runs a hook that copies
.idea to this worktree, assuming it's not in version control)
- open the worktree with intellij (copy the worktree path from cursor, then
idea ../../../../.cursor/worktrees/repo_name/gec)
- idea pops up a window with the worktree
- use this plugin to jump from the new intellij window back to cursor
at point 4, this plugin opens a new cursor window instead of recognizing that the current open directory in IntelliJ is a worktree managed by the existing cursor window
Cursor worktrees lets you run multiple agents in parallel on different git worktrees. It would be fantastic if this plugin recognized an IntelliJ session in a worktree and shifted focus to the correct cursor window.
Example of flow that is not support currently:
.ideato this worktree, assuming it's not in version control)idea ../../../../.cursor/worktrees/repo_name/gec)at point 4, this plugin opens a new cursor window instead of recognizing that the current open directory in IntelliJ is a worktree managed by the existing cursor window