Skip to content

Starling v0.0.9

Choose a tag to compare

@huang-sh huang-sh released this 15 Jun 06:58

Starling v0.0.9

This release adds persistent Starling data-directory configuration and improves project/index resilience.

Highlights

  • Added starling config show, starling config set home <path>, and starling config unset home.
  • Added --migrate for starling config set home to copy existing Starling metadata, settings, and indexes to the new home.
  • Added persistent STARLING_HOME-style behavior through ~/.config/starling/config.json.
  • Kept STARLING_HOME as the highest-priority per-process override.
  • Fixed CLI version output to read from package.json instead of a hardcoded string.
  • Made session-index persistence failures non-fatal, so project listing can still return data when the old home disk is full.
  • Updated Starling skill and README documentation for the new data-directory flow.

Validation

  • npm run lint
  • npm test
  • npm run build
  • npm pack --dry-run

Install

npm install -g starling-ai