v0.4.81 — Setup wizard: zero-prompt --yes, background project setup, doctor verification
LatestHighlights (full detail in CHANGELOG.md):
setup --yesruns the entire onboarding wizard with zero prompts — sane defaults everywhere,--editors=<csv>to scope,--no-doctorto 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
doctordiagnostics 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.