From 8f92f791b0b76e2ff96fd7454e94a792f409b366 Mon Sep 17 00:00:00 2001 From: harshitsinghbhandari <24b4506@iitb.ac.in> Date: Thu, 9 Apr 2026 21:58:35 +0530 Subject: [PATCH] docs: add cursor to changesets config and documentation - Add @composio/ao-plugin-agent-cursor to linked version group in .changeset/config.json - Update README.md plugin architecture table to include cursor - Update config.md reference to include cursor in agent options This ensures the cursor plugin versions in lockstep with other built-in plugins and is properly documented for users. Co-Authored-By: Claude Sonnet 4.5 --- .changeset/config.json | 1 + README.md | 2 +- skills/agent-orchestrator/references/config.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 2c78a2b6c..ba19b3fcd 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -13,6 +13,7 @@ "@composio/ao-plugin-agent-claude-code", "@composio/ao-plugin-agent-codex", "@composio/ao-plugin-agent-aider", + "@composio/ao-plugin-agent-cursor", "@composio/ao-plugin-agent-opencode", "@composio/ao-plugin-workspace-worktree", "@composio/ao-plugin-workspace-clone", diff --git a/README.md b/README.md index 22d8f0920..9996f3213 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Seven plugin slots. Lifecycle stays in core. | Slot | Default | Alternatives | | --------- | ----------- | ------------------------ | | Runtime | tmux | process | -| Agent | claude-code | codex, aider, opencode | +| Agent | claude-code | codex, aider, cursor, opencode | | Workspace | worktree | clone | | Tracker | github | linear, gitlab | | SCM | github | gitlab | diff --git a/skills/agent-orchestrator/references/config.md b/skills/agent-orchestrator/references/config.md index daf3ae012..997a4956b 100644 --- a/skills/agent-orchestrator/references/config.md +++ b/skills/agent-orchestrator/references/config.md @@ -15,7 +15,7 @@ readyThresholdMs: 300000 # Ms before "ready" session becomes "idle" (5 min) ```yaml defaults: runtime: tmux # tmux | process - agent: claude-code # claude-code | aider | codex | opencode + agent: claude-code # claude-code | aider | codex | cursor | opencode workspace: worktree # worktree | clone notifiers: # Active notifier plugins - desktop # desktop | slack | webhook | composio | openclaw