Documented Sync Skills for Cloud Agents: opt in under Settings → Agents so personal ~/.cursor/skills/ work with your Cloud Agents (private to you); team admins can disable sync under Security & Identity.
Documented Sync Skills for Cloud Agents: opt in under Settings → Agents so personal ~/.cursor/skills/ work with your Cloud Agents (private to you); team admins can disable sync under Security & Identity.
Clarified that unsynced local skills and ~/.agents/skills/ are not copied to Cloud Agents, remote SSH, or self-hosted workers; self-hosted should use project skills or a custom worker image.
Documented Publish a skill to your team: on Teams/Enterprise, publish a personal skill from Customize → Skills to the Default marketplace (opt-in installs; author can sync updates or unpublish).
Documented Allow Members to Publish on the Default marketplace (on by default; when off, only admins publish new skills).
Team Marketplaces notes now cover member-published skills and the Cloud Agents skill-sync admin control.
Cloud Agents
Best practices: configure agents with committed project skills, synced personal skills, or published team skills.
Self-hosted pool: personal skill sync applies to managed Cloud Agents only, not self-hosted workers.
Cursor for iOS: beta callout removed; agents pick up project skills and any personal skills you’ve synced.
Changelog 1.0.28–1.0.31: single-file/bun build --compile support; custom tool outputSchema / output_schema; long-running local token refresh; systemPrompt replacement; run.steer(); background subagent results on the parent run; custom tool annotations.
TypeScript: default @cursor/sdk resolves to the flat build under Bun; Node single-file apps should set JsonlLocalAgentStore when SQLite isn’t available.
Python: attach to an existing bridge with CursorClient.connect; background subagents and output_schema documented; usage copy refers to Cursor Token Fee.
Bridge: GetVersion can gate on bridge_version, protocol_version, and capabilities (e.g. agent.usage).