Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/agent-onboarding-cli.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/agent-platform-actions-cli.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/canonical-timeline-channels.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/hosted-churn-tool-contracts.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/integration-setup-progress-cli.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/platform-automation-read-commands.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/platform-create-update-commands.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/platform-lifecycle-commands.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/public-browser-auth-mode.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/readme-discovery-surfaces.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/workspace-user-tools.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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:*",
Expand Down
31 changes: 31 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -53,7 +53,7 @@
"test": "vitest run"
},
"dependencies": {
"@outlit/core": "^1.5.2"
"@outlit/core": "^1.5.3"
},
"devDependencies": {
"@outlit/typescript-config": "workspace:*",
Expand Down
13 changes: 13 additions & 0 deletions packages/pi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/pi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -66,7 +66,7 @@
"test": "vitest run"
},
"dependencies": {
"@outlit/tools": "^0.2.1"
"@outlit/tools": "^0.3.0"
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
Expand Down
14 changes: 14 additions & 0 deletions packages/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down