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 |
|
Nguyen Ngoc Minh
|
9732a9b8b9
|
Merge pull request #6182 from menloresearch/refactor/flathub-submission
refactor: flathub submission
|
2025-08-15 00:08:47 +07:00 |
|
Minh141120
|
9e7de65990
|
refactor: flathub submission
|
2025-08-15 00:04:20 +07:00 |
|
Akarshan Biswas
|
1d4a6a72ed
|
Feat: Add flatpak manifest (#4732)
* Chore: Add flatpak manifest
* Update flatpak to new release
* update
* Update to 0.6.7
* re-enable cuda toolkit
* add uv to manifest and remove unused yml file
* fixup python3-uv
* fix uv installation
* Update template to 0.6.8
* chore: update sha256 for .deb
---------
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
|
2025-08-14 19:20:32 +05:30 |
|
Nguyen Ngoc Minh
|
298f408d3f
|
Merge pull request #6177 from menloresearch/feat/ci-flatpak
feat: add flatpak ci
|
2025-08-14 17:09:33 +07:00 |
|
Minh141120
|
aa97159837
|
Merge branch 'dev' into feat/ci-flatpak
|
2025-08-14 16:46:16 +07:00 |
|
Nguyen Ngoc Minh
|
b9d6aec0e3
|
Merge pull request #6175 from menloresearch/fix/feature-toggle-auto-updater
fix: feature toggle auto updater
|
2025-08-14 15:27:07 +07:00 |
|
Minh141120
|
16652e7bf9
|
feat: add flatpak ci
|
2025-08-14 15:04:49 +07:00 |
|
Louis
|
dcb46174ff
|
fix: test
|
2025-08-14 14:30:43 +07:00 |
|
Minh141120
|
aa8fb0464c
|
Merge branch 'dev' into fix/feature-toggle-auto-updater
|
2025-08-14 13:42:27 +07:00 |
|
Minh141120
|
388959a1fe
|
chore: gate check auto updater
|
2025-08-14 12:39:48 +07:00 |
|
Faisal Amir
|
a66d83c598
|
Merge pull request #6172 from menloresearch/fix/model-id-special-char
fix: handle modelId special char
|
2025-08-14 12:33:58 +07:00 |
|
Faisal Amir
|
6acdf22e41
|
chore: reorder error
|
2025-08-14 12:02:47 +07:00 |
|
Faisal Amir
|
10f3f7cea5
|
chore: handle copy error object message
|
2025-08-14 11:57:28 +07:00 |
|
Louis
|
16bfd6eafb
|
fix: full url search
|
2025-08-14 11:33:03 +07:00 |
|
Louis
|
83bb765bcc
|
Apply suggestion from @ellipsis-dev[bot]
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
|
2025-08-14 10:55:49 +07:00 |
|
Louis
|
8c28f9b6a6
|
fix: should normalize model ID from source instead of frontend
|
2025-08-14 10:54:40 +07:00 |
|
Louis
|
526e532e2d
|
fix: normalize model id from source preparation
|
2025-08-14 10:50:50 +07:00 |
|
Faisal Amir
|
5657b6d917
|
chore: fix sanitaize
|
2025-08-14 10:28:11 +07:00 |
|
Faisal Amir
|
dd5b9e23f5
|
chore: update progress bar variant model
|
2025-08-14 10:22:57 +07:00 |
|
Louis
|
da08becd93
|
fix: duplicate HF search results
|
2025-08-14 10:15:33 +07:00 |
|
Louis
|
4350d4c9a0
|
fix: feature toggle for auto updater
|
2025-08-14 09:58:46 +07:00 |
|
Faisal Amir
|
ace8214d4d
|
chore: make utils sanitize modelId
|
2025-08-14 09:42:47 +07:00 |
|