jan/src-tauri
Akarshan 7ac927ff02
feat: enhance llamacpp backend management and installation
- Add `src-tauri/resources/` to `.gitignore`.
- Introduced utilities to read locally installed backends (`getLocalInstalledBackends`) and fetch remote supported backends (`fetchRemoteSupportedBackends`).
- Refactored `listSupportedBackends` to merge remote and local entries with deduplication and proper sorting.
- Exported `getBackendDir` and integrated it into the extension.
- Added helper `parseBackendVersion` and new method `checkBackendForUpdates` to detect newer backend versions.
- Implemented `installBackend` for manual backend archive installation, including platform‑specific binary path handling.
- Updated command‑line argument logic for `--flash-attn` to respect version‑specific defaults.
- Modified Tauri filesystem `decompress` command to remove overly strict path validation.
2025-09-11 09:52:09 +05:30
..
2025-08-10 22:46:44 +07:00
2025-09-09 12:16:25 +07:00
2025-09-09 12:16:25 +07:00
2025-05-15 17:10:00 +07:00
2025-05-15 17:09:58 +07:00
2025-08-20 23:42:12 +07:00
2025-08-26 11:17:59 +07:00