Commit Graph

292 Commits

Author SHA1 Message Date
DBT
f05759b57e nodes api: dedupe synthetic local node to avoid duplicate display 2026-02-26 03:02:53 +00:00
DBT
9795ec86f4 nodes/version: expose local node ip+version and show gateway/webui versions in dashboard 2026-02-26 02:56:40 +00:00
DBT
682dc921d7 webui config: align save button to far right in toolbar 2026-02-26 02:45:49 +00:00
DBT
3aeb7d675d webui config: hot-only field filter, array sub-editors, and save diff preview 2026-02-26 02:40:59 +00:00
DBT
35e3440c79 webui config ux: basic/advanced mode, hot-only filter, and category search 2026-02-26 02:35:37 +00:00
DBT
504967aba9 webui config: improve array editing with dropdown select + create + safe json mode 2026-02-26 02:29:00 +00:00
DBT
ea3d1985fc webui config: add top-level category sidebar to reduce clutter 2026-02-26 02:25:24 +00:00
DBT
2d0ca1d4ce session alignment: force single main session and openclaw-style agents/main/sessions path 2026-02-26 02:20:51 +00:00
DBT
27e805fac0 fix skills list loading and align chat to main-agent history view 2026-02-26 02:14:55 +00:00
DBT
2f5cf6338f webui chat: lock to main agent, remove session picker, load full persisted history 2026-02-26 02:04:54 +00:00
DBT
6b6c0e9ef3 system message: recover orphan tool-call 400 by retrying with fresh context 2026-02-26 01:55:12 +00:00
DBT
edc15cc7e3 docs: update README with WebUI overview and API endpoints 2026-02-26 01:15:16 +00:00
DBT
d904ff90d7 docs(webui): simplify README to intro and usage only 2026-02-26 01:13:52 +00:00
DBT
9ba604aa2a webui: remove unused packages, refresh deps, and update README 2026-02-26 01:10:24 +00:00
DBT
927e623962 fix skills page crash and add install action support 2026-02-26 01:04:18 +00:00
LPF
6ec3942e87 fix 2026-02-26 09:01:18 +08:00
DBT
4d13e38908 logs ui: render readable table with message/error/caller columns and raw toggle 2026-02-26 00:55:07 +00:00
DBT
14d0e89dd0 webui dev server: remove sqlite dependency and use in-memory data 2026-02-26 00:53:00 +00:00
DBT
49be07bb3d logs ui: add pretty/raw mode and one-line readable rendering 2026-02-26 00:50:03 +00:00
DBT
3c766940d9 fix logs page crash: normalize entries and guard missing time/level 2026-02-26 00:45:31 +00:00
DBT
b4d24e5c2c mobile ux + logs: hide title on phone and preload last 10 logs 2026-02-26 00:41:27 +00:00
DBT
ba2d68105a webui mobile polish: compact header/status and improve dashboard spacing 2026-02-26 00:31:11 +00:00
DBT
98add491be webui: add sessions/memory management and show full hot-reload field details 2026-02-25 18:25:23 +00:00
DBT
379a0a2366 webui: fix white screen routing/base and add mobile responsive sidebar 2026-02-25 18:07:06 +00:00
DBT
cb8dd4f273 align webui APIs with latest frontend (skills CRUD, stream/logs format, cron normalization, nodes delete) 2026-02-25 17:57:21 +00:00
LPF
641a6c6974 add webui 2026-02-26 01:32:46 +08:00
DBT
191e09d8f4 responses: retry on orphan tool-call 400 with sanitized history fallback 2026-02-25 17:32:17 +00:00
DBT
bf4c75fe24 webui: add offline-node delete API and remove channels management endpoint 2026-02-25 17:26:02 +00:00
DBT
b37807bec6 fix tool-call 400: enforce per-session run lock across all entry paths 2026-02-25 17:14:38 +00:00
DBT
d0339d2754 skills api: auto check updates from clawhub on list 2026-02-25 17:07:38 +00:00
DBT
ed60785fda webui: add realtime logs stream and APIs for stream chat/channels/skills/exec approvals 2026-02-25 16:58:17 +00:00
DBT
8c319ce6ed agent: implement session-sharded concurrent dispatcher 2026-02-25 16:45:50 +00:00
DBT
36ad6cf7f9 cron web api: support kind=cron with expr for create/update 2026-02-25 16:11:46 +00:00
DBT
efddcdcb2e config api: expose hot-reload field list via query mode 2026-02-25 16:06:33 +00:00
DBT
20efb24003 cron web api: use POST for create/update/delete actions 2026-02-25 15:57:13 +00:00
DBT
1118c3e44b add webui cron CRUD endpoints (create/read/update/delete) 2026-02-25 15:49:34 +00:00
DBT
44cb2c61c2 webui: add first tab data dashboard with KPI cards 2026-02-25 13:43:42 +00:00
DBT
dd24023a91 webui: adopt openclaw-like left menu layout and section views 2026-02-25 13:40:45 +00:00
DBT
5a0f01221f webui: add config form editor (structured fields + raw toggle) 2026-02-25 13:34:41 +00:00
DBT
523ee4bbf4 fix webui auth for assets via referer token fallback 2026-02-25 13:29:00 +00:00
DBT
94325de477 fix webui white screen: persist token via cookie for asset/api auth 2026-02-25 13:24:48 +00:00
DBT
deaeac8cba webui phase2: add native nodes/cron api endpoints and management UI 2026-02-25 13:11:12 +00:00
DBT
b2ac3afcf4 feat webui react+vite responsive app with clawgo api adapter 2026-02-25 12:59:16 +00:00
DBT
b435589060 add natural-language cron intent routing to avoid project-file search 2026-02-25 12:49:40 +00:00
DBT
8b5a6edba4 add cron tool for listing and deleting scheduled jobs 2026-02-25 12:43:15 +00:00
DBT
969dc1abb1 secure webui: require token auth on /webui page 2026-02-25 11:59:43 +00:00
DBT
175a96fb2b feat webui: config hot-reload + chat/media upload endpoints 2026-02-25 11:54:08 +00:00
DBT
f04a6939b3 fix telegram media sending via message tool (path/url support) 2026-02-25 11:46:36 +00:00
DBT
1a3e6240f7 add clawgo-node-child skill for child node deployment and sync 2026-02-25 11:39:44 +00:00
DBT
5ea3586431 persist node state to shared file for gateway/cli visibility 2026-02-25 11:13:58 +00:00