v1.2.52026-06-17
One-command install, repo onboarding, value surfacing
A frictionless-install and value-surfacing release. Connecting your agent went from hand-editing JSON per client to a single command. No tool-contract changes (the new response fields are additive and optional); no migrations.
Added
- One command to connect any client.
npx @mycobrain/installdetects your MCP client and writes the config for Claude Code, Claude Desktop, Cursor, Codex, or Windsurf, then offers to onboard. - Onboarding indexes your own repo (opt-in). On a fresh brain it asks before indexing the current project, then a new session recalls your own code with the source file cited.
- You can see it remember.
brain_recall_memoryandbrain_context_packsurface a decaying recalled-from-memory credit line, plus a once-per-session stats greeting and save milestones. - Import history from ~/Downloads.
mycobrain-ingest --watch-downloadsis an opt-in watcher that auto-imports a ChatGPT or Claude export zip the moment it lands, identifying which by the files inside the zip.
No breaking changes to any brain_* tool contract. Full details in the repository CHANGELOG.