Dinh Long Nguyen
359dd8f41e
Merge pull request #6514 from menloresearch/feat/web-gtag
...
feat: Add GA Measurement and change keyboard bindings on web
2025-09-18 20:45:41 +07:00
Dinh Long Nguyen
645548e931
Merge pull request #6516 from menloresearch/release/v0.6.10
2025-09-18 19:15:54 +07:00
Louis
f237936b0c
clean: unused import
2025-09-18 18:49:12 +07:00
Louis
5f6a68d844
fix: avoid the entire app layout re render on route change
2025-09-18 18:44:21 +07:00
Louis
be83395f69
fix: reduce app layout rerender due to router state update
2025-09-18 18:26:03 +07:00
Louis
6342956cd6
fix: reduce unnessary rerender due to current thread retrieval
2025-09-18 17:55:07 +07:00
Louis
86a92ead85
Merge pull request #6469 from menloresearch/fix/deeplink-not-work-on-windows
...
fix: deeplink issue on Windows
2025-09-18 17:47:00 +07:00
Louis
2a2bc40dfe
fix: tests
2025-09-18 17:21:59 +07:00
Louis
707fdac2ce
chore: remove duplicated block
2025-09-18 16:45:37 +07:00
Louis
e64607eb43
fix: linter
2025-09-18 16:44:16 +07:00
Louis
da69f3acec
chore: uncomment irrelevant fix
2025-09-18 16:35:56 +07:00
Louis
f271e8fe9c
chore: clean up console log
2025-09-18 16:31:19 +07:00
Nghia Doan
f90398e29a
Merge pull request #6512 from menloresearch/mobile/thinning_app
...
Feat: Mobile App Optimization and Backend Integration
2025-09-18 16:30:30 +07:00
Louis
241a90492e
fix: thread rerender issue
2025-09-18 16:24:42 +07:00
Vanalite
f76387ac6a
feat: Disable zoom and setup mobile viewport
2025-09-18 15:42:22 +07:00
Vanalite
15d56e8e7e
chore: Shrink the Android app size to minimal, release type
2025-09-18 13:35:50 +07:00
Vanalite
21d0943aa4
chore: Separate configuration for android build in release mode
2025-09-18 11:32:52 +07:00
Dinh Long Nguyen
0f85fce6ef
feat: add auth + google auth provider for web ( #6505 )
...
* handle google auth
* fix lint
* fix auto login button type
* update i18 language + userprofilemenu position
* minor api rename for consistency
2025-09-18 11:11:14 +07:00
Vanalite
4205b2a479
chore: add command to ease the mobile dev
2025-09-18 09:51:32 +07:00
Vanalite
1cddc4be25
chore: keep gen icon on Android
2025-09-18 09:50:54 +07:00
Akarshan Biswas
b9f658f2ae
fix: correct memory suitability checks in llamacpp extension ( #6504 )
...
The previous implementation mixed model size and VRAM checks, leading to inaccurate status reporting (e.g., false RED results).
- Simplified import statement for `readGgufMetadata`.
- Fixed RAM/VRAM comparison by removing unnecessary parentheses.
- Replaced ambiguous `modelSize > usableTotalMemory` check with a clear `totalRequired > usableTotalMemory` hard‑limit condition.
- Refactored the status logic to explicitly handle the CPU‑GPU hybrid scenario, returning **YELLOW** when the total requirement fits combined memory but exceeds VRAM.
- Updated comments for better readability and maintenance.
v0.6.10
2025-09-17 20:09:33 +05:30
Louis
973f77cdc6
feat: system tray icon build flag ( #6500 )
...
* feat: system tray icon build flag
* fix: missing tray feature for testing
* fix: failed tests
* fix: left click should not show menu
* ci: add system dependencies for appindicator lib on Linux
---------
Co-authored-by: Minh141120 <minh.itptit@gmail.com>
2025-09-17 21:04:43 +07:00
Minh141120
d9a0a8e09d
ci: add system dependencies for appindicator lib on Linux
2025-09-17 20:34:44 +07:00
Louis
0ab6417caa
fix: left click should not show menu
2025-09-17 19:58:59 +07:00
Louis
4a4423ed6b
fix: failed tests
2025-09-17 19:55:57 +07:00
Louis
a85ffa270e
fix: missing tray feature for testing
2025-09-17 19:48:30 +07:00
Louis
15164fc0be
feat: system tray icon build flag
2025-09-17 15:54:20 +07:00
Nguyen Ngoc Minh
cac6253d87
Merge pull request #6498 from menloresearch/chore/fix-redirect
...
chore: fix redirect
2025-09-16 22:56:18 -07:00
Hien To
37b2cf4e13
chore: fix redirect
2025-09-17 12:51:06 +07:00
Nguyen Ngoc Minh
1e72e474ec
Merge pull request #6497 from menloresearch/chore/add-redirect
...
chore: add redirect
2025-09-16 22:20:15 -07:00
Hien To
f3f5998e23
chore: add redirect
2025-09-17 12:00:08 +07:00
Vanalite
adfcb35ca6
Merge remote-tracking branch 'origin/dev' into mobile/init-mobile-app
2025-09-17 11:22:57 +07:00
Faisal Amir
066c70fca5
Merge pull request #6496 from menloresearch/fix/wipe-out-docs-website
...
fix: remove website folder
2025-09-17 10:44:18 +07:00
Faisal Amir
3d2d25cba5
fix: remove website folder
2025-09-17 10:35:41 +07:00
Nguyen Ngoc Minh
630463257b
Merge pull request #6495 from menloresearch/qa/v0.6.10
...
feat: add qa checklist v0.6.10
2025-09-16 20:22:38 -07:00
Faisal Amir
b4fd7c300a
Merge pull request #6493 from menloresearch/fix/edit-dialog
...
chore: prevent click outside for edit dialog
2025-09-17 10:22:23 +07:00
Minh141120
eaa0bee9d4
chore: correct typo in checklist
2025-09-17 10:20:09 +07:00
Minh141120
dc808765aa
chore: remove old checklist
2025-09-17 09:42:14 +07:00
Minh141120
c825ba4e4b
feat: add qa checklist
2025-09-17 09:40:14 +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
Nghia Doan
aae1936620
Update web-app/src/routes/index.tsx
...
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-09-17 08:18:52 +07:00
Faisal Amir
a3c2c1aa3b
fix: validat type mcp json
2025-09-16 22:35:51 +07:00
Vanalite
8fa79aa394
chore: Adjust paddings to save some space for the top nav bar
2025-09-16 21:35:50 +07:00
Vanalite
a49d488ae1
fix: Restore dedupe command
2025-09-16 20:38:56 +07:00
Vanalite
224bee5c66
feat: Adjust UI for mobile res
...
Feature:
- Adjust homecreen and chatscreen for mobile device
- Fix tests for both FE and BE
Self-test:
- Confirm runnable on both Android and iOS
- Confirm runnable on desktop app
- All test suites passed
- Working with ChatGPT API
2025-09-16 20:38:56 +07:00
Vanalite
fd046a2d08
fix: Fix parsing datatype inconsistent across platforms
2025-09-16 20:38:56 +07:00
Vanalite
633a6ac032
fix: Reconfigure and add toolchain to wake up Android app
2025-09-16 20:38:56 +07:00
Vanalite
854cc69414
feat: Add android target
2025-09-16 20:38:56 +07:00
Vanalite
e5dccf741a
fix: Fix tests
2025-09-16 20:38:56 +07:00