Skip to content

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 18:26
· 49 commits to main since this release

Fixed

  • Fixed configured MCP servers never reaching the model in normal sessions: createAgentSession pinned a fixed initial active-tool list (read/bash/edit/write/task/agent) that overrode the session's computed default, so the registered mcp_tool_search / mcp_tool_call (and memory_*) tools were never activated. mcp list showed servers and no error fired, yet the agent had no MCP tools. The initial active set is now left unset unless the caller passes explicit tools, so the session activates the memory and MCP bridge tools it discovers (#127).