Skip to content

Add platform action create/update CLI commands#154

Open
leo-paz wants to merge 3 commits into
mainfrom
codex/platform-actions-create-update-cli
Open

Add platform action create/update CLI commands#154
leo-paz wants to merge 3 commits into
mainfrom
codex/platform-actions-create-update-cli

Conversation

@leo-paz

@leo-paz leo-paz commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add CLI commands for the new platform action API surface:
    • outlit agents create-custom
    • outlit agents update-profile
    • outlit agents update-instructions
    • outlit agents update-actions
    • outlit automations create
    • outlit automations update
    • outlit signals create
    • outlit signals update
    • outlit destinations create-webhook
    • outlit destinations update
  • Update client helpers, shell completions, docs, and OpenAPI docs for the new action layer.
  • Make destructive/ambiguous inputs explicit, including agents update-actions --clear and destinations update --enabled/--disabled.

Paired Core PR

Validation

  • bun test packages/cli/tests/commands/platform-lifecycle.test.ts packages/cli/tests/lib/client.test.ts tests/docs/openapi-spec.test.ts
  • bun run typecheck
  • git diff --check HEAD
  • Real CLI smoke test against local Core on http://localhost:3310 using SDK source CLI. Covered previous read/lifecycle commands plus all 10 new write commands over HTTP.

@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 28 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 639dba41-1b72-48c1-9dd7-a7889d35b998

📥 Commits

Reviewing files that changed from the base of the PR and between 20c487b and 16e3008.

📒 Files selected for processing (37)
  • .changeset/platform-create-update-commands.md
  • docs/ai-integrations/mcp.mdx
  • docs/ai-integrations/platform-actions.mdx
  • docs/cli/commands.mdx
  • docs/openapi.json
  • packages/cli/src/cli.ts
  • packages/cli/src/commands/agents/create-from-template.ts
  • packages/cli/src/commands/agents/create.ts
  • packages/cli/src/commands/agents/disable.ts
  • packages/cli/src/commands/agents/enable.ts
  • packages/cli/src/commands/agents/get.ts
  • packages/cli/src/commands/agents/index.ts
  • packages/cli/src/commands/agents/rename.ts
  • packages/cli/src/commands/agents/update.ts
  • packages/cli/src/commands/automations/create.ts
  • packages/cli/src/commands/automations/index.ts
  • packages/cli/src/commands/automations/list.ts
  • packages/cli/src/commands/automations/update.ts
  • packages/cli/src/commands/completions.ts
  • packages/cli/src/commands/destinations/create.ts
  • packages/cli/src/commands/destinations/index.ts
  • packages/cli/src/commands/destinations/update.ts
  • packages/cli/src/commands/signals/create.ts
  • packages/cli/src/commands/signals/index.ts
  • packages/cli/src/commands/signals/update.ts
  • packages/cli/src/lib/client.ts
  • packages/cli/src/lib/platform-input.ts
  • packages/cli/tests/commands/agents/create-from-template.test.ts
  • packages/cli/tests/commands/agents/create.test.ts
  • packages/cli/tests/commands/agents/index.test.ts
  • packages/cli/tests/commands/api.test.ts
  • packages/cli/tests/commands/automations/index.test.ts
  • packages/cli/tests/commands/destinations/index.test.ts
  • packages/cli/tests/commands/platform-lifecycle.test.ts
  • packages/cli/tests/commands/signals/index.test.ts
  • packages/cli/tests/lib/client.test.ts
  • tests/docs/openapi-spec.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/platform-actions-create-update-cli

Comment @coderabbitai help to get the list of available commands.

@mintlify

mintlify Bot commented Jun 29, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
outlit 🟢 Ready View Preview Jun 29, 2026, 9:02 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant