picoclaw/web/frontend/src
LC ce1619051d
fix(chat): avoid full secret exposure for 7-char secrets (#1942)
- ensure at least 40% of the characters are masked for secrets of length 4 or more
- secrets with length <= 6 now show first and last char with mask
- secrets with length <= 12 now show first two and last two chars
- longer secrets show 3 prefix and 4 suffix
2026-03-24 11:26:20 +08:00
..
api Use getter/setter methods for API key access in ModelConfig 2026-03-23 16:39:43 +08:00
components fix(chat): avoid full secret exposure for 7-char secrets (#1942) 2026-03-24 11:26:20 +08:00
features/chat fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
hooks feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
i18n feat(web): Tool feedback on UI (#1933) 2026-03-24 09:19:51 +08:00
lib fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
routes fix(web): refactor pico chat flow and fix proxied websocket URLs (#1639) 2026-03-16 16:25:16 +08:00
store feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
index.css feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
main.tsx feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
routeTree.gen.ts feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00