Skip to content

BrainPalace 26.6.16

Choose a tag to compare

@bxw91 bxw91 released this 04 Jun 12:20
· 43 commits to main since this release

BrainPalace 26.6.16

Changed

  • Setup wizard now distinguishes CODE vs CHAT summarization and is plugin-aware.
    The summarization provider is for code (short LLM summaries during indexing).
    Chat/session summaries are a separate job: handled free by the Claude Code
    plugin (Haiku subagent). Without the plugin, chat summarization is OFF by
    default
    — the server-side provider distiller is doubly opt-in (mode: provider/auto and SESSION_DISTILL_ENABLED=true).
    • New wording-only brainpalace config wizard --chat-summarizer [plugin|provider|auto]
      flag (default auto self-detects the plugin). It does not change the written
      config or the session engine (auto, resolved at runtime).
    • New brainpalace plugin status --json — single plugin-detection source reused by
      scripts/setup.sh.
    • scripts/setup.sh now decides the plugin before the provider wizard (was last)
      and passes the flag through; renumbered to six steps.
    • Plugin docs (setup/config commands + configuring-brainpalace skill) synced.

🤖 Generated with Claude Code