Skip to content

AgentBoard v0.9.0

Latest

Choose a tag to compare

@igrigorik igrigorik released this 07 Aug 05:19
104a643

Install latest from Chrome Web Store.

Local workspace & memory support

SCR-20260806-tehf
  • Every session bootstraps from IDENTITY.md, SOUL.md, USER.md, AGENTS.md, and MEMORY.md in your workspace.
  • Agents can read and modify MEMORY.md, which acts as long-term storage that's automatically loaded into chat context.
  • Agents can also read and modify memory/** files, which act as a journal and reference for MEMORY.md.
  • All files remain on your local filesystem: edit them, version them, index them, and use them as you like.

Improved model routing

The new setup lets you select the exact API contract—OpenAI Responses, legacy Chat Completions, Anthropic Messages, or Google Generative AI—and route any supported model through any compatible direct or proxy endpoint. Existing v0.8 settings migrate without changing their routing. New OpenAI-style agents default to Responses.

Improved tools and schema validation

  • AgentBoard preserves supported MCP and WebMCP schemas on the provider wire, then validates arguments locally. Unsupported schemas stay hidden; invalid calls stop before side effects and return actionable field-level feedback.
  • The Fetch URL tool now returns status codes for each response instead of reporting errors on non-2xx responses.
  • Navigation tools return results across page changes without leaving stale capabilities active.
  • The YouTube transcript tool now handles newer auto-generated captions.
  • DEBUG and TRACE logs include more useful context with basic credential redaction.

Full changelog: v0.8.0...v0.9.0