Skip to content

Release 1.0.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:49
· 7 commits to main since this release
b0d3342

Release Notes

First release, versioned alongside the core it supervises.

Added

  • Supervises the core: starts whatever was installed on a free port, waits for
    it to answer, and restarts it when it dies, backing off as failures repeat
  • Serves the local view from the binary itself, so it works with no network and
    cannot drift from the agent serving it: Overview, Graph, Knowledge, Reviews,
    Skills, Repositories and Settings
  • Asks for a review of a checkout and keeps the answer, so a review has an
    address that still opens an hour later
  • Proxies /mcp to the core, so a coding agent on this machine reaches the same
    index through the agent it already talks to
  • Reads and writes knowledge, skills, settings and repositories against the
    index, and browses the filesystem for the folder a person is adding

Installation

  1. Download the appropriate archive for your platform from the assets below
  2. Extract the binary:
    • Linux/macOS: tar -xzf <archive>.tar.gz && chmod +x <binary>
    • Windows: Extract the .zip file
  3. Move the binary to your PATH (e.g., /usr/local/bin on Linux/macOS)
  4. Verify the download using checksums.txt