openclaw/src/agents/tools
Peter Steinberger 0c3d46cb72
Merge pull request #1103 from mkbehr/feat/cron-context-messages
feat(cron): Add parameter to control context messages
2026-01-22 03:52:34 +00:00
..
agent-step.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
agents-list-tool.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
browser-tool.schema.ts fix: avoid format keyword in tool schemas 2026-01-16 20:20:26 +00:00
browser-tool.test.ts fix: add browser snapshot default mode (#1336) 2026-01-21 03:03:10 +00:00
browser-tool.ts fix: add browser snapshot default mode (#1336) 2026-01-21 03:03:10 +00:00
canvas-tool.ts style: run oxfmt 2026-01-16 21:11:55 +00:00
common.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
common.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
cron-tool.test.ts fix: cap cron context messages (#1103) (thanks @mkbehr) 2026-01-22 03:52:03 +00:00
cron-tool.ts fix: cap cron context messages (#1103) (thanks @mkbehr) 2026-01-22 03:52:03 +00:00
discord-actions-guild.ts fix(config): allow discord action flags in schema 2026-01-16 06:48:25 +00:00
discord-actions-messaging.ts refactor(discord): centralize target parsing 2026-01-18 00:04:38 +00:00
discord-actions-moderation.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
discord-actions.test.ts feat(whatsapp): add debounceMs for batching rapid messages (#971) 2026-01-15 23:07:19 +00:00
discord-actions.ts refactor!: rename chat providers to channels 2026-01-13 08:40:39 +00:00
gateway-tool.ts fix: preserve restart routing + thread replies (#1337) (thanks @John-Rood) 2026-01-21 01:20:25 +00:00
gateway.test.ts chore: changelog for #293 2026-01-06 15:32:06 +01:00
gateway.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
image-tool.helpers.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
image-tool.test.ts fix: resolve ci failures 2026-01-18 08:45:29 +00:00
image-tool.ts refactor: add aws-sdk auth mode and tighten provider auth 2026-01-20 08:28:40 +00:00
memory-tool.does-not-crash-on-errors.test.ts style: oxfmt 2026-01-17 10:26:08 +00:00
memory-tool.ts feat: add experimental session memory source 2026-01-17 18:53:52 +00:00
message-tool.test.ts feat: enhance BlueBubbles message actions with support for message editing, reply metadata, and improved effect handling 2026-01-20 12:07:54 +00:00
message-tool.ts fix: msteams attachments + plugin prompt hints 2026-01-22 03:37:29 +00:00
nodes-tool.ts fix: add node tool failure context 2026-01-21 09:55:10 +00:00
nodes-utils.ts feat: add node core/ui versions in bridge 2026-01-18 15:59:54 +00:00
session-status-tool.ts fix: normalize model override auth handling 2026-01-21 06:00:21 +00:00
sessions-announce-target.test.ts refactor: route channel runtime via plugin api 2026-01-18 11:01:16 +00:00
sessions-announce-target.ts fix: normalize delivery routing context 2026-01-17 06:38:33 +00:00
sessions-helpers.ts refactor: prune legacy group prefixes 2026-01-17 08:47:25 +00:00
sessions-history-tool.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
sessions-list-tool.gating.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
sessions-list-tool.ts style: run oxfmt 2026-01-17 08:00:05 +00:00
sessions-send-helpers.ts style: format code 2026-01-18 19:36:46 +00:00
sessions-send-tool.a2a.ts refactor(logging): split config + subsystem imports 2026-01-19 00:15:44 +00:00
sessions-send-tool.gating.test.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
sessions-send-tool.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
sessions-spawn-tool.ts fix: preserve subagent thread routing (#1241) 2026-01-20 17:22:07 +00:00
slack-actions.test.ts refactor(slack): centralize target parsing 2026-01-18 00:15:05 +00:00
slack-actions.ts refactor(slack): centralize target parsing 2026-01-18 00:15:05 +00:00
telegram-actions.test.ts test: cover tg/group/topic inline button targets (#1072) — thanks @danielz1z 2026-01-17 08:00:16 +00:00
telegram-actions.ts feat(telegram): support sending audio as native voice notes via asVoice param in message tool 2026-01-17 17:32:50 +00:00
web-fetch-utils.ts Web: trim HTML error bodies in web_fetch (#1193) 2026-01-19 00:24:16 +00:00
web-fetch.ssrf.test.ts fix: harden web fetch SSRF and redirects 2026-01-21 02:54:14 +00:00
web-fetch.ts fix: harden web fetch SSRF and redirects 2026-01-21 02:54:14 +00:00
web-search.test.ts chore: fix lint/format 2026-01-20 13:52:59 +00:00
web-search.ts refactor: normalize cli command hints 2026-01-20 07:43:00 +00:00
web-shared.ts style: apply oxfmt 2026-01-18 02:19:35 +00:00
web-tools.enabled-defaults.test.ts fix: infer perplexity baseUrl from api key 2026-01-20 07:27:32 +00:00
web-tools.fetch.test.ts Web: trim HTML error bodies in web_fetch (#1193) 2026-01-19 00:24:16 +00:00
web-tools.readability.test.ts feat: improve web_fetch readability extraction 2026-01-16 23:18:01 +00:00
web-tools.ts refactor: split web tools and docs 2026-01-18 01:42:54 +00:00
whatsapp-actions.test.ts refactor: route channel runtime via plugin api 2026-01-18 11:01:16 +00:00
whatsapp-actions.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00