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
15 changes: 0 additions & 15 deletions .changeset/ai-chat-feature.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-grapes-notice.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# create-docubase

## 1.2.0

### Minor Changes

- 8cceec4: Add AI chat assistant with RAG-powered documentation search
- Add AskAnything component for homepage chat input
- Add ChatWidget floating chat button component
- Add dedicated chat page with conversation history
- Add chat API endpoint with Google Gemini integration
- Add Upstash Vector for semantic search
- Add index-content scripts for development and production
- Fix: XSS protection for AI-generated markdown links
- Fix: Proper SSE format for streaming responses
- Fix: Initialization guards for event listeners

- 8cceec4: AI chat assistant with RAG-powered documentation search

## 1.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-docubase",
"version": "1.1.2",
"version": "1.2.0",
"description": "Create a new DocuBase documentation site",
"type": "module",
"bin": {
Expand Down