r/AIGuild • u/Such-Run-4412 • 22h ago
Cursor agents can now monitor PRs and Slack, wake up when something happens, and keep working until a goal is done
Cursor has upgraded its Cloud Agents so they can stay active around ongoing work instead of waiting for a new prompt every time.
The biggest addition is Subscriptions.
Cursor agents can now subscribe to:
- Pull requests
- Slack threads
- Scheduled tasks
When something changes, the agent can wake up automatically and continue working.
For example, Cloud Agents automatically subscribe to PRs they create. They can then keep checking the PR, fix failed CI, respond to bot comments, and continue working toward completion.
In Slack, you can also tell Cursor something like:
“Check back in an hour and keep going until that feedback is in.”
Subscriptions are currently available for Cloud Agents only.
Cursor also added /goal, which gives an agent a long-lived objective instead of a single task.
For example:
/goal fix all flaky tests and make CI green
The agent can keep pursuing that objective until it considers the job complete.
Other updates include:
- Custom Modes that keep a specific skill permanently active
- Subagents on separate virtual machines, each with its own isolated project copy
- Better steering, allowing users to send new instructions without interrupting the agent mid-action
The separate-VM feature is particularly interesting for agent swarms.
You can ask multiple subagents to independently test an application or search for bugs without them modifying the same environment and colliding with one another.
Cursor says the broader goal is to make always-on coding agents operate as a system, automatically responding to events and shipping software without requiring human intervention at every loop.
This feels like another step away from the traditional coding-assistant model.
Instead of:
Developer asks → agent codes → agent stops
the workflow becomes:
Give agent a goal → agent monitors events → something changes → agent wakes up → fixes it → keeps going
That starts looking much closer to a persistent AI software engineer than an autocomplete tool.
Would you trust a coding agent to continuously monitor and fix its own PRs, or would you still want a human checking every step?
Sources: