Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Cut 0.5.3 #3473

Merged
merged 146 commits into from
Aug 27, 2024
Merged

Release Cut 0.5.3 #3473

merged 146 commits into from
Aug 27, 2024

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    c91c755 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    7a660ad View commit details
    Browse the repository at this point in the history
  2. feat: integrating cortex (#3001)

    * feat: integrating cortex
    
    * Temporary prevent crash
    
    Signed-off-by: James <[email protected]>
    
    * fix yarn lint
    
    Signed-off-by: James <[email protected]>
    
    * refactor: remove core node module - fs - extensions and so on (#3151)
    
    * add migration script for threads, messages and models
    
    Signed-off-by: James <[email protected]>
    
    * remove freq_penalty and presence_penalty if model not supported
    
    Signed-off-by: James <[email protected]>
    
    * add back models in my models
    
    Signed-off-by: James <[email protected]>
    
    * fix api-url for setup API key popup
    
    Signed-off-by: James <[email protected]>
    
    * fix using model name for dropdown model
    
    Signed-off-by: James <[email protected]>
    
    * fix can't click to hotkey
    
    Signed-off-by: James <[email protected]>
    
    * fix: disable some UIs
    
    Signed-off-by: James <[email protected]>
    
    * fix build
    
    Signed-off-by: James <[email protected]>
    
    * reduce calling HF api
    
    Signed-off-by: James <[email protected]>
    
    * some ui update
    
    Signed-off-by: James <[email protected]>
    
    * feat: modal migration UI  (#3153)
    
    * feat: handle popup migration
    
    * chore: update loader
    
    * chore: integrate script migration
    
    * chore: cleanup import
    
    * chore: moving out spinner loader
    
    * chore: update check thread message success migrate
    
    * chore: add handle script into retry button
    
    * remove warning from joi
    
    Signed-off-by: James <[email protected]>
    
    * chore: fix duplicate children
    
    * fix: path after migrating model
    
    Signed-off-by: James <[email protected]>
    
    * chore: apply mutation for config
    
    * chore: prevent calling too many create assistant api
    
    Signed-off-by: James <[email protected]>
    
    * using cortexso
    
    Signed-off-by: James <[email protected]>
    
    * update download api
    
    Signed-off-by: James <[email protected]>
    
    * fix use on slider item
    
    Signed-off-by: James <[email protected]>
    
    * fix: ui no download model or simple onboarding (#3166)
    
    * fix download huggingface model match with slider item
    
    Signed-off-by: James <[email protected]>
    
    * update owner_logo to logo and author
    
    Signed-off-by: James <[email protected]>
    
    * update new cortexso
    
    Signed-off-by: James <[email protected]>
    
    * Add install python step for macos
    
    * add engine table
    
    Signed-off-by: James <[email protected]>
    
    * fix local icons
    
    Signed-off-by: James <[email protected]>
    
    * feat: add search feature for model hub
    
    Signed-off-by: James <[email protected]>
    
    * fix misalign switch
    
    Signed-off-by: James <[email protected]>
    
    * fix: delete thread not focus on other thread
    
    Signed-off-by: James <[email protected]>
    
    * add get model from hugging face
    
    Signed-off-by: James <[email protected]>
    
    * fix download from hugging face
    
    Signed-off-by: James <[email protected]>
    
    * small update
    
    Signed-off-by: James <[email protected]>
    
    * update
    
    Signed-off-by: James <[email protected]>
    
    * fix system monitor rounded only on the left
    
    Signed-off-by: James <[email protected]>
    
    * chore: update ui new hub screen (#3174)
    
    * chore: update ui new hub screen
    
    * chore: update layout centerpanel thread and hub screen
    
    * chore: update detail model by group
    
    * update cortexso 0.1.13
    
    Signed-off-by: James <[email protected]>
    
    * chore: add file size
    
    Signed-off-by: James <[email protected]>
    
    * chore: put engine to experimental feature
    
    Signed-off-by: James <[email protected]>
    
    * chore: open cortex folder
    
    Signed-off-by: James <[email protected]>
    
    * chore: add back user avatar
    
    Signed-off-by: James <[email protected]>
    
    * chore: minor UI hub (#3182)
    
    * chore: add back right click thread list and update 3 dots are overlapping with the text
    
    * chore: update position dropdown list my models
    
    * chore: make on-device tab showing 6 items instead of 4
    
    * chore: update style description modals detail model
    
    * chore: update isGeneration loader and author name on modal
    
    * feat: integrate cortex single executable
    
    Signed-off-by: James <[email protected]>
    
    * fix build
    
    Signed-off-by: James <[email protected]>
    
    * chore: added blank state
    
    * chore: update ui component blank state
    
    * bump cortex binary version
    
    * fix: logic show modal migration (#3165)
    
    * fix: logic show modal migration
    
    * chore: fixed logic
    
    * chore: read contain format gguf local models
    
    * chore: change return hasLocalModel
    
    * chore: intiial skipmigration state
    
    * chore: filter embedding model
    
    * fix: delete top thread not focus on any other thread
    
    * chore: added UI no result component search models group (#3188)
    
    * fix: remote model should show all when user config that engine
    
    Signed-off-by: James <[email protected]>
    
    * chore: set state thread and models migration using getOnInit (#3189)
    
    * chore: set state thread and models migration using getOnInit
    
    * chore: add state as dependecies hooks
    
    * chore: system monitor panel show engine model (#3192)
    
    * fix: remove config api, replace with engine
    
    Signed-off-by: James <[email protected]>
    
    * update
    
    Signed-off-by: James <[email protected]>
    
    * update reactquery
    
    Signed-off-by: James <[email protected]>
    
    * bump cortex 0.4.35
    
    * feat: add waiting for cortex popup
    
    Signed-off-by: James <[email protected]>
    
    * chore: add loader detail model popup (#3195)
    
    * chore: model start loader (#3197)
    
    * chore: added model loader when user starting chat without model active
    
    * chore: update copies loader
    
    * fix: select min file size if recommended quant does not exist
    
    Signed-off-by: James <[email protected]>
    
    * chore: temporary hide gpu config
    
    * fix: tensorrt not shown
    
    Signed-off-by: James <[email protected]>
    
    * fix lint
    
    Signed-off-by: James <[email protected]>
    
    * fix tests
    
    Signed-off-by: James <[email protected]>
    
    * fix e2e tests (wip)
    
    Signed-off-by: James <[email protected]>
    
    * update
    
    Signed-off-by: James <[email protected]>
    
    * fix: adding element and correct test to adapt new UI
    
    * fix: temp skip unstable part
    
    * fix: only show models which can be supported
    
    Signed-off-by: James <[email protected]>
    
    * Update version.txt
    
    * update send message
    
    Signed-off-by: James <[email protected]>
    
    * fix: not allow user send message when is generating
    
    Signed-off-by: James <[email protected]>
    
    * chore: temp skip Playwright test due to env issue
    
    * chore: temp skip Playwright test due to env issue
    
    * update
    
    Signed-off-by: James <[email protected]>
    
    * chore: minor-ui-feedback (#3202)
    
    ---------
    
    Signed-off-by: James <[email protected]>
    Co-authored-by: Louis <[email protected]>
    Co-authored-by: Faisal Amir <[email protected]>
    Co-authored-by: Hien To <[email protected]>
    Co-authored-by: Van Pham <[email protected]>
    Co-authored-by: Van-QA <[email protected]>
    6 people authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    101268f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    007daa7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Deprecate Docker and K8s (#3219)

    Co-authored-by: Hien To <[email protected]>
    hiento09 and hientominh authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    7611a05 View commit details
    Browse the repository at this point in the history
  2. bump-cortex-0.5.0-1 (#3218)

    * bump-cortex-0.5.0
    
    * Update version.txt
    Van-QA authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5369da7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. feat: new starter screen (#3217)

    * feat: starter screen
    
    * chore: update flow starter screen
    
    * fix CI
    
    Signed-off-by: James <[email protected]>
    
    * chore: update variable name
    
    * chore: fix CI
    
    * update download cortex binary
    
    Signed-off-by: James <[email protected]>
    
    ---------
    
    Signed-off-by: James <[email protected]>
    Co-authored-by: James <[email protected]>
    urmauur and namchuai authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e8ee694 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix: update new api from cortex to support 0.5.0 (#3221)

    * fix: update new api from cortex to support 0.5.0
    
    Signed-off-by: James <[email protected]>
    
    * fix stop button for streaming
    
    Signed-off-by: James <[email protected]>
    
    * fix stop inference for nonstreaming
    
    Signed-off-by: James <[email protected]>
    
    * chore: remove umami prevent tracking call to vercel
    
    Signed-off-by: James <[email protected]>
    
    * add warning modal when running more than 2 model concurrently
    
    Signed-off-by: James <[email protected]>
    
    * fix: skip summarize if abort
    
    Signed-off-by: James <[email protected]>
    
    * 0.5.0-3
    
    * add inference error popup
    
    Signed-off-by: James <[email protected]>
    
    * add back import local model
    
    Signed-off-by: James <[email protected]>
    
    * fix: max token issue (#3225)
    
    Signed-off-by: James <[email protected]>
    
    * format status
    
    Signed-off-by: James <[email protected]>
    
    * fix migration missing instructions
    
    Signed-off-by: James <[email protected]>
    
    * fix: wait for cortex process overlay should be on top (#3224)
    
    * fix: wait for cortex process overlay should be on top
    
    * chore: update cortex.js
    
    * Cortex 0.5.0-5
    
    * add import model to my model screen
    
    Signed-off-by: James <[email protected]>
    
    * fix: should migrate symlink models (#3226)
    
    * fix import on windows (#3229)
    
    Signed-off-by: James <[email protected]>
    
    * fix yarn lint
    
    Signed-off-by: James <[email protected]>
    
    * fix: clean up port before start jan (#3232)
    
    Signed-off-by: James <[email protected]>
    
    ---------
    
    Signed-off-by: James <[email protected]>
    Co-authored-by: Van Pham <[email protected]>
    Co-authored-by: Louis <[email protected]>
    3 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ec9b5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13428d6 View commit details
    Browse the repository at this point in the history
  3. fix: broken status parse due to empty category (#3233)

    * fix: broken status parse due to empty category
    
    * cortex 0.5.0-7
    
    ---------
    
    Co-authored-by: Van Pham <[email protected]>
    louis-jan and Van-QA authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    68714ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d3a97f View commit details
    Browse the repository at this point in the history
  5. fix: add back normalize message function (#3234)

    Signed-off-by: James <[email protected]>
    namchuai authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    83579df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0f2307 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    c10caf8 View commit details
    Browse the repository at this point in the history
  2. feat: manage cloud models from threads screen (#3223)

    * feat: allow user to setup and manage cloud model from model dropdown
    
    * feat: add setup apikey modal for model dropdown
    
    * chore: remove console log
    
    * chore: update new function onSettingClick
    
    * chore: fix div
    urmauur authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    37a3c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e06ed8 View commit details
    Browse the repository at this point in the history
  4. fix: remote model added manually does not shown in model drop down (#…

    …3261)
    
    * fix: remote model added manually does not shown in model drop down
    
    * Bump cortex 0.5.0-27 in version.txt
    
    ---------
    
    Co-authored-by: Van Pham <[email protected]>
    namchuai and Van-QA authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    224ca3f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. fix: set cortex data folder path when starting jan (#3252)

    * fix: set cortex data folder path when starting jan
    
    * fix: change port to 1338
    
    * fix: add migration in advanced setting
    
    * update
    
    * update new cortex
    
    * feat: add import model error handler
    
    Signed-off-by: James <[email protected]>
    
    ---------
    
    Signed-off-by: James <[email protected]>
    namchuai authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    91c77ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5d8ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10b4a90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07fa79e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d074a5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3bebdfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2074511 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57cf3c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44a6401 View commit details
    Browse the repository at this point in the history
  10. fix: migration wrong directory (#3278)

    * fix: migration wrong directory
    
    * reload model after migration
    
    Signed-off-by: James <[email protected]>
    
    ---------
    
    Signed-off-by: James <[email protected]>
    namchuai authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    7fb1354 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8372f30 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a81865 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. chore": update minor UI (#3281)

    * chore: update minor and missing ui
    
    * chore: update ui import model
    
    * 0.5.0-30
    
    ---------
    
    Co-authored-by: Van Pham <[email protected]>
    urmauur and Van-QA authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    105a9aa View commit details
    Browse the repository at this point in the history
  2. fix: remote engine should not allow reinit (#3284)

    * chore: local engines should not allow reinit
    
    * fix: remote engines should not have install action
    louis-jan authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    98abff0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2201e6c View commit details
    Browse the repository at this point in the history
  4. feat: add chunk count (#3290)

    * feat: add chunk count
    
    * bump cortex version
    namchuai authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bad481b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2521e1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3135ccc View commit details
    Browse the repository at this point in the history
  7. fix: error while importing local model is not shown (#3294)

    * fix: error while importing local model is not shown
    
    Signed-off-by: James <[email protected]>
    
    * fix: failed download should not be added to download state (#3297)
    
    Signed-off-by: James <[email protected]>
    
    ---------
    
    Signed-off-by: James <[email protected]>
    namchuai authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    26be941 View commit details
    Browse the repository at this point in the history
  8. fix: icon setting can close and open right panel (#3295)

    * fix: icon setting input box can close and open right panel
    
    * fix: unsued import
    urmauur authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    be31e93 View commit details
    Browse the repository at this point in the history
  9. fix: engine logo on model dropdown (#3291)

    * fix: render logo each engine instead each model engine
    
    * chore: disabled option when engine isn't ready
    urmauur authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8eb8611 View commit details
    Browse the repository at this point in the history
  10. chore: update cortex new version (#3300)

    Signed-off-by: James <[email protected]>
    namchuai authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6020979 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa7dbdc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    709204b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    b348110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43242b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: avoid lose title threads (#3307)

    * fix: avoid lose title threads
    
    * fix: create cont default thread title
    urmauur authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a4f5fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624d077 View commit details
    Browse the repository at this point in the history
  3. feat: modal waiting cortex (#3306)

    * feat: update style modal waiting cortex
    
    * chore: fix logic open modal
    
    * chore: update url default host atom
    
    * chore: update jan data folder path
    
    * chore: reduce font size modal waiting cortex
    urmauur authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1f5168d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3de4eab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6058764 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eb1121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e4b6b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    77422c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfb497 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    e9f5d2f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Chore/simple bug template and correct a copy (#3344)

    * Add files via upload
    
    * Update Save instructions for all threads
    Van-QA authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    23cd5fd View commit details
    Browse the repository at this point in the history
  2. chore(UI): update experience model dropdown (#3342)

    * chore(ui)/update-experience-model-dropdown
    
    * chore: remove unused container engine avatar
    
    * chore: remove unused import
    
    * chore: name list click able and change icon plus if apikey not yet setup
    urmauur authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8b44613 View commit details
    Browse the repository at this point in the history
  3. feat: move icon create new thread into top panel (#3346)

    * feat: move icon create new thread into top panel
    
    * chore: update conditional chcck length
    urmauur authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    46cb1b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe8ed1f View commit details
    Browse the repository at this point in the history
  5. feat: allow user configure remote model from my model (#3348)

    * feat: allow user configure remote model from my model
    
    * chore: fix linter
    
    * chore: fix linter
    
    * chore: add dedpendecies useCallback model item
    urmauur authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    fdab8af View commit details
    Browse the repository at this point in the history
  6. fix: empty model page not shown when delete all threads and models (#…

    …3343)
    
    * fix: empty model page not shown when delete all threads and models
    
    * fix: blank state when delete jan data folder content (#3345)
    
    * test template name
    
    ---------
    
    Co-authored-by: Van Pham <[email protected]>
    namchuai and Van-QA authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    9e29fcd View commit details
    Browse the repository at this point in the history
  7. chore: add back GPU information to system monitoring bar (#3350)

    * chore: add back GPU information to system monitoring bar
    
    * update template name
    
    * Update bug_report.md
    
    ---------
    
    Co-authored-by: Van Pham <[email protected]>
    louis-jan and Van-QA authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    03455a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fcaf98a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    6dd387d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b2c84c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6fbea View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Revert "Jan integrates Cortex"

    This reverts commit ad6fbea
    
    Revert "chore: add engine logo from local instead of metadata logo (#3363)"
    
    This reverts commit ad6fbea.
    
    Revert "fix: LaTex formula render issue (#3353)"
    
    This reverts commit 3b2c84c.
    
    Revert "chore: minor ui improvement (#3352)"
    
    This reverts commit 6dd387d.
    
    Revert "fix: failed to relaunch app to update (#3351)"
    
    This reverts commit fcaf98a.
    
    Revert "chore: add back GPU information to system monitoring bar (#3350)"
    
    This reverts commit 03455a9.
    
    Revert "fix: empty model page not shown when delete all threads and models (#3343)"
    
    This reverts commit 9e29fcd.
    
    Revert "feat: allow user configure remote model from my model (#3348)"
    
    This reverts commit fdab8af.
    
    Revert "chore: ui fix button outline for configure cloud model (#3347)"
    
    This reverts commit fe8ed1f.
    
    Revert "feat: move icon create new thread into top panel (#3346)"
    
    This reverts commit 46cb1b4.
    
    Revert "chore(UI): update experience model dropdown (#3342)"
    
    This reverts commit 8b44613.
    
    Revert "Chore/simple bug template and correct a copy (#3344)"
    
    This reverts commit 23cd5fd.
    
    Revert "chore(ui): fix alignment loader starter screen (#3338)"
    
    This reverts commit e9f5d2f.
    
    Revert "Increase retry upload to R2 to 5 times (#3337)"
    
    This reverts commit dcfb497.
    
    Revert "fix: broken jan build - add log trace (jan.log) (#3336)"
    
    This reverts commit 77422c3.
    
    Revert "chore: disable quick ask (#3334)"
    
    This reverts commit 6e4b6b0.
    
    Revert "fix: update legacy path (#3328)"
    
    This reverts commit 5eb1121.
    
    Revert "chore: add cortex version (#3318)"
    
    This reverts commit 6058764.
    
    Revert "fix: broken app due to incorrect api path (#3316)"
    
    This reverts commit 3de4eab.
    
    Revert "feat: modal waiting cortex (#3306)"
    
    This reverts commit 1f5168d.
    
    Revert "fix: refresh should not create new thread (#3314)"
    
    This reverts commit 624d077.
    
    Revert "fix: avoid lose title threads (#3307)"
    
    This reverts commit a4f5fda.
    
    Revert "feat: change data folder (#3309)"
    
    This reverts commit b43242b.
    
    Revert "feat: embed cortex into jan as a js module (#3305)"
    
    This reverts commit b348110.
    
    Revert "fix: migration item in setting detail omit buttons (#3298)"
    
    This reverts commit 709204b.
    
    Revert "fix: merge gpu arch and os tensorrt models (#3299)"
    
    This reverts commit aa7dbdc.
    
    Revert "chore: update cortex new version (#3300)"
    
    This reverts commit 6020979.
    
    Revert "fix: engine logo on model dropdown (#3291)"
    
    This reverts commit 8eb8611.
    
    Revert "fix: icon setting can close and open right panel (#3295)"
    
    This reverts commit be31e93.
    
    Revert "fix: error while importing local model is not shown (#3294)"
    
    This reverts commit 26be941.
    
    Revert "fix: add lower case quantization support (#3293)"
    
    This reverts commit 3135ccc.
    
    Revert "fix: onnx can't be selected in download model modal (#3283)"
    
    This reverts commit 2521e1d.
    
    Revert "feat: add chunk count (#3290)"
    
    This reverts commit bad481b.
    
    Revert "fix: RAM always show 0% (#3287)"
    
    This reverts commit 2201e6c.
    
    Revert "fix: remote engine should not allow reinit (#3284)"
    
    This reverts commit 98abff0.
    
    Revert "chore": update minor UI (#3281)"
    
    This reverts commit 105a9aa.
    
    Revert "chore: update z-index tooltip (#3280)"
    
    This reverts commit 5a81865.
    
    Revert "feat: add nvidia engine (#3279)"
    
    This reverts commit 8372f30.
    
    Revert "fix: migration wrong directory (#3278)"
    
    This reverts commit 7fb1354.
    
    Revert "fix: clearer app loading prompt (#3275)"
    
    This reverts commit 44a6401.
    
    Revert "fix: allow user to reinit engine from settings page (#3277)"
    
    This reverts commit 57cf3c7.
    
    Revert "feat: enable copy over instructions (#3266)"
    
    This reverts commit 2074511.
    
    Revert "chore: toast message on model import fail with reason (#3276)"
    
    This reverts commit 3bebdfe.
    
    Revert "fix: should not let second instance terminate cortex (#3274)"
    
    This reverts commit d074a5a.
    
    Revert "chore: remnove focus button (#3272)"
    
    This reverts commit 07fa79e.
    
    Revert "chore: update hub search result (#3273)"
    
    This reverts commit 10b4a90.
    
    Revert "chore: temporary hidden import model (#3270)"
    
    This reverts commit db5d8ab.
    
    Revert "fix: set cortex data folder path when starting jan (#3252)"
    
    This reverts commit 91c77ed.
    
    Revert "fix: remote model added manually does not shown in model drop down (#3261)"
    
    This reverts commit 224ca3f.
    
    Revert "feat: add more options for cortex popup (#3236)"
    
    This reverts commit 5e06ed8.
    
    Revert "feat: manage cloud models from threads screen (#3223)"
    
    This reverts commit 37a3c4f.
    
    Revert "chore: check the legacy incompatible message type (#3248)"
    
    This reverts commit c10caf8.
    
    Revert "chore: minor copy for grammar (#3235)"
    
    This reverts commit f0f2307.
    
    Revert "fix: add back normalize message function (#3234)"
    
    This reverts commit 83579df.
    
    Revert "chore: update conditional starter screen after cortex load (#3227)"
    
    This reverts commit 4d3a97f.
    
    Revert "fix: broken status parse due to empty category (#3233)"
    
    This reverts commit 68714ee.
    
    Revert "feat: make scroll area type auto for make default visible scrollbar (#3220)"
    
    This reverts commit 13428d6.
    
    Revert "fix: update new api from cortex to support 0.5.0 (#3221)"
    
    This reverts commit ec9b5bf.
    
    Revert "feat: new starter screen (#3217)"
    
    This reverts commit e8ee694.
    
    Revert "bump-cortex-0.5.0-1 (#3218)"
    
    This reverts commit 5369da7.
    
    Revert "Deprecate Docker and K8s (#3219)"
    
    This reverts commit 7611a05.
    
    Revert "chore: set container max width for chat message and new hub screen (#3213)"
    
    This reverts commit 007daa7.
    
    Revert "feat: integrating cortex (#3001)"
    
    This reverts commit 101268f.
    louis-jan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a699f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d02920 View commit details
    Browse the repository at this point in the history
  3. fix: LaTex formula render issue (#3353)

    # Conflicts:
    #	web/screens/Thread/ThreadCenterPanel/SimpleTextMessage/index.tsx
    louis-jan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2328ca5 View commit details
    Browse the repository at this point in the history
  4. Deprecate Docker and K8s (#3219)

    Co-authored-by: Hien To <[email protected]>
    # Conflicts:
    #	Dockerfile
    #	Dockerfile.gpu
    hiento09 authored and louis-jan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c6c4509 View commit details
    Browse the repository at this point in the history
  5. chore: update z-index tooltip (#3280)

    urmauur authored and louis-jan committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    57205a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd830b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52d90ee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge pull request #3383 from janhq/chore/cherry-pick-latest-fixes

    chore: cherry pick latest fixes
    louis-jan authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e12d501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    265ebad View commit details
    Browse the repository at this point in the history
  3. fix: isolate test config

    louis-jan committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6aac824 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3391 from janhq/fix/jan-should-have-access-to-it-…

    …resource-folders
    
    fix: Jan should have access to it resource folders
    louis-jan authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3de7eda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b87b7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19510fc View commit details
    Browse the repository at this point in the history
  7. chore: fix engine entity

    urmauur committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    80b23d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    098492d View commit details
    Browse the repository at this point in the history
  9. chore: update utils

    urmauur committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0fe98a8 View commit details
    Browse the repository at this point in the history
  10. chore: fix openrouter logo

    urmauur committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a57d6d8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c13b46 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3386 from janhq/chore/cherry-pick-model-collapsib…

    …le-by-engine
    
    chore: update model dropdown and my model with collapsible chevron
    louis-jan authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    57d5068 View commit details
    Browse the repository at this point in the history
  13. feat: add-model-assistant-tab

    urmauur committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    28fe22c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    815af00 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #3381 from janhq/chore/cherry-pick-move-create-new…

    …-thread
    
    chore: move create new thread to top panel
    louis-jan authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5149a3f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b033e28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    85d01c2 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #3389 from janhq/feat/add-model-assistant-tab

    feat: add model assistant tab
    louis-jan authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    76b2e58 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    176fbc6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b86dad6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #3393 from janhq/fix/fe-emits-ugly-errors-on-exten…

    …sions-load
    
    fix: app emits ugly errors when retrieving settings
    louis-jan authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    701d78c View commit details
    Browse the repository at this point in the history
  2. chore: clean up console modal component (#3395)

    * chore: cleanup console modal component
    
    * chore: cleanup unused import
    urmauur authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8b51d7f View commit details
    Browse the repository at this point in the history
  3. Chore/simple template report (#3400)

    * Add files via upload
    
    * Update bug_report.md
    Van-QA authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    62c3a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a3b438 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c441963 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d88c096 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    be4716c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3420 from janhq/chore/fix-ci-remove-headlessui

    chore: fix CI - remove headless ui
    louis-jan authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5bbf7f8 View commit details
    Browse the repository at this point in the history
  3. fix: avoid show remote model on system monitor (#3412)

    * fix: avoid show remote model on system monitor
    
    * fix: update copies and remove padding
    urmauur authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1f5d504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfd9c54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96f393a View commit details
    Browse the repository at this point in the history
  6. Chore use aws s3 for nightly channel (#3416)

    * Replace deprecated steps github action
    
    * Migrate from cloudflare r2 to aws s3
    
    ---------
    
    Co-authored-by: Hien To <[email protected]>
    hiento09 and hientominh authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4054713 View commit details
    Browse the repository at this point in the history
  7. chore: small ui improvement (#3414)

    * chore/small-ui-nits
    
    * chore: fix typo
    urmauur authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d14ce6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9c3045 View commit details
    Browse the repository at this point in the history
  9. fix: save state toggle input box setting (#3402)

    * fix: save input box setting
    
    * fix: active icon state when model tab is active, and increased textarea instruction
    
    * chore: update button modal inference
    urmauur authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    73ec5de View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Fix auto updater nightly (#3424)

    * Revert to old url
    
    ---------
    
    Co-authored-by: Hien To <[email protected]>
    hiento09 and hientominh authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c3520e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa3a61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc8acc0 View commit details
    Browse the repository at this point in the history
  4. chore: add log prefix

    louis-jan committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c9490d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81e1f16 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3421 from janhq/feat/import-model-use-gguf-metadata

    feat: import model with gguf metadata extraction
    louis-jan authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c8474c8 View commit details
    Browse the repository at this point in the history
  7. feat: preserve model settings (#3427)

    * feat: preserve model settings
    
    * feat: preserve model settings across new threads
    
    * chore: lint fix
    
    * fix: feature toggle off should also affect default value retrieve
    louis-jan authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ad9a4a0 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3428 from janhq/chore/disable-internal-rest-apis-…

    …due-to-vulnerability-possible-issues
    
    chore: disable internal REST endpoints due to a vulnerability issue
    louis-jan authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    90e4d85 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    77fd172 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35f6851 View commit details
    Browse the repository at this point in the history
  3. fix: missing font katex (#3431)

    * chore: wio fix missing font katex
    
    * chore: add postcss-url
    
    * fix: font katex
    
    * chore: revert packajson electron
    
    * chore: make font as base64
    urmauur authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5c2f0d3 View commit details
    Browse the repository at this point in the history
  4. fix: setting chatbox input (#3429)

    * fix: setting chatbox input
    
    * fix: linter issue
    urmauur authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bb3bbd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed584b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    486c09a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a337b2e View commit details
    Browse the repository at this point in the history
  8. fix: preserve model settings should maintain all settings (#3435)

    * fix: preserve model settings should maintain all settings
    
    * fix: a legacy bug that allow sending empty stop string
    
    * fix: blank default settings
    
    * fix: incorrect persisting model update
    louis-jan authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7c9d49b View commit details
    Browse the repository at this point in the history
  9. fix: setting extension placeholder and input action apikey (#3430)

    * fix: setting extension placeholder apikey
    
    * fix: extension settings migration
    
    ---------
    
    Co-authored-by: Louis <[email protected]>
    urmauur and louis-jan authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ab8af53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    429a319 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fcb0f6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3441 from janhq/chore/add-back-openrouter-endpoin…

    …t-setting
    
    chore: add back OpenRouter request endpoint setting
    louis-jan authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aaeb18c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf07465 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. feat: add checklist regression test (#3425)

    * feat: add checklist regression test
    
    * Update QA-checklist.md
    
    ---------
    
    Co-authored-by: Van QA <[email protected]>
    Van-QA and Van QA authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e98cb78 View commit details
    Browse the repository at this point in the history
  2. chore: change jan default data folder path to app's userData (#3443)

    * chore: change jan default data folder path to app's userData
    
    * fix: legacy factory reset does not work properly
    
    * chore: update jan data folder path on UI accordingly
    
    * chore: change jan data folder to Jan/data
    louis-jan authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    925cd04 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    6d33ff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81fa0b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44119e6 View commit details
    Browse the repository at this point in the history
  4. fix: eslint

    louis-jan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    674a630 View commit details
    Browse the repository at this point in the history
  5. chore: add husky pre-commit

    fix: test
    louis-jan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    bb889ef View commit details
    Browse the repository at this point in the history
  6. fix: toggles alignment

    louis-jan committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fe71380 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8317b9a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3458 from janhq/chore/add-husky-pre-commit-hook

    chore: add husky pre-commit
    louis-jan authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c25d0ce View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3457 from janhq/fix/add-min-height-window

    fix: add a minimum height for the main window otherwise it shrinks
    louis-jan authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7fca45a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3456 from janhq/fix/correct-time-weighted-retriev…

    …al-toggle
    
    fix: correct time-weighted retrieval toggle
    louis-jan authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4228b9f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Chore upgrade cortex 0.5.0 (#3462)

    * Windows download default llamacpp engines
    
    * Add download cortex llamacpp engine for linux and macos
    
    * fix: add engine to nitro request body
    
    ---------
    
    Co-authored-by: Hien To <[email protected]>
    Co-authored-by: marknguyen1302 <[email protected]>
    3 people authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c798e9b View commit details
    Browse the repository at this point in the history
  2. fix: import model by folder on win (#3463)

    * fix: import model by folder on win
    
    * expose getGgufFiles method
    
    * fix the missing api
    
    * clean log
    
    * clean log
    marknguyen1302 authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    52aa87a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0001103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e8583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4115f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1765346 View commit details
    Browse the repository at this point in the history
  7. chore: add llama 3.1 8B gguf model (#3468)

    * chore: add llama 3.1 8B gguf model
    
    * chore: add llama3.1 70B model
    
    * chore: add models to rollup
    
    * chore: fix tag
    
    * chore: fix size
    
    * fix: 8b model
    
    * Chore/add gemma2 model (#3471)
    
    * feat: add gemma 2
    
    * feat: add gemma 2
    
    * feat: correct ngl
    
    ---------
    
    Co-authored-by: Van QA <[email protected]>
    
    * feat: add featured tag
    
    ---------
    
    Co-authored-by: Van Pham <[email protected]>
    Co-authored-by: Van QA <[email protected]>
    3 people authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1c5b635 View commit details
    Browse the repository at this point in the history