Khoj

Latest version: v1.36.6

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 12 of 22

1.17.0

🎁 New
* [**Breaking Change**] See Khoj's stream of thought from the Obsidian and Desktop Apps by debanjum in https://github.com/khoj-ai/khoj/pull/858
Note: The Khoj API made some breaking changes to enable advanced streaming. **The Obsidian and Desktop app need to be updated to use with latest Khoj cloud.**
* Use Gemma 2 Model Family for Offline Chat by debanjum in https://github.com/khoj-ai/khoj/pull/855

πŸ§ͺ Improve
* Sync and search Images (with text) from the Khoj Obsidian plugin by debanjum in https://github.com/khoj-ai/khoj/pull/847

βš’οΈ Fix
* Add system dependencies required by RapidOCR to fix Khoj Docker image by kxnarak in https://github.com/khoj-ai/khoj/pull/842
* Migrate the PyPI package to use project name: `khoj` by debanjum in https://github.com/khoj-ai/khoj/pull/853
* Fix Docker build issues with yarn / next /node by sabaimran in https://github.com/khoj-ai/khoj/pull/859

New Contributors
* kxnarak made their first contribution in https://github.com/khoj-ai/khoj/pull/842

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.16.0...1.17.0

1.16.0

🎁 New
* Enable Chat with your Handwritten Notes, Scanned Book by MythicalCow in https://github.com/khoj-ai/khoj/pull/823
* Enable OS Level Shortcut to Quickly Access Khoj Desktop by MythicalCow in https://github.com/khoj-ai/khoj/pull/815
* Enable Voice Chat in Khoj Obsidian Plugin by debanjum in https://github.com/khoj-ai/khoj/pull/837
* Support Stable Diffusion 3 for Image Generation by debanjum in https://github.com/khoj-ai/khoj/pull/830
* Support (Experimental) Fact Checker by sabaimran in https://github.com/khoj-ai/khoj/pull/835

πŸ§ͺ Improve
* Enable Keyboard Navigation in Khoj Obsidian Plugin by debanjum in https://github.com/khoj-ai/khoj/pull/837
* Support Online Search for Self Hosted Users by debanjum in https://github.com/khoj-ai/khoj/pull/832
* Improve Scaling Automations: Make a single worker the leader for scheduled jobs by sabaimran in https://github.com/khoj-ai/khoj/pull/836

βš’οΈ Fix
* Use DOM Scripting, Add CSP to Web config pages. Disable CSP in Obsidian plugin by debanjum in https://github.com/khoj-ai/khoj/pull/834
* Fix, Improve Indexing, Deleting Files by debanjum in https://github.com/khoj-ai/khoj/pull/840

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.15.0...1.16.0

1.15.0

🎁 New
* Add Ability to Summarize Documents by MythicalCow in https://github.com/khoj-ai/khoj/pull/800
* Support Indexing Docx Files by MythicalCow in https://github.com/khoj-ai/khoj/pull/801
* Enable Voice Chat by adding support for text-to-speech models by sabaimran in https://github.com/khoj-ai/khoj/pull/821
* Support Email sign-in with Magic Links by sabaimran in https://github.com/khoj-ai/khoj/pull/820

πŸ§ͺ Improve
* Automatically Find Related Notes on Emacs in Background by debanjum in https://github.com/khoj-ai/khoj/pull/827
* Use User's Obsidian theme to improve Khoj Obsidian plugin styling by sabaimran in https://github.com/khoj-ai/khoj/pull/825
* Add Developer support for using Next.js to create webpages by sabaimran in https://github.com/khoj-ai/khoj/pull/814
* Improve Documentation to Self Host Khoj by debanjum in 68e7c297e070014ddb33dc481c9b0a82e34137d7, 6f280b1ccc00237708bd58be0908d1b6d4fe6cdd

βš’οΈ Fix
* Sanitize user input fields on the Automation page to prevent XSS by debanjum in 55be90cdd2f9d6a09c8bf9ceea52fc36b9201626, 1c7a562880eeb7354325545d2cf6c5d1d1134812

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.14.0...1.15.0

1.14.0

🎁 New
* Enable Conversation level File Filters by MythicalCow in https://github.com/khoj-ai/khoj/pull/788
* Upgrade Khoj Emacs UX: Use side pane, support multiple conversations by debanjum in https://github.com/khoj-ai/khoj/pull/812

πŸ§ͺ Improve
* Add language-specific syntax highlighting via highlight.js by sabaimran in https://github.com/khoj-ai/khoj/pull/802
* Improve Train of Thought in formulating Chat Response by debanjum in https://github.com/khoj-ai/khoj/pull/799
* Add Keyboard Shortcuts to access Recent Messages on Web app by MythicalCow in https://github.com/khoj-ai/khoj/pull/804

βš’οΈ Fix
* Repair large number of file uploads via the Emacs client by yuzhou721 in https://github.com/khoj-ai/khoj/pull/735
* Fix multilingual font rendering by sabaimran in https://github.com/khoj-ai/khoj/pull/797
* Support uploading Multiple Files via the Web app by MythicalCow in https://github.com/khoj-ai/khoj/pull/803
* Fix to only redirect to next url relative to current domain
* Uncovered by davidxbors in https://github.com/khoj-ai/khoj/security/advisories/GHSA-564j-v29w-rqr6
* Fixed by debanjum in 4daf16e5f916641304e11d56a6071ad365c21a18
* Fix opening Web, Desktop setup links from Desktop app by debanjum in 6814dadd219ed55818332ff5a2d883e8bb05a47b
* Retrieve relevant docs during non websocket chat by sabaimran in ba0187798a58660fd6ef9e06556cb7be75117d65

New Contributors
* yuzhou721 made their first contribution in https://github.com/khoj-ai/khoj/pull/735

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.13.0...1.14.0

1.13.0

🎁 New
* Allow using Anthropic models like Claude by sabaimran in https://github.com/khoj-ai/khoj/pull/760
* Make Automations Shareable by sabaimran in https://github.com/khoj-ai/khoj/pull/790

πŸ§ͺ Improve
* **Upgrade Khoj Obsidian UX**: Chat from Side Pane, Support Multiple Conversations by debanjum in https://github.com/khoj-ai/khoj/pull/736
* Improve Command Menu and Help Command by MythicalCow in https://github.com/khoj-ai/khoj/pull/774
* Improve Documentation to set up Khoj for Development by MythicalCow in https://github.com/khoj-ai/khoj/pull/768

βš’οΈ Fix
* Enforce CSP & sanitize AI generated chat responses to **prevent XSS via Prompt Injection**
* Uncovered by calligraf0 ❀️ in [CVE-2024-25639](https://github.com/khoj-ai/khoj/security/advisories/GHSA-h2q2-vch3-72qm)
* Fixed by debanjum in b757ba664f7dc69b174e8e94deaa0e79414e2c46, 9f80c2ab76005dd7e51a7886007d09537f6c2483
* Open external links in an external browser from the Khoj desktop app in 7b18919564a420ed578dded0dd5ac85891d66ad5

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.12.1...1.13.0

1.12.1

🎁 New
* Render better math equations in the web view by sabaimran in https://github.com/khoj-ai/khoj/pull/733 (try asking "create a proof for the pythagorean theorem" to try it out --> https://app.khoj.dev)

πŸ§ͺ Improve
* Add support for rendering math equations in the web view by sabaimran in https://github.com/khoj-ai/khoj/pull/733
* Make conversations optionally shareable by sabaimran in https://github.com/khoj-ai/khoj/pull/712
* Improve the UX of automations by sabaimran in https://github.com/khoj-ai/khoj/pull/737
* Update telemetry.md disabling instructions by joshavant in https://github.com/khoj-ai/khoj/pull/738
* Add Feedback Buttons on Chat by MythicalCow in https://github.com/khoj-ai/khoj/pull/721
* fixed run instructions for linux and windows by shahnewaz-labib in https://github.com/khoj-ai/khoj/pull/741
* docs: update desktop.md by eltociear in https://github.com/khoj-ai/khoj/pull/744
* Add a schedule picker and automations preview func by sabaimran in https://github.com/khoj-ai/khoj/pull/747
* Make it easier to manage server-level chat settings by sabaimran in https://github.com/khoj-ai/khoj/pull/729

🫢🏾 New Contributors
* joshavant made their first contribution in https://github.com/khoj-ai/khoj/pull/738
* MythicalCow made their first contribution in https://github.com/khoj-ai/khoj/pull/721
* shahnewaz-labib made their first contribution in https://github.com/khoj-ai/khoj/pull/741

**Full Changelog**: https://github.com/khoj-ai/khoj/compare/1.12.0...1.12.1

Page 12 of 22

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.