Roushan Kumar Singh
|
eccaa282e0
|
refactor: resolve rust analyzer warnings and improve code quality (#6696)
- Update string formatting to use modern interpolation syntax
- Simplify expressions and remove unnecessary intermediate variables
- Improve logging statements for better readability
- Clean up code across core modules (app, downloads, mcp, server, etc.)
|
2025-10-02 15:01:06 +07:00 |
|
Vanalite
|
5e57caee43
|
Merge remote-tracking branch 'origin/dev' into mobile/dev
# Conflicts:
# extensions/yarn.lock
# package.json
# src-tauri/plugins/tauri-plugin-hardware/src/vendor/vulkan.rs
# src-tauri/src/lib.rs
# yarn.lock
|
2025-09-29 22:22:00 +07:00 |
|
Roushan Singh
|
7d6e0c22ac
|
chore: fix Encoded logging
|
2025-09-26 15:02:23 +05:30 |
|
Vanalite
|
814024982e
|
feat: Experiment removing hardware permission
|
2025-09-25 00:49:14 +07:00 |
|
Dinh Long Nguyen
|
32a2ca95b6
|
feat: gguf file size + hash validation (#5266) (#6259)
* feat: gguf file size + hash validation
* fix tests fe
* update cargo tests
* handle asyn download for both models and mmproj
* move progress tracker to models
* handle file download cancelled
* add cancellation mid hash run
|
2025-08-21 16:17:58 +07:00 |
|
Dinh Long Nguyen
|
e1c8d98bf2
|
Backend Architecture Refactoring (#6094) (#6162)
* add llamacpp plugin
* Refactor llamacpp plugin
* add utils plugin
* remove utils folder
* add hardware implementation
* add utils folder + move utils function
* organize cargo files
* refactor utils src
* refactor util
* apply fmt
* fmt
* Update gguf + reformat
* add permission for gguf commands
* fix cargo test windows
* revert yarn lock
* remove cargo.lock for hardware plugin
* ignore cargo.lock file
* Fix hardware invoke + refactor hardware + refactor tests, constants
* use api wrapper in extension to invoke hardware call + api wrapper build integration
* add newline at EOF (per Akarshan)
* add vi mock for getSystemInfo
|
2025-08-15 08:59:01 +07:00 |
|