Debanjum
5b8c2989d6
Add hover text on button to unshare a conversation on web app
2025-03-31 15:32:43 +05:30
Debanjum
713ba06a8d
Release Khoj version 1.38.0
2025-03-29 18:30:06 +05:30
Debanjum
e9132d4fee
Support attaching programming language file types to web app for chat
2025-03-29 01:22:35 +05:30
Debanjum
9dfa7757c5
Unshare public conversations from the title pane on web app
...
Only show the unshare button on public conversations created by the
currently logged in user. Otherwise hide the button
Set conversation.isOwner = true only if currently logged in user
shared the current conversation.
This isOwner information is passed by the get shared conversation API
endpoint
2025-03-25 14:05:29 +05:30
sabaimran
a8285deed7
Release Khoj version 1.37.2
2025-03-23 11:38:25 -07:00
sabaimran
12e7409da9
Release Khoj version 1.37.1
2025-03-23 11:10:34 -07:00
Debanjum
55ae0eda7a
Upgrade package dependencies nextjs for web app and torch on server
2025-03-23 17:10:40 +05:30
Debanjum
80d864ada7
Release Khoj version 1.37.0
2025-03-20 14:06:57 +05:30
Debanjum
f15a95dccf
Show Khoj agent in agent dropdown by default on mobile in web app home
...
Previously on slow connection you'd see the agent dropdown flicker
from undefined to Khoj default agent on phones and other thin screens.
This is unnecessary and jarring. Populate with default agent to remove
this issue
2025-03-20 12:27:52 +05:30
Debanjum
9a0b126f12
Allow chat input on web app while Khoj responds to speed interactions
...
Previously the chat input area didn't allow inputting text while Khoj is
researching and generating response.
This change allows the user to add their next text while Khoj
responds. This should speed up interaction cycles as user can have
their next query ready to send when Khoj finishes its response.
2025-03-19 23:08:22 +05:30
sabaimran
ce60cb9779
Remove max-w 80vw, which was smushing AI responses
2025-03-13 13:44:05 -07:00
sabaimran
a3c4347c11
Add a one-click action to export all conversations. Add a self-service delete account action to the settings page
2025-03-12 23:54:02 -07:00
Debanjum
79816d2b9b
Upgrade package dependencies of server, clients and docs
2025-03-12 00:22:08 +05:30
Debanjum
043de068ff
Fix force sync of large vaults from Obsidian
...
Previously if you tried to force sync a vault with more than 1000
files it would only end up keeping the last batch because the PUT API
call would delete all previous entries.
This change calls DELETE for all previously indexed data first, followed by
a PATCH to index current vault on a force sync (regenerate) request.
This ensures that files from previous batches are not deleted.
2025-03-07 13:34:48 +05:30
Debanjum
b692e690b4
Rename and fix the delete content source API endpoint
...
- Delete file objects on deleting content by source via API
Previously only entries were deleted, not the associated file objects
- Add new db adapter to delete multiple file objects (by name)
2025-03-07 13:28:53 +05:30
Debanjum
29403551b2
Batch sync files by size to not exceed API request payload size limits
...
This may help mitigate the issue #970
2025-03-04 09:31:48 +05:30
sabaimran
0016fe06c9
Release Khoj version 1.36.6
2025-02-18 18:54:13 +05:30
sabaimran
7089ea1cf4
Remove experimental parenthesis from research mode ✁
2025-02-18 08:59:12 +05:30
Debanjum
5dfb59e1ee
Show more references in teaser ref section of chat response on web app
2025-02-15 14:11:17 +05:30
sabaimran
b6e745336b
Add s short description to explain what the create agent button does
2025-02-13 14:08:50 -08:00
sabaimran
848a91313d
Move the create agent button to the bottom of the sidebar and fix experience when resetting settings
2025-02-12 19:24:02 -08:00
sabaimran
d0d30ace06
Add feature to create a custom agent directly from the side panel with currently configured settings
...
- Also, when in not subscribed state, fallback to the default model when chatting with an agent
- With conversion, create a brand new agent from inside the chat view that can be managed separately
2025-02-12 18:24:41 -08:00
sabaimran
51952364ab
Release Khoj version 1.36.5
2025-02-11 13:23:30 -08:00
sabaimran
589b047d90
Simplify agent picker selection in homepage mobile view
2025-02-10 15:05:30 -08:00
sabaimran
427ec061b4
Add auto redirect on delete of current conversation
2025-02-09 11:38:44 -08:00
sabaimran
ff6cb80c84
Release Khoj version 1.36.4
2025-02-06 16:50:50 -08:00
sabaimran
031bccb628
Fix awkward padding in chat window
2025-02-06 16:31:25 -08:00
sabaimran
43e032e25a
Improve handling of dark mode theme in order to avoid jitter when loading new page
2025-02-06 16:17:58 -08:00
sabaimran
a2af6bea8e
Release Khoj version 1.36.3
2025-02-04 13:23:41 -08:00
sabaimran
0d10c5fb02
Improve default selection of models to avoid infinite loops
2025-02-04 11:36:41 -08:00
sabaimran
24b1dd3bff
Release Khoj version 1.36.2
2025-02-03 20:22:49 -08:00
sabaimran
4409a58794
set initial model of default state
2025-02-03 18:17:21 -08:00
sabaimran
51874c25d5
Prevent infinite loops in model selection logic by configuring an initial model state
2025-02-03 18:11:01 -08:00
sabaimran
489fa71143
Update the width for rending all conversation sessions
2025-02-03 15:49:43 -08:00
sabaimran
b354a37dcd
Release Khoj version 1.36.1
2025-02-02 21:55:59 -08:00
sabaimran
61e48d686e
Let file context buttons route to search page instead of settings for upload/manage
2025-02-02 12:26:13 -08:00
sabaimran
b4c467cd11
Remove shadows from reference panel trigger icons
2025-02-02 12:23:19 -08:00
sabaimran
a3d75e5241
When in mobile view, don't use the hover card in the model selector
2025-02-02 12:22:45 -08:00
sabaimran
4f79abb429
Release Khoj version 1.36.0
2025-02-02 08:39:21 -08:00
sabaimran
c558bbfd44
Merge branch 'master' of github.com:khoj-ai/khoj into features/add-chat-controls
2025-02-01 14:25:58 -08:00
sabaimran
08bc1d3bcb
Improve sizing / spacing of side bar
2025-02-01 14:25:45 -08:00
sabaimran
f3b2580649
Add back hover state with collapsed references
2025-02-01 14:03:17 -08:00
sabaimran
641f1bcd91
Only open the side bar automatically when there is no chat history && no pending messages.
2025-01-30 16:07:27 -08:00
sabaimran
b111a9d6c6
Release Khoj version 1.35.3
2025-01-30 11:48:33 -08:00
sabaimran
b73f446713
Fallback to show raw outputted diagram if fails rendering
2025-01-29 21:50:28 -08:00
sabaimran
98e3f5162a
Show generated diagram raw code if fails rendering
2025-01-29 21:49:33 -08:00
sabaimran
b5f99dd103
Rename custom instructions -> instructions
2025-01-29 15:06:22 -08:00
sabaimran
0ff33d4347
Merge branch 'master' of github.com:khoj-ai/khoj into features/add-chat-controls
2025-01-29 14:58:15 -08:00
sabaimran
d640299edc
use is_active property for determine user subscription status
2025-01-29 14:10:59 -08:00
sabaimran
e2bfd4ac0f
Change name of teams section to teams
2025-01-29 12:52:10 -08:00