Loading...
Loading...
Reset a stuck, hung, frozen, or buggy Cursor ACP agent inside bb, and reload its Cursor config (rules, skills, mcp.json). Use when the user says "reset cursor acp", "cursor is stuck in bb", "cursor thread hangs", "restart the cursor agent", "reload cursor config in bb", or a bb thread on the Cursor provider stops responding. Differentiator: bb-only, Cursor-only, one script. For resuming cursor-agent terminal sessions use cursor-cli; for general bb thread control use bb-cli.
npx skill4agent add davidondrej/skills reset-cursor-acpprovider-acpcursor-agent acpbb-provider-bridge-worker.cursor/mcp.jsonbb thread stop <id>cursor-agent acpscripts/reset-cursor-acp.shSKILL.mdscripts/reset-cursor-acp.sh <thread-id> # reset one Cursor thread
scripts/reset-cursor-acp.sh --self # reset the current thread (BB_THREAD_ID)
scripts/reset-cursor-acp.sh # no thread: orphan cleanup + health check only
scripts/reset-cursor-acp.sh --dry-run # show what would happen
scripts/reset-cursor-acp.sh <id> --kill-all # also kill live agents of OTHER Cursor threadsbb statusbb thread list --json | python3 -c 'import json,sys; [print(t["id"], t["status"], t["title"]) for t in json.load(sys.stdin) if t.get("providerId")=="acp-cursor"]'bb thread stop <id>cursor-agent acp--kill-allbb updates statuspsbb updates applycursor-agent loginsession/request_permissionsession/loadbb thread stop.cursor/mcp.jsonprovider-retrybb plugin enable provider-retrycursor-agent acppkill -f cursor-agentbb thread stopbb thread compact