Skip to content

Document Cursor ACP-in-JetBrains capture limitation#35

Open
DevanshuNEU wants to merge 1 commit into
entireio:mainfrom
DevanshuNEU:docs/cursor-jetbrains-acp-note
Open

Document Cursor ACP-in-JetBrains capture limitation#35
DevanshuNEU wants to merge 1 commit into
entireio:mainfrom
DevanshuNEU:docs/cursor-jetbrains-acp-note

Conversation

@DevanshuNEU
Copy link
Copy Markdown

@DevanshuNEU DevanshuNEU commented May 21, 2026

Summary

Adds a "Native agent notes" subsection to the README's Available Agents section. Documents that Cursor running inside JetBrains via ACP is not captured by .cursor/hooks.json hooks, and points JetBrains-workflow users at standalone Cursor IDE or cursor agent CLI.

Why

Cursor's JetBrains ACP integration shipped 2026-03-04, postdating the cursor agent code in entireio/cli (first commit 2026-02-19). ACP is a distinct protocol surface from .cursor/hooks.json and does not invoke those hooks. Verified by sentinel test: parallel sh -c 'date > .entire/SENTINEL-*.txt' commands added alongside Entire's hook on sessionStart, beforeSubmitPrompt, and sessionEnd. All three sentinels never wrote when a prompt was sent via JetBrains AI Chat with the Cursor ACP agent. Full reproduction context in #18.

Test plan

Closes #18

@DevanshuNEU DevanshuNEU force-pushed the docs/cursor-jetbrains-acp-note branch from 1f14b00 to d5f4f13 Compare May 21, 2026 21:07
@DevanshuNEU
Copy link
Copy Markdown
Author

any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Entire CLI does not capture sessions when using IntelliJ IDEA with Cursor plugin on macOS

1 participant