Skip to content

Releases: agentstation/starmap

v0.0.25

21 Oct 21:21
5e448c9

Choose a tag to compare

Starmap 0.0.25 (2025-10-21T21:18:55Z)

Welcome to Starmap v0.0.25! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.25

Documentation

📚 View Documentation

Changelog

✨ Features


Full Changelog: v0.0.24...v0.0.25

Thanks to all contributors! 🎉

v0.0.24

21 Oct 18:14
01de232

Choose a tag to compare

Starmap 0.0.24 (2025-10-21T18:11:58Z)

Welcome to Starmap v0.0.24! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.24

Documentation

📚 View Documentation

Changelog

✨ Features

🐛 Bug Fixes

Others


Full Changelog: v0.0.23...v0.0.24

Thanks to all contributors! 🎉

v0.0.23

21 Oct 15:41
59ebd85

Choose a tag to compare

Starmap 0.0.23 (2025-10-21T15:38:45Z)

Welcome to Starmap v0.0.23! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.23

Documentation

📚 View Documentation

Changelog

✨ Features

  • f5303be: feat(ui): consolidate model details into single comprehensive table (@jackspirou)
  • 3d856d6: feat: implement provenance tracking with authority/confidence/reason (@jackspirou)

🐛 Bug Fixes


Full Changelog: v0.0.22...v0.0.23

Thanks to all contributors! 🎉

v0.0.22

20 Oct 21:33
2fca5f1

Choose a tag to compare

Starmap 0.0.22 (2025-10-20T21:31:15Z)

Welcome to Starmap v0.0.22! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.22

Documentation

📚 View Documentation

Changelog

📝 Documentation

  • d0fbd6c: docs(cli): add comprehensive flag policy and design guidelines (Phase 3) (@jackspirou)
  • b106308: docs(cli): reorganize CLI documentation and complete Phase 3 (@jackspirou)

Others


Full Changelog: v0.0.21...v0.0.22

Thanks to all contributors! 🎉

v0.0.21

20 Oct 18:46
3d70bb4

Choose a tag to compare

Starmap 0.0.21 (2025-10-20T18:44:07Z)

Welcome to Starmap v0.0.21! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.21

Documentation

📚 View Documentation

Changelog

🐛 Bug Fixes

Others

  • 937d750: refactor(cli): rename --output flag to --format with backwards compatibility (@jackspirou)

Full Changelog: v0.0.20...v0.0.21

Thanks to all contributors! 🎉

v0.0.20

19 Oct 18:25
fb51363

Choose a tag to compare

Starmap 0.0.20 (2025-10-19T18:22:40Z)

Welcome to Starmap v0.0.20! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.20

Documentation

📚 View Documentation

Changelog

✨ Features

  • ceca52d: feat(auth): improve Google Vertex verification and update tablewriter (@jackspirou)
  • fb51363: feat(logos): add comprehensive logo support for providers and authors (@jackspirou)

Full Changelog: v0.0.19...v0.0.20

Thanks to all contributors! 🎉

v0.0.19

17 Oct 21:45
6e76d7f

Choose a tag to compare

Starmap 0.0.19 (2025-10-17T21:43:01Z)

Welcome to Starmap v0.0.19! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.19

Documentation

📚 View Documentation

Changelog

🐛 Bug Fixes

  • b6900bd: fix(docker): add server command to docker-compose.yml and remove obsolete version field (@jackspirou)
  • 14a132a: fix: improve OpenAPI generation and error handling throughout codebase (@jackspirou)

Full Changelog: v0.0.18...v0.0.19

Thanks to all contributors! 🎉

v0.0.18

17 Oct 19:28
db2474a

Choose a tag to compare

Starmap 0.0.18 (2025-10-17T19:25:42Z)

Welcome to Starmap v0.0.18! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.18

Documentation

📚 View Documentation

Changelog

✨ Features

  • db2474a: feat: migrate from Docker to ko for secure, minimal container images (@jackspirou)

Full Changelog: v0.0.17...v0.0.18

Thanks to all contributors! 🎉

v0.0.17

17 Oct 18:30
ceaf925

Choose a tag to compare

🎉 What's New

Major Features

  • New starmap deps check command - Check external dependencies for data sources with improved two-tier output format

    • Summary table showing source-level status
    • Detailed per-source tables with dependency purposes
    • Interactive and auto-install modes for missing dependencies
  • Renamed inspectembed command - Better reflects the purpose of exploring the embedded filesystem

    • starmap embed is now the primary command
    • starmap inspect kept as alias for backward compatibility
    • All subcommands: ls, cat, tree, stat

Improvements

  • Dependency Resolution System - Automatic checking and installation of missing external dependencies (like git)

    • Runs before sync to ensure all required tools are available
    • Supports interactive prompts and auto-install mode
    • Optional sources gracefully skip if dependencies missing
  • Human-Friendly Source Names - Added Name() method to Source interface

    • "Providers" instead of "providers"
    • "Local Catalog" instead of "local"
    • "models.dev (Git)" / "models.dev (HTTP)" for clarity
  • Better Code Organization - Extracted print logic to dedicated print.go files

    • Clearer separation of concerns
    • Improved maintainability
    • Consistent output formatting
  • Enhanced Auth Status - Application Default Credentials (ADC) support

    • Structured credential details and sources
    • Clearer formatting and provider grouping
    • Better error messages

📦 Installation

# Using Go
go install github.com/agentstation/starmap/cmd/[email protected]

# Using Homebrew (coming soon)
brew install agentstation/tap/starmap

# Download binary from releases
# See assets below

📝 Usage Examples

# Check dependencies
starmap deps check
starmap deps check --format json

# Explore embedded filesystem
starmap embed ls catalog
starmap embed cat catalog/providers.yaml
starmap embed tree catalog

# Backward compatible alias
starmap inspect ls catalog

🔧 Full Changelog

Commits since v0.0.16:

  • ceaf925 feat: add deps check command and rename inspect to embed

Files changed: 54 files, 3301 insertions(+), 1538 deletions(-)


🤖 Generated with Claude Code

v0.0.16

16 Oct 03:29
1f9369a

Choose a tag to compare

Starmap 0.0.16 (2025-10-16T03:26:29Z)

Welcome to Starmap v0.0.16! This release includes improvements to the AI model catalog system.

Installation

Homebrew (macOS/Linux):

brew install agentstation/tap/starmap

Go Install:

go install github.com/agentstation/starmap/cmd/[email protected]

Docker:

docker pull ghcr.io/agentstation/starmap:0.0.16

Documentation

📚 View Documentation

Changelog

✨ Features

🐛 Bug Fixes

Others


Full Changelog: v0.0.15...v0.0.16

Thanks to all contributors! 🎉