mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Add support for multiple chat sessions in the desktop application (#639)
* Add chat sessions to the desktop application * Increase width of the main chat body to 90vw * Update the version of electron * Render the default message if chat history fails to load * Merge conversation migrations and fix slug setting * Update the welcome message, use the hostURL, and update background color for chat actions * Only update the window's web contents if the page is config
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"main": "main.js",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"electron": "25.8.4"
|
||||
"electron": "28.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "yarn electron ."
|
||||
|
||||
Reference in New Issue
Block a user