4384 Commits

Author SHA1 Message Date
Louis
e321e482b6
chore: reduce test build steps 2025-01-01 14:22:12 +07:00
Louis
2f755eeb8e
fix: if the default engine isn't installed, the app should reset it 2025-01-01 14:03:43 +07:00
Louis
e8aa977886
Merge pull request #4374 from janhq/fix/could-not-load-model-on-some-intel-machines
fix: bump llama.cpp engine hotfix version to address model load issue on some MacOS Intel machines
v0.5.13-rc1-beta
2024-12-31 21:58:30 +07:00
Louis
a9529f2a05
Merge pull request #4373 from janhq/chore/refactor-core-and-server-packages
chore: refactor core and server packages
2024-12-31 19:51:26 +07:00
Louis
8ccf02a26d
fix: bump llama.cpp engine hotfix version to address mode load issue on some Intel machines 2024-12-31 19:25:47 +07:00
Louis
1bb9d6ce1f
chore: remove server functions from core package 2024-12-31 19:20:20 +07:00
Louis
8ae1e4a24a
chore: refactor core and server packages 2024-12-31 18:38:14 +07:00
Louis
2fe4514678
Merge pull request #4371 from janhq/chore/correct-ci-run-script
chore: deprecate make build-joi
2024-12-31 14:24:19 +07:00
Louis
84ed5ec814
chore: add config-yarn 2024-12-31 14:13:41 +07:00
Louis
e9ed1521b3
chore: deprecate make build-joi 2024-12-31 14:04:58 +07:00
Louis
0be53493fe
Merge pull request #4370 from janhq/chore/enhance-dev-ex
chore: improve development dev-ex with auto extensions migration
2024-12-31 13:37:05 +07:00
Louis
947522e752
chore: simplify the build steps by reducing redundant yarn installs 2024-12-31 13:22:43 +07:00
Louis
c1f918ab8c
chore: improve development dev-ex with auto extensions migration 2024-12-31 12:28:56 +07:00
Faisal Amir
fc7a771432
enhancement: update ui delete engine with modal confirmation (#4359)
* enhancement: update ui delete engine with modal confirmation

* chore: fix linter
2024-12-31 10:10:46 +07:00
Louis
6d88b824a3
Merge pull request #4363 from janhq/chore/reduce-extensions-build-time
chore: refactor extensions build script for optimization
2024-12-31 10:04:18 +07:00
Ashley
724c9a8897 [WIP] Updating basic usage pages 2024-12-31 09:23:43 +07:00
Louis
da55b46240
Merge pull request #4360 from janhq/main
chore: sync latest main into dev
2024-12-30 22:37:02 +07:00
Louis
b8bd846744
chore: refactor extensions build script for optimization 2024-12-30 22:10:48 +07:00
Ashley
60bb719a53 Update Overview, Quickstart & Installation pages 2024-12-30 21:09:58 +07:00
Faisal Amir
a6a0cb325b
feat: local engine management (#4334)
* feat: local engine management

* chore: move remote engine into engine page instead extension page

* chore: set default engine from extension

* chore: update endpoint update engine

* chore: update event onEngineUpdate

* chore: filter out engine download

* chore: update version env

* chore: select default engine variant base on user device specs

* chore: symlink engine variants

* chore: rolldown.config in mjs format

* chore: binary codesign

* fix: download state in footer bar and variant status

* chore: update yarn.lock

* fix: rimraf failure

* fix: setup-node@v3 for built-in cache

* fix: cov pipeline

* fix: build syntax

* chore: fix build step

* fix: create engines folder on launch

* chore: update ui delete engine variant with modal confirmation

* chore: fix linter

* chore: add installing progress for Local Engine download

* chore: wording

---------

Co-authored-by: Louis <louis@jan.ai>
2024-12-30 17:27:51 +07:00
Louis
a33563be9a
chore: bump cortex latest version 1.0.7 (#4357) v0.5.12 2024-12-30 16:36:24 +07:00
Louis
81ad90b951
fix: stop button is gone after switching to a new model (#4356) v0.5.12-rc7-beta 2024-12-30 14:30:34 +07:00
Louis
9b8d8ab3f7
chore: bump cortex 1.0.7 RC (#4355)
* chore: bump cortex 1.0.7 rc

* chore: test update
v0.5.12-rc6-beta
2024-12-30 13:37:16 +07:00
Louis
16dce88a75
chore: don't stop inference and hide the stop button when creating a new thread (#4354) v0.5.12-rc5-beta 2024-12-30 12:32:44 +07:00
Ashley
42353d940f [WIP] updating docs... 2024-12-30 02:09:50 +07:00
Louis
3af34c0d56
chore: Refactor thread state management (#4350)
* chore: Refactor thread state management

• Replace isGeneratingResponseAtom with isBlockingSendAtom
• Update dependencies in ChatBody, ChatInput, and MessageToolbar components
• Remove unused code and variables

* chore: clean states
v0.5.12-rc4-beta
2024-12-29 23:05:07 +07:00
Ashley
d0c21ee506 [WIP] Updating docs... 2024-12-29 22:58:22 +07:00
Faisal Amir
c0f3fb5007
fix: regenerate scroll bottom (#4348) v0.5.12-rc3-beta 2024-12-29 20:58:46 +07:00
hiento09
bd0e525d66
chore: upgrade to turbo v2 and reduce ci quality gate runtime (#4324)
* chore: upgrade to turbo v2 and reduce ci quality gate runtime

* chore: upgrade to yarn v4 and deprecate turborepo

* chore: reconfigure modules and fix tests

* chore: switch to github-hosted runner

* fix: dependency resolving

* chore: clean redundant step

* chore: headless test

* chore: remove headed param

* fix: resolve dependency version

* fix: ubuntu no-sandbox test

---------

Co-authored-by: Hien To <tominhhien97@gmail.com>
Co-authored-by: Louis <louis@jan.ai>
2024-12-29 17:46:15 +07:00
0xHieu
d982f819dc docs: create n8n integration 2024-12-28 15:42:57 +09:00
Ashley
43593b4cd2 [WIP] Updating Installation Page 2024-12-27 19:45:35 +07:00
Ashley
ea63879599 [WIP] Update Quickstart section 2024-12-27 18:17:15 +07:00
Ashley
77fdd56720 Update Overview page 2024-12-27 17:06:15 +07:00
Ashley
50ea481661 [WIP] Update Jan Docs 2024-12-26 21:26:17 +07:00
Ashley
0e72372e68 Update Jan Docs 2024-12-26 21:13:34 +07:00
Louis
c77275a35c
Merge pull request #4341 from janhq/fix/stop-button-state
fix: send message button state reset on stop
v0.5.12-rc2-beta
2024-12-26 20:12:04 +07:00
Louis
a720affd93
fix: thread reset state 2024-12-26 19:12:10 +07:00
Louis
5931dbede3
fix: send message button state reset on stop 2024-12-26 19:06:24 +07:00
Louis
da4336cc49
Merge pull request #4338 from janhq/main
Merge bug fixes from 0.5.12 into dev
2024-12-26 13:31:11 +07:00
Louis
3cd4db0a92
chore: bump latest cortex stable release version (#4336) 2024-12-26 10:52:16 +07:00
Louis
dccd9dd77c
chore: bump cortex 1.0.6-rc (#4330) v0.5.12-rc1-beta 2024-12-24 09:56:02 +07:00
Louis
b28cac7083
fix: render performance while generating messages (#4328) 2024-12-23 21:04:37 +07:00
Faisal Amir
e8e5c8c5f4
fix: disabled native resize textarea when textarea autogrowing (#4326)
* fix: disabled native resize textarea when textarea autogrowing

* fix: disabled auto resize on instruction field
2024-12-23 20:39:22 +07:00
Faisal Amir
56d1ffa136
fix: scroll bottom when generation text (#4323)
* fix: scroll bottom when generation text

* chore: update logic when prepare generate

* chore: fix case no switch thread

* chore: remore dep thread id

* chore: handle fix generation without have dep thread id
2024-12-23 17:55:51 +07:00
Louis
df1c465fd9
fix: app picks model automatically edge cases (#4322) 2024-12-23 15:52:18 +07:00
Louis
171dad1eca
fix: generating message is gone after switching to another thread (#4321) 2024-12-23 15:27:02 +07:00
Louis
9c4dcd38a8
fix: update thread's title edge cases (#4320) 2024-12-23 15:24:02 +07:00
Louis
365cdfa333
fix: threads sorting order after updated (#4319) 2024-12-23 14:09:02 +07:00
Louis
1f4c00dc41
fix: change theme settings do not work after relocated data folder (#4317) 2024-12-23 13:09:26 +07:00
Louis
24222679fb
fix: cleaning a thread should just clear out messages (#4316)
* fix: cleaning a thread should just clear out messages

* chore: clean up
2024-12-23 12:35:30 +07:00