openclaw/src/agents/tools
Peter Steinberger e7cd4bf1bd refactor(web): split trusted and strict web tool fetch paths 2026-03-02 01:14:06 +00:00
..
agent-step.test.ts test(core): reduce mock reset overhead across unit and e2e specs 2026-02-22 08:22:58 +00:00
agent-step.ts
agents-list-tool.ts feat: ACP thread-bound agents (#23580) 2026-02-26 11:00:09 +01:00
browser-tool.schema.ts fix(browser): accept url alias for open and navigate (#29260) 2026-02-27 17:25:59 -08:00
browser-tool.test.ts fix(browser): accept url alias for open and navigate (#29260) 2026-02-27 17:25:59 -08:00
browser-tool.ts fix(browser): accept url alias for open and navigate (#29260) 2026-02-27 17:25:59 -08:00
canvas-tool.ts
common.params.test.ts fix(telegram): make reaction handling soft-fail and message-id resilient (#20236) 2026-02-23 10:25:14 -05:00
common.test.ts
common.ts fix(telegram): make reaction handling soft-fail and message-id resilient (#20236) 2026-02-23 10:25:14 -05:00
cron-tool.flat-params.test.ts test(core): reduce mock reset overhead across unit and e2e specs 2026-02-22 08:22:58 +00:00
cron-tool.test.ts test: dedupe agent tests and session helpers 2026-02-22 17:11:54 +00:00
cron-tool.ts
discord-actions-guild.ts
discord-actions-messaging.ts fix(media): enforce agent media roots in plugin send actions 2026-02-22 22:24:27 +01:00
discord-actions-moderation-shared.ts
discord-actions-moderation.authz.test.ts
discord-actions-moderation.ts
discord-actions-presence.test.ts test: move embedded and tool agent suites out of e2e 2026-02-22 11:17:47 +00:00
discord-actions-presence.ts
discord-actions.test.ts fix(media): enforce agent media roots in plugin send actions 2026-02-22 22:24:27 +01:00
discord-actions.ts fix(media): enforce agent media roots in plugin send actions 2026-02-22 22:24:27 +01:00
gateway-tool.ts
gateway.test.ts refactor(gateway): unify credential precedence across entrypoints 2026-02-22 18:55:44 +01:00
gateway.ts refactor(gateway): unify credential precedence across entrypoints 2026-02-22 18:55:44 +01:00
image-tool.helpers.ts fix(agents): fall back to agents.defaults.model when agent has no model config (#24210) 2026-02-23 03:18:55 -05:00
image-tool.test.ts refactor(agents): centralize sandbox media and fs policy helpers 2026-02-24 02:32:01 +00:00
image-tool.ts fix: harden sandbox media reads against TOCTOU escapes 2026-03-02 01:04:01 +00:00
memory-tool.citations.test.ts refactor(test): dedupe agent and discord test fixtures 2026-02-22 20:04:51 +00:00
memory-tool.test.ts test(memory): share memory-tool manager mock fixture 2026-02-22 07:44:57 +00:00
memory-tool.ts
message-tool.test.ts fix(agents): land #20840 cross-channel message-tool actions from @altaywtf 2026-03-01 23:37:55 +00:00
message-tool.ts fix(agents): land #20840 cross-channel message-tool actions from @altaywtf 2026-03-01 23:37:55 +00:00
nodes-tool.ts refactor!: remove versioned system-run approval contract 2026-03-02 01:12:53 +00:00
nodes-utils.test.ts test: fix TS2783 in nodes-utils helper 2026-02-26 21:26:54 +00:00
nodes-utils.ts refactor(nodes): share default selection and tighten node.list fallback 2026-02-26 22:18:57 +01:00
session-status-tool.ts fix(tools): improve session_status cache-aware usage reporting 2026-02-23 19:19:45 +00:00
sessions-access.test.ts
sessions-access.ts
sessions-announce-target.ts
sessions-helpers.ts refactor(agents): dedupe workspace and session tool flows 2026-02-22 21:19:09 +00:00
sessions-history-tool.ts fix(security): OC-07 redact session history credentials and enforce webhook secret (#16928) 2026-02-22 18:29:40 -05:00
sessions-list-tool.ts fix(sessions): set transcriptPath to agent sessions directory (openclaw#24775) thanks @martinfrancois 2026-03-01 09:41:06 -06:00
sessions-resolution.test.ts refactor(agents): dedupe workspace and session tool flows 2026-02-22 21:19:09 +00:00
sessions-resolution.ts refactor(agents): dedupe workspace and session tool flows 2026-02-22 21:19:09 +00:00
sessions-send-helpers.ts
sessions-send-tool.a2a.ts
sessions-send-tool.ts refactor(agents): dedupe workspace and session tool flows 2026-02-22 21:19:09 +00:00
sessions-spawn-tool.test.ts feat: ACP thread-bound agents (#23580) 2026-02-26 11:00:09 +01:00
sessions-spawn-tool.ts feat: ACP thread-bound agents (#23580) 2026-02-26 11:00:09 +01:00
sessions.test.ts fix(sessions): set transcriptPath to agent sessions directory (openclaw#24775) thanks @martinfrancois 2026-03-01 09:41:06 -06:00
slack-actions.test.ts feat(slack): add download-file action for on-demand file attachment access (#24723) 2026-03-01 11:45:05 -06:00
slack-actions.ts feat(slack): add download-file action for on-demand file attachment access (#24723) 2026-03-01 11:45:05 -06:00
subagents-tool.ts
telegram-actions.test.ts fix(telegram): make reaction handling soft-fail and message-id resilient (#20236) 2026-02-23 10:25:14 -05:00
telegram-actions.ts fix(telegram): make reaction handling soft-fail and message-id resilient (#20236) 2026-02-23 10:25:14 -05:00
tts-tool.test.ts
tts-tool.ts
web-fetch-utils.ts security(web_fetch): strip hidden content to prevent indirect prompt injection (#21074) 2026-02-22 18:10:26 -05:00
web-fetch-visibility.test.ts security(web_fetch): strip hidden content to prevent indirect prompt injection (#21074) 2026-02-22 18:10:26 -05:00
web-fetch-visibility.ts security(web_fetch): strip hidden content to prevent indirect prompt injection (#21074) 2026-02-22 18:10:26 -05:00
web-fetch.cf-markdown.test.ts
web-fetch.ssrf.test.ts test: reclassify web fetch/readability suites as unit tests 2026-02-22 10:41:29 +00:00
web-fetch.test-harness.ts
web-fetch.test-mocks.ts
web-fetch.ts refactor(web): unify proxy-guarded fetch path for web tools 2026-02-26 12:44:18 +01:00
web-guarded-fetch.ts refactor(web): split trusted and strict web tool fetch paths 2026-03-02 01:14:06 +00:00
web-search-citation-redirect.ts refactor(web): split trusted and strict web tool fetch paths 2026-03-02 01:14:06 +00:00
web-search.redirect.test.ts fix(security): block private-network web_search citation redirects 2026-03-02 01:05:20 +00:00
web-search.test.ts fix(brave-search): clarify ui_lang and search_lang format requirements (#25130) 2026-02-25 04:59:38 +00:00
web-search.ts refactor(web): split trusted and strict web tool fetch paths 2026-03-02 01:14:06 +00:00
web-shared.ts
web-tools.enabled-defaults.test.ts refactor(web): unify proxy-guarded fetch path for web tools 2026-02-26 12:44:18 +01:00
web-tools.fetch.test.ts fix: unify web tool proxy path (#27430) (thanks @kevinWangSheng) 2026-02-26 11:32:43 +00:00
web-tools.readability.test.ts test: reclassify web fetch/readability suites as unit tests 2026-02-22 10:41:29 +00:00
web-tools.ts
whatsapp-actions.test.ts test: move embedded and tool agent suites out of e2e 2026-02-22 11:17:47 +00:00
whatsapp-actions.ts
whatsapp-target-auth.ts