diff --git a/.changeset/agent-onboarding-cli.md b/.changeset/agent-onboarding-cli.md deleted file mode 100644 index 52b7f6fa..00000000 --- a/.changeset/agent-onboarding-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": minor ---- - -Add agent onboarding and integration setup helpers for non-interactive CLI flows. `outlit integrations setup` is now the canonical provider setup command, and legacy `integrations add` plus destructive CLI disconnect/remove access are no longer exposed. diff --git a/.changeset/agent-platform-actions-cli.md b/.changeset/agent-platform-actions-cli.md deleted file mode 100644 index 7226142d..00000000 --- a/.changeset/agent-platform-actions-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": minor ---- - -Add agent configuration commands for listing agents, getting an agent, listing templates, listing available actions, and creating draft agents from templates. diff --git a/.changeset/canonical-timeline-channels.md b/.changeset/canonical-timeline-channels.md deleted file mode 100644 index e697042c..00000000 --- a/.changeset/canonical-timeline-channels.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@outlit/tools": patch -"@outlit/cli": patch -"@outlit/pi": patch ---- - -Update timeline tool contracts to use canonical event channel values. diff --git a/.changeset/hosted-churn-tool-contracts.md b/.changeset/hosted-churn-tool-contracts.md deleted file mode 100644 index 2738869d..00000000 --- a/.changeset/hosted-churn-tool-contracts.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@outlit/tools": patch -"@outlit/cli": patch -"@outlit/pi": patch ---- - -Sync notification tool contracts with hosted churn agent destination IDs. diff --git a/.changeset/integration-setup-progress-cli.md b/.changeset/integration-setup-progress-cli.md deleted file mode 100644 index 33f6be26..00000000 --- a/.changeset/integration-setup-progress-cli.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": patch ---- - -Validate integration setup progress responses and expose Gong/Mixpanel setup capability names. diff --git a/.changeset/platform-automation-read-commands.md b/.changeset/platform-automation-read-commands.md deleted file mode 100644 index 885ba050..00000000 --- a/.changeset/platform-automation-read-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": minor ---- - -Add read-only `automations`, `signals`, and `destinations` CLI commands backed by direct platform action API routes. diff --git a/.changeset/platform-create-update-commands.md b/.changeset/platform-create-update-commands.md deleted file mode 100644 index a476f9d0..00000000 --- a/.changeset/platform-create-update-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": patch ---- - -Add resource-first platform action CLI commands for agent create/update, automation create/update, signal create/update, and destination create/update. diff --git a/.changeset/platform-lifecycle-commands.md b/.changeset/platform-lifecycle-commands.md deleted file mode 100644 index 8b05f3b3..00000000 --- a/.changeset/platform-lifecycle-commands.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": patch ---- - -Add agent, automation, signal, and destination lifecycle commands for platform configuration actions. diff --git a/.changeset/public-browser-auth-mode.md b/.changeset/public-browser-auth-mode.md deleted file mode 100644 index 6e9ff047..00000000 --- a/.changeset/public-browser-auth-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@outlit/cli": minor ---- - -Rename the public integration setup mode for browser-based provider setup to `browser_auth` and remove backend-specific wording from CLI help and docs. diff --git a/.changeset/readme-discovery-surfaces.md b/.changeset/readme-discovery-surfaces.md deleted file mode 100644 index 16b59ffe..00000000 --- a/.changeset/readme-discovery-surfaces.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@outlit/browser": patch -"@outlit/core": patch -"@outlit/node": patch -"@outlit/cli": patch -"@outlit/tools": patch -"@outlit/pi": patch ---- - -Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. diff --git a/.changeset/workspace-user-tools.md b/.changeset/workspace-user-tools.md deleted file mode 100644 index 9fa64cec..00000000 --- a/.changeset/workspace-user-tools.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@outlit/tools": minor -"@outlit/cli": minor ---- - -Expose the `ws-users` CLI command, workspace-user discovery tools, and customer owner filters for dynamic customer reports. diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 2f0023e3..876cd01c 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,14 @@ # @outlit/browser +## 1.5.3 + +### Patch Changes + +- [#150](https://github.com/OutlitAI/outlit-sdk/pull/150) [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a) Thanks [@leo-paz](https://github.com/leo-paz)! - Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. + +- Updated dependencies [[`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a)]: + - @outlit/core@1.5.3 + ## 1.5.2 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index 853e554b..40a251bb 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@outlit/browser", - "version": "1.5.2", + "version": "1.5.3", "description": "Browser tracking SDK for Outlit customer context with React and Vue bindings", "license": "Apache-2.0", "author": "Outlit AI", @@ -81,7 +81,7 @@ "deploy:version": "bun run build && tsx ./scripts/deploy.ts version" }, "dependencies": { - "@outlit/core": "^1.5.2" + "@outlit/core": "^1.5.3" }, "devDependencies": { "@outlit/typescript-config": "workspace:*", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 44f8b083..ef2e3e48 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,36 @@ # @outlit/cli +## 1.9.0 + +### Minor Changes + +- [#136](https://github.com/OutlitAI/outlit-sdk/pull/136) [`332efcc`](https://github.com/OutlitAI/outlit-sdk/commit/332efccf97feede381825d9c7cd0f511ec099e25) Thanks [@leo-paz](https://github.com/leo-paz)! - Add agent onboarding and integration setup helpers for non-interactive CLI flows. `outlit integrations setup` is now the canonical provider setup command, and legacy `integrations add` plus destructive CLI disconnect/remove access are no longer exposed. + +- [#151](https://github.com/OutlitAI/outlit-sdk/pull/151) [`341f6f1`](https://github.com/OutlitAI/outlit-sdk/commit/341f6f1d791d14d09f9a6a133b9920118ffbecab) Thanks [@leo-paz](https://github.com/leo-paz)! - Add agent configuration commands for listing agents, getting an agent, listing templates, listing available actions, and creating draft agents from templates. + +- [#152](https://github.com/OutlitAI/outlit-sdk/pull/152) [`aa0445f`](https://github.com/OutlitAI/outlit-sdk/commit/aa0445f49e3f4d3d2309c1f513a45aeaad5243f5) Thanks [@leo-paz](https://github.com/leo-paz)! - Add read-only `automations`, `signals`, and `destinations` CLI commands backed by direct platform action API routes. + +- [#138](https://github.com/OutlitAI/outlit-sdk/pull/138) [`0ef8f2d`](https://github.com/OutlitAI/outlit-sdk/commit/0ef8f2da1e55aec852c1abf0638b640448a39205) Thanks [@leo-paz](https://github.com/leo-paz)! - Rename the public integration setup mode for browser-based provider setup to `browser_auth` and remove backend-specific wording from CLI help and docs. + +- [#142](https://github.com/OutlitAI/outlit-sdk/pull/142) [`8693011`](https://github.com/OutlitAI/outlit-sdk/commit/8693011d63919b3ae7c6fa5bc1a3ea3b692b508e) Thanks [@leo-paz](https://github.com/leo-paz)! - Expose the `ws-users` CLI command, workspace-user discovery tools, and customer owner filters for dynamic customer reports. + +### Patch Changes + +- [#139](https://github.com/OutlitAI/outlit-sdk/pull/139) [`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35) Thanks [@leo-paz](https://github.com/leo-paz)! - Update timeline tool contracts to use canonical event channel values. + +- [#144](https://github.com/OutlitAI/outlit-sdk/pull/144) [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966) Thanks [@leo-paz](https://github.com/leo-paz)! - Sync notification tool contracts with hosted churn agent destination IDs. + +- [#146](https://github.com/OutlitAI/outlit-sdk/pull/146) [`ed59717`](https://github.com/OutlitAI/outlit-sdk/commit/ed597176dc6001e2e75810e32e413f07ec02a2a6) Thanks [@leo-paz](https://github.com/leo-paz)! - Validate integration setup progress responses and expose Gong/Mixpanel setup capability names. + +- [#155](https://github.com/OutlitAI/outlit-sdk/pull/155) [`acdd743`](https://github.com/OutlitAI/outlit-sdk/commit/acdd7430b975f3f70b2274c8753f2721acc882a8) Thanks [@leo-paz](https://github.com/leo-paz)! - Add resource-first platform action CLI commands for agent create/update, automation create/update, signal create/update, and destination create/update. + +- [#153](https://github.com/OutlitAI/outlit-sdk/pull/153) [`20c487b`](https://github.com/OutlitAI/outlit-sdk/commit/20c487bcb17cf7bbbf4c2548693b11beda1695fa) Thanks [@leo-paz](https://github.com/leo-paz)! - Add agent, automation, signal, and destination lifecycle commands for platform configuration actions. + +- [#150](https://github.com/OutlitAI/outlit-sdk/pull/150) [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a) Thanks [@leo-paz](https://github.com/leo-paz)! - Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. + +- Updated dependencies [[`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35), [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966), [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a), [`8693011`](https://github.com/OutlitAI/outlit-sdk/commit/8693011d63919b3ae7c6fa5bc1a3ea3b692b508e)]: + - @outlit/tools@0.3.0 + ## 1.8.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 14550b4b..a2b52306 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@outlit/cli", - "version": "1.8.0", + "version": "1.9.0", "description": "CLI for querying Outlit customer context and installing agent skills", "license": "Apache-2.0", "repository": { @@ -43,7 +43,7 @@ }, "dependencies": { "@clack/prompts": "^1.0.1", - "@outlit/tools": "^0.2.1", + "@outlit/tools": "^0.3.0", "citty": "^0.2.1" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c7e11e2f..df28f75e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @outlit/core +## 1.5.3 + +### Patch Changes + +- [#150](https://github.com/OutlitAI/outlit-sdk/pull/150) [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a) Thanks [@leo-paz](https://github.com/leo-paz)! - Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. + ## 1.5.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index b9664ce8..2b0a07d0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@outlit/core", - "version": "1.5.2", + "version": "1.5.3", "description": "Shared types and utilities for Outlit browser and Node.js tracking SDKs", "license": "Apache-2.0", "author": "Outlit AI", diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 6672718c..380a99d1 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,5 +1,14 @@ # @outlit/node +## 1.5.3 + +### Patch Changes + +- [#150](https://github.com/OutlitAI/outlit-sdk/pull/150) [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a) Thanks [@leo-paz](https://github.com/leo-paz)! - Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. + +- Updated dependencies [[`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a)]: + - @outlit/core@1.5.3 + ## 1.5.2 ### Patch Changes diff --git a/packages/node/package.json b/packages/node/package.json index 1d584bd9..d7685c75 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@outlit/node", - "version": "1.5.2", + "version": "1.5.3", "description": "Node.js tracking SDK for Outlit customer context", "license": "Apache-2.0", "author": "Outlit AI", @@ -53,7 +53,7 @@ "test": "vitest run" }, "dependencies": { - "@outlit/core": "^1.5.2" + "@outlit/core": "^1.5.3" }, "devDependencies": { "@outlit/typescript-config": "workspace:*", diff --git a/packages/pi/CHANGELOG.md b/packages/pi/CHANGELOG.md index 5520b56c..1df90dc6 100644 --- a/packages/pi/CHANGELOG.md +++ b/packages/pi/CHANGELOG.md @@ -1,5 +1,18 @@ # @outlit/pi +## 0.1.5 + +### Patch Changes + +- [#139](https://github.com/OutlitAI/outlit-sdk/pull/139) [`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35) Thanks [@leo-paz](https://github.com/leo-paz)! - Update timeline tool contracts to use canonical event channel values. + +- [#144](https://github.com/OutlitAI/outlit-sdk/pull/144) [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966) Thanks [@leo-paz](https://github.com/leo-paz)! - Sync notification tool contracts with hosted churn agent destination IDs. + +- [#150](https://github.com/OutlitAI/outlit-sdk/pull/150) [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a) Thanks [@leo-paz](https://github.com/leo-paz)! - Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. + +- Updated dependencies [[`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35), [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966), [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a), [`8693011`](https://github.com/OutlitAI/outlit-sdk/commit/8693011d63919b3ae7c6fa5bc1a3ea3b692b508e)]: + - @outlit/tools@0.3.0 + ## 0.1.4 ### Patch Changes diff --git a/packages/pi/package.json b/packages/pi/package.json index e20ab6a0..1783f903 100644 --- a/packages/pi/package.json +++ b/packages/pi/package.json @@ -1,6 +1,6 @@ { "name": "@outlit/pi", - "version": "0.1.4", + "version": "0.1.5", "description": "Pi package for Outlit customer intelligence tools and skill guidance", "license": "Apache-2.0", "author": "Outlit AI", @@ -66,7 +66,7 @@ "test": "vitest run" }, "dependencies": { - "@outlit/tools": "^0.2.1" + "@outlit/tools": "^0.3.0" }, "peerDependencies": { "@mariozechner/pi-coding-agent": "*", diff --git a/packages/tools/CHANGELOG.md b/packages/tools/CHANGELOG.md index 330241f0..b05a262d 100644 --- a/packages/tools/CHANGELOG.md +++ b/packages/tools/CHANGELOG.md @@ -1,5 +1,19 @@ # @outlit/tools +## 0.3.0 + +### Minor Changes + +- [#142](https://github.com/OutlitAI/outlit-sdk/pull/142) [`8693011`](https://github.com/OutlitAI/outlit-sdk/commit/8693011d63919b3ae7c6fa5bc1a3ea3b692b508e) Thanks [@leo-paz](https://github.com/leo-paz)! - Expose the `ws-users` CLI command, workspace-user discovery tools, and customer owner filters for dynamic customer reports. + +### Patch Changes + +- [#139](https://github.com/OutlitAI/outlit-sdk/pull/139) [`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35) Thanks [@leo-paz](https://github.com/leo-paz)! - Update timeline tool contracts to use canonical event channel values. + +- [#144](https://github.com/OutlitAI/outlit-sdk/pull/144) [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966) Thanks [@leo-paz](https://github.com/leo-paz)! - Sync notification tool contracts with hosted churn agent destination IDs. + +- [#150](https://github.com/OutlitAI/outlit-sdk/pull/150) [`51b862d`](https://github.com/OutlitAI/outlit-sdk/commit/51b862d32ca2142da980ecde74add7f0f575a82a) Thanks [@leo-paz](https://github.com/leo-paz)! - Improve published README and package metadata citation surfaces with canonical docs, OpenAPI, MCP, and agent discovery links. + ## 0.2.1 ### Patch Changes diff --git a/packages/tools/package.json b/packages/tools/package.json index c6e5dc61..1f36b514 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -1,6 +1,6 @@ { "name": "@outlit/tools", - "version": "0.2.1", + "version": "0.3.0", "description": "Customer intelligence tool contracts and API client helpers for Outlit agents", "license": "Apache-2.0", "author": "Outlit AI",