Skip to content

BrainPalace 26.6.19

Choose a tag to compare

@bxw91 bxw91 released this 04 Jun 22:19
· 40 commits to main since this release

BrainPalace 26.6.19

Changed

  • 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.