You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.