Skip to content

Tags: swuecho/chat

Tags

v0.9.49

Toggle v0.9.49's commit message
Set max width for UploaderReadOnly component to match container width.

v0.9.48

Toggle v0.9.48's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Node18 (#563)

* Fix regenerated message index update in `onRegenerate` function.

* Update Node.js version to 18.x in GitHub workflows

v0.9.47

Toggle v0.9.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Regenerate (#561)

* Fix regenerate logic and UI button placement in chat components.

* Refactor `onRegenerate` function to handle regeneration logic more explicitly.

* Fix chat regeneration logic and add delete functionality

- Prevent creating empty user messages in `chat_main_handler.go`.
- Add logging for regenerating answers without new questions.
- Update `content.ts` to ensure proper deletion handling.
- Enhance `Conversation.vue` to handle regeneration correctly and delete chat messages.
- Add `deleteChat` function in `useChat.ts` for chat deletion.

v0.9.46

Toggle v0.9.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add logging for OpenAI request and fix locale/logic issues (#560)

v0.9.45

Toggle v0.9.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor error handling and message rendering in chat components (#558)

* Refactor error handling and message rendering in chat components

* Remove unused `useMessage` import from axios utility.

v0.9.44

Toggle v0.9.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix chat session endpoint and order by latest message time (#557)

* Fix chat session endpoint and order by latest message time

* Update chat session query to use LEFT JOIN and order by latest message time and session ID.

v0.9.43

Toggle v0.9.43's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move `NModal` component outside of header for better structure. (#550)

* Move `NModal` component outside of header for better structure.

* Adjust margin-right for search button in snapshot view.

v0.9.42

Toggle v0.9.42's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adjust bottom margin of image wrapper from 8 to 10 for better spacing. (

#547)

v0.9.41

Toggle v0.9.41's commit message
Update default MaxToken from 512 to 4096 for modern model support.

v0.9.40

Toggle v0.9.40's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add isValid getter to auth store and use it for permission checks (#528)

* Remove commented-out code and unnecessary comments in chat store module.

* Sort chat sessions by ID in descending order and sync sessions in chat store.

* Make `addChatSession` method asynchronous and await its calls in chat store and sider component.

* Add `isValid` getter to auth store and use it for permission checks in admin, bot, chat, and snapshot views.

* Refactor snapshot view: remove unused imports, simplify variable names, and improve error handling.

* Add API token fetching function in `web/src/api/token.ts`

* Refactor bot view to use `fetchAPIToken` and improve variable naming.