Skip to content

v0.4.81 — Setup wizard: zero-prompt --yes, background project setup, doctor verification

Latest

Choose a tag to compare

@escott- escott- released this 03 Jul 20:51
b9993a7

Highlights (full detail in CHANGELOG.md):

  • setup --yes runs the entire onboarding wizard with zero prompts — sane defaults everywhere, --editors=<csv> to scope, --no-doctor to skip verification. Great for CI and dotfiles.
  • Project setup never blocks onboarding: indexing runs in a detached background process via the new contextstream-mcp index [path] command; search works immediately while the semantic index builds.
  • Setup verifies itself: every wizard run ends with the doctor diagnostics against the just-configured auth — misconfigurations surface with a fix hint while you're still in the terminal.
  • Cross-component interop: credentials and folder mappings written by other ContextStream components (legacy {api_key, saved_at} shape; exact-folder {path, workspace_id, project_id} entries) are now read correctly instead of being ignored or crashing scope resolution.
  • New README on GitHub and npm: benchmark-led (90.0% on the full LongMemEval-S suite with the official judge), 30-second quickstart, supported-editor matrix, FAQ.