picoclaw/web/frontend/src/components
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
..
channels Feat/qq local file upload (#1722) 2026-03-19 16:27:34 +08:00
chat feat: render mixed Markdown+HTML in assistant messages and skills (#1900) 2026-03-23 17:25:27 +08:00
config feat(web): Tool feedback on UI (#1933) 2026-03-24 09:19:51 +08:00
credentials feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
logs fix(web): render ansi logs with wrapped lines (#1425) 2026-03-12 19:12:19 +08:00
models feat(web): add restart-required state for default model changes (#1499) 2026-03-13 16:30:59 +08:00
skills feat: render mixed Markdown+HTML in assistant messages and skills (#1900) 2026-03-23 17:25:27 +08:00
tools feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00
ui feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
app-header.tsx feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
app-layout.tsx feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
app-sidebar.tsx feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00
page-header.tsx feat(web): add restart-required state for default model changes (#1499) 2026-03-13 16:30:59 +08:00
secret-placeholder.ts fix(chat): avoid full secret exposure for 7-char secrets (#1942) 2026-03-24 11:26:20 +08:00
shared-form.tsx fix(web): render ansi logs with wrapped lines (#1425) 2026-03-12 19:12:19 +08:00