Matt H
db7d70ae4d
feat(parallel): add Parallel as a bundled web_search provider ( #85158 )
...
- New extensions/parallel package modeled on extensions/exa
- Wires Parallel's POST /v1/search through the generic web_search contract,
exposing Parallel's recommended {objective, search_queries} shape (plus
optional count, session_id, client_model) so the model can supply both the
natural-language goal and 2-3 short keyword queries as Parallel docs advise
- client_model lets the model report its own slug so Parallel can tailor
optimizations for the consuming model's capabilities; partitions the cache
by client_model so different models do not silently share ranked excerpts
- Honors top-level tools.web.search.{maxResults,timeoutSeconds,cacheTtlMinutes}
via the shared SDK helpers (mergeScopedSearchConfig, withTrustedWebSearchEndpoint,
buildSearchCacheKey, read/writeCachedSearchPayload)
- Auto-detect order 75; auth via PARALLEL_API_KEY or
plugins.entries.parallel.config.webSearch.apiKey
- Optional baseUrl override for proxies (e.g. Cloudflare AI Gateway)
- Threads caller-supplied session_id through follow-up calls; strips
auto-generated session_id from the shared cache to avoid cross-task leaks
- Always sends advanced_settings.max_results so result volume matches the
OpenClaw web_search default (5) instead of Parallel's default (10)
- Identifies the plugin via User-Agent header built from package version
- Runtime accepts the generic `query` arg as a fallback so the operator
CLI (openclaw capability web.search) keeps working when Parallel is the
active provider: it is promoted into the lone `search_queries` entry.
`objective` stays optional and is never synthesized from a keyword
query (Parallel documents it as natural-language intent). Agent callers
using the native objective+search_queries shape take precedence; the
schema still advertises only the native keys
- Updates the agent tool-display extractor (src/agents/tool-display-common.ts)
to recognize Parallel's objective+search_queries shape so calls render with
query context in CLI progress and Codex activity metadata
- Adds /tools/parallel-search docs page, web.md provider listing, docs nav,
labeler entry, per-plugin registration contract test, and minimal core
touch-points (legacy migrate, registration cases, providers contract list,
runtime bundled list, vitest extension paths)
2026-06-05 12:01:58 -07:00
..
2026-06-04 19:48:26 -04:00
2026-06-04 19:48:26 -04:00
2026-06-05 12:01:58 -07:00
2026-06-04 21:45:43 -03:00
2026-06-04 19:54:07 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:19:03 -04:00
2026-05-24 00:31:01 +01:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:57:48 -04:00
2026-06-03 20:30:38 -04:00
2026-06-04 04:15:33 -04:00
2026-06-03 20:30:38 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:15:33 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:22:45 -04:00
2026-05-31 01:33:00 +01:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:21:07 -04:00
2026-06-03 20:19:17 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:38:31 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:48:42 -04:00
2026-06-03 14:17:29 -07:00
2026-06-05 08:40:35 -07:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:29:53 -04:00
2026-05-31 18:59:02 +01:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:41:47 -04:00
2026-05-19 15:14:15 -07:00
2026-06-04 04:38:31 -04:00
2026-05-31 23:06:13 +01:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:21:07 -04:00
2026-06-02 08:00:42 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:46:27 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:54:37 -04:00
2026-06-03 20:01:47 -04:00
2026-06-04 17:24:03 +00:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:14:06 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-03 20:54:08 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:27:23 -04:00
2026-06-03 20:13:51 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 23:06:33 +01:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:21:07 -04:00
2026-06-03 21:01:33 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:22:45 -04:00
2026-06-03 20:30:38 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:17:40 -04:00
2026-05-28 20:08:42 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:57:48 -04:00
2026-06-03 20:28:45 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-03 20:15:37 -04:00
2026-06-04 04:15:33 -04:00
2026-06-03 21:03:43 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:25:18 -04:00
2026-06-03 21:01:33 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 05:00:21 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:19:03 -04:00
2026-05-27 13:32:18 +01:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:12:38 -04:00
2026-06-03 20:19:17 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:48:42 -04:00
2026-06-03 21:03:43 -04:00
2026-06-03 20:28:45 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:54:37 -04:00
2026-06-04 04:12:38 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:17:40 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:38:31 -04:00
2026-06-03 20:19:17 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:46:27 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:48:42 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:41:47 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:36:44 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:57:48 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:21:07 -04:00
2026-06-03 20:34:17 -04:00
2026-06-04 05:00:21 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:22:45 -04:00
2026-06-04 04:44:12 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:15:33 -04:00
2026-06-04 04:51:24 -04:00
2026-06-04 04:27:23 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:14:06 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:34:19 -04:00
2026-06-04 04:29:53 -04:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:21:07 -04:00
2026-06-04 04:34:19 -04:00
2026-06-05 12:01:58 -07:00
2026-06-04 04:25:18 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:27:23 -04:00
2026-05-27 19:24:04 +01:00
2026-06-04 04:19:03 -04:00
2026-06-04 04:38:31 -04:00
2026-06-04 04:31:52 -04:00
2026-06-04 04:57:48 -04:00
2026-05-13 13:33:38 +01:00