-
Notifications
You must be signed in to change notification settings - Fork 279
Entire CLI does not capture sessions when using IntelliJ IDEA with Cursor plugin on macOS #844
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem or use case
Description
Entire CLI does not capture AI agent sessions when working in IntelliJ IDEA with the Cursor plugin installed.
The expected behavior is that Entire hooks into the git workflow and records sessions automatically (e.g., on push), but no session is captured when working from IntelliJ. This appears to be specific to the IntelliJ + Cursor plugin environment.
Steps to Reproduce
- Install Entire CLI
- Install and enable the Cursor plugin in IntelliJ IDEA
- Open a project configured to use Entire
- Perform actions that should generate a captured session (e.g., run an agent workflow and push changes)
- Observe that no session is captured by Entire
Expected Behavior
Entire should automatically capture the agent session and associate it with the git push.
Actual Behavior
- No session is captured
- No visible error message is shown
- Workflow completes normally otherwise
Environment
- OS: macOS
- IDE: IntelliJ IDEA 2026.1
- Cursor plugin version: v0.1.0
- Entire CLI version: <please fill in
entire --versionoutput> - Git version:
Additional Context
This issue appears specific to IntelliJ with the Cursor plugin.
Session capture works in other environments (if applicable).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request