Skip to content

chore: version packages#7

Merged
nastassiafulconis merged 1 commit into
mainfrom
changeset-release/main
Nov 6, 2025
Merged

chore: version packages#7
nastassiafulconis 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/agentic-client@1.0.0

Major Changes

  • #6 186144c Thanks @nastassiafulconis! - Add unified agents API and remove salesAgents

    BREAKING CHANGE: Removed salesAgents resource. Use agents resource instead with type filtering.

    • Add unified agents resource supporting both SALES and OUTCOME agent types
    • Remove deprecated salesAgents resource
    • Add JWT authentication support
    • Update simple-media-agent to use new agents API
    • Update documentation to use 'Agent' instead of 'Sales Agent'
    • Add publishConfig for npm publishing
    • Update schemas from merged outcomes-agent-registration branch

    Migration guide:

    • Replace client.salesAgents.list() with client.agents.list({ type: 'SALES' })
    • Replace client.salesAgents.get() with client.agents.get()
    • Replace client.salesAgents.register() with client.agents.register({ type: 'SALES', ... })

@nastassiafulconis nastassiafulconis requested a review from a team November 6, 2025 15:18
@nastassiafulconis nastassiafulconis merged commit 1f10043 into main Nov 6, 2025
6 checks passed
@nastassiafulconis nastassiafulconis deleted the changeset-release/main branch November 6, 2025 15:30
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