Commit Graph

  • 0a86b7b186 feishu: add image/file upload+send flow based on media content DBT 2026-02-27 04:18:16 +00:00
  • 9b01eb6fc5 feishu: auto-select msg_type (text/post/interactive) by content DBT 2026-02-27 04:09:42 +00:00
  • 068a12f779 feishu: improve readability by normalizing markdown before send DBT 2026-02-27 03:58:43 +00:00
  • 3071fe151d feishu: add private/group controls (allow_chats, group enable, mention gating) DBT 2026-02-27 03:39:19 +00:00
  • 371164ab9d feishu: harden channel action handling and align with manager capabilities DBT 2026-02-27 03:33:20 +00:00
  • 2f8fad5671 telegram: preserve markdown formatting when splitting long messages DBT 2026-02-27 01:53:27 +00:00
  • 8a422ea922 telegram rollback: remove thinking placeholder/stream/finalize action paths DBT 2026-02-27 01:01:46 +00:00
  • d51fdb634c p0 rollback: disable telegram token streaming by default DBT 2026-02-26 15:52:49 +00:00
  • d38d4d2d26 agent: add non-empty fallback when model returns empty final content DBT 2026-02-26 14:15:44 +00:00
  • 36ea7486d1 p0: purge orphan tool outputs on pairing error to prevent repeated 400 loops DBT 2026-02-26 13:45:41 +00:00
  • 0515a1247f streaming p0 fix: preserve upstream 400 body and cap stream edit length DBT 2026-02-26 13:28:31 +00:00
  • 7e32d9cd58 telegram: auto-split oversized messages to avoid 400 message too long DBT 2026-02-26 13:06:42 +00:00
  • 7d2c01d2b6 telegram: disable thinking placeholder output to avoid stale regressions DBT 2026-02-26 12:59:22 +00:00
  • 4f5fb0e6cf telegram streaming: finalize placeholder when response suppressed DBT 2026-02-26 12:55:53 +00:00
  • 818408962d streaming: implement provider→agent→telegram token streaming pipeline DBT 2026-02-26 12:51:50 +00:00
  • ad9ee0d10d webui config: add schema validation and risky-field confirmation on save DBT 2026-02-26 12:30:38 +00:00
  • d43eeb13be session: add startup legacy migration and archived retention cleanup DBT 2026-02-26 12:26:29 +00:00
  • b8b7bf917e telegram: add progressive thinking placeholder updates before final reply DBT 2026-02-26 12:22:15 +00:00
  • 06c7f2b53f fix lpf 2026-02-26 15:45:51 +08:00
  • 879bf83102 Merge remote-tracking branch 'origin/main' lpf 2026-02-26 15:35:40 +08:00
  • 1ae8d384bb fix loop lpf 2026-02-26 15:35:26 +08:00
  • aeeb409966 skills webui: add file browser/editor and backend file read/write APIs DBT 2026-02-26 06:26:09 +00:00
  • 5f31ae5c99 fix context lpf 2026-02-26 14:07:32 +08:00
  • 39b569b5f6 fix gateway lpf 2026-02-26 13:51:02 +08:00
  • f8c662a468 fix: enforce strict tool-call pairing across chat paths DBT 2026-02-26 05:47:35 +00:00
  • dea7f361f2 fix cron lpf 2026-02-26 12:26:04 +08:00
  • 2615a6b196 cron defaults: use cron expression by default in backend and webui DBT 2026-02-26 03:24:34 +00:00
  • fcfc06c640 webui chat: add role avatars and distinct styling for user/agent/exec/system DBT 2026-02-26 03:16:12 +00:00
  • 60b0e25751 nodes ui: keep local node always online and refresh ip/version on each query DBT 2026-02-26 03:12:49 +00:00
  • 47507d1145 nodes api: improve local IP detection with outbound dial fallback DBT 2026-02-26 03:08:18 +00:00
  • f05759b57e nodes api: dedupe synthetic local node to avoid duplicate display DBT 2026-02-26 03:02:53 +00:00
  • 9795ec86f4 nodes/version: expose local node ip+version and show gateway/webui versions in dashboard DBT 2026-02-26 02:56:40 +00:00
  • 682dc921d7 webui config: align save button to far right in toolbar DBT 2026-02-26 02:45:49 +00:00
  • 3aeb7d675d webui config: hot-only field filter, array sub-editors, and save diff preview DBT 2026-02-26 02:40:59 +00:00
  • 35e3440c79 webui config ux: basic/advanced mode, hot-only filter, and category search DBT 2026-02-26 02:35:37 +00:00
  • 504967aba9 webui config: improve array editing with dropdown select + create + safe json mode DBT 2026-02-26 02:29:00 +00:00
  • ea3d1985fc webui config: add top-level category sidebar to reduce clutter DBT 2026-02-26 02:25:24 +00:00
  • 2d0ca1d4ce session alignment: force single main session and openclaw-style agents/main/sessions path DBT 2026-02-26 02:20:51 +00:00
  • 27e805fac0 fix skills list loading and align chat to main-agent history view DBT 2026-02-26 02:14:55 +00:00
  • 2f5cf6338f webui chat: lock to main agent, remove session picker, load full persisted history DBT 2026-02-26 02:04:54 +00:00
  • 6b6c0e9ef3 system message: recover orphan tool-call 400 by retrying with fresh context DBT 2026-02-26 01:55:12 +00:00
  • edc15cc7e3 docs: update README with WebUI overview and API endpoints DBT 2026-02-26 01:15:16 +00:00
  • d904ff90d7 docs(webui): simplify README to intro and usage only DBT 2026-02-26 01:13:52 +00:00
  • 9ba604aa2a webui: remove unused packages, refresh deps, and update README DBT 2026-02-26 01:10:24 +00:00
  • 927e623962 fix skills page crash and add install action support DBT 2026-02-26 01:04:06 +00:00
  • 6ec3942e87 fix LPF 2026-02-26 09:01:18 +08:00
  • 4d13e38908 logs ui: render readable table with message/error/caller columns and raw toggle DBT 2026-02-26 00:55:07 +00:00
  • 14d0e89dd0 webui dev server: remove sqlite dependency and use in-memory data DBT 2026-02-26 00:53:00 +00:00
  • 49be07bb3d logs ui: add pretty/raw mode and one-line readable rendering DBT 2026-02-26 00:50:03 +00:00
  • 3c766940d9 fix logs page crash: normalize entries and guard missing time/level DBT 2026-02-26 00:45:31 +00:00
  • b4d24e5c2c mobile ux + logs: hide title on phone and preload last 10 logs DBT 2026-02-26 00:41:27 +00:00
  • ba2d68105a webui mobile polish: compact header/status and improve dashboard spacing DBT 2026-02-26 00:31:11 +00:00
  • 98add491be webui: add sessions/memory management and show full hot-reload field details DBT 2026-02-25 18:25:23 +00:00
  • 379a0a2366 webui: fix white screen routing/base and add mobile responsive sidebar DBT 2026-02-25 18:07:06 +00:00
  • cb8dd4f273 align webui APIs with latest frontend (skills CRUD, stream/logs format, cron normalization, nodes delete) DBT 2026-02-25 17:57:21 +00:00
  • 641a6c6974 add webui LPF 2026-02-26 01:32:46 +08:00
  • 191e09d8f4 responses: retry on orphan tool-call 400 with sanitized history fallback DBT 2026-02-25 17:32:17 +00:00
  • bf4c75fe24 webui: add offline-node delete API and remove channels management endpoint DBT 2026-02-25 17:26:02 +00:00
  • b37807bec6 fix tool-call 400: enforce per-session run lock across all entry paths DBT 2026-02-25 17:14:38 +00:00
  • d0339d2754 skills api: auto check updates from clawhub on list DBT 2026-02-25 17:07:38 +00:00
  • ed60785fda webui: add realtime logs stream and APIs for stream chat/channels/skills/exec approvals DBT 2026-02-25 16:58:17 +00:00
  • 8c319ce6ed agent: implement session-sharded concurrent dispatcher DBT 2026-02-25 16:45:50 +00:00
  • 36ad6cf7f9 cron web api: support kind=cron with expr for create/update DBT 2026-02-25 16:11:46 +00:00
  • efddcdcb2e config api: expose hot-reload field list via query mode DBT 2026-02-25 16:06:33 +00:00
  • 20efb24003 cron web api: use POST for create/update/delete actions DBT 2026-02-25 15:57:13 +00:00
  • 1118c3e44b add webui cron CRUD endpoints (create/read/update/delete) DBT 2026-02-25 15:49:34 +00:00
  • 44cb2c61c2 webui: add first tab data dashboard with KPI cards DBT 2026-02-25 13:43:42 +00:00
  • dd24023a91 webui: adopt openclaw-like left menu layout and section views DBT 2026-02-25 13:40:45 +00:00
  • 5a0f01221f webui: add config form editor (structured fields + raw toggle) DBT 2026-02-25 13:34:41 +00:00
  • 523ee4bbf4 fix webui auth for assets via referer token fallback DBT 2026-02-25 13:29:00 +00:00
  • 94325de477 fix webui white screen: persist token via cookie for asset/api auth DBT 2026-02-25 13:24:48 +00:00
  • deaeac8cba webui phase2: add native nodes/cron api endpoints and management UI DBT 2026-02-25 13:11:12 +00:00
  • b2ac3afcf4 feat webui react+vite responsive app with clawgo api adapter DBT 2026-02-25 12:59:16 +00:00
  • b435589060 add natural-language cron intent routing to avoid project-file search DBT 2026-02-25 12:49:40 +00:00
  • 8b5a6edba4 add cron tool for listing and deleting scheduled jobs DBT 2026-02-25 12:43:15 +00:00
  • 969dc1abb1 secure webui: require token auth on /webui page DBT 2026-02-25 11:59:43 +00:00
  • 175a96fb2b feat webui: config hot-reload + chat/media upload endpoints DBT 2026-02-25 11:54:08 +00:00
  • f04a6939b3 fix telegram media sending via message tool (path/url support) DBT 2026-02-25 11:46:36 +00:00
  • 1a3e6240f7 add clawgo-node-child skill for child node deployment and sync DBT 2026-02-25 11:39:44 +00:00
  • 5ea3586431 persist node state to shared file for gateway/cli visibility DBT 2026-02-25 11:13:58 +00:00
  • 74aa7d80bc separate telegram private and group allowlist checks DBT 2026-02-25 07:30:38 +00:00
  • fe1285b690 fix nodes tool schema by defining array items for command DBT 2026-02-25 06:14:20 +00:00
  • 66102ce98e fix node manager deadlock by moving audit write outside lock DBT 2026-02-25 06:09:56 +00:00
  • b7caca5214 add telegram group-chat support controls with mention gating and chat allowlist DBT 2026-02-25 04:50:00 +00:00
  • 27ccb576c6 align dialog behavior with intent-slot carryover and commit-push transaction verification DBT 2026-02-25 02:13:42 +00:00
  • 6b0c730129 harden dialog execution policy with intent slots and commit-push receipt formatting DBT 2026-02-25 02:04:39 +00:00
  • 7ec4c87779 add node dispatch latency audit and status metrics for child-task workflow DBT 2026-02-25 01:53:19 +00:00
  • 7fe8ef452f audit node task dispatches and wire agent_task request metadata DBT 2026-02-25 01:43:58 +00:00
  • 50a515af60 add child-model agent_task flow with node model capability and stricter device contracts DBT 2026-02-25 01:37:52 +00:00
  • a21237c1e4 tighten device action args validation and normalize media payload schema DBT 2026-02-25 01:23:25 +00:00
  • 68145f8185 harden node lifecycle with ttl heartbeat audits, action ACL checks, and status panel DBT 2026-02-25 01:16:43 +00:00
  • 44acfb8c24 add install-win make target for windows install bundle DBT 2026-02-25 01:00:43 +00:00
  • bbc0690eaa standardize device operation responses with codes and richer local simulations DBT 2026-02-24 16:27:37 +00:00
  • 04cbb22c57 add node heartbeat ttl offline reaper and enforce capability checks DBT 2026-02-24 16:20:43 +00:00
  • 07cf54538e add gateway token-based node registration over host:port and shared nodes manager DBT 2026-02-24 16:06:44 +00:00
  • 42a5be0cec enhance device-operation routing with action paths and nodes tool shortcuts DBT 2026-02-24 15:57:00 +00:00
  • 92433a6e21 wire nodes relay transport to HTTP bridge with endpoint token support DBT 2026-02-24 15:51:24 +00:00
  • 2486bbd80c improve nodes relay path and accelerate memory search with token index cache DBT 2026-02-24 15:30:45 +00:00
  • 532f01e4ee optimize memory search with modtime block cache and faster stable ranking DBT 2026-02-24 15:20:00 +00:00
  • 9635d48e67 add p2p-relay transport router scaffold for nodes tool DBT 2026-02-24 15:06:54 +00:00