v1.2.0
New Features
- Automatically expose MCP Resources to agents with the
read-resourceandlist-resourcestools, 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 newread-resourcetool.- 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-skilltool, and (when enabled) this is supplemented with a built-inwriting-gateway-skillsSkill. - 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