Skip to content

v1.2.0

Choose a tag to compare

@karashiiro karashiiro released this 07 Feb 03:59
· 189 commits to main since this release
069f1da

New Features

  • Automatically expose MCP Resources to agents with the read-resource and list-resources tools, enabling that context to be discovered dynamically rather than having to manually attach it to a conversation.
  • Built-in (optional) support for Agent Skills - this is an agent-agnostic system built on top of MCP Resources. Skills are stored in a skills/ folder alongside your configuration and have their front matter automatically injected into the context window, but get loaded in full via the new read-resource tool.
    • This enables you to trivially bring your Skills with you between agents by simply connecting the same MCP server that you were already using to your new agent.
    • Agents can optionally author Skills themselves via the write-gateway-skill tool, and (when enabled) this is supplemented with a built-in writing-gateway-skills Skill.
    • Note: Gateway Skills are disabled by default as they may interfere with existing Skill systems. The system can be enabled via new config options.

Full Changelog: v1.1.0...v1.2.0