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
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 What's New
Major Features
New
starmap deps checkcommand - Check external dependencies for data sources with improved two-tier output formatRenamed
inspect→embedcommand - Better reflects the purpose of exploring the embedded filesystemstarmap embedis now the primary commandstarmap inspectkept as alias for backward compatibilityls,cat,tree,statImprovements
Dependency Resolution System - Automatic checking and installation of missing external dependencies (like
git)Human-Friendly Source Names - Added
Name()method to Source interfaceBetter Code Organization - Extracted print logic to dedicated
print.gofilesEnhanced Auth Status - Application Default Credentials (ADC) support
📦 Installation
📝 Usage Examples
🔧 Full Changelog
Commits since v0.0.16:
Files changed: 54 files, 3301 insertions(+), 1538 deletions(-)
🤖 Generated with Claude Code
This discussion was created from the release v0.0.17.
Beta Was this translation helpful? Give feedback.
All reactions