← Cursor changelog
Shared Canvases and /loop Skill
Significant improvements for team collaboration with the introduction of live canvas sharing. This allows for real-time sharing of interactive artifacts like reports and dashboards as browser links, rather than full chat threads. Shared canvases are accessible with read-only access in the Cursor Dashboard for Pro, Teams, and Enterprise plans. Additionally, the /loop skill receives clarification and expanded usage for local long-running agents, enabling tasks like scheduled status checks or continuous feature work until a specific outcome.
Changed
- You can now share canvases from Cursor with your team.
- Canvases are interactive artifacts created by agents, like reports, dashboards, and custom interfaces. Instead of sharing a full chat thread, you can share a link to a live snapshot of a canvas for teammates to open in the browser.
- View your team's shared canvases in the Cursor Dashboard with read-only access. Shared canvases are available on Pro, Teams, and Enterprise plans.
- Learn more in our docs.
- Use the /loop skill for local long-running agents. For example, you can ask it to “check deploy status every 5 minutes” or “work on this feature until tests pass.”
Fixed
- With /loop, Cursor can run a prompt repeatedly on a local schedule, until a certain outcome is achieved, or until you stop it. If you don't specify a fixed interval, the agent decides when or what event should wake it.