v0.1.1
A maintenance release. v0.1.0's binaries work fine — this brings the published/installable version in line with the latest fixes and is the first release built by the automated GoReleaser pipeline.
Changes
- Ollama probe hardening. The reachability check now validates
LI_ASSIST_OLLAMA_HOST(parses the URL and allows onlyhttp/https) and issues the request with a context deadline. Malformed or non-HTTP hosts are rejected before any call is made. - CI / security gate fixed. The standalone
gosecstep had drifted out of sync with the project's lint policy, breaking the build. The exclude set is now defined once in.golangci.yml(with a written rationale per rule) and mirrored by the Makefile and CI, so all three tools agree. - README accuracy. Documented
--intros(the offline connection-to-job warm-intro feature) end to end, updated the Install section now thatgo installand pre-built binaries are available, and surfaced the bundled agent skill. - Automated releases. Tag pushes now build cross-platform binaries (macOS/Linux, amd64/arm64) + checksums via GoReleaser.
No user-facing behaviour changed for valid configurations.
Install
go install github.com/kevin-burns/linkedin-assist/cmd/li-assist@v0.1.1Or download a pre-built binary from the assets below (verify against checksums.txt).