Commit Graph
4 Commits
Author SHA1 Message Date
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
Rin b7e9ce1a3d fix(ci): min-integrity: none for safeoutput mcp call (#1645) 2026-04-12 18:02:58 +08:00
Rin 4e1946da43 fix(ci): pr triage permission (#1619) 2026-04-11 01:03:03 +08:00
Rin 2876817f6f chore(ci): add label sync and PR triage workflows (#1575) 2026-04-05 03:11:13 +08:00