BrainPalace 26.6.16
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/autoandSESSION_DISTILL_ENABLED=true).- New wording-only
brainpalace config wizard --chat-summarizer [plugin|provider|auto]
flag (defaultautoself-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.shnow 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.
- New wording-only
🤖 Generated with Claude Code