Skip to content

Releases: clay-run/agent-plugins

clay-cli-v1.0.0

Choose a tag to compare

@clay-deploy clay-deploy released this 15 Sep 03:02

Standalone Clay CLI 1.0.0 binaries, consumed by the Clay agent plugin.

What's new

  • clay searches is the command group for Clay's GTM database — clay search still works and points you at the new name.
  • clay workflows runs test <workflowId> --live runs the workflow's published (live) version instead of the current draft; combine with --audience-segment to backfill against the live version.
  • clay whoami prints the account email alongside the user and workspace names.
  • The searches skill excludes everything already in your workspace's Audiences with clay.exclude_company_identifiers(@audience_segment("ALL")), no segment lookup needed.
  • clay audiences records get allows 300 requests per minute (up from 60).
  • Various bug fixes and stability improvements.

clay-cli-v0.19.0

Choose a tag to compare

@clay-deploy clay-deploy released this 11 Sep 16:15

Standalone Clay CLI 0.19.0 binaries, consumed by the Clay agent plugin.

What's new

  • clay audiences records search-count --query counts people, companies, deals, or activities using Audiences DSL.
  • clay audiences records search-ids --query returns paginated IDs for people, companies, or deals using Audiences DSL.
  • The Audiences skill guides DSL queries, relationship filters, and filtered deal searches.

clay-cli-v0.18.1

Choose a tag to compare

@clay-deploy clay-deploy released this 11 Sep 02:36

Standalone Clay CLI 0.18.1 binaries, consumed by the Clay agent plugin.

What's new

  • Various bug fixes and stability improvements.

clay-cli-v0.18.0

Choose a tag to compare

@clay-deploy clay-deploy released this 11 Sep 01:48

Standalone Clay CLI 0.18.0 binaries, consumed by the Clay agent plugin.

What's new

  • clay workspaces lists the workspaces you are signed into, prints the active one, and switches which workspace commands run against. clay login keeps prior workspaces; clay logout signs out only the active one.
  • clay whoami reports every signed-in workspace when more than one is stored, and authenticated commands’ JSON includes workspace: { id, name } naming the workspace the command ran against.
  • clay credits top-up buys credits for the workspace (once for a one-time purchase; auto to get, enable, or disable recurring auto top-up). The credits-quotas-plans skill covers balance, quotas, plan limits, and upgrade paths before a run that would only partially complete.
  • clay workflows nodes supports coalesce input mappings that pick the first non-empty value when conditional branches converge on one action parameter.
  • Various bug fixes and stability improvements.

clay-cli-v0.17.0

Choose a tag to compare

@clay-deploy clay-deploy released this 09 Sep 20:44

Standalone Clay CLI 0.17.0 binaries, consumed by the Clay agent plugin.

What's new

  • Various bug fixes and stability improvements.

clay-cli-v0.16.0

Choose a tag to compare

@clay-deploy clay-deploy released this 03 Sep 22:52

Standalone Clay CLI 0.16.0 binaries, consumed by the Clay agent plugin.

What's new

  • clay credits balance returns the workspace remaining credit balance (replaces bare clay credits).
  • clay workflows analysis investigates run data: traffic, aggregate, runs, search, and steps.
  • clay workflows ensure-audience-writeback creates or reconnects the shared Audiences writeback on an audience enrichment workflow.
  • Various bug fixes and stability improvements.

clay-cli-v0.15.0

Choose a tag to compare

@clay-deploy clay-deploy released this 02 Sep 23:01

Standalone Clay CLI 0.15.0 binaries, consumed by the Clay agent plugin.

What's new

  • Various bug fixes and stability improvements.

clay-cli-v0.14.0

Choose a tag to compare

@clay-deploy clay-deploy released this 02 Sep 13:30

Standalone Clay CLI 0.14.0 binaries, consumed by the Clay agent plugin.

What's new

  • clay signals is now stable: create, get, list, update, pause, resume, delete, and search-topics for resolving topic intent IDs.
  • clay audiences activities get|summary and clay audiences signals get|summary are now stable.
  • clay search filters-mode is deprecated and will start failing with auth_forbidden. Create new searches with clay search query-mode create (grammar via clay search query-mode reference); existing filters-mode searches can still be paged with clay search filters-mode run.
  • Various bug fixes and stability improvements.

clay-cli-v0.13.0

Choose a tag to compare

@clay-deploy clay-deploy released this 01 Sep 14:22

Standalone Clay CLI 0.13.0 binaries, consumed by the Clay agent plugin.

What's new

  • clay campaigns commands are now on the stable channel: create, list, and update campaigns, edit sequences and variants, and read analytics from the CLI.
  • clay workflows runs test can target audience members directly: --audience-segment <segmentId> with --limit <n>, or --record-ids <ids> for exact records.
  • Various bug fixes and stability improvements.

clay-cli-v0.12.1

Choose a tag to compare

@jeffbarg jeffbarg released this 31 Aug 02:14

Standalone Clay CLI 0.12.1 binaries. Dev build with action-approval 428 error envelope fix.