Skip to content

BrainPilot v0.2.0

Choose a tag to compare

@HaoxuanLiTHUAI HaoxuanLiTHUAI released this 22 Aug 04:13
· 7 commits to main since this release
b0ee718

BrainPilot v0.2.0 makes real multi-agent research easier to configure, follow, and recover. It
adds durable expert tasks and background jobs, richer research traces with workspace checkpoints,
public neuroscience datasets, configurable model contexts up to 1M tokens, and a redesigned model
workflow.

Highlights

  • Larger model contexts — configure each provider for Auto, 256K, or 1M context. The 1M mode
    compacts near 900K while preserving the latest 64K tokens; actual availability depends on the
    selected model and provider.
  • Durable multi-agent work — expert tasks and subagents survive busy turns, deliver results to
    the correct agent, cancel superseded work, and notify the conversation when silent background
    jobs finish.
  • Inspectable and recoverable research — Trace records episodes, evidence, artifacts,
    checkpoints, and decisions; restored workspace state appears consistently in Chat, Trace, and
    Files.
  • More ready-to-use science workflows — public neuroscience datasets, reusable download
    workflows, and guided Knowledge Base PDF ingestion.

User experience

  • Choose provider, model, and supported reasoning level directly in the composer.
  • Configure the model context window per provider without editing configuration files.
  • Recover from provider authentication, rate-limit, timeout, and availability errors with clear
    next actions.
  • Keep drafts and attachments through reloads; mention persistent files; paste clipboard images;
    preview and edit linked workspace files.
  • Stop and replace active work without stale instructions or internal control text leaking into
    the conversation.
  • Improved mobile Settings and Live Demo layouts, keyboard focus, turn timing, navigation, Trace
    language, and Live Demo artifact import/export.

See the full changelog
for the complete feature and reliability list.

Install or upgrade

npm install -g @brainpilot/app@0.2.0
brainpilot --version

Official linux/amd64 sandbox images:

  • CPU: ghcr.io/neuroaihub/brainpilot-sandbox:0.2.0
  • GPU: ghcr.io/neuroaihub/brainpilot-sandbox-gpu:0.2.0
  • CPU, mainland China: brainpilot-registry.cn-wulanchabu.cr.aliyuncs.com/brainpilot/sandbox:0.2.0
  • GPU, mainland China: brainpilot-registry.cn-wulanchabu.cr.aliyuncs.com/brainpilot/sandbox-gpu:0.2.0

Migration

No manual user-data migration is required. Existing sessions, workspace files, provider settings,
and MCP configuration remain in their durable data roots.