Releases: agentstation/starmap
Releases · agentstation/starmap
v0.0.3
Starmap 0.0.3 (2025-09-05T20:41:53Z)
Welcome to Starmap v0.0.3! This release includes improvements to the AI model catalog system.
Installation
Homebrew (macOS/Linux):
brew install agentstation/tap/starmapGo Install:
go install github.com/agentstation/starmap/cmd/[email protected]Docker:
docker pull ghcr.io/agentstation/starmap:0.0.3Documentation
Changelog
Full Changelog: v0.0.2...v0.0.3
Thanks to all contributors! 🎉
v0.0.2
Starmap 0.0.2 (2025-09-05T19:56:06Z)
Welcome to Starmap v0.0.2! This release includes improvements to the AI model catalog system.
Installation
Homebrew (macOS/Linux):
brew install agentstation/tap/starmapGo Install:
go install github.com/agentstation/starmap/cmd/[email protected]Docker:
docker pull ghcr.io/agentstation/starmap:0.0.2Documentation
Changelog
✨ Features
- 3774834: feat: Add Dockerfile for container builds (@jackspirou)
- 2779b9e: feat: Enable GPG signing for releases (@jackspirou)
🐛 Bug Fixes
- e848823: fix: Correct Dockerfile to use TARGETPLATFORM for multi-arch builds (@jackspirou)
- 89d0457: fix: Correct dockers_v2 YAML format (@jackspirou)
- 6e05c1f: fix: Correct dockers_v2 configuration based on official docs (@jackspirou)
- 7afe084: fix: Correct golangci-lint install path for v2 (@jackspirou)
- bbe8ec3: fix: Install golangci-lint in GitHub Actions release workflow (@jackspirou)
- a2c502c: fix: Install gomarkdoc in release workflow (@jackspirou)
- 7f44177: fix: Resolve all lint issues and improve CLI error handling (@jackspirou)
- 6f25525: fix: Separate images and tags in dockers_v2 configuration (@jackspirou)
Full Changelog: v0.0.1...v0.0.2
Thanks to all contributors! 🎉