Commit Graph

7 Commits

Author SHA1 Message Date
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00
lauren 90e03742b1 orchestrate: bump version to 1.1.0 (#119) 2026-06-06 00:22:49 -07:00
lauren 4817815393 orchestrate: fix Biome lint and format errors in scripts (#120) 2026-06-06 00:22:32 -07:00
Mubashir R 91f6c6c318 fix: match root planner by exact name in kickoff dedupe (#113)
* fix: match root planner by exact name in kickoff dedupe

findActiveRootPlanner adopted any active cloud agent whose name merely
started with the kickoff slug (`name.startsWith(rootSlug)`). Because the
kickoff command names every root planner exactly `${rootSlug}-root`, a
slug that is a prefix of another goal's slug would wrongly adopt the
unrelated planner: kicking off goal `auth` while `auth-ui-root` is
active matched `"auth-ui-root".startsWith("auth")`, silently attaching a
fresh run to the wrong goal's planner instead of starting a new one.

Match the deterministic canonical name `${rootSlug}-root` exactly. Adds
a regression test asserting a prefix-only slug overlap does not adopt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* orchestrate: tighten kickoff-dedupe comments

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: lauren <lauren@anysphere.co>
2026-06-06 00:13:09 -07:00
lauren e9f63ab233 orchestrate: stuck-escalation badge + per-viewer start time, opus 4.8, @cursor/sdk 1.0.12 (#118) 2026-06-05 23:56:02 -07:00
Sam Sokolin 21812dca7c icon 2026-05-06 19:46:07 -04:00
Sam Sokolin 03192a55c7 Adding orchestrate plugin 2026-05-06 19:04:59 -04:00