Release notes
Release tags pin the source, npm packages, and GHCR image to the same version. Production deployments should never mix versions.
v0.0.5 — Reliable OpenClaw and HermesAgent setup
- Fixes the HermesAgent entry point for the current plugin loader and validates real runtime provider registration in
doctor hermes. - Detects the official Hermes shell wrapper, both
venvand.venvlayouts, and the bundled~/.hermes/bin/uvwithout requiringpip. - Makes
doctor openclawrequire a loaded plugin, preventing declared provider IDs from masking runtime dependency failures. - Adds dedicated bilingual OpenClaw and HermesAgent installation, usage, proxy, secret-persistence, diagnostics, and removal guides.
- Adds copy-ready installation and startup commands for Codex, Claude Code, OpenCode, Pi, OpenClaw, HermesAgent, and LangChain Deep Agents to both project home pages.
GitHub Release v0.0.5 · Compare v0.0.4...v0.0.5
v0.0.4 — Native OpenClaw and HermesAgent providers
- Adds
camofox-web-search-openclawwith canonical nativeweb_searchandweb_fetchproviders. - Adds the
camofox-web-search-hermesPyPI plugin with canonicalweb_searchandweb_extractproviders. - Extends the CLI, examples, CI, npm Trusted Publishing, and PyPI Trusted Publishing workflows.
- Adds real OpenClaw 2026.7.1 and HermesAgent 0.19 host compatibility checks plus Docker provider E2E.
GitHub Release v0.0.4 · Compare v0.0.3...v0.0.4
v0.0.3 — WeChat fetch readiness
- Waits once through transient WeChat Official Account verification interstitials and empty or iframe-only snapshots.
- Returns typed
fetch_blockedwith HTTP 503 andRetry-Afterwhen interactive verification persists; CAPTCHA is never solved or bypassed. - Removes temporary
poc_tokenvalues from returned final URLs while preserving final-URL SSRF validation. - Adds
WEB_FETCH_READY_TIMEOUT_MS, structured readiness logs, Prometheus metrics, bilingual deployment guidance, and real WeChat Docker E2E coverage.
GitHub Release v0.0.3 · Compare v0.0.2...v0.0.3
v0.0.2 — Multi-provider search and Agent examples
- Added pluggable DuckDuckGo, Brave, Bing, and Google providers with automatic fallback, cooldown circuit breaking, telemetry, and Google single-flight protection.
- Added bilingual deployment documentation plus runnable Codex, Claude Code, OpenCode, Pi, and LangChain Deep Agents examples.
- Added custom OpenAI-compatible Deep Agents model providers and streaming progress output.
- Expanded REST, MCP, client, CLI, Pi plugin, Docker E2E, and release verification for the multi-provider contract.
GitHub Release v0.0.2 · Compare v0.0.1...v0.0.2
v0.0.1 — Initial release
- Introduced the authenticated
web_searchandweb_fetchREST and stateless Streamable HTTP MCP service. - Published the TypeScript core/client, Agent configuration CLI, Pi plugin, and version-pinned Docker deployment.
- Established CI, GitHub Pages, npm Trusted Publishing, and multi-architecture GHCR release automation.