Louis
2b732bc976
fix: clean up threads persistence and fix assistant update issue
2025-04-17 21:49:32 +07:00
Louis
513aac80e0
fix: tool outputs are gone after switching to another thread
2025-04-17 21:09:53 +07:00
Louis
57786e5e45
Merge pull request #4900 from menloresearch/feat/jan-ui-with-tool-use
...
feat: jan UI with Tool use UX
2025-04-14 15:23:31 +07:00
David
45b8458570
fix: added border for search textfield
2025-04-14 00:20:33 +07:00
Faisal Amir
08362eb4d2
chore: exclude lock file
2025-04-08 15:02:56 +07:00
Louis
7392b2f92b
chore: app updater
2025-04-02 23:53:54 +07:00
Louis
fb55826395
chore: improve startup time
2025-03-31 11:43:57 +07:00
Louis
fecfa19d17
chore: update tests
2025-03-26 20:16:17 +07:00
Louis
5b8eab6469
chore: clean up logs opening
2025-03-26 15:45:49 +07:00
Siddhartha Shrestha
3ce6b30887
Merge pull request #4766 from sdhrt/settings-sidebar
...
fix: show settings sidebar panel when chat sidebar is closed
2025-03-24 13:47:03 +07:00
Louis
9d64e9bef4
chore: merge release/v0.5.16 into dev ( #4833 )
...
* chore: bump cortex 1.0.11-rc10
* chore: bump to latest cortex release
* feat: Cortex API Authorization
* chore: correct CI CD repo name
* chore: correct new menloresearch repo name
* feat: rotate api token for each run (#4820 )
* feat: rotate api token for each run
* chore: correct github repo url
* chore: correct github api url
* chore: should not filter out models first launch
* chore: bump cortex release
* chore: should get hardware information on launch (#4821 )
* chore: should have an option to not revalidate hardware information
* chore: cortex.cpp gpu activation could cause a race condition (#4825 )
* fix: jan beta logo displayed in jan release (#4828 )
---------
Co-authored-by: David <davidpt.janai@gmail.com>
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
2025-03-24 11:53:30 +07:00
Faisal Amir
33055b8db6
chore: janhq to menloresearch
2025-03-18 13:06:17 +07:00
Faisal Amir
f2b1d68ab1
enhancement: add checkmark selected model
2025-03-11 14:49:27 +07:00
Louis
a8aa938f42
refactor: clean up deprecated components and events ( #4769 )
2025-03-03 22:20:39 +07:00
Minh
bc48e99650
fix: correct jan discord channel
2025-02-28 22:49:10 +07:00
Louis
dda0feb548
fix: Jan Quick Ask window capture input issues ( #4758 )
2025-02-28 16:50:08 +07:00
Louis
ad1765cd3f
fix: deeplink does not work sometime ( #4755 )
...
* fix: deep link does not work sometime and reduce redundant request
* chore: bump cortex fix
2025-02-27 21:02:43 +07:00
Louis
6a0fb09610
fix: correct default engine variant setup on first launch ( #4747 )
...
* fix: there is a case where app selects incorrect engine variant first launch
* refactor: clean up legacy settings hook
2025-02-27 09:03:01 +07:00
Faisal Amir
f0ad526aa9
fix: hub button download ( #4742 )
...
* fix: hub button download and use
* chore: fix linter
* fix: remove the button download on top of model page
2025-02-26 19:07:06 +07:00
Louis
d7329c7719
chore: remove hard coded recommendation models and use cortexso featured tags ( #4741 )
...
* chore: remove hard coded recommendation models and use cortexso featured tags
* chore: polish model detail page
* chore: fix test
2025-02-26 15:54:06 +07:00
Faisal Amir
a4368cf26e
enhancement: improve chat thread ( #4736 )
...
* enhancement: improve chat thread
* chore: fix linter
* fix: linter
* chore: fix linter
* fix: chore failed test
2025-02-26 09:42:31 +07:00
Faisal Amir
51f8c96a57
chore: update hub UI ( #4734 )
...
* chore: update hub ui based feedback
* chore: update hub ui
* chore: code block ui
* chore: update bg color
* chore: decrease margin codeblock
2025-02-25 14:37:15 +07:00
Faisal Amir
2ea8083ad7
enhancement: scrollbar setting options ( #4726 )
...
* enhancement: scrollbar setting options
* chore: fix linter
2025-02-25 09:37:04 +07:00
Louis
81fea5665b
chore: enhance onboarding screen's models ( #4723 )
...
* chore: enhance onboarding screen's models
* chore: lint fix
* chore: correct lint fix command
* chore: fix tests
2025-02-25 09:36:55 +07:00
Louis
cddaf61c99
feat: preserve token speed in the thread ( #4711 )
...
* feat: preserve token speed in the thread
* chore: lint fix
2025-02-21 00:45:11 +07:00
Louis
eba6884abb
feat: allow users to refresh cloud model list ( #4698 )
...
* feat: allow users to refresh cloud model list
* chore: reusable model list refresh
* chore: clean up
2025-02-19 23:24:29 +07:00
Louis
133af33014
chore: typo
2025-02-18 18:02:22 +07:00
Louis
dc06a07c71
Merge branch 'release/v0.5.15' into chore/sync-release-to-dev
...
# Conflicts:
# extensions/engine-management-extension/rolldown.config.mjs
# extensions/inference-cortex-extension/bin/version.txt
# extensions/yarn.lock
# web/containers/Layout/BottomPanel/SystemMonitor/index.tsx
# web/containers/ModelDropdown/index.tsx
# web/containers/ModelLabel/ModelLabel.test.tsx
# web/screens/Settings/HuggingFaceRepoDetailModal/ModelDownloadRow/index.tsx
# web/screens/Thread/ThreadCenterPanel/TextMessage/MarkdownTextMessage.tsx
# web/screens/Thread/ThreadCenterPanel/TextMessage/index.tsx
# yarn.lock
2025-02-18 16:33:58 +07:00
Faisal Amir
9dc2597540
chore: update ui width text field slider, and conditional button copy for hgf token ( #4661 )
2025-02-17 15:19:59 +07:00
Faisal Amir
b0c6779015
feat: app updater with changelog ( #4631 )
...
* feat: ui modal app updater with changelog
* chore: update action when click update now
* chore: update handler actions
* chore: fix linter
2025-02-17 12:08:08 +07:00
Louis
7a6890bd7f
chore: remote engine error handling ( #4646 )
...
* chore: Gemini error handling
* chore: remote provider error handling
* chore: remote provider error handling
* chore: fix anthropic unsupported parameters
* chore: fix tests
2025-02-13 18:32:33 +07:00
Faisal Amir
0c0b7e5fcc
fix: error setting remote engine ( #4648 )
...
* fix: link setting error remote engine
* fix: change logo gemini, and resolve link error setting
2025-02-13 17:35:22 +07:00
Faisal Amir
d2336cfb0f
fix: model dropdown icon miss align ( #4645 )
2025-02-13 17:18:46 +07:00
Louis
b8743cfb50
fix: messages re-render on different threads ( #4638 )
2025-02-12 16:32:10 +07:00
Faisal Amir
6a87b73ced
fix: render slow on device label ( #4627 )
...
* fix: render slow on device label
* chore: remove log
2025-02-11 15:36:53 +07:00
Faisal Amir
6e891d9a3b
fix: remove from list dropdown when deleted remote model ( #4616 )
...
* fix: remove from list dropdown when deleted remote model
* chore: update logic
2025-02-10 20:19:47 +07:00
Faisal Amir
a9a63ab5d9
fix: server log actions position ( #4608 )
...
* fix: sever log actions position
* chore: unused import
2025-02-09 13:07:08 +07:00
Faisal Amir
9837d09756
fix: load model error component ( #4604 )
...
* fix: load model error should using error component
* chore: fix linter issue
2025-02-07 22:18:21 +07:00
Louis
a87bbd2840
chore: add google gemini and deepseek as new supported remote engine providers ( #4596 )
...
* chore: add google gemini and deepseek as new supported remote engine providers
* chore: add logos
* chore: fallback default error message on empty
* chore: update open router models
* chore: typo fix
* chore: remove unusable queen vl
2025-02-06 20:52:42 +07:00
Faisal Amir
f2f31d8dc8
chore: calculate model label ( #4585 )
...
* chore: fix claculate model label
* chore: update test model label
2025-02-05 20:29:46 +07:00
Louis
4846befd4a
chore: engine model adding ux refinement ( #4580 )
...
* fix: enhance remote engine models adding UX
* fix: OpenAI o3 support template
* chore: fix models populating error
* chore: missing dependency
2025-02-05 15:28:35 +07:00
Faisal Amir
7f4155c443
enhancement: error ui in threads ( #4578 )
2025-02-05 12:26:15 +07:00
Faisal Amir
daa7c0ca21
feat: better hardware setting ( #4471 )
...
* feat: better hardware setting
* chore: update layout
* feat: better hardware setting
* chore: fix title section
* chore: added hardware engine management
* chore: integrate gpus and enable set gpu activate
* chore: update calculate ram and vram
* chore: update calulate vram and ram used
* fix: set active gpus
* chore: fix progress bar spacing
* chore: always update cache vram gpu
* chore: update cpu usage percentage
* chore: fix type usage cpu
* chore: update ram cpus usage getsystemmonitor from new api harware engine management system
* test: update test case data using hardware management extension
* chore: resolve conflict lock json
* chore: cleanup app services
* chore: update type OperationSystemInfo
* chore: update app service
* chore: show list gpus on system monitor
* chore: remove monitoring extension
* chore: update test case app service
* chore: remove unused hooks useGpusSetting
* chore: remove monitor from shource index
* chore: fix test core
* chore: update gpu and cpu info on engine management ext
* chore: fix app service test
* chore: update test appService include cpu info
* chore: filter gpus show or hide on system monitor based activated gpu
* chore: remove unused run_mode
* chore: remove tensort
* chore: update check gpu run_mode
* chore: handle undefined gpus
* chore: cleanup PR
* chore: cleanup process node error
* chore: fix type
2025-02-03 22:01:08 +07:00
Faisal Amir
043284f51e
chore: reasoning block ( #4551 )
...
* chore: reasoning text block
* chore: update interface support all theme
* chore: update failed test
* chore: update state collapsed based on message index
* fix: use reserve_id instead of message index
* chore: clean up
* chore: fix loading indicator
---------
Co-authored-by: Louis <louis@jan.ai>
2025-02-01 22:22:45 +07:00
Faisal Amir
f2bb9c91de
chore: align item menu action error message ( #4548 )
2025-01-30 21:20:55 +07:00
Louis
350c9f7def
chore: maintain app distinct_id on factory reset ( #4541 )
2025-01-29 21:52:00 +07:00
Louis
144b836935
fix: app does not reload model when prompt template is updated ( #4537 )
...
* fix: app does not reload model when prompt template is updated
* chore: lint fix
2025-01-29 21:50:17 +07:00
Louis
83f090826e
feat: Jan Hub Revamp ( #4491 )
...
* feat: model hub revamp UI
* chore: model description - consistent markdown css
* chore: add model versions dropdown
* chore: integrate APIs - model sources
* chore: update model display name
* chore: lint fix
* chore: page transition animation
* feat: model search dropdown - deeplink
* chore: bump cortex version
* chore: add remote model sources
* chore: model download state
* chore: fix model metadata label
* chore: polish model detail page markdown
* test: fix test cases
* chore: initialize default Hub model sources
* chore: fix model stats
* chore: clean up click outside and inside hooks
* feat: change hub banner
* chore: lint fix
* chore: fix css long model id
2025-01-28 22:23:25 +07:00
Faisal Amir
261b44d906
feat: Standardize inline error messages ( #4530 )
2025-01-28 21:45:46 +07:00
Faisal Amir
65c9bb9fe1
enhancement: update app layout with system monitor open ( #4528 )
2025-01-28 12:33:03 +07:00