Dinh Long Nguyen
645548e931
Merge pull request #6516 from menloresearch/release/v0.6.10
2025-09-18 19:15:54 +07:00
Faisal Amir
6f2a01990f
chore: prevent click outside for edit dialog
2025-09-17 09:35:36 +07:00
Faisal Amir
7fc3afd0ef
Merge pull request #6478 from menloresearch/fix/mcp-json-validation
...
fix: mcp json validation structure and serverName
2025-09-17 09:01:01 +07:00
Faisal Amir
a3c2c1aa3b
fix: validat type mcp json
2025-09-16 22:35:51 +07:00
Faisal Amir
bb39cb1e99
fix/mcp-json-validation
2025-09-16 17:20:14 +07:00
Faisal Amir
272ef9f8b8
fix/revalidate-model-gguf
2025-09-16 15:59:59 +07:00
Faisal Amir
ea354ce621
fix/validate-mmproj-from-general-basename
2025-09-16 15:44:58 +07:00
Faisal Amir
0e972646e8
Merge pull request #6465 from menloresearch/fix/attachment-edit-message
...
fix: attachment edit message
2025-09-16 11:17:17 +07:00
Faisal Amir
3b22f0b7c0
fix: imporove edit message with attachment image
2025-09-15 21:48:01 +07:00
Faisal Amir
e02be47aae
fix: remove log
2025-09-15 21:09:08 +07:00
Faisal Amir
5736d7b110
fix: auto update should not block popup
2025-09-15 20:51:27 +07:00
Louis
43431c26e7
Merge branch 'dev' into feat/model-selector
2025-09-15 12:02:25 +07:00
Faisal Amir
a26445e557
chore: make action mutton capitalize
2025-09-15 10:34:27 +07:00
Faisal Amir
44893bc3c3
enhancement: copy MCP permission
2025-09-15 10:33:05 +07:00
Faisal Amir
4293fe7edc
fix: avoid error validate nested dom
2025-09-12 10:58:34 +07:00
Faisal Amir
ba4dc6d1eb
enhancement: update ui dialog update llamacpp backend
2025-09-11 09:52:09 +05:30
Faisal Amir
86dcfc10cf
enhancement: rollback edit capabilities for local model
2025-09-10 19:43:44 +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
lugnicca
dbcc1db0b9
Merge branch 'dev' into feat/model-selector
2025-09-08 17:51:03 +02:00
Faisal Amir
94dc298181
chore: update validation logic
2025-09-08 22:37:55 +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
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
lugnicca
045778406f
Merge branch 'dev' into feat/model-selector
2025-09-05 19:51:17 +02: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
lugnicca
3d0ce15fe8
fix: prevent stale provider model requests from polluting UI state
2025-09-02 18:19:12 +02: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
lugnicca
1a6a37c003
fix: escape key was closing modal instead of only combobox and remove arrow left/righ closing combobox
2025-08-24 00:40:02 +02:00
lugnicca
5d9c3ab462
feat: add model selector with fetching from /v1/models endpoints when adding models
2025-08-23 02:36:38 +02:00
Louis
5c4deff215
Merge pull request #6260 from menloresearch/fix/bring-back-manual-model-capability-edit
...
fix: bring back manual model capability edit modal
2025-08-21 16:31:17 +07:00
Louis
6c44ec558d
Merge pull request #6211 from cmppoon/dev
...
fix: emoji picker remains stuck in the open state in AddEditAssistant component
2025-08-21 12:16:09 +07:00
Louis
e6587844d0
Merge branch 'dev' into current-date-instruction
2025-08-21 11:41:30 +07:00
cmuangs
7076a69e3a
Merge branch 'dev' into dev
2025-08-21 12:28:12 +08:00
Louis
6850dda108
feat: MCP server error handling
2025-08-20 23:42:12 +07:00
Faisal Amir
8f0999cc37
chore: update layout setting assistant
2025-08-20 13:00:59 +07:00
Louis
48422e0a4b
chore: add min to the call steps
2025-08-20 12:52:01 +07:00
Louis
c018713676
feat: allow user to set max_attempt for MCP to avoid looping
2025-08-20 12:42:54 +07:00
Kamal Fariz Mahyuddin
df27def9cb
Merge branch 'dev' into current-date-instruction
2025-08-19 14:40:08 -07:00
Louis
bfe671d7b4
feat: #5917 - model tool use capability should be auto detected
2025-08-19 09:51:36 +07:00
Faisal Amir
1eb1bb91ce
chore: update placeholder
2025-08-18 12:17:24 +07:00
Faisal Amir
d2cc9cc13b
enhancement: mcp disable save button when server name still empty
2025-08-18 12:13:55 +07:00
Louis
362324cb87
Merge pull request #6188 from menloresearch/feat/mcp-enhancement
...
feat: mcp enhancement
2025-08-18 09:55:44 +07:00
Chaiyapruek Muangsiri
9024e2d382
fix: emoji picker stuck in open state
2025-08-18 10:39:13 +08:00
Faisal Amir
b1b2ca1987
Merge pull request #6006 from menloresearch/feat/fav-model
...
🚀 feat: allow user mark model as favorite
2025-08-17 23:14:26 +07:00
Kamal Fariz Mahyuddin
b77c8932a6
feat: support inserting current date into assistant prompt
2025-08-17 00:24:00 -07:00