BrainPalace 26.6.14
BrainPalace 26.6.14
Changed
- Session summarization default is now
subagent(Claude-Code-only).session_extraction.modedefaults tosubagentinstead ofauto, in both the CLI (brainpalace init) and the server's built-in default. Summarization happens only inside Claude Code (the plugin, free on your subscription); the server never falls back to a paid provider on its own — no surprise API bill. Theprovider/autoengines remain available as an explicit opt-in. Upgrade note: existing projects on the implicitautodefault lose the automatic server-side fallback; setmode: auto/mode: providerby hand to restore it.backfill-sessionsalso now defaults tosubagent. - Provider distiller is now disabled by default (
SESSION_DISTILL_ENABLED). Flipped from default-on to default-off: the server-side (billable) summarizer never runs unlessSESSION_DISTILL_ENABLEDis explicitly truthy. Server-side summarization now requires two locks lifted —session_extraction.mode: provider/autoandSESSION_DISTILL_ENABLED=true. (SESSION_INDEXING_ENABLED/SESSION_ARCHIVE_ENABLEDunchanged — still default-on.) - Clarified "free" session summarization wording. The plugin/subagent engine is "free on your Claude Code subscription" (no separate API bill) across README, INSTALL, SESSION_INDEXING, the setup wizard, and
init. Ollama (provider mode) remains the only truly-$0 fully-local option.
🤖 Generated with Claude Code