You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Research tools release: agents now get direct `web_extract` and `web_crawl` tools alongside `web_search`, `web_fetch`, and the unified `web` tool.
415
+
416
+
-**Source-grounded extraction.**`web_extract` returns a page title, canonical URL, and readable content for known source URLs.
417
+
-**Bounded crawls.**`web_crawl` walks same-origin links by default with conservative page and depth caps, plus an explicit external-link opt-in.
418
+
-**Better routing.** Tool aliases, capability policy, planning hints, continuation recovery, and the chat UI all recognize the granular research tools.
419
+
-**Regression coverage.** New tests cover action inference, tool-call translation, direct tool registration, extraction cleanup, and same-origin crawl bounds.
420
+
412
421
### v1.9.21 Highlights
413
422
414
423
Provider diagnostics release: connection checks now return a structured step timeline across setup, provider settings, and agent editing.
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@swarmclawai/swarmclaw",
3
-
"version": "1.9.21",
3
+
"version": "1.9.22",
4
4
"description": "Build and run autonomous AI agents with OpenClaw, Hermes, multiple model providers, orchestration, delegation, memory, skills, schedules, and chat connectors.",
test('routeTaskIntent keeps hybrid research-plus-media prompts in research intent',()=>{
27
27
constdecision=routeTaskIntent(
28
28
'Can you tell me more if there is any news related to the US-Iran war, and can you send me some screenshots and give me a summary and maybe send me a voice note about it?',
0 commit comments