sabaimran
fa4d808a5f
Encode uri components when sending automations data to the server
2024-08-24 18:45:50 -07:00
sabaimran
387b7c7887
Release Khoj version 1.21.3
2024-08-23 11:15:15 -07:00
Debanjum Singh Solanky
ab7fb5117c
Release Khoj version 1.21.2
2024-08-20 12:38:54 -07:00
sabaimran
1ac8de6c3a
Release Khoj version 1.21.1
2024-08-20 11:55:34 -07:00
sabaimran
029775420c
Release Khoj version 1.21.0
2024-08-20 10:01:56 -07:00
Debanjum Singh Solanky
ca45fce8ac
Break long links in train of thought to stay within chat page width
2024-08-16 14:16:29 -05:00
sabaimran
c0316a6b5d
Enable free tier users to have unlimited chats with the default chat model ( #886 )
...
- Allow free tier users to have unlimited chats with default chat model. It'll only be rate-limited and at the same rate as subscribed users
- In the server chat settings, replace the concept of default/summarizer models with default/advanced chat models. Use the advanced models as a default for subscribed users.
- For each `ChatModelOption' configuration, allow the admin to specify a separate value of `max_tokens' for subscribed users. This allows server admins to configure different max token limits for unsubscribed and subscribed users
- Show error message in web app when hit rate limit or other server errors
2024-08-16 12:14:44 -07:00
Debanjum Singh Solanky
7815e02dd4
Release Khoj version 1.20.4
2024-08-11 16:00:13 +05:30
Debanjum Singh Solanky
16b31c3e35
Refresh automation data shown by edit automation card after update
...
Previously required the automation page to be refreshed to see updates
to the automation in the edit automation card. This would be seen when
user tries to edit an automation multiple times (without a page refresh)
2024-08-11 15:52:46 +05:30
Debanjum Singh Solanky
f2f37ae444
Fix creating, editing automations that start weekly on Sunday
2024-08-11 15:52:46 +05:30
Debanjum Singh Solanky
ec9add9a51
Fix automation edit cards height. Scroll when card longer than screen
2024-08-11 15:52:46 +05:30
Debanjum Singh Solanky
5075d13902
Give visual feedback when interact with chat message feedback buttons
...
- Use color to provide visual feedback when hover, click on feedback
buttons
- Use color to provide visual feedback when hover on speech, copy
buttons click
- Add cooldown period before being able to send feedback on that message again.
Avoids inadvertent multiple consecutive clicks on feedback buttons
2024-08-10 20:09:52 +05:30
Debanjum Singh Solanky
b3c6c8c84b
Add OpenGraph metadata to web app pages for improve social share links
2024-08-10 18:14:05 +05:30
Debanjum Singh Solanky
fc411091c8
Add apple favicon, load favicons for each web app page from assets folder
2024-08-10 18:14:05 +05:30
Debanjum Singh Solanky
a7623e64fa
Move Khoj webmanifest, assets to new web app public directory
2024-08-10 18:14:04 +05:30
sabaimran
1d581464e6
Filter out any undefined agents when rendering the home page
2024-08-10 13:33:55 +05:30
sabaimran
acf1c14122
Release Khoj version 1.20.3
2024-08-09 18:11:11 +05:30
sabaimran
faf3584acd
Fix automations edit button
2024-08-09 14:21:11 +05:30
sabaimran
5ef198a5b2
Improve default background color styling for inputs
2024-08-08 18:08:05 +05:30
sabaimran
7ee0d9067d
Fix apostrophe issue in copy text when commandempty in settings page
2024-08-08 11:41:10 +05:30
sabaimran
f28693c8c7
create a useismobilewidth method for standardized mobile view detection.
2024-08-07 21:04:44 +05:30
sabaimran
2943bed5d4
Update category colors
2024-08-07 18:51:31 +05:30
sabaimran
37afa3411f
Improve the file upload experience in the settings page
2024-08-07 18:51:20 +05:30
sabaimran
1ee21f5150
Add support for showing files outside of conversation view and linking people to manage files in settings
2024-08-07 18:50:53 +05:30
sabaimran
93f4ceabc1
Add drag/drop file upload support to the chat input area
2024-08-07 18:50:19 +05:30
sabaimran
370ebdee24
Standardized the mobile width calculation
2024-08-07 18:49:06 +05:30
sabaimran
52fed6023f
Overlay the side panel on top of other content
2024-08-07 18:46:06 +05:30
sabaimran
09b71846be
Remove favicon.ico as it's interfering with favicon rendering in the home page
2024-08-07 11:53:25 +05:30
sabaimran
00ee4c2697
Release Khoj version 1.20.2
2024-08-06 16:16:33 +05:30
sabaimran
81c75e1024
Fix static file folder path for the pypi build
...
- Since the .gitignore will ignore any of the assets in the src/ folder when building the package wheel, we need to output the static assets to another folder just for the python pypi package. Use /compiled for this.
2024-08-06 13:24:26 +05:30
sabaimran
7607abc726
Release Khoj version 1.20.1
2024-08-06 10:05:41 +05:30
Debanjum
c23688e2de
Fixes and Improvements Post Spring UX Release ( #880 )
...
- Auto focus on email input on login screen for smoother login experience
- Use file icon associated with search page results. Improve search bar
- Show logged in user's email in nav menu for context
- Use previous icons with eyes for search, agents and automations items in nav menu
2024-08-05 14:32:31 -07:00
Debanjum Singh Solanky
a4388c5e65
Use custom Khoj Icons for Search, Agents & Automation in Nav Menu
...
- Update agents, automations, search svg icons
2024-08-06 02:55:29 +05:30
sabaimran
e9d6899fc2
Change the way the export is created for the pypi package in order to transfer static files out of the tmp shell
2024-08-05 22:46:54 +05:30
Debanjum Singh Solanky
ec106d743d
Use file icon associated with search page results. Improve search bar
2024-08-05 19:24:39 +05:30
Debanjum Singh Solanky
020a956c89
Show user email address on settings menu for logged in account context
2024-08-05 19:19:47 +05:30
sabaimran
998d08f155
Fix logic for deletion to automatically re-render the side pane
2024-08-05 18:07:20 +05:30
sabaimran
20d95dc45e
Add the favicon.ico file to the public directory of app.khoj.dev
2024-08-05 18:04:03 +05:30
sabaimran
1eab6c8590
Add additional icons for agents, pencil line and chalkboard
2024-08-05 17:23:29 +05:30
Debanjum Singh Solanky
e412ed3bcb
Release Khoj version 1.20.0
2024-08-05 16:25:21 +05:30
Debanjum Singh Solanky
9f785dbafe
Format web app package.json using prettier
2024-08-05 16:23:31 +05:30
sabaimran
34d54c75f7
Lint new changes again
2024-08-05 15:54:50 +05:30
sabaimran
484b0aa96b
Use the newer, simpler favicon across desktop and documentation. Update the macos icon set
2024-08-05 14:06:04 +05:30
sabaimran
1b35a3b16e
Fix link to login in the nav menu
2024-08-05 12:32:19 +05:30
sabaimran
f835e330b8
Fix selection of icons, colors, add examples for personal finance
2024-08-05 12:08:18 +05:30
sabaimran
af6a70c9fb
Fix fuschia spelling in the colorutils file as well
2024-08-05 11:51:45 +05:30
sabaimran
e0775446c9
fix spelling of fuschia :(
2024-08-05 11:50:11 +05:30
sabaimran
de1cd8c264
Clean up some of the suggestions code, improve randomness of cards'
2024-08-05 11:19:50 +05:30
sabaimran
37e261ff93
Show connected icon when files or notion is indexed
2024-08-05 10:33:18 +05:30
sabaimran
22cfedcaff
In the chat history side panel, order conversations by updated time
2024-08-05 09:48:00 +05:30