Nghia Doan
c5a5968bf8
Merge pull request #6643 from menloresearch/fix/model-name-change
...
fix: Apply model name change correctly
2025-09-30 22:41:05 +07:00
Nguyen Ngoc Minh
7eacee26d0
Merge pull request #6670 from menloresearch/ci/upload-msi-to-release
...
ci: add upload msi installer for windows
2025-09-30 21:15:34 +07:00
Minh141120
631a95e018
ci: add upload msi installer for windows
2025-09-30 20:12:53 +07:00
Nguyen Ngoc Minh
f7be59e99c
Merge pull request #6668 from menloresearch/feat/add-msi-installer
...
feat: add msi installer
2025-09-30 17:39:32 +07:00
Minh141120
508cbe16f8
refactor: remove redundant resource
2025-09-30 15:49:14 +07:00
Minh141120
dcb511023d
ci: add upload .msi artifact
2025-09-30 15:41:04 +07:00
Minh141120
0b8f3e01fb
feat: add msi installer for windows
2025-09-30 15:32:29 +07:00
Louis
de9c04474e
fix: should not allow duplicating model ( #6658 )
2025-09-30 13:59:17 +07:00
Faisal Amir
334b160012
Merge pull request #6656 from menloresearch/fix/thinking-block
...
fix: remove thinking tag on projects list message history
2025-09-30 13:48:34 +07:00
Nguyen Ngoc Minh
04fcd788a3
Merge pull request #6659 from menloresearch/fix/6626
...
fix: Improve KV cache estimation robustness
2025-09-30 13:42:28 +07:00
Akarshan
34b254e2d8
fix: Improve KV cache estimation robustness
...
The KV cache size calculation in estimate_kv_cache_internal now includes a fallback mechanism for models that do not explicitly define key_length and value_length in the GGUF metadata.
If these attention keys are missing, the head dimension (and thus key/value length) is calculated using the formula embedding_length / total_heads. This improves robustness and compatibility with GGUF models that don't have the proper keys in metadata.
Also adds logging of the full model metadata for easier debugging of the estimation process.
2025-09-30 11:14:18 +05:30
Nguyen Ngoc Minh
d315522c5a
Merge pull request #6618 from github-roushan/show-supported-files
...
Show supported files
2025-09-30 12:19:22 +07:00
Faisal Amir
1c9890649d
fix: remove thinking tag on projects list message history
2025-09-30 11:08:31 +07:00
Nghia Doan
3cbf348585
Merge pull request #6642 from menloresearch/fix/toast-text-selection-disable
...
feat: Disable text selection on Toaster
2025-09-30 11:01:31 +07:00
Louis
54d17c9c72
fix: migrate new mcp server config ( #6651 )
2025-09-30 00:07:57 +07:00
Louis
eb79642863
fix: unhandled model load error ( #6648 )
2025-09-29 21:52:39 +07:00
Dinh Long Nguyen
cf8ada5e8e
fix: scroll issue padding not re render correctly ( #6639 ) ( #6644 )
2025-09-29 17:27:26 +07:00
Dinh Long Nguyen
0dbf3b1652
fix: scroll issue padding not re render correctly ( #6639 )
2025-09-29 17:11:08 +07:00
Faisal Amir
0cf1b830cf
Merge pull request #6636 from menloresearch/chore/projects-ux
2025-09-29 15:05:28 +07:00
Faisal Amir
b4df56e0d8
chore: placement menu leftpanel, and ux create add projects
2025-09-29 13:44:56 +07:00
Louis
311b79fe13
fix: thread rerender due to thread scrolling padding subscription ( #6629 )
2025-09-28 22:36:05 +07:00
Dinh Long Nguyen
b422970369
feat: scrolling behaves like chatgpt with padding ( #6598 )
...
* scroll like chatgpt with padding
* minor refactor
2025-09-26 15:53:05 +07:00
Faisal Amir
580bdc511a
Merge pull request #6616 from menloresearch/chore/projects
...
chore: update project page title too long
2025-09-26 15:47:35 +07:00
Nguyen Ngoc Minh
191c0eec83
Merge pull request #6617 from menloresearch/docs/update-redirect-links
...
docs: update redirect links
2025-09-26 08:39:42 +00:00
Minh141120
eeaaf5ce0d
chore: remove duplicate links
2025-09-26 15:29:08 +07:00
Minh141120
1dd9adf8d4
docs: update redirect links
2025-09-26 15:25:59 +07:00
Faisal Amir
b7dae19756
feat: custom downloaded model name ( #6588 )
...
* feat: add field edit model name
* fix: update model
* chore: updaet UI form with save button, and handle edit capabilities and rename folder will need save button
* fix: relocate model
* chore: update and refresh list model provider also update test case
* chore: state loader
* fix: model path
* fix: model config update
* chore: fix remove depencies provider on edit model dialog
* chore: avoid shifted model name or id
---------
Co-authored-by: Louis <louis@jan.ai>
2025-09-26 15:25:44 +07:00
Faisal Amir
3d224f8cff
chore: update project page title too long
2025-09-26 14:59:38 +07:00
Nguyen Ngoc Minh
453df559b5
Merge pull request #6615 from menloresearch/docs/update-redirect-list
...
docs: update redirect list
2025-09-26 07:28:56 +00:00
Minh141120
39e3a02b3e
docs: update redirect list
2025-09-26 14:24:06 +07:00
Faisal Amir
ea124f7fd4
Merge pull request #6614 from menloresearch/enhancement/jan-web
...
enhancement: update statistic number jan web
2025-09-26 14:23:20 +07:00
Faisal Amir
d1c8cd2dc9
chore: update link target banner announcement
2025-09-26 14:11:47 +07:00
Faisal Amir
c12bef55e9
enhancement: update statistic number jan web
2025-09-26 14:00:31 +07:00
Dinh Long Nguyen
1bbea4b30f
models and cookies invalidation ( #6613 )
2025-09-26 13:50:10 +07:00
Faisal Amir
39aa1c4f7e
Merge pull request #6607 from menloresearch/fix/projects-left-panel-title
...
fix: projects title long name
2025-09-26 13:20:54 +07:00
Nguyen Ngoc Minh
32df9fda0f
Merge pull request #6611 from menloresearch/refactor/remove-mise
...
refactor: remove mise
2025-09-26 06:17:28 +00:00
Louis
55c42ba526
fix: lock all of the dependencies ( #6561 )
...
* fix: pin web app dependencies
* fix: pin extension versions
* fix: pin extensions-web dependencies
* fix: pin extensions lockfile
* fix: remove unnecessary semicolon
2025-09-26 13:07:29 +07:00
Minh141120
cc218b1b40
chore: revert cargo lock file
2025-09-26 12:49:26 +07:00
Minh141120
fb9bbb66b0
refactor: remove mise
2025-09-26 12:42:01 +07:00
Faisal Amir
0a82fdd784
fix: projects title long name
2025-09-26 10:06:42 +07:00
Nguyen Ngoc Minh
75396dbd06
Merge pull request #6600 from menloresearch/docs/update-redirects
...
docs: update redirects
2025-09-25 13:57:09 +00:00
Minh141120
20c8991f55
docs: update redirects
2025-09-25 20:53:43 +07:00
Faisal Amir
d806c4719e
Merge pull request #6586 from menloresearch/feat/thread-project-org
...
feat: thread organization folder
2025-09-25 20:21:02 +07:00
Nguyen Ngoc Minh
978565e7f0
Merge pull request #6599 from menloresearch/docs/add-redirect
...
docs: add redirects
2025-09-25 11:48:10 +00:00
Minh141120
9fb3171d82
docs: remove duplicate redirect url
2025-09-25 18:21:31 +07:00
Minh141120
9923c6028e
docs: add redirects
2025-09-25 18:10:58 +07:00
Faisal Amir
d690e0fa87
chore: max height project list on left panel
2025-09-25 17:29:38 +07:00
Low Keng Hoong, Warren
0fb6413368
Merge pull request #6596 from menloresearch/feat/kernel-benchmarking
...
feat: Add kernel benchmarking blogpost
2025-09-25 18:28:54 +08:00
Faisal Amir
a8b9e1f147
chore: fix navigartion thread from project
2025-09-25 16:24:55 +07:00
DESU CLUB
374a1f9771
feat: Fix image links
2025-09-25 17:10:59 +08:00