Skip to content

Releases: sourceant/agent

Release 1.0.0-beta.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 22:58
5c8eb31

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.2 is the compatibility baseline for this release.
  • Newer core beta releases require compatibility checks before being added to the supported set.

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

Release 1.0.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 04:49
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