---
type: "post"
slug: "cursor-cloud-agents-monitor-prs-slack-threads-and-scheduled-tasks"
title: "Cursor cloud agents monitor PRs, Slack threads and scheduled tasks"
description: "Cursor's cloud agents now subscribe to PRs, Slack threads and schedules, waking on events and holding a goal — which moves the unit of work from a prompt to a standing subscription."
retrieval_nugget: "Cursor's cloud agents now subscribe to PRs, Slack threads and schedules, waking on events and holding a goal — which moves the unit of work from a prompt to a standing subscription."
published_at: "2026-08-30"
updated_at: "2026-09-12"
record_date: "2026-08-25"
date_kind: "discovered_at"
topics: ["agents","ai","ai-software","coding-agents","mcp"]
entities: ["Cursor"]
source_url: "https://cursor.com/changelog/08-19-26"
source_title: "Cloud Agents and Cursor Harness Improvements · Cursor"
source_domain: "cursor.com"
source_terms: ["Cursor","cloud","monitor","Slack","threads"]
summary_word_count: 192
schema_version: "newruntime-agent-readable-v0.2"
stable_id: "post:cursor-cloud-agents-monitor-prs-slack-threads-and-scheduled-tasks"
status: "published"
source_urls: ["https://cursor.com/changelog/08-19-26"]
visuals: []
editorial_provenance: {"schema_version":"newruntime-editorial-copy-v1","content_status":"source_grounded_final","final_copy_sha256":"sha256:9293c71b2df8dd46ace88279af47f08ab309349798b503ffde83fc6f122d9e92","reviewed_at":"2026-09-12T10:00:00Z","source_evidence_count":1,"verified_claim_count":2,"site_analysis_schema_version":"newruntime-site-analysis-v1","site_object_kind":"field_note","observed_fact_count":2,"implication_count":1,"watch_condition_count":1,"related_record_count":3}
analysis: {"schema_version":"newruntime-site-analysis-v1","object_kind":"field_note","thesis":"Cursor's 19 August changelog gives cloud agents three things that change their shape: subscriptions, custom modes, and subagents on their own machines.","observed_facts":[{"text":"Cursor agents can subscribe to a pull request, a Slack thread or a scheduled task and wake when something happens.","source_urls":["https://cursor.com/changelog/08-19-26"]},{"text":"Subagents can run on their own virtual machines, each with an isolated copy of the project and clean context.","source_urls":["https://cursor.com/changelog/08-19-26"]}],"mechanism":"An agent can now subscribe to an event source — a pull request, a Slack thread, or a schedule — and wake when something happens there, rather than being invoked.","why_now":"Cloud agents automatically subscribe to the pull requests they open and drive them to completion, fixing CI and answering bot comments.","implications":["Once the trigger is an event rather than a prompt, the reviewable artifact is the subscription, not the conversation."],"evidence_boundary":"The changelog states capability and notes subscriptions are cloud-agent only for now; it publishes no completion or intervention rates.","watch_conditions":["The condition to watch is whether a subscription exposes an auditable record of what woke the agent and what it changed, because an always-on agent without that record is indistinguishable from an unattended one."],"related_records":[{"url":"https://newruntime.com/posts/agent-work-is-moving-into-harnesses-factories-and-accepted-artifacts","relation":"Prior coverage of agent work moving into harnesses and accepted artifacts."},{"url":"https://newruntime.com/posts/cursor-self-hosted-machines-runtime-boundary","relation":"Prior coverage of Cursor's execution boundary on customer machines."},{"url":"https://newruntime.com/topics/agent-harness","relation":"Topic hub for harness design around long-running agents."}]}
routes: {"html":"https://newruntime.com/posts/cursor-cloud-agents-monitor-prs-slack-threads-and-scheduled-tasks/","markdown":"https://newruntime.com/posts/cursor-cloud-agents-monitor-prs-slack-threads-and-scheduled-tasks.md","json":"https://newruntime.com/posts/cursor-cloud-agents-monitor-prs-slack-threads-and-scheduled-tasks.json"}
---

# Cursor cloud agents monitor PRs, Slack threads and scheduled tasks

## Retrieval answer

Cursor's cloud agents now subscribe to PRs, Slack threads and schedules, waking on events and holding a goal — which moves the unit of work from a prompt to a standing subscription.

Cursor's 19 August changelog gives cloud agents three things that change their shape: subscriptions, custom modes, and subagents on their own machines. An agent can now subscribe to an event source — a pull request, a Slack thread, or a schedule — and wake when something happens there, rather than being invoked. Cloud agents automatically subscribe to the pull requests they open and drive them to completion, fixing CI and answering bot comments.

The mechanism is a standing goal attached to an event stream. In Slack the documented instruction is to ask the agent to check back in an hour and keep going until feedback has landed, which means the agent holds intent across gaps in which nothing is asked of it. Custom modes pin a skill so it stays active for a session, and subagents each get an isolated copy of the project with clean context in their own cloud environment, so parallel fixes do not collide.

Once the trigger is an event rather than a prompt, the reviewable artifact is the subscription, not the conversation. That is the direction described in [agent work moving into harnesses, factories and accepted artifacts](https://newruntime.com/posts/agent-work-is-moving-into-harnesses-factories-and-accepted-artifacts/), and it follows the execution boundary Cursor drew when it [moved agent work into customer-managed machines](https://newruntime.com/posts/cursor-self-hosted-machines-runtime-boundary/). The [agent harness hub](https://newruntime.com/topics/agent-harness/) tracks both halves.

The changelog states capability and notes subscriptions are cloud-agent only for now; it publishes no completion or intervention rates. The condition to watch is whether a subscription exposes an auditable record of what woke the agent and what it changed, because an always-on agent without that record is indistinguishable from an unattended one.
