5985 Commits

Author SHA1 Message Date
Dinh Long Nguyen
5cd81bc6e8
feat: improve testing (#6395)
* add more test rust test

* fix servicehub test

* fix tauri failing on windows
2025-09-09 12:16:25 +07:00
hiento09
dbaf563e88
chore: add cicd for jan web prod (#6396) 2025-09-09 12:13:37 +07:00
Faisal Amir
5e30e10bf4
Merge pull request #6388 from menloresearch/feat/import-vision-model
feat: allow user import model include mmproj file
2025-09-09 09:41:58 +07:00
Faisal Amir
a5b0ced9a9 chore: update logic turn on / off mmproj 2025-09-09 00:01:56 +07:00
Faisal Amir
94dc298181 chore: update validation logic 2025-09-08 22:37:55 +07:00
Faisal Amir
cd85ae062e
Merge pull request #6381 from menloresearch/enhancement/dialog-modal-responsive
enhancement: responsive dialog modals
2025-09-08 22:24:47 +07:00
Faisal Amir
f2594134c7 chore: update UI 2025-09-08 21:20:21 +07:00
Faisal Amir
be851ebcf1 chore: validate gguf file base metadata architecture 2025-09-08 20:16:20 +07:00
Faisal Amir
9b13b140d5 chore: update mcp delete dialog 2025-09-08 19:43:38 +07:00
Nguyen Ngoc Minh
fcd285ca0f
Merge pull request #6392 from menloresearch/ci/update-jan-server-web
ci: remove unnecessary folder paths and on Dockerfile
2025-09-08 16:49:22 +07:00
Minh141120
0e7c12f340 ci: remove unnecessary folder paths and on Dockerfile 2025-09-08 16:37:26 +07:00
Faisal Amir
836990b7d9 chore: update fn check mmproj file 2025-09-08 11:10:00 +07:00
Faisal Amir
4141910ee2 chore: remove validate ext file 2025-09-08 00:07:20 +07:00
Faisal Amir
1b035fd2f1 feat: allow user import model include mmproj file 2025-09-08 00:00:46 +07:00
Faisal Amir
a49008e02d enhancement: responsive dialog modals 2025-09-06 21:48:09 +07:00
Ramon Perez
88fb1acc0a
Merge pull request #6372 from menloresearch/rp/api-docs
docs: add first‑class API Reference to Jan docs (Local + Server)
2025-09-05 21:44:07 +10:00
Ramon Perez
afcaf531ed separated scripts inside config file and fixed nav bar 2025-09-05 21:39:33 +10:00
Ramon Perez
aea474bf57 separated scripts inside config file and fixed nav bar 2025-09-05 21:33:59 +10:00
Nguyen Ngoc Minh
0e44d9340c
Merge pull request #6378 from menloresearch/chore/update-nginx-conf-jan-web
chore: update Dockerfile to use custom nginx.conf
2025-09-05 17:45:54 +07:00
Minh141120
153a8c635d chore: update Dockerfile to use custom nginx.conf 2025-09-05 17:26:22 +07:00
Nguyen Ngoc Minh
49ca18ca6b
Merge pull request #6377 from menloresearch/ci/update-paths-jan-server-web
ci: add paths for jan server web
2025-09-05 17:19:41 +07:00
Ramon Perez
9e8dc9f84a smol fix to nav bar 2025-09-05 20:13:04 +10:00
Ramon Perez
17da6d4ada small updates to readme, index, local-server 2025-09-05 20:05:44 +10:00
Minh141120
354cda8c35 refactor: install deps step 2025-09-05 16:51:43 +07:00
Minh141120
82206954e9 chore: edit preview url on pr comments 2025-09-05 16:48:52 +07:00
Minh141120
58cdb61ad7 chore: update paths 2025-09-05 16:41:10 +07:00
Minh141120
f11899ddb5 chore: remove pre-install folders from paths 2025-09-05 16:39:31 +07:00
Minh141120
c3a44dd54e chore: update missing paths 2025-09-05 16:38:52 +07:00
Minh141120
4d7bf5271d ci: add paths for jan server web 2025-09-05 16:31:50 +07:00
Ramon Perez
c5ea4cb8f9
Merge branch 'dev' into rp/api-docs 2025-09-05 19:20:29 +10:00
Dinh Long Nguyen
d490174544
feat: Web use jan model (#6374)
* call jan api

* fix lint

* ci: add jan server web

* chore: add Dockerfile

* clean up ui ux and support for reasoning fields, make app spa

* add logo

* chore: update tag for preview image

* chore: update k8s service name

* chore: update image tag and image name

* fixed test

---------

Co-authored-by: Minh141120 <minh.itptit@gmail.com>
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
2025-09-05 16:18:30 +07:00
Ramon Perez
13e05809a9 changed favicon 2025-09-05 19:13:47 +10:00
Ramon Perez
3a0e114715 docs: add first‑class API Reference to Jan docs (Local + Server) 2025-09-05 18:57:27 +10:00
Ramon Perez
1e6cf8d771 docs: add first‑class API Reference to Jan docs (Local + Server) 2025-09-05 11:21:43 +10:00
Dinh Long Nguyen
a30eb7f968
feat: Jan Web (reusing Jan Desktop UI) (#6298)
* add platform guards

* add service management

* fix types

* move to zustand for servicehub

* update App Updater

* update tauri missing move

* update app updater

* refactor: move PlatformFeatures to separate const file

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* change tauri fetch name

* update implementation

* update extension fetch

* make web version run properly

* disabled unused web settings

* fix all tests

* fix lint

* fix tests

* add mock for extension

* fix build

* update make and mise

* fix tsconfig for web-extensions

* fix loader type

* cleanup

* fix test

* update error handling + mcp should be working

* Update mcp init

* use separate is_web_app build property

* Remove fixed model catalog url

* fix additional tests

* fix download issue (event emitter not implemented correctly)

* Update Title html

* fix app logs

* update root tsx render timing

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-05 01:47:46 +07:00
hiento09
1b74772d07
feat: download llamacpp backend fail back to cdn (#6361)
* feat: download llamacpp backend fail back to cdn incase github api encounters errors
2025-09-04 09:39:16 +07:00
Faisal Amir
b2c4e89402
Merge pull request #6364 from menloresearch/feat/local-api-server
feat: allow see Apikey when server local status running
2025-09-03 20:05:57 +07:00
Faisal Amir
f886434c59
Merge pull request #6366 from menloresearch/fix/search-model-hub
fix: search hgf repo and downloaded filter
2025-09-03 20:05:50 +07:00
Faisal Amir
38629afc89 chore: avoid duplicated fn 2025-09-03 18:37:49 +07:00
Faisal Amir
5f9f766965 fix: search hgf repo and downloaded filter 2025-09-03 18:31:07 +07:00
Faisal Amir
2801fde181
Merge pull request #6363 from menloresearch/fix/timestamp-issue
fix: remove timezone specific from utils
2025-09-03 18:04:51 +07:00
Faisal Amir
cb4641e4ad feat: allow see apikey when server local status running 2025-09-03 17:55:52 +07:00
Faisal Amir
0ea9da95c8 fix: remove timezone specific from utils 2025-09-03 17:12:47 +07:00
Faisal Amir
08e756f27b
Merge pull request #6359 from menloresearch/docs/update-web-font
chore: update docs font
2025-09-03 13:22:54 +07:00
Faisal Amir
8db764c426 chore: update docs font 2025-09-03 10:13:08 +07:00
Faisal Amir
8c4a88a182
Merge pull request #6346 from menloresearch/fix/btn-copy-codeblock
chore: fix id code-block for avoid duplicate same state
2025-09-02 15:28:05 +07:00
Nguyen Ngoc Minh
9a4e703d6a
Merge pull request #6344 from theproductiveprogrammer/dev
fix: mise build failing on mac
2025-09-02 12:17:05 +07:00
Charles L
17ccc9dca9 feat: install rustup requirements for MacOS universal builds 2025-09-02 14:49:02 +10:00
Faisal Amir
1544aac663 chore: change useMemo to useEffect to avoid side effect 2025-09-02 09:40:29 +07:00
Faisal Amir
12118192ef chore: fix id codeblock for avoid duplicate same state 2025-09-01 13:02:53 +07:00