Where does the bug appear (feature/product)?
Cursor CLI
Describe the Bug
When using Cursor CLI as an ACP server (cursor-agent acp), I frequently see this error returned:
{"jsonrpc":"2.0","method":"session/update","params":{"sessionId":"…","update":{"sessionUpdate":"agent_message_chunk","content":{"type":"text","text":"\n\nError: I: Provider Error We're having trouble finding the resource you requested. If the problem persists, please contact support."}}}}
Sometimes prompting the agent to continue or restarting the ACP server resolves the issue.
My other workaround is to run cursor-agent --resume and finish the in-progress work that way. I don’t seem to encounter any such problem when running cursor-agent directly.
I’m not sure how to investigate further.
Steps to Reproduce
I don’t have reliable repro steps.
I’m using agent-shell in Emacs to connect to cursor-agent acp. Sometimes the error shows up right away, other times it shows up after the session has been active for a while.
Expected Behavior
I would at least expect a more detailed error response to be able to understand the issue better. Maybe there’s a debug option that could be added to cursor-agent acp or something?
Operating System
MacOS
Version Information
% cursor-agent --version
2026.03.20-44cb435
Does this stop you from using Cursor
No - Cursor works, but with this issue