picoclaw/web/frontend/src/components
柚子 adf1a5749d
feat(config): add command pattern detection tool in exec settings (#1971)
* Add command pattern testing endpoint and UI tool

Adds a new API endpoint `/api/config/test-command-patterns` that tests a
command against configured whitelist and blacklist patterns, along with
a frontend UI component to interactively test patterns.

* Only process deny patterns when enableDenyPatterns is true
2026-03-25 10:19:20 +08:00
..
channels Merge pull request #1955 from alexhoshina/refactor/wecom 2026-03-24 23:37:35 +08:00
chat feat(web): improve Weixin channel binding flow (#1968) 2026-03-24 20:33:32 +08:00
config feat(config): add command pattern detection tool in exec settings (#1971) 2026-03-25 10:19:20 +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 Add virtual model support for multi-key expansion 2026-03-25 00:00:36 +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): improve Weixin channel binding flow (#1968) 2026-03-24 20:33:32 +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