Skip to content

v6.4.0

Latest

Choose a tag to compare

@ibrahimcesar ibrahimcesar released this 27 Aug 14:15
Immutable release. Only release title and notes can be modified.
276eccf

Added

  • Adopt Agent Plugins 1.0.0 portable package format (#144, closes #143)
    • New root plugin.json manifest that wraps the skills/ core as a single portable Agent Plugins 1.0.0 plugin — validated against the official 1.0.0 manifest schema (0 errors)
    • Additive and non-breaking: adapters, install scripts (install.sh / install.ps1), and powers/ are unchanged. Clients without a native Agent Plugins loader keep working exactly as before
    • Kiro-specific behavior (powers/, the kiro-cli agent) is homed under the extensions["dev.kiro"] namespace, keeping the portable core clean
    • Intentionally MCP-free (mcp.json is optional in the spec) — the skills read static pillar files rather than calling a server
    • README.md and llms.txt document the new "Via Agent Plugins" install path

Contributors

Thanks to @ajoshi01ai (Abhishek) for authoring this contribution. 🙌

Full changelog: v6.3.1...v6.4.0