Skip to content

Agent Sync v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:27
· 34 commits to master since this release

Agent Sync v0.2.0

Self-contained builds of the agent and git-agent executables.

Install (Linux/macOS)

curl -fsSL https://raw.githubusercontent.com/nova-globen/agent/master/scripts/install.sh | bash -s -- v0.2.0

Install (Windows PowerShell)

irm https://raw.githubusercontent.com/nova-globen/agent/master/scripts/install.ps1 | iex

Assets

  • agent-sync-v0.2.0-linux-arm64.tar.gz
  • agent-sync-v0.2.0-linux-x64.tar.gz
  • agent-sync-v0.2.0-osx-arm64.tar.gz
  • agent-sync-v0.2.0-osx-x64.tar.gz
  • agent-sync-v0.2.0-win-x64.zip
  • checksums.txt

Optional local web UI

The optional agent-sync-ui (launched by agent ui) ships as separate,
self-contained agent-sync-ui-v0.2.0-<rid> archives, attached to this release
by the separate UI packaging job, and as a .NET tool (dotnet tool install --global AgentSync.Ui). The CLI does not require it; agent ui installs it
on first use (the .NET tool when a dotnet SDK is present, otherwise the
matching release archive).

Verify checksums

sha256sum -c checksums.txt

See the installation section of the README for manual install and build-from-source instructions.