mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 09:45:27 +00:00
Add a general typed tool-progress contract so long-running non-exec tools can emit public channel progress without overloading model-facing tool content. `web_fetch` now uses the generic delayed progress helper: it shows `Fetching page content...` only when the fetch is still pending after five seconds, clears the timer on completion/abort, passes the abort signal into guarded fetch, and avoids provider fallback or cached success after cancellation. The subscriber path accepts only explicit `visibility: "channel"` and `privacy: "public"` progress metadata, while untyped tool partials and exec output keep their existing behavior. Docs now explain typed progress, delayed producer examples, and the `web_fetch` timing behavior. Proof: `pnpm test src/agents/tools/web-tools.fetch.test.ts src/agents/embedded-agent-subscribe.handlers.tools.test.ts -- --run`; `pnpm docs:check-mdx`; changed-file `pnpm exec oxlint ...`; `git diff --check`; autoreview clean. |
||
|---|---|---|
| .. | ||
| acp-agents-setup.md | ||
| acp-agents.md | ||
| agent-send.md | ||
| apply-patch.md | ||
| brave-search.md | ||
| browser-control.md | ||
| browser-linux-troubleshooting.md | ||
| browser-login.md | ||
| browser-wsl2-windows-remote-cdp-troubleshooting.md | ||
| browser.md | ||
| btw.md | ||
| capability-cookbook.md | ||
| clawhub.md | ||
| code-execution.md | ||
| creating-skills.md | ||
| diffs.md | ||
| duckduckgo-search.md | ||
| elevated.md | ||
| exa-search.md | ||
| exec-approvals-advanced.md | ||
| exec-approvals.md | ||
| exec.md | ||
| firecrawl.md | ||
| gemini-search.md | ||
| grok-search.md | ||
| image-generation.md | ||
| index.md | ||
| kimi-search.md | ||
| llm-task.md | ||
| lobster.md | ||
| loop-detection.md | ||
| media-overview.md | ||
| minimax-search.md | ||
| multi-agent-sandbox-tools.md | ||
| music-generation.md | ||
| ollama-search.md | ||
| pdf.md | ||
| perplexity-search.md | ||
| plugin.md | ||
| reactions.md | ||
| searxng-search.md | ||
| skills-config.md | ||
| skills.md | ||
| slash-commands.md | ||
| steer.md | ||
| subagents.md | ||
| tavily.md | ||
| thinking.md | ||
| tokenjuice.md | ||
| tool-search.md | ||
| trajectory.md | ||
| tts.md | ||
| video-generation.md | ||
| web-fetch.md | ||
| web.md | ||