Skip to content

Commit 75ca333

Browse files
chore: version packages
1 parent 64021a4 commit 75ca333

12 files changed

Lines changed: 49 additions & 40 deletions

.changeset/agent-onboarding-cli.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/canonical-timeline-channels.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/hosted-churn-tool-contracts.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/integration-setup-progress-cli.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/public-browser-auth-mode.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/workspace-user-tools.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @outlit/cli
22

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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.
12+
13+
### Patch Changes
14+
15+
- [#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.
16+
17+
- [#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.
18+
19+
- [#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.
20+
21+
- Updated dependencies [[`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35), [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966), [`8693011`](https://github.com/OutlitAI/outlit-sdk/commit/8693011d63919b3ae7c6fa5bc1a3ea3b692b508e)]:
22+
- @outlit/tools@0.3.0
23+
324
## 1.8.0
425

526
### Minor Changes

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@outlit/cli",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "CLI for Outlit customer intelligence platform",
55
"license": "Apache-2.0",
66
"repository": {
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@clack/prompts": "^1.0.1",
34-
"@outlit/tools": "^0.2.1",
34+
"@outlit/tools": "^0.3.0",
3535
"citty": "^0.2.1"
3636
},
3737
"devDependencies": {

packages/pi/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @outlit/pi
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- Updated dependencies [[`664e93c`](https://github.com/OutlitAI/outlit-sdk/commit/664e93cd8e1851f0183602ca07643b72a500ba35), [`29ca464`](https://github.com/OutlitAI/outlit-sdk/commit/29ca4643c9c236a589eedfc348ca9fa031c2a966), [`8693011`](https://github.com/OutlitAI/outlit-sdk/commit/8693011d63919b3ae7c6fa5bc1a3ea3b692b508e)]:
12+
- @outlit/tools@0.3.0
13+
314
## 0.1.4
415

516
### Patch Changes

packages/pi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@outlit/pi",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Pi package for Outlit customer intelligence tools",
55
"license": "Apache-2.0",
66
"author": "Outlit AI",
@@ -64,7 +64,7 @@
6464
"test": "vitest run"
6565
},
6666
"dependencies": {
67-
"@outlit/tools": "^0.2.1"
67+
"@outlit/tools": "^0.3.0"
6868
},
6969
"peerDependencies": {
7070
"@mariozechner/pi-coding-agent": "*",

0 commit comments

Comments
 (0)