Skip to content

Releases: koda-claw/web-tools

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 07:19
feat: add explicit domestic search providers

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 03:40
v1.8.0

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:11
web-tools v1.7.0

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 03:47
v1.6.0

v1.5.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:55
v1.5.2

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 14:21
v1.5.1

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:45
feat: add local gui console

v1.4.2

Choose a tag to compare

@github-actions github-actions released this 15 Jun 04:01
feat: add env file setup flow

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 16:25

v1.4.1 - 2026-06-15

Patch release for Agent setup ergonomics and documentation.

Added

  • web-tools config provider add/list for CLI-managed provider configuration.
  • web-tools skill install so a downloaded CLI binary can initialize or update the Agent skill.
  • Chinese README at README.zh-CN.md.
  • README visual assets generated with the image-generator skill.

Improved

  • Agent skill guidance now prefers CLI-managed provider setup over hand-written JSON.

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 15:46

v1.4.0 - 2026-06-14

Feature release for provider/plugin architecture and MCP-backed search/read providers.

Added

  • Provider/plugin configuration with built-in searxng, duckduckgo, and builtin-reader providers.
  • web-search --provider with compatibility for existing --engine workflows.
  • web-reader --provider with builtin-reader default behavior preserved.
  • MCP provider adapter for Streamable HTTP responses, including SSE event parsing and double-encoded content[0].text JSON payloads.
  • Optional BigModel/Zhipu MCP provider support through ZHIPU_APIKEY.
  • doctor --json provider summaries with auth configured status and no secret value leakage.
  • Provider architecture docs, Mermaid flow diagrams, and a provider plugin development guide.

Verified

  • go test ./...
  • go vet ./...
  • ./scripts/smoke.sh
  • git diff --check
  • Live smoke with ZHIPU_APIKEY: BigModel Search MCP via --provider bigmodel.
  • Live smoke with ZHIPU_APIKEY: BigModel Reader MCP via --provider bigmodel.