Releases: sourceant/agent
Releases · sourceant/agent
Release list
Release 1.0.0-beta.3
Release Notes
Added
- Local stack shutdown waits for core cleanup and only stops this agent's container.
- Graph loading and failure states explain the wait and allow retrying.
- Model setup offers an optional skip, including when settings cannot load.
Fixed
- Large graphs display their group controls in batches.
- Adding a folder indexes only that repository.
Compatibility
- Core
1.0.0-beta.2is the compatibility baseline for this release. - Newer core beta releases require compatibility checks before being added to the supported set.
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
Release 1.0.0-beta.2
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