Skip to content

v0.5.0

Choose a tag to compare

@1a35e1 1a35e1 released this 09 Apr 20:07
· 21 commits to main since this release

[0.5.0] - 2026-04-09

Added

  • sonar feed — read-only feed view with --follow for NDJSON streaming, --offset for pagination
  • sonar topics suggest — AI-powered topic suggestions via OpenAI or Anthropic
  • sonar account — multi-account management (add, switch, rename, remove)
  • sonar refresh composable flags--bookmarks --likes --graph --tweets --suggestions
  • sonar data pull — fast bulk export via dataExport GraphQL query (cursor-paginated, ~300ms/page)
  • sonar data namespace — pull, backup, restore, verify, path, sql
  • Semantic triage — n=read, s=save, a=archive, -=bad rec with reason prompt
  • GraphQL client retry — 3 retries with jittered exponential backoff on transient failures
  • Help bannerS O N A R header with version
  • Pulse spinner — unicode-animations

Changed

  • WASM SQLite — replaced better-sqlite3, works on any Node/platform
  • Auth via sonar account add — removed SONAR_API_KEY env var
  • Removed sonar sync — use sonar refresh --bookmarks/--likes
  • Triage shows inbox only — no more feed/suggestion merge
  • Drift checks gate npm publish in CI

Fixed

  • Pipeline auth error detection and re-auth guidance
  • Pipeline error visibility in status endpoint
  • Skill install checks for user modifications (#8)
  • README typos and command syntax (#10)