Commit Graph
20 Commits
Author SHA1 Message Date
Liet Blue dc6807a21f feat(server-dashboard): add admin UI for AIRI operations (#1942) 2026-06-04 16:16:19 +08:00
Liet Blue 61371060e7 fix(ci): harden pr-triage prompt against WASM guard UTF-8 crash (#1653)
The WASM guard (lib.rs:939) panics on `&output_json[..500]` when the
serialized output contains CJK characters at the byte boundary. This
poisons the guard for the entire session.

- Flip call order: get_files first (ASCII-dominant response), get second
- Add fallback: curl GitHub API when MCP server dies
- Narrow bash restriction: allow read-only shell for data retrieval
- Recompile lock file
2026-04-13 16:24:15 +08:00
Liet Blue 82389556e6 fix(stage-ui): return empty string instead of empty array in mcp_list_tools error fallback (#1497) 2026-03-28 15:33:56 +08:00
96dbae7a1a fix(stage-ui): improve profile switcher popover UI (#1425)
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Neko <neko@ayaka.moe>
2026-03-24 13:17:49 +08:00
Liet Blue fe40ac72c5 feat(stage-layouts): hide header in desktop (#1462) 2026-03-24 10:14:35 +08:00
Liet Blue 2b4ff6ab20 chore(docs): replace CLAUDE.md symlink with @AGENTS.md reference (#1455) 2026-03-23 13:56:52 +08:00
f92db7a70b feat(stage-pocket): add Android target (#1326)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: LemonNeko <self@lemonneko.moe>
2026-03-15 21:46:23 +08:00
Liet Blue a1a94371f4 fix(speech): prevent speech provider config reset on startup by removing premature immediate watcher (#1340) 2026-03-13 22:38:54 +08:00
Liet Blue 5d8a0c88fe feat(stage-tamagotchi): add profile switcher to controls island and web header (#1328) 2026-03-13 18:32:07 +08:00
Liet Blue c95b484bdc docs: update CLAUDE.md to use @AGENTS.md directive (#1335) 2026-03-13 18:31:48 +08:00
Liet Blue 783342c941 fix(stage-ui): deduplicate provider models by id (#1282) 2026-03-11 22:41:56 +08:00
Liet Blue 2b9f5092d8 feat(nix): add FHS devShell for running Electron on NixOS (#1245) 2026-03-10 19:32:19 +08:00
Liet Blue 604341a1e6 feat(tamagotchi): add "Pin on top" toggle to controls island (#1183)
\
2026-03-09 22:05:05 +08:00
Liet Blue e1ba9668b9 feat(stage-ui): add missing icon for gaming-factorio module (#1130) 2026-03-05 15:24:31 +08:00
Liet Blue 41bd3d8e0e fix(stage-tamagotchi): improve controls island tooltip placement (#1119) 2026-03-05 03:22:45 +08:00
Liet Blue ce00df0fa7 feat(stage-tamagotchi): popup controls island and better tray with window opts (#1106) 2026-03-05 00:54:47 +08:00
Liet Blue 62523f006f fix(stage-pages): add missing mcp settings page to fix white screen (#1103) 2026-03-04 16:45:36 +08:00
Liet Blue 48c88cc278 feat(stage-web): add table view, auto-process and hover preview to devtools/background-removal (#771) 2025-11-27 21:09:07 +08:00
Liet Blue dafb313261 fix(stage-ui,stage-ui-three): idle_loop.vrma location (#776) 2025-11-27 19:12:38 +08:00
Liet Blue 6ea0683c6b fix(ui): replace broken files reactive trigger in BasicInputFile (#769) 2025-11-27 17:33:29 +08:00