Commit graph

278 commits

Author SHA1 Message Date
d0653c20bb
fix(rocm): augment PATH for rocminfo/hipcc, add Vulkan fallback detection
Electron main process doesn't inherit shell PATH, so bare rocminfo/hipcc
calls failed. Add ROCM_EXEC_OPTIONS that prepends /opt/rocm/bin to PATH.

Add Vulkan fallback in detectROCm: when rocminfo returns empty (e.g. inside
Flatpak sandbox where KFD ioctls fail) but hipcc --version succeeds, fall
back to AMD GPUs sourced from Vulkan detection.

Refactor driver version extraction into getDriverVersion() helper.
Remove redundant hipccCommand ternary (both branches were identical).

fix(flatpak): pull AppImage from GitHub releases instead of local path
2026-05-03 12:12:29 -07:00
57e103d7e0
feat: launcher improvements, flatpak GPU fix, proxy host header, openwebui openssl, ui cleanup, electron bump 2026-05-02 23:53:43 -07:00
7a7519a216
preparing for flatpak builds, minor UI touch-ups, dep upgrades 2026-04-29 01:34:49 -07:00
5680cee312
make the core content slider narrower to reduce empty space, more consistent kcpp update download functionality 2026-04-25 08:45:25 -07:00
c81b2e0727
feat: a11y, keyboard nav, analysis caching, launch shortcut, visual polish 2026-04-24 22:48:11 -07:00
d48bf397a0
fix: escape href in terminal linkifier, use app.isPackaged for isDevelopment 2026-04-24 22:48:04 -07:00
6c009077fc
updates for latest kcpp release 2026-04-20 16:32:10 -07:00
13759e573e
retry new kcpp version checks if internet is unavailable, better logging for audio issues 2026-04-18 13:24:06 -07:00
22ad6be966
dont animate Switch 2026-04-12 20:13:31 -07:00
8c1082627f
UI updates based on impeccable passes 2026-04-12 15:35:33 -07:00
644aac2dea
upgrade oxc and fix new lint issues 2026-04-06 23:01:56 -07:00
5cad5bd141
upgrade to latest mantine, improve auto GPU layer detection 2026-04-06 09:28:29 -07:00
826d63c68a
add jinja UI controls, smooth download ETA, filter new kcpp spam, fix right-click in popups 2026-04-05 22:18:28 -07:00
ca7fd211ff relax filtering of text models 2026-04-04 01:07:10 -07:00
25e1929dbe updates from latest kcpp, new kvquant option 2026-04-04 00:24:47 -07:00
483628eb12 upgrade deps, fix lint 2026-03-31 18:49:35 -07:00
f3193f3ed7 update deps, apply new linting fixes for regex 2026-03-31 02:53:33 -07:00
4c9bd67519 fix lint 2026-03-25 21:17:57 -07:00
a560f4763c new KV cache UI button, dont show V8 version 2026-03-25 20:58:12 -07:00
3b0094ee3e use react-icons for github icon, ignore one more lcpp terminal spam line, 2026-03-23 17:27:23 -07:00
68a206a58d filter out the new spammy llama.cpp output 2026-03-22 09:41:29 -07:00
8b859e0ffb fix local env exec checks not being flagged as failed, minor UI adjustments 2026-03-22 09:27:07 -07:00
940dcb9912 minor updates for kcpp update, dep updates 2026-03-19 08:08:54 -07:00
b9725204e9 tool migrations: biome -> oxc, yarn -> pnpm 2026-03-15 17:40:57 -07:00
b9200b1ee6 upgrade to latest electron, other dep upgrades, must use process.on to account for new rolldown bundling in vite v8 2026-03-12 21:54:33 -07:00
a277176b66 increase context size in GUI to 262144, better context slider thumb label 2026-03-05 21:29:26 -08:00
3c09039845 minor changes for latest kcpp upgrade, dep upgrades 2026-03-05 16:30:20 -08:00
fc1f517930 dep upgrades, minor updates for the latest kcpp update 2026-02-18 11:15:57 -08:00
dfb4b56ae3 remove clblast support, update sdui and lcpp to latest, cli args modal updates for latest kcpp, update to latest electron on v38 2026-01-30 23:05:40 -08:00
443cae6f48 need to wrap windows shell process spawning to avoid warnings on other systems 2026-01-17 22:21:59 -08:00
5571edadda reduce windows metrics performance cost, more consistent bottom stickiness on the terminal tab, better error reporting when a frontend fails to start 2026-01-17 22:04:08 -08:00
6a4c7aa70a fix error types for new error boundary lib upgrade 2026-01-17 18:37:15 -08:00
89abb3aa99 minor updates for the 1.106 release of kcpp, dep upgrades 2026-01-17 18:33:06 -08:00
d5b470233d simplify things by switching from eslint+prettier to biome 2026-01-12 16:02:02 -08:00
a89a2d37d5 update deps, better update check logic for kcpp updates 2026-01-12 15:07:42 -08:00
ad5347c36d increase debounce time for hf seaches to 600ms, updates for latest kcpp 2026-01-03 19:43:49 -08:00
2395dc4c9e fix windows "Forbidden" regression 2025-12-31 10:16:05 -08:00
d95f981f80 prevent path traversal in static file server 2025-12-30 22:48:04 -08:00
b5b7310958 more strict type-based linting, ensure that mispelled words are added to the context menu for replacement 2025-12-30 21:31:21 -08:00
595474dc98 update deps, enable spellcheck 2025-12-30 21:01:41 -08:00
336b1755bc shorten sillytavern code, reduce npm install spam 2025-12-23 23:25:44 -08:00
5e62210ec1 re-implement sillytavern to be manually and locally installed instead of relying on npx, update systeminformation, less main layout padding 2025-12-23 20:30:56 -08:00
5947bc53c0 don't list CLBlast as "Not available" in the System Info, dont auto-check for new openwebui versions 2025-12-22 16:34:52 -08:00
234c247b11 update sdui, new performance tab, start patching llama.cpp UI, lock openwebui to 0.6.41, add a new "clar data" button for openwebui select, new smartcache + pipelineparallel UI performance options 2025-12-22 02:22:18 -08:00
2884698967 80vh is too tall for modals 2025-12-13 22:06:27 -08:00
25ea84a6da wait for the cloudflared tunnel to fully start before exposing its URL 2025-12-13 21:23:52 -08:00
30f0064c5d change openwebui log level to 'warning' to reduce terminal spam 2025-12-12 21:51:57 -08:00
c300bf8a22 update sdui, make tall modals a little taller 2025-12-12 21:18:30 -08:00
940616ea64 allow modals to be closed by clicking outside, minor dep upgrades 2025-12-11 17:49:35 -08:00
35be08bf59 prettify the README, misc minor changes 2025-12-11 00:13:09 -08:00