You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brainpalace init now asks before embedding/summarizing chat sessions, and embedding is opt-in. Interactive init prompts Summarize? [Y/n] (free, Claude Code Haiku subagent) then Embed? [y/N] (billable — sends transcript content to your embedding provider, named in the prompt). A bare init and --yes no longer auto-embed past sessions; use --sessions to opt in, --no-extract to skip summarization.
init second-part output reflects real state — the chat-summaries line warns + points to install-agent when the plugin is absent (the free subagent can't run without it), and the Done block surfaces the real session-embedding provider.
init preview names the real provider per action (embed chat sessions → OpenAI text-embedding-3-large, summarize chat sessions → Claude Code Haiku (subscription)), dropping the abstract billable/free labels.
Fixed
A Claude Code marketplace clone no longer counts as an installed plugin (registry-missing fallback no longer matches cache/<name>-marketplace/brainpalace).
An interactive init embed/summarize answer now wins over an XDG-inherited session_indexing block.