Entire CLI does not capture sessions when using IntelliJ IDEA with Cursor plugin on macOS
Open
@DevanshuNEU is already working on this.
Since May 20, 2026.
enhancement
- Dominant language
- Go
- Stars
- 5.1k
- Forks
- 475
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 178
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).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.