diff --git a/cursor/agent.json b/cursor/agent.json index 0ae0eb6a..8e1a3704 100644 --- a/cursor/agent.json +++ b/cursor/agent.json @@ -1,7 +1,7 @@ { "id": "cursor", "name": "Cursor", - "version": "2026.05.20", + "version": "2026.05.24", "description": "Cursor's coding agent", "website": "https://cursor.com/docs/cli/acp", "authors": ["Cursor"], @@ -9,32 +9,32 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://downloads.cursor.com/lab/2026.05.20-2b5dd59/darwin/arm64/agent-cli-package.tar.gz", + "archive": "https://downloads.cursor.com/lab/2026.05.24-dda726e/darwin/arm64/agent-cli-package.tar.gz", "cmd": "./dist-package/cursor-agent", "args": ["acp"] }, "darwin-x86_64": { - "archive": "https://downloads.cursor.com/lab/2026.05.20-2b5dd59/darwin/x64/agent-cli-package.tar.gz", + "archive": "https://downloads.cursor.com/lab/2026.05.24-dda726e/darwin/x64/agent-cli-package.tar.gz", "cmd": "./dist-package/cursor-agent", "args": ["acp"] }, "linux-aarch64": { - "archive": "https://downloads.cursor.com/lab/2026.05.20-2b5dd59/linux/arm64/agent-cli-package.tar.gz", + "archive": "https://downloads.cursor.com/lab/2026.05.24-dda726e/linux/arm64/agent-cli-package.tar.gz", "cmd": "./dist-package/cursor-agent", "args": ["acp"] }, "linux-x86_64": { - "archive": "https://downloads.cursor.com/lab/2026.05.20-2b5dd59/linux/x64/agent-cli-package.tar.gz", + "archive": "https://downloads.cursor.com/lab/2026.05.24-dda726e/linux/x64/agent-cli-package.tar.gz", "cmd": "./dist-package/cursor-agent", "args": ["acp"] }, "windows-aarch64": { - "archive": "https://downloads.cursor.com/lab/2026.05.20-2b5dd59/windows/arm64/agent-cli-package.zip", + "archive": "https://downloads.cursor.com/lab/2026.05.24-dda726e/windows/arm64/agent-cli-package.zip", "cmd": "./dist-package\\cursor-agent.cmd", "args": ["acp"] }, "windows-x86_64": { - "archive": "https://downloads.cursor.com/lab/2026.05.20-2b5dd59/windows/x64/agent-cli-package.zip", + "archive": "https://downloads.cursor.com/lab/2026.05.24-dda726e/windows/x64/agent-cli-package.zip", "cmd": "./dist-package\\cursor-agent.cmd", "args": ["acp"] }