Releases: igrigorik/AgentBoard
Releases · igrigorik/AgentBoard
AgentBoard v0.7.0
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
AgentBoard v0.5.0
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
- autodetect provider based on model
- simplify model proxy configuration
Full changelog: v0.4.8...v0.4.9