Commit Graph

73 Commits

Author SHA1 Message Date
lpf
daaac53f5a feat: add guarded webrtc node transport 2026-03-08 22:47:41 +08:00
lpf
2aa7db9619 feat: tunnel node requests over websocket p2p channel 2026-03-08 22:29:40 +08:00
lpf
abce524114 feat: add node websocket signaling relay 2026-03-08 22:24:45 +08:00
lpf
4172a57b39 feat: unify websocket runtime and harden node control 2026-03-08 22:22:49 +08:00
lpf
3553be2d53 refactor(api): move webui endpoints out of nodes and fix office state updates 2026-03-05 16:09:36 +08:00
lpf
38b5f8dcc8 fix(office): map main state to furniture zones and align scene anchors 2026-03-05 14:51:40 +08:00
lpf
0cd8dc18b2 fix(office): mask ipv4 in main/node text fields 2026-03-05 14:45:42 +08:00
lpf
7cbb28eec8 feat(webui): add office main+nodes scene with Star assets 2026-03-05 14:27:27 +08:00
lpf
8df91df91c fix 2026-03-05 13:06:31 +08:00
lpf
2fbb98bccd feat: harden concurrency scheduling and task watchdog 2026-03-05 11:32:06 +08:00
lpf
2357a5de9b feat(webui): support --force install for suspicious skills 2026-03-03 14:27:27 +08:00
lpf
1946c50fc5 fix webui skill 2026-03-03 13:57:12 +08:00
lpf
cdc39231db fix webui i18n 2026-03-03 12:02:57 +08:00
野生派Coder~
8e94e7e1f6 ci: build linux release artifacts with slimmer flags 2026-03-02 23:46:03 +08:00
DBT
618a8a3723 ci cross-platform fix: avoid syscall.SIGHUP usage on windows via build-tagged self-reload helper 2026-03-01 12:49:58 +00:00
DBT
b90cc5c40a p0 reliability: add content-hash inbound dedupe, cache ekg stats parsing, and collapse task-queue attempts/log noise 2026-03-01 11:14:48 +00:00
DBT
d65116f11c ekg stats: add 6h/24h/7d window filter and webui selector for time-windowed insights 2026-03-01 05:44:20 +00:00
DBT
6608456fbf task-audit cleanup: filter heartbeat by default and merge recurring autonomy runs via stable task ids; add channel-level inbound dedupe 2026-03-01 05:33:47 +00:00
DBT
4b8d3168c5 inbound dedupe + ekg stratification: channel-level message_id dedupe and source/channel-separated ekg stats 2026-03-01 05:09:42 +00:00
DBT
b91d33b6b8 webui ekg: add ekg stats api and task-audit insights panel (top errsig/provider, escalation count) 2026-03-01 04:48:50 +00:00
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