Release 1.0.0-beta.2
·
7 commits
to main
since this release
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
/mcpto 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
- Download the appropriate archive for your platform from the assets below
- Extract the binary:
- Linux/macOS:
tar -xzf <archive>.tar.gz && chmod +x <binary> - Windows: Extract the
.zipfile
- Linux/macOS:
- Move the binary to your PATH (e.g.,
/usr/local/binon Linux/macOS) - Verify the download using
checksums.txt