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
11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-api_2025-02-27-11-10.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-api_2025-02-27-12-38.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-api_2025-02-28-03-27.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-share_screen_2025-02-21-09-29.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-share_screen_2025-02-24-06-38.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-share_screen_2025-02-27-13-12.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-websocket-api_2025-02-17-07-31.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-websocket-api_2025-02-17-08-59.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-websocket-api_2025-02-17-09-05.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-websocket-api_2025-02-20-02-54.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-websocket-api_2025-02-20-03-16.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/feat-websocket-api_2025-02-20-05-13.json

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@coze/api/fix-workflow_2025-02-24-12-00.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

38 changes: 38 additions & 0 deletions packages/coze-js/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,44 @@
{
"name": "@coze/api",
"entries": [
{
"version": "1.1.0",
"tag": "HEAD",
"date": "2025-03-03T07:56:58.619Z",
"comments": {
"minor": [
{
"comment": "Add playback timing and state management"
},
{
"comment": "update README.md"
},
{
"comment": "add unit test"
},
{
"comment": "add screen sharing support and video device persistence"
},
{
"comment": "add WebSocket speech and transcription clients"
},
{
"comment": "ws-tools rslib config"
},
{
"comment": "Update readme"
},
{
"comment": "feat: add async workflow execution and history tracking"
}
],
"patch": [
{
"comment": "add unit test"
}
]
}
},
{
"version": "1.0.21",
"tag": "HEAD",
Expand Down
18 changes: 18 additions & 0 deletions packages/coze-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @coze/api

## 1.1.0 - 2025-03-03

### New Features

- Add playback timing and state management
- update README.md
- add unit test
- add screen sharing support and video device persistence
- add WebSocket speech and transcription clients
- ws-tools rslib config
- Update readme
- feat: add async workflow execution and history tracking

### Bug Fixes

- add unit test


## 1.0.21 - 2025-02-24

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/coze-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coze/api",
"version": "1.0.21-beta.2",
"version": "1.1.0",
"description": "Official Coze Node.js SDK for seamless AI integration into your applications | 扣子官方 Node.js SDK,助您轻松集成 AI 能力到应用中",
"keywords": [
"coze",
Expand Down
18 changes: 18 additions & 0 deletions packages/realtime-api/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@coze/realtime-api",
"entries": [
{
"version": "1.1.0",
"tag": "HEAD",
"date": "2025-03-03T07:56:58.622Z",
"comments": {
"minor": [
{
"comment": "add screen sharing support and video device persistence"
},
{
"comment": "Add test code"
},
{
"comment": "add unit test"
}
]
}
},
{
"version": "1.0.5",
"tag": "HEAD",
Expand Down
9 changes: 9 additions & 0 deletions packages/realtime-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @coze/realtime-api

## 1.1.0 - 2025-03-03

### New Features

- add screen sharing support and video device persistence
- Add test code
- add unit test


## 1.0.5 - 2025-02-12

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coze/realtime-api",
"version": "1.0.5",
"version": "1.1.0",
"description": "A powerful real-time communication SDK for voice interactions with Coze AI bots | 扣子官方实时通信 SDK,用于与 Coze AI bots 进行语音交互",
"keywords": [
"coze",
Expand Down
Loading