Skip to content

BrainPalace 26.6.28

Choose a tag to compare

@bxw91 bxw91 released this 07 Jun 20:53
· 26 commits to main since this release

BrainPalace 26.6.28

Added

  • Dashboard update notification. The control plane shows a top-of-app banner when a newer brainpalace-cli is published on PyPI, prompting brainpalace update. Best-effort, cached (6h), informational only — no automatic upgrade.
  • Dashboard job detail. Jobs-tab rows are now clickable and open a drawer showing what each job did — documents/chunks indexed, duration, files processed, and the manifest eviction (added/changed/deleted) breakdown.

Changed

  • brainpalace init now surfaces the dashboard URL in a panel (and opens a browser when interactive) — init --start previously suppressed both.
  • init prompt defaults: summarize chat sessions = N, index git commit history = Y, commits-back-to-index = 5000.
  • Dashboard config pages load again — fixed a visible_when.equals boolean that broke /dashboard/config and /dashboard/global-config.
  • Dashboard queries default window is now 24h (was 7d).

Install: pip install --upgrade brainpalace-rag brainpalace-cli (or brainpalace update).