Commit Graph

53 Commits

Author SHA1 Message Date
DBT
e493506852 webui config: merge default schema on GET so newly added fields always appear 2026-02-28 13:22:51 +00:00
DBT
31301ee72e daily summary ui/api: add task daily summary endpoint and dashboard card in task audit 2026-02-28 08:08:17 +00:00
DBT
e0fd50e6f4 tasks.json structured CRUD: add /webui/api/tasks and task editor controls in audit page 2026-02-28 07:32:29 +00:00
DBT
a4fde49994 task queue ops: add pause/retry/complete/ignore actions and UI controls with filters 2026-02-28 07:19:38 +00:00
DBT
5adaf8b955 autonomy M2 phase2: add idle budget/block stats and source/status filters in task queue UI 2026-02-28 06:42:37 +00:00
DBT
9788f9f7de autonomy M1 phase4: expose last pause reason/time in task queue API and task detail view 2026-02-28 06:25:10 +00:00
DBT
058b215704 autonomy M1 phase2: expose idle-run source and block reasons in task queue; add whitelist policy plumbing 2026-02-28 06:01:29 +00:00
DBT
f274acf818 task-queue: unified task audit events, queue API, and bilingual split-view webui 2026-02-28 02:41:05 +00:00
DBT
e289b1fc24 agent audit phase3: disable progress pushes, keep final-result only and expose task audit API for webui 2026-02-28 02:25:26 +00:00
DBT
c71c2f0138 normalize-policy phase-10: further reduce trim/lower on autonomy and registry content fields 2026-02-28 01:53:25 +00:00
DBT
91220c3e3a normalize-policy phase-8: reduce trim/lower usage in registry content parsing paths 2026-02-28 01:45:00 +00:00
DBT
c9c4c7043e normalize-policy phase-5: preserve raw session/message/media fields in webui chat handlers 2026-02-28 01:30:04 +00:00
DBT
c080fc66cf webui chat: restore history loading and add channel/session-scoped conversation selector 2026-02-27 05:39:31 +00:00
DBT
ad9ee0d10d webui config: add schema validation and risky-field confirmation on save 2026-02-26 12:30:38 +00:00
lpf
06c7f2b53f fix 2026-02-26 15:45:51 +08:00
DBT
aeeb409966 skills webui: add file browser/editor and backend file read/write APIs 2026-02-26 06:26:09 +00:00
lpf
dea7f361f2 fix cron 2026-02-26 12:26:04 +08:00
DBT
60b0e25751 nodes ui: keep local node always online and refresh ip/version on each query 2026-02-26 03:12:49 +00:00
DBT
47507d1145 nodes api: improve local IP detection with outbound dial fallback 2026-02-26 03:08:18 +00:00
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
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
927e623962 fix skills page crash and add install action support 2026-02-26 01:04:18 +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
98add491be webui: add sessions/memory management and show full hot-reload field details 2026-02-25 18:25:23 +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
DBT
bf4c75fe24 webui: add offline-node delete API and remove channels management endpoint 2026-02-25 17:26:02 +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
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
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
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
5ea3586431 persist node state to shared file for gateway/cli visibility 2026-02-25 11:13:58 +00:00
DBT
66102ce98e fix node manager deadlock by moving audit write outside lock 2026-02-25 06:09:56 +00:00
DBT
50a515af60 add child-model agent_task flow with node model capability and stricter device contracts 2026-02-25 01:37:52 +00:00
DBT
a21237c1e4 tighten device action args validation and normalize media payload schema 2026-02-25 01:23:25 +00:00
DBT
68145f8185 harden node lifecycle with ttl heartbeat audits, action ACL checks, and status panel 2026-02-25 01:16:43 +00:00
DBT
bbc0690eaa standardize device operation responses with codes and richer local simulations 2026-02-24 16:27:37 +00:00
DBT
04cbb22c57 add node heartbeat ttl offline reaper and enforce capability checks 2026-02-24 16:20:43 +00:00
DBT
07cf54538e add gateway token-based node registration over host:port and shared nodes manager 2026-02-24 16:06:44 +00:00
DBT
42a5be0cec enhance device-operation routing with action paths and nodes tool shortcuts 2026-02-24 15:57:00 +00:00
DBT
92433a6e21 wire nodes relay transport to HTTP bridge with endpoint token support 2026-02-24 15:51:24 +00:00