6039 Commits

Author SHA1 Message Date
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
Charles L
d9e6199835 fix: mise build failing 2025-09-01 14:02:31 +10:00
Ramon Perez
c19a0df16e
Merge pull request #6335 from menloresearch/rp/docs-v0.6.9-2
hotfix: changed website theme
2025-08-29 18:38:22 +10:00
Ramon Perez
77877ec15f removed unnecessary packages 2025-08-29 18:35:12 +10:00
Ramon Perez
0d51a13cc7 changed website theme 2025-08-29 18:09:11 +10:00
Dinh Long Nguyen
88decc95aa
Merge pull request #6333 from menloresearch/release/v0.6.9 2025-08-29 11:08:26 +07:00
Ramon Perez
f14d23d719
Merge pull request #6324 from menloresearch/rp/docs-v0.6.9-1
hotfix: fixed home page hyperlink and extension gif
2025-08-28 22:59:35 +10:00
Ramon Perez
9665e6e765 fixed home page hyperlink and extension gif 2025-08-28 22:52:37 +10:00
Ramon Perez
5ec612d74f fixed home page hyperlink and extension gif 2025-08-28 22:48:23 +10:00
Ramon Perez
478902633f
Merge pull request #6323 from menloresearch/rp/docs-v0.6.9
docs: Major restructure and consolidation
2025-08-28 22:30:21 +10:00
Ramon Perez
e36928e2e1 extension mbs reduced 2025-08-28 22:25:04 +10:00
Ramon Perez
71c00cae2c fixed path issue 2025-08-28 21:57:45 +10:00
Ramon Perez
5048593337
Update website/src/content/docs/jan/mcp-examples/search/serper.mdx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-08-28 21:57:07 +10:00
Ramon Perez
db6a3105be fixed path issue 2025-08-28 21:54:01 +10:00
Ramon Perez
786f5f801f fixed path issue 2025-08-28 21:51:53 +10:00
Ramon Perez
798cae28a9 Merge branch 'dev' into rp/docs-v0.6.9 2025-08-28 21:47:25 +10:00
Ramon Perez
d3edc0dc96 all images 2025-08-28 21:46:36 +10:00
Ramon Perez
605322c917 images for new tutorials 2025-08-28 21:45:23 +10:00
Ramon Perez
cd41e9f140 astro config and new images 2025-08-28 21:43:19 +10:00
Ramon Perez
0793ce47e2 reorganised content and new sections 2025-08-28 21:42:28 +10:00
Ramon Perez
94ca9ba902 changelog added 2025-08-28 21:41:42 +10:00
Ramon Perez
eaec02bf6b gifs with browser extension and image support 2025-08-28 21:40:13 +10:00
Akarshan Biswas
5fae954ac5
fix: Use 80% total memory for compatibility check (#6321)
* fix: Use 80% total memory for compatibility check

* refactor: extract usable memory percentage to named constant

Extract the hardcoded 0.8 multiplier into a named constant
USABLE_MEMORY_PERCENTAGE for better readability and maintainability.
v0.6.9
2025-08-28 14:50:00 +05:30
Dinh Long Nguyen
2c6430313c
Bring back QA changes 0.6.9 (#6320)
* fix: check for env value before setting (#6266)

* fix: check for env value before setting

* Use empty instead of none

* fix: update linux build script to be consistent with CI (#6269)

The local build script for Linux was failing due to a bundling error. This commit updates the `build:tauri:linux` script in `package.json` to be consistent with the CI build pipeline, which resolves the issue.

The updated script now includes:
- **`NO_STRIP=1`**: This environment variable prevents the `linuxdeploy` utility from stripping debugging symbols, which was a potential cause of the bundling failure.
- **`--verbose`**: This flag provides more detailed output during the build, which can be useful for debugging similar issues in the future.

* fix: compatibility imported model

* fix: update copy mmproj setting desc

* fix: toggle vision for remote model

* chore: add tooltip visions

* chore: show model setting only for local provider

* fix/update-ui-info

* chore: update filter hub while searching

* fix: system monitor window permission

* chore: update credit description

* chore: bundle license to app

* chore: bundle license to resource mac

* chore: bundle license to linux dist

* chore: relocate LICENSE to resources folder

* fix: handle paste image on linux

* fix: handle copy image from browser in linux

* feat: add regression checklist

* fix: mcp cleanup dropodown tool availabel and sort list

* fix: sort list when add server

* fix: mcp sort list

* fix: handle conditional UI regenerate resp

* fix: code generation more than 300 line

* fix: handle checking compatible gated model

* chore: update test

* chore: remove log

* chore: fix status

* chore: fix status model id

* make validation message infinite (#6318)

---------

Co-authored-by: Akarshan Biswas <akarshan.biswas@gmail.com>
Co-authored-by: Faisal Amir <urmauur@gmail.com>
Co-authored-by: Minh141120 <minh.itptit@gmail.com>
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
2025-08-28 14:27:08 +07:00
Dinh Long Nguyen
bf15036ef8
Merge branch 'dev' into release/v0.6.9 2025-08-28 14:13:08 +07:00
Faisal Amir
7a657477de
Merge pull request #6316 from menloresearch/fix/handle-checking-model-gated
fix: handle checking model gated
2025-08-28 13:58:24 +07:00
Dinh Long Nguyen
eab4b277a2
make validation message infinite (#6318) 2025-08-28 13:47:46 +07:00
Faisal Amir
328d680f73 chore: fix status model id 2025-08-28 13:15:58 +07:00
Faisal Amir
5257a24181 chore: fix status 2025-08-28 13:10:08 +07:00
Faisal Amir
11a7bf7331 chore: remove log 2025-08-28 13:04:13 +07:00
Faisal Amir
85b614f44a chore: update test 2025-08-28 12:58:12 +07:00
Faisal Amir
6bb66b2b93 fix: handle checking compatible gated model 2025-08-28 12:57:11 +07:00
Faisal Amir
8166f3a32f
Merge pull request #6312 from menloresearch/fix/code-generation
fix: code generation more than 300 line
2025-08-28 00:38:19 +07:00
Faisal Amir
ca20828532 fix: code generation more than 300 line 2025-08-28 00:17:43 +07:00
Faisal Amir
95d2f0f86f
Merge pull request #6309 from menloresearch/fix/handle-regenerate-resp
fix: handle conditional UI regenerate resp
2025-08-28 00:02:18 +07:00
Faisal Amir
5fcf36ed8e fix: handle conditional UI regenerate resp 2025-08-27 23:23:36 +07:00
Faisal Amir
a7a5a5ab67
Merge pull request #6305 from menloresearch/fix/mcp-edit-and-sort
fix: mcp cleanup dropodown tool availabel and sort list
2025-08-27 20:33:05 +07:00
Faisal Amir
d922d7454d fix: mcp sort list 2025-08-27 18:25:13 +07:00
Faisal Amir
742f9c1a70 fix: sort list when add server 2025-08-27 18:17:55 +07:00
Faisal Amir
75d189900c fix: mcp cleanup dropodown tool availabel and sort list 2025-08-27 18:08:23 +07:00
Nguyen Ngoc Minh
1fa288f11b
Merge pull request #6302 from menloresearch/feat/add-regresson-checklist
feat: add regression checklist
2025-08-27 17:14:14 +07:00
Minh141120
b095d7150c feat: add regression checklist 2025-08-27 17:12:49 +07:00
Faisal Amir
861590b9ac
Merge pull request #6299 from menloresearch/fix/handle-paste-linux
fix: handle paste image on linux
2025-08-26 22:30:18 +07:00
Faisal Amir
b93f77a9f5 fix: handle copy image from browser in linux 2025-08-26 21:37:32 +07:00
Faisal Amir
b915f1f674 fix: handle paste image on linux 2025-08-26 20:44:23 +07:00
Nguyen Ngoc Minh
a7ed4fe1dc
Merge pull request #6294 from menloresearch/chore/bundle-license-to-app
chore: bundle license to app
2025-08-26 08:42:58 +00:00
Dinh Long Nguyen
02f7b88dab
Bring QA (0.6.9) changes to dev (#6296)
* fix: check for env value before setting (#6266)

* fix: check for env value before setting

* Use empty instead of none

* fix: update linux build script to be consistent with CI (#6269)

The local build script for Linux was failing due to a bundling error. This commit updates the `build:tauri:linux` script in `package.json` to be consistent with the CI build pipeline, which resolves the issue.

The updated script now includes:
- **`NO_STRIP=1`**: This environment variable prevents the `linuxdeploy` utility from stripping debugging symbols, which was a potential cause of the bundling failure.
- **`--verbose`**: This flag provides more detailed output during the build, which can be useful for debugging similar issues in the future.

* fix: compatibility imported model

* fix: update copy mmproj setting desc

* fix: toggle vision for remote model

* chore: add tooltip visions

* chore: show model setting only for local provider

* fix/update-ui-info

* chore: update filter hub while searching

* fix: system monitor window permission

* chore: update credit description

---------

Co-authored-by: Akarshan Biswas <akarshan.biswas@gmail.com>
Co-authored-by: Faisal Amir <urmauur@gmail.com>
Co-authored-by: Minh141120 <minh.itptit@gmail.com>
Co-authored-by: Nguyen Ngoc Minh <91668012+Minh141120@users.noreply.github.com>
2025-08-26 15:35:56 +07:00