Skip to content

Releases: HubSpot/agent-cli

Public Beta - v0.10.0

Choose a tag to compare

@robrown-hubspot robrown-hubspot released this 02 Jul 19:49
774fcaf

Added

  • Added CRM saved view commands so agents can inspect and manage CRM index-page views:
    • hubspot views list
    • hubspot views get
    • hubspot views create
    • hubspot views update
    • hubspot views replace-field
    • hubspot views delete

Changed

  • Expanded the public Agent CLI guide with examples for CRM saved views, reports, and enriched activity transcripts.
  • Clarified that destructive saved view and report operations use the same dry-run safety pattern as other high-risk mutations.
  • Clarified that report deletion requires the appropriate elevated privileges for destructive report operations.

Public Beta - v0.9.0

Choose a tag to compare

@robrown-hubspot robrown-hubspot released this 02 Jul 19:48
774fcaf

Added

  • Initial public beta release of the HubSpot Agent CLI.

  • Added cross-platform installers for macOS, Linux, Windows, and AI-agent workspaces.

  • Added OAuth login with hubspot auth login, account inspection with hubspot whoami, and service-key support through HUBSPOT_ACCESS_TOKEN.

  • Added core CRM object commands for listing, reading, searching, creating, updating, merging, upserting, and deleting records.

  • Added CRM metadata and automation command groups:

    • pipelines
    • properties
    • associations
    • owners
    • schemas
    • workflows
    • activities
  • Added report commands for creating, reading, cloning, favoriting, and deleting saved reports:

    • hubspot reports create
    • hubspot reports list
    • hubspot reports get
    • hubspot reports fetch-dataset
    • hubspot reports insights
    • hubspot reports clone
    • hubspot reports favorite
    • hubspot reports unfavorite
    • hubspot reports delete
  • Added enriched activity transcript output fields when available, including recordingUrl, aiSummary, transcriptStatus, numUtterances, and transcriptionProvider.

  • Added field selection for transcript extraction, such as:

    hubspot activities transcript get 54321 --fields recordingUrl,aiSummary --format json
  • Added hubspot feedback <message> for sending Agent CLI feedback to HubSpot from the terminal.

  • Added JSONL-first output for agent workflows, plus json and table output formats for commands that support --format.

  • Added --properties support for object reads so agents can request specific CRM properties and receive flattened property fields.

  • Added dry-run previews and safety digests for high-risk destructive or bulk operations.

  • Added local operation history with hubspot history.

  • Added update support with hubspot upgrade.

Notes

  • Some account-level, schema, transcript, report, and destructive operations may require Admin mode via HUBSPOT_ACCESS_TOKEN with the appropriate permissions.

  • Install HubSpot Agent CLI Skills in agent workspaces with:

    npx skills add hubspot/agent-cli-skills