Releases: HubSpot/agent-cli
Release list
Public Beta - v0.10.0
Added
- Added CRM saved view commands so agents can inspect and manage CRM index-page views:
hubspot views listhubspot views gethubspot views createhubspot views updatehubspot views replace-fieldhubspot 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
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 withhubspot whoami, and service-key support throughHUBSPOT_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:
pipelinespropertiesassociationsownersschemasworkflowsactivities
-
Added report commands for creating, reading, cloning, favoriting, and deleting saved reports:
hubspot reports createhubspot reports listhubspot reports gethubspot reports fetch-datasethubspot reports insightshubspot reports clonehubspot reports favoritehubspot reports unfavoritehubspot reports delete
-
Added enriched activity transcript output fields when available, including
recordingUrl,aiSummary,transcriptStatus,numUtterances, andtranscriptionProvider. -
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
jsonandtableoutput formats for commands that support--format. -
Added
--propertiessupport 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_TOKENwith the appropriate permissions. -
Install HubSpot Agent CLI Skills in agent workspaces with:
npx skills add hubspot/agent-cli-skills