Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:29
· 16 commits to main since this release

0.3.0

Features

  • telemetry: Record use events with prompt; show them in history --tail (164dd2c)
  • history: Add per-event listing view to ski history (51217f2)
  • config: Enable telemetry via config.toml (0080b62)
  • inject: Confidence-scaled phrasing, score-aware dedup, opt-in telemetry (64ff56a)
  • config: Load ~/.config/ski/config.toml overrides (5f7edf3)

Bug Fixes

  • rerank: Gate reranked injects on stage-1 agreement to cut false positives (3360e70)
  • rerank: Lower rerank_min default -2.5 -> -1.5 to cut false injects (75fccdd)
  • discovery: Skip test/template trees and placeholder skills (f403beb)

Documentation

  • cli: Note self-loads/recall misses in ski history --tail help (dd7e78f)
  • cli: Hide hook/observe/session-start from --help (69b522d)
  • cli: Drop stale "stub, milestone 2" from ski hook help (361d408)
  • Move How it works below Install and Usage (af40058)
  • Use universal examples in README, drop PLAN.md (0f744b2)