Skip to content

Releases: igrigorik/AgentBoard

AgentBoard v0.7.0

07 Mar 16:02
a08c88a

Choose a tag to compare

What's Changed

  • fix: handle transient kix_core errors in GDocs tool (5d239e5)
  • fix: preserve error details in WebMCP chain (9a6e180)
  • feat: model-aware wrap-up when step limit is hit (ea51ffb)
  • feat: configurable max tool steps per agent (ec55678)
  • feat: manifest-based polyfill injection (eb90bbd)
  • feat: navigate(url) system tool + lifecycle infra (3d07d0d)
  • fix: MCP tool visibility, naming, structured responses (79ac420)
  • feat: use MCP server instructions in system prompt (72fb02a)

Full Changelog: https://github.com/OWNER/REPO/compare/v0.6.1...v0.7.0

AgentBoard v0.6.1

03 Feb 03:31
9ee0718

Choose a tag to compare

What changed

  • refactor: improve agent grounding and tool descriptions (e5bf3bf)
  • remove dom_query tool (ee4bc4a)
  • Merge pull request #5 from madmath/main (c770fcf)
  • Adapt to the latest WebMCP spec (e398fa2)

Full Changelog: https://github.com/OWNER/REPO/compare/v0.5.0...v0.6.1

AgentBoard v0.5.0

02 Jan 13:24
0b8996f

Choose a tag to compare

v0.5.0: smarter tool selection

  • Improves LLM tool selection via context and descriptions (29d3bd9)
  • Added tool specificity scoring for tool selection (3a7c5c9)
  • Fix: scope WebMCP tools to current tab in sidebar (9327dcb)
  • Merged page_info + dom_readability into get_full_page_context tool (db24b46)
  • Added YouTube webmcp tool: extract transcripts (03f0ab0)
  • Added Google docs context tool: include comments, selection, reading position (ba7cdef)
  • Added duplicate agent button (ab3c3c6)

AgentBoard v0.4.9

09 Nov 05:29
b820a95

Choose a tag to compare

  • autodetect provider based on model
  • simplify model proxy configuration

Full changelog: v0.4.8...v0.4.9

v0.4.8

31 Oct 03:51
87f3b4b

Choose a tag to compare

  • Multi-modal image support
  • Handle service worker hibernation; fixes tool availability
  • Improve WebMCP tool injection logic
  • Rework validation logic in options