Skip to content

chore: version packages#24

Merged
bokelley merged 1 commit into
mainfrom
changeset-release/main
Nov 8, 2025
Merged

chore: version packages#24
bokelley merged 1 commit into
mainfrom
changeset-release/main

Conversation

@nastassiafulconis
Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

scope3@1.1.0

Minor Changes

  • #18 c9e0c5b Thanks @nastassiafulconis! - Add dynamic CLI tool for Scope3 Agentic API with automatic command generation

    The CLI now dynamically discovers available API operations from the MCP server, ensuring commands are always up-to-date with the latest API capabilities:

    • Zero maintenance: Commands auto-generate from MCP server's tool list
    • Always in sync: CLI automatically reflects API changes without code updates
    • 80+ commands: Covers all resources (agents, campaigns, creatives, tactics, media buys, etc.)
    • Smart caching: 24-hour tool cache with fallback for offline use
    • Type-safe parameters: Automatic validation and parsing from server schemas
    • Multiple output formats: JSON and formatted table views
    • Persistent configuration: Save API keys and base URLs locally

    Usage:

    # Configure once
    scope3 config set apiKey YOUR_KEY
    
    # Commands are dynamically discovered
    scope3 list-tools  # See all available operations
    scope3 brand-agent list
    scope3 campaign create --prompt "..." --brandAgentId 123
    scope3 media-buy execute --mediaBuyId "buy_123"

    Benefits over static CLI:

    • API adds new endpoint → CLI instantly supports it (after cache refresh)
    • API changes parameter → CLI automatically updates validation
    • No manual maintenance of command definitions required

@nastassiafulconis nastassiafulconis requested a review from a team November 8, 2025 22:12
@bokelley bokelley merged commit 49e161e into main Nov 8, 2025
6 checks passed
@bokelley bokelley deleted the changeset-release/main branch November 8, 2025 23:58
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.

2 participants