Skip to content

Releases: snapsynapse/agentlink

Agentlink v0.3.0

10 Jun 07:16

Choose a tag to compare

Highlights

  • Homebrew install: brew install snapsynapse/tap/agentlink
  • New linux-arm64 binary alongside darwin-arm64, darwin-amd64, linux-amd64
  • Assistant guide 1.1.0 now covers workstation install with approval-gated, checksum-verified action blocks, restructured to pass GuideCheck reference verifier 0.5.0 with zero findings
  • Hardened sync and hook safety: true --dry-run preview, directory-replacement refusal, hook permission preservation, worktree-aware scan, XML-safe launchd plists (see CHANGELOG)

Verify downloads

shasum -a 256 -c SHA256SUMS.txt

Full changelog: https://github.com/snapsynapse/agentlink/blob/main/CHANGELOG.md

Agentlink v0.2.0

10 Jun 07:15

Choose a tag to compare

Agentlink v0.2.0

First tagged release of the Snap Synapse fork of martinmose/agentlink.
Upstream never tagged a release, so this fork treats the upstream baseline
as an implicit 0.1.x and starts its own release line at 0.2.0.

Highlights

  • Adds agentlink detect for installed AI coding tool discovery.
  • Adds agentlink scan [dir] for wiring repo-level instruction symlinks.
  • Adds agentlink hooks install|remove|status for git, zsh, and launchd triggers.
  • Adds sync --backup and global config support at ~/.config/agentlink/config.yaml.
  • Adds the tool registry and integration tests for detect, scan, sync, and hooks.
  • Launches the canonical landing page at https://agentlink.run/.

Verification

  • Release commit: 6384401e6939954449c4ffbd6f0c3986b43cc43f
  • Tag: v0.2.0
  • Built assets:
    • agentlink-darwin-arm64
    • agentlink-darwin-amd64
    • agentlink-linux-amd64
    • SHA256SUMS.txt
  • Local version check: agentlink version 0.2.0

See CHANGELOG.md for the full release entry.