• Joined on 2026-02-02
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 15:34:43 +08:00
aeeb409966 skills webui: add file browser/editor and backend file read/write APIs
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 14:24:43 +08:00
5f31ae5c99 fix context
39b569b5f6 fix gateway
f8c662a468 fix: enforce strict tool-call pairing across chat paths
Compare 3 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 13:14:43 +08:00
dea7f361f2 fix cron
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 11:34:43 +08:00
2615a6b196 cron defaults: use cron expression by default in backend and webui
fcfc06c640 webui chat: add role avatars and distinct styling for user/agent/exec/system
60b0e25751 nodes ui: keep local node always online and refresh ip/version on each query
47507d1145 nodes api: improve local IP detection with outbound dial fallback
f05759b57e nodes api: dedupe synthetic local node to avoid duplicate display
Compare 11 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 10:24:42 +08:00
2d0ca1d4ce session alignment: force single main session and openclaw-style agents/main/sessions path
27e805fac0 fix skills list loading and align chat to main-agent history view
2f5cf6338f webui chat: lock to main agent, remove session picker, load full persisted history
6b6c0e9ef3 system message: recover orphan tool-call 400 by retrying with fresh context
edc15cc7e3 docs: update README with WebUI overview and API endpoints
Compare 5 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 09:14:45 +08:00
d904ff90d7 docs(webui): simplify README to intro and usage only
9ba604aa2a webui: remove unused packages, refresh deps, and update README
927e623962 fix skills page crash and add install action support
4d13e38908 logs ui: render readable table with message/error/caller columns and raw toggle
Compare 10 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 03:04:43 +08:00
98add491be webui: add sessions/memory management and show full hot-reload field details
379a0a2366 webui: fix white screen routing/base and add mobile responsive sidebar
cb8dd4f273 align webui APIs with latest frontend (skills CRUD, stream/logs format, cron normalization, nodes delete)
Compare 3 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 01:44:45 +08:00
641a6c6974 add webui
191e09d8f4 responses: retry on orphan tool-call 400 with sanitized history fallback
bf4c75fe24 webui: add offline-node delete API and remove channels management endpoint
b37807bec6 fix tool-call 400: enforce per-session run lock across all entry paths
d0339d2754 skills api: auto check updates from clawhub on list
Compare 7 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-26 00:35:28 +08:00
36ad6cf7f9 cron web api: support kind=cron with expr for create/update
efddcdcb2e config api: expose hot-reload field list via query mode
20efb24003 cron web api: use POST for create/update/delete actions
1118c3e44b add webui cron CRUD endpoints (create/read/update/delete)
Compare 4 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 21:54:42 +08:00
44cb2c61c2 webui: add first tab data dashboard with KPI cards
dd24023a91 webui: adopt openclaw-like left menu layout and section views
5a0f01221f webui: add config form editor (structured fields + raw toggle)
523ee4bbf4 fix webui auth for assets via referer token fallback
94325de477 fix webui white screen: persist token via cookie for asset/api auth
Compare 8 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 20:44:43 +08:00
8b5a6edba4 add cron tool for listing and deleting scheduled jobs
969dc1abb1 secure webui: require token auth on /webui page
175a96fb2b feat webui: config hot-reload + chat/media upload endpoints
f04a6939b3 fix telegram media sending via message tool (path/url support)
1a3e6240f7 add clawgo-node-child skill for child node deployment and sync
Compare 5 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 19:14:42 +08:00
5ea3586431 persist node state to shared file for gateway/cli visibility
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 16:25:00 +08:00
74aa7d80bc separate telegram private and group allowlist checks
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 15:14:49 +08:00
fe1285b690 fix nodes tool schema by defining array items for command
66102ce98e fix node manager deadlock by moving audit write outside lock
Compare 2 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 13:54:42 +08:00
b7caca5214 add telegram group-chat support controls with mention gating and chat allowlist
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 10:14:44 +08:00
27ccb576c6 align dialog behavior with intent-slot carryover and commit-push transaction verification
6b0c730129 harden dialog execution policy with intent slots and commit-push receipt formatting
7ec4c87779 add node dispatch latency audit and status metrics for child-task workflow
7fe8ef452f audit node task dispatches and wire agent_task request metadata
50a515af60 add child-model agent_task flow with node model capability and stricter device contracts
Compare 8 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 01:14:45 +08:00
bbc0690eaa standardize device operation responses with codes and richer local simulations
04cbb22c57 add node heartbeat ttl offline reaper and enforce capability checks
07cf54538e add gateway token-based node registration over host:port and shared nodes manager
Compare 3 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-25 00:04:51 +08:00
42a5be0cec enhance device-operation routing with action paths and nodes tool shortcuts
92433a6e21 wire nodes relay transport to HTTP bridge with endpoint token support
2486bbd80c improve nodes relay path and accelerate memory search with token index cache
532f01e4ee optimize memory search with modtime block cache and faster stable ranking
9635d48e67 add p2p-relay transport router scaffold for nodes tool
Compare 5 commits »
DBT synced commits to main at DBT/clawgo from mirror 2026-02-24 23:00:56 +08:00
7fa0e629e8 add phase-1 nodes control plane scaffold and register nodes tool
DBT synced commits to main at DBT/clawgo from mirror 2026-02-24 21:24:44 +08:00
9ecb5c9b47 support explicit [keys: ...] resource hints for parallel autonomy conflict control
e5c942ab39 persist autonomy resource keys and expose lock wait stats in status
ea25c45e5b improve autonomy lock scheduling fairness with wait-attempt scoring and richer resource keys
149253f45c add resource-key lock scheduling with 30s retry for autonomy task dispatch
Compare 4 commits »