5770 Commits

Author SHA1 Message Date
Louis
6efdd66bbd
Merge pull request #6236 from menloresearch/feat/add-tool-call-cancellation 2025-08-20 09:04:53 +07:00
Faisal Amir
6203a93325
Merge pull request #6233 from menloresearch/fix/import-model
fix: improve ux import model
2025-08-20 09:03:33 +07:00
Faisal Amir
109b6e8c3d
Merge pull request #6234 from menloresearch/fix/download-model
fix: downloaded model should from variant level instead of the model level
2025-08-20 09:02:50 +07:00
Louis
91f05b8f32
feat: add tool call cancellation 2025-08-19 23:27:12 +07:00
Akarshan Biswas
e761c439d7
feat: Pass API key via environment variable instead of command line argument (#6225)
This change modifies how the API key is passed to the llama-server process. Previously, it was sent as a command line argument (--api-key). This approach has been updated to pass the key via an environment variable (LLAMA_API_KEY).

This improves security by preventing the API key from being visible in the process list (ps aux on Linux, Task Manager on Windows, etc.), where it could potentially be exposed to other users or processes on the same system.

The commit also updates the Rust backend to read the API key from the environment variable instead of parsing it from the command line arguments.
2025-08-19 20:57:06 +05:30
Faisal Amir
b828d3f84f chore: handle toaster failed import model 2025-08-19 22:07:30 +07:00
Faisal Amir
6c612d8eba chore: seperate function handle import model 2025-08-19 22:01:14 +07:00
Faisal Amir
9e3237da38 fix: downloaded model hub screen should from variant level instead of the model level 2025-08-19 21:55:57 +07:00
Faisal Amir
6ee044d106 fix: validation import model 2025-08-19 21:29:18 +07:00
Faisal Amir
926f3ab99a
Merge pull request #6226 from menloresearch/enhancement/offload-model-provider-disabled
enhancement: offload model when provider not active
2025-08-19 16:33:49 +07:00
Faisal Amir
f26d78dfe4
Merge pull request #6229 from menloresearch/fix/hide-model-provider-disabled
fix: Auto select model only for active provider
2025-08-19 16:33:45 +07:00
Louis
b32c8b372e
Merge pull request #6224 from menloresearch/fix/use-tauri-fetch-for-custom-providers
fix: should use custom fetch provided by app
2025-08-19 15:17:27 +07:00
Faisal Amir
cedf42d683 fix: Auto select model only for active provider 2025-08-19 14:47:02 +07:00
Dinh Long Nguyen
9ea9b7d87d
handle abort properly + finally clause to resolve (#6227) 2025-08-19 14:45:57 +07:00
Faisal Amir
872284b770 enhancement: offload model when provider not active 2025-08-19 14:18:39 +07:00
Louis
55390de070
Merge pull request #6222 from menloresearch/feat/model-tool-use-detection
feat: #5917 - model tool use capability should be auto detected
2025-08-19 13:55:08 +07:00
Louis
65f23fb387
fix: tokenjs should use custom fetch provided by app 2025-08-19 13:46:21 +07:00
Louis
d7cf258a40
fix: tool indicator in hub 2025-08-19 10:40:11 +07:00
Louis
0dc0a9a4a3
fix: tests 2025-08-19 09:57:10 +07:00
Louis
bfe671d7b4
feat: #5917 - model tool use capability should be auto detected 2025-08-19 09:51:36 +07:00
Louis
e43454d518
Merge pull request #6219 from menloresearch/fix/remove-retired-models-from-providers 2025-08-19 09:03:26 +07:00
Louis
3e6757300c
fix: update token.js to remove retired models 2025-08-18 22:33:20 +07:00
Dinh Long Nguyen
2d486d7b3a
feat: add support for reasoning fields (OpenRouter) (#6206)
* add support for reasoning fields (OpenRouter)

* reformat

* fix linter

* Update web-app/src/utils/reasoning.ts

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-18 21:59:14 +07:00
Akarshan Biswas
5ad3d282af
fix: re-enable Vulkan backend in integrated GPUs with enough memory (#6215) 2025-08-18 17:31:01 +05:30
Faisal Amir
8f2f3ca352
Merge pull request #6214 from menloresearch/enhancement/disabled-form
enhancement: mcp disable save button when server name still empty
2025-08-18 14:12:52 +07:00
Faisal Amir
1eb1bb91ce chore: update placeholder 2025-08-18 12:17:24 +07:00
Faisal Amir
d2cc9cc13b enhancement: mcp disable save button when server name still empty 2025-08-18 12:13:55 +07:00
Louis
362324cb87
Merge pull request #6188 from menloresearch/feat/mcp-enhancement
feat: mcp enhancement
2025-08-18 09:55:44 +07:00
Louis
2492d6f9d0
fix: http mcp with headers 2025-08-18 09:29:46 +07:00
Faisal Amir
b1b2ca1987
Merge pull request #6006 from menloresearch/feat/fav-model
🚀feat: allow user mark model as favorite
2025-08-17 23:14:26 +07:00
Louis
716d516a60
Merge pull request #6039 from menloresearch/blog/add-deepresearch-piece
blog: Add Deep Research Piece
2025-08-17 23:03:33 +07:00
Louis
83b53210ee
Merge pull request #6092 from cmppoon/fix-default-predefine-color-palette
fix: default color not selected in appearance color palette
2025-08-16 20:17:25 +07:00
Louis
34fe0e1fa4
Merge pull request #6200 from Jasper-256/fix-issue-6199-jan-ui-bottlenecks-token-rendering-speed
Fix Issue #6199
2025-08-16 20:13:43 +07:00
Jasper Morgal
4ba56f1377 Fix Issue #6199
Fix Issue: Jan UI Bottlenecks Token Rendering Speed to ~300 TPS Despite Faster Cerebras API Output
2025-08-15 15:00:29 -07:00
Ramon Perez
56fa4f9677
Merge pull request #6196 from menloresearch/rp/docs-v0.6.8
Docs reorg + new content for v0.6.8.

## What’s Changed
- Moved “MCP Examples” to “Tutorials” under Getting Started
- Added tutorials:
  - Linear MCP (issues, projects, comments, cycles)
  - Todoist MCP (create/list/update/complete/delete tasks)
- New model pages: Lucy (1.7B) and Jan‑v1 (4B)
- Added v0.6.8 changelog (engine fixes, docs updates, tutorials)
- Updated Overview page copy (ecosystem: Models, Applications, Tools)

## Notes
- No directory moves; nav only
- Quickstart stays minimal; Serper setup moved to tutorial
2025-08-15 22:18:51 +10:00
Ramon Perez
f58e425b35 removed files that were not needed anymore 2025-08-15 22:14:10 +10:00
Ramon Perez
d95f104e03 removed files that were not needed anymore 2025-08-15 22:10:24 +10:00
Ramon Perez
3f9f10d479 removed files that were not needed anymore 2025-08-15 22:05:50 +10:00
Ramon Perez
e96c5b2416 optimised large gifs 2025-08-15 22:01:43 +10:00
Ramon Perez
a3c7604374 removed unnecessary files causing ci to break 2025-08-15 21:51:50 +10:00
Ramon Perez
1444104418 removed unnecessary files causing ci to break 2025-08-15 21:47:33 +10:00
Ramon Perez
bf86512916 docs: preserve docs and website changes from rp/docs-v0.6.8 with latest dev base 2025-08-15 21:34:45 +10:00
Nguyen Ngoc Minh
8d1ad031fa
Merge pull request #6193 from menloresearch/chore/update-flatpak-manifest
chore: replace md5 with sha256 for CUDA
2025-08-15 16:39:15 +07:00
Nguyen Ngoc Minh
c38f8a90a6
chore: replace md5 with sha256 for CUDA 2025-08-15 16:37:05 +07:00
Ramon Perez
fd3acc39d9
Merge branch 'dev' into blog/add-deepresearch-piece 2025-08-15 17:03:57 +10:00
Louis
54e0f9b595
feat: add connection timeout setting 2025-08-15 12:45:02 +07:00
Louis
c8d9592ab8
chore: mcp group server, action and import json 2025-08-15 11:37:21 +07:00
Louis
25043dda7b
feat: MCP streamable http and sse transports 2025-08-15 10:12:41 +07:00
Louis
13a1969150
feat: MCP - State update 2025-08-15 10:02:06 +07:00
Dinh Long Nguyen
e1c8d98bf2
Backend Architecture Refactoring (#6094) (#6162)
* add llamacpp plugin

* Refactor llamacpp plugin

* add utils plugin

* remove utils folder

* add hardware implementation

* add utils folder + move utils function

* organize cargo files

* refactor utils src

* refactor util

* apply fmt

* fmt

* Update gguf + reformat

* add permission for gguf commands

* fix cargo test windows

* revert yarn lock

* remove cargo.lock for hardware plugin

* ignore cargo.lock file

* Fix hardware invoke + refactor hardware + refactor tests, constants

* use api wrapper in extension to invoke hardware call + api wrapper build integration

* add newline at EOF (per Akarshan)

* add vi mock for getSystemInfo
2025-08-15 08:59:01 +07:00