Skip to content

v0.4.0

Choose a tag to compare

@hokupod hokupod released this 07 Jul 12:00

What's New

Supply-chain hardening

  • Pinned ACP adapter versions: the default config now pins
    @agentclientprotocol/codex-acp@1.1.0 and
    @agentclientprotocol/claude-agent-acp@0.57.0 instead of always fetching
    the latest version at runtime. Adapter updates now ship through deliberate
    Kyoso releases. You can still override the command/version in
    kyoso.config.ts.
  • Version consistency enforcement: bun test and pack:verify now fail
    if the MCP server version constant drifts from package.json, and a
    release build fails if the git tag does not match the package version.
  • CI dependency scanning: CI and release workflows now install
    dependencies through Aikido safe-chain, blocking known-malicious package
    versions before they execute.

Release pipeline

  • Starting with this release, Kyoso is published via npm trusted publishing
    (OIDC) from GitHub Actions with provenance attestation. You can verify the
    package with npm audit signatures.

Full Changelog: v0.3.0...v0.4.0