Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 22 May 01:08
· 161 commits to main since this release

Install

Download the archive for your platform from this release, verify it with checksums.txt, and place the relay-knowledge binary on your PATH.

Rust users can install from crates.io after the crate is published:

cargo install relay-knowledge

CLI Skill

This release includes relay-knowledge-cli-skill-v1.0.7.tar.gz, a ClawHub-compatible skill that teaches LLM agents to use the relay-knowledge CLI for local graph and code-repository workflows. The skill package includes Linux x64 and Windows x64 binaries under assets/ and selects the newest semver version when both PATH and bundled binaries are available. It is intentionally separate from MCP protocol access.

Registry maintainers can publish the same generated skill layout with:

clawhub publish skills/relay-knowledge-cli --slug relay-knowledge-cli --name "Relay Knowledge CLI" --version 1.0.7

Verification

sha256sum -c checksums.txt
gh attestation verify <artifact> -R coolplayagent/relay-knowledge
relay-knowledge --version
relay-knowledge status --format json
relay-knowledge service doctor --format json

Platform Artifacts

  • Linux x64: x86_64-unknown-linux-gnu
  • Linux ARM64: aarch64-unknown-linux-gnu
  • macOS Intel: x86_64-apple-darwin
  • macOS Apple Silicon: aarch64-apple-darwin
  • Windows x64: x86_64-pc-windows-msvc
  • Windows ARM64: aarch64-pc-windows-msvc

Windows ARM64 is validated as a cross-built release artifact in this workflow. Native Windows ARM64 smoke tests require a future ARM64 Windows runner.