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
Surface the enforcing build's version in the shielded status line instead of a bare commit hash - it reads v0.6.1 on a release and v0.6.0+5 between releases.
Changed
Status line shows the version - agentjail statusline now renders the
build version parsed from git describe: an exact release tag (v0.6.1), +N commits past the last tag (v0.6.0+5), and a trailing * for a dirty
tree. It falls back to the short commit hash when no version was embedded.
Dev builds (scripts/dev-deploy.sh, make dist) now embed the describe
string so the +N suffix shows up between releases; the release build
already stamps the exact tag.