Skip to content
Merged
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
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@

### `@liveblocks/react-tiptap`

- Fixes a bug where deleting a thread/comment from TipTap would also remove any
- Fixes a bug where deleting a thread/comment from Tiptap would also remove any
comments contained within it.

## v3.5.0

### `@liveblocks/node`

- Add the following methods for managing AI copilots and knowledge source:
1. `getAiCopilots`
2. `createAiCopilot`
3. `getAiCopilot`
4. `updateAiCopilot`
5. `deleteAiCopilot`
6. `createWebKnowledgeSource`
7. `createFileKnowledgeSource`
8. `deleteFileKnowledgeSource`
9. `deleteWebKnowledgeSource`
10. `getKnowledgeSources`
11. `getKnowledgeSource`
12. `getFileKnowledgeSourceMarkdown`
13. `getWebKnowledgeSourceLinks`
- Add the following methods for managing AI copilots and knowledge sources:
- `getAiCopilots`
- `createAiCopilot`
- `getAiCopilot`
- `updateAiCopilot`
- `deleteAiCopilot`
- `createWebKnowledgeSource`
- `createFileKnowledgeSource`
- `deleteFileKnowledgeSource`
- `deleteWebKnowledgeSource`
- `getKnowledgeSources`
- `getKnowledgeSource`
- `getFileKnowledgeSourceMarkdown`
- `getWebKnowledgeSourceLinks`

## v3.4.2

Expand Down
55 changes: 55 additions & 0 deletions CHANGELOG_PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,61 @@ list and feel free to give them credit at the end of a line, e.g.:

-->

# Week 35 (2025-08-29)

## v3.5.1

### `@liveblocks/react-tiptap`

- Fixes a bug where deleting a thread/comment from Tiptap would also remove any
comments contained within it.

## v3.5.0

### `@liveblocks/node`

- Add the following methods for managing AI copilots and knowledge sources:
- `getAiCopilots`
- `createAiCopilot`
- `getAiCopilot`
- `updateAiCopilot`
- `deleteAiCopilot`
- `createWebKnowledgeSource`
- `createFileKnowledgeSource`
- `deleteFileKnowledgeSource`
- `deleteWebKnowledgeSource`
- `getKnowledgeSources`
- `getKnowledgeSource`
- `getFileKnowledgeSourceMarkdown`
- `getWebKnowledgeSourceLinks`

## v3.4.2

### `@liveblocks/react-ui`

- Fix improved Markdown streaming in `AiChat` only being enabled in reasoning
blocks, it’s now enabled for all Markdown.

## v3.4.1

### `@liveblocks/core`

- Fix a bug where copilot id wasn't passed when setting tool call result if a
tool call was defined with `execute` callback.

### `@liveblocks/react`

- Update `useSendAiMessage` to use the the last used copilot id in a chat when
no copilot id is passed to the hook or the method returned by the hook.

## Website

- New blog post: [Mock up AI agents in your product with the Liveblocks Collaboration Kit for Figma](https://liveblocks.io/blog/mock-up-ai-agents-in-your-propuct-with-the-liveblocks-collaboration-kit-for-figma).

## Contributors

jrowny, nimeshnayaju, marcbouchenoire, pierrelevaillant, ctnicholas

# Week 34 (2025-08-22)

## v3.4.0
Expand Down
Loading