Skip to content

Releases: anthonypdawson/claude-contextus

Release v0.6.0

19 Jun 19:20

Choose a tag to compare

[0.6.0] - 2026-06-19

Added

  • Interactive setup wizard: /contextus-setup rewritten as a two-track guided experience — Quick (30s sane defaults) or Power User (explains each option, lets you customize). New setup-detect.ts gathers all project state in one JSON call.
  • Usage signal tracking: Stop hook now ALWAYS parses the "Context: used:" provenance footer and logs usage_signal events to usage.jsonl. Zero API cost — pure regex + JSONL.
  • Usage rate report (pnpm usage-rate): Headline metric — "context was used in XX% of injected responses." Per-pattern breakdown, low-value pattern flagging, --project/--days/--json filtering.
  • Expansion pre-warm: qwen2.5:3b pinged at daemon startup so first expansion doesn't timeout (9.5s cold → 443ms warm).
  • Deletion detection: fs.watch on .claude/context/ dirs removes orphan rows from LanceDB on file deletion. macOS/Windows only; Linux falls back to reconcile-on-start.
  • /contextus-setup --tune: Runs floor-replay calibration on real prompts, recommends injectionFloor + expansionThreshold, shows config diff.
  • Proactive capture: Awareness footer updated to instruct Claude to extract complete patterns with examples/thresholds — not stubs.
  • Footer parser (lib/calibration/parse-footer.ts): Regex extraction of the provenance footer for structured analysis.
  • --help on CLI scripts: usage-rate and cost-report are now self-documenting. cost-report added to package.json.

Changed

  • Stop hook (scripts/stop-evaluation.js): Refactored from calibration-only to always-on usage signal + optional calibration enqueuing.
  • Logger gains logUsageSignal event type for the new usage_signal JSONL schema.
  • Session-start nudge updated to reference guided setup experience.

Full Changelog: v0.5.0...v0.6.0

Release v0.5.0

18 Jun 14:44
7da1d1c

Choose a tag to compare

What's Changed

  • feat: retrieval-miss proposals — evidence-driven context capture (#7) (7da1d1c)

Full Changelog: v0.4.0...v0.5.0

Release v0.4.0

18 Jun 00:40
d839006

Choose a tag to compare

What's Changed

  • feat: hybrid search (semantic + keyword fusion via RRF) (#6) (d839006)
  • feat: keyword fallback when embedding unavailable (#5) (212df4e)
  • feat: token-cost reporting for org defensibility (#4) (a7fdae5)
  • feat: provider-down alerting + auto-recovery (#3) (bdf2f8f)

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

17 Jun 22:45

Choose a tag to compare

What's Changed

  • fix(ci): update release workflow for plugin.jsonc rename (7770849)
  • feat: multi-vector query expansion + provider registry + JSONC config (#2) (85c587e)

Full Changelog: v0.2.0...v0.3.0

Release v0.2.0

17 Jun 14:48

Choose a tag to compare

What's Changed

  • fix: auto-release on version bump, latest on every push (9790f38)

Full Changelog: latest...v0.2.0

Latest (main)

17 Jun 14:40
f815477

Choose a tag to compare

Latest (main) Pre-release
Pre-release

Auto-built from the latest commit on main.

Install: Download claude-contextus-plugin.tar.gz and extract to your plugin directory.

Version: 0.6.0
Commit: b1e4142
Built: 2026-06-19T15:25:05-04:00