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
12 changes: 0 additions & 12 deletions .changeset/adapter-api-url.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/better-eagles-serve.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/dirty-masks-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gchat-clear-cards-on-text-edit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gchat-selection-inputs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/major-pianos-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slack-multi-workspace-self-mention.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/task-update-details.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thread-get-participants.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thread-handle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-task-by-id.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/adapter-discord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @chat-adapter/discord

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-discord/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/discord",
"version": "4.26.0",
"version": "4.27.0",
"description": "Discord adapter for chat",
"type": "module",
"main": "./dist/index.js",
Expand Down
20 changes: 20 additions & 0 deletions packages/adapter-gchat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @chat-adapter/gchat

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- 1e7c551: restore attachment fetchData after queue/debounce serialization
- 53ee151: Clear cardsV2 when editing a message to plain text so old cards don't persist underneath the new text
- 1c12d33: Support `Select` and `RadioSelect` card actions in Google Chat by rendering them as `selectionInput` widgets and reading selected values from form inputs on action events.
- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-gchat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/gchat",
"version": "4.26.0",
"version": "4.27.0",
"description": "Google Chat adapter for chat",
"type": "module",
"main": "./dist/index.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/adapter-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @chat-adapter/github

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/github",
"version": "4.26.0",
"version": "4.27.0",
"description": "GitHub adapter for chat - PR and issue comment threads",
"type": "module",
"main": "./dist/index.js",
Expand Down
24 changes: 24 additions & 0 deletions packages/adapter-linear/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @chat-adapter/linear

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)
- bc94f0a: Add multi-tenant support in the Linear adapter using `clientId` / `clientSecret`.

The Linear adapter now exposes a `handleOAuthCallback()` function for OAuth multi-tenant support.

Add `clientCredentials.scopes` to the Linear adapter so single-tenant client-credentials auth can request custom OAuth scopes.

Add support for agent sessions in Linear, with streaming / task / plan support.

### Patch Changes

- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-linear/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/linear",
"version": "4.26.0",
"version": "4.27.0",
"description": "Linear adapter for chat - issue comment threads",
"type": "module",
"main": "./dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/adapter-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @chat-adapter/shared

## 4.27.0

### Patch Changes

- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/shared",
"version": "4.26.0",
"version": "4.27.0",
"description": "Shared utilities for chat SDK adapters",
"type": "module",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/adapter-slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @chat-adapter/slack

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- 1e7c551: restore attachment fetchData after queue/debounce serialization
- 0f8b2b1: Fix self-mention detection in multi-workspace installs by using the request-scoped bot user ID instead of the adapter-level default
- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/slack",
"version": "4.26.0",
"version": "4.27.0",
"description": "Slack adapter for chat",
"type": "module",
"main": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/adapter-teams/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @chat-adapter/teams

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- 1e7c551: restore attachment fetchData after queue/debounce serialization
- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-teams/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/teams",
"version": "4.26.0",
"version": "4.27.0",
"description": "Microsoft Teams adapter for chat",
"type": "module",
"main": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/adapter-telegram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @chat-adapter/telegram

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- 1e7c551: restore attachment fetchData after queue/debounce serialization
- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-telegram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/telegram",
"version": "4.26.0",
"version": "4.27.0",
"description": "Telegram adapter for chat",
"type": "module",
"main": "./dist/index.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/adapter-whatsapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @chat-adapter/whatsapp

## 4.27.0

### Minor Changes

- 6b17c60: Add `apiUrl` config option for custom API endpoint configuration (e.g. GovSlack, GitHub Enterprise, GCC-High Teams)

### Patch Changes

- 1e7c551: restore attachment fetchData after queue/debounce serialization
- Updated dependencies [1e7c551]
- Updated dependencies [9093292]
- Updated dependencies [bca4792]
- Updated dependencies [37dbb4a]
- Updated dependencies [608d5f0]
- Updated dependencies [a8f2aab]
- chat@4.27.0
- @chat-adapter/shared@4.27.0

## 4.26.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-whatsapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chat-adapter/whatsapp",
"version": "4.26.0",
"version": "4.27.0",
"description": "WhatsApp adapter for chat - WhatsApp Business Cloud API",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# chat

## 4.27.0

### Minor Changes

- 1e7c551: restore attachment fetchData after queue/debounce serialization
- 9093292: add streaming options to thread.post() with platform-specific namespacing
- bca4792: Allow `task_update` streaming chunks to include optional `details` text for Slack task cards
- 37dbb4a: Add `thread.getParticipants()` to get unique human participants in a thread
- 608d5f0: Add `chat.thread(threadId)` method to create Thread handles outside of webhook contexts
- a8f2aab: Allow `plan.updateTask()` to target a specific task by ID via `{ id: taskId }` instead of always updating the last in_progress task

## 4.26.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat",
"version": "4.26.0",
"version": "4.27.0",
"description": "Unified chat abstraction for Slack, Teams, Google Chat, and Discord",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading
Loading