Skip to content

v0.143.0

Choose a tag to compare

@ivar-lazzaro ivar-lazzaro released this 05 Jun 00:52
· 10 commits to main since this release
61c2b3f

What's New

Features

  • agentico update self-update command — Update your installation in place without re-running a manual install. The command detects how Agentic was installed (go install, Homebrew tarball, etc.) and takes the right update path automatically. Use agentico update --check to see whether a newer release is available without applying it.

Improvements

  • Safer self-updates — The updater never downgrades: if your current build is equal to or newer than the latest published release, it reports that you're already up to date (and tells you when you're ahead). Release-asset matching is tolerant of naming variations, and file mode/ownership are preserved across the swap.
  • Privileged-location handling — When Agentic lives in a privileged path, the updater runs a pre-flight check and re-signs the binary on macOS after replacement, avoiding broken installs.
  • Dev-build guard — Updating a locally built (dev) binary is refused with a clear message instead of silently replacing it.

Fixes

  • CI coverage — Added a CI workflow running go vet and tests on every change, and made the knowledge-base fallback test independent of the host PATH for reliable runs.