Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/fix-release-pr-changeset-check.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/initial-release.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @scope3/agentic-client

## 0.2.0

### Minor Changes

- [#1](https://github.com/scope3data/agentic-client/pull/1) [`5feeb69`](https://github.com/scope3data/agentic-client/commit/5feeb694f904e51249804a2f460650d6a6377b21) Thanks [@bokelley](https://github.com/bokelley)! - Initial release of Scope3 Agentic Client
- Full TypeScript client for Scope3 Agentic API using MCP protocol
- Complete API coverage for all 12 resource modules (Assets, Brand Agents, Campaigns, Creatives, etc.)
- Official MCP SDK integration with HTTP streaming transport
- Comprehensive type safety with auto-generated types from OpenAPI spec
- Optional webhook server for AdCP events
- Pre-commit hooks and CI validation
- Automated versioning and NPM publishing with Changesets

### Patch Changes

- [#5](https://github.com/scope3data/agentic-client/pull/5) [`afb58ee`](https://github.com/scope3data/agentic-client/commit/afb58eea821ea96c5dd2ef0ff119eca895b24d9a) Thanks [@nastassiafulconis](https://github.com/nastassiafulconis)! - Fix changeset check workflow to exempt release PRs

Release PRs created by changesets/action are now properly exempted from the changeset requirement check, preventing false failures in CI.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scope3/agentic-client",
"version": "0.1.0",
"version": "0.2.0",
"description": "TypeScript client for the Scope3 Agentic API with AdCP webhook support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down