Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ user-data migration is required.
## [0.2.0] - 2026-08-22

BrainPilot v0.2.0 turns the research workspace into a more capable, inspectable, and reliable
environment for real multi-agent work. The release adds a public plugin platform, durable expert
tasks, richer research traces and workspace recovery, managed background execution, public
neuroscience datasets, and a substantially simpler model and file workflow.
environment for real multi-agent work. The release adds durable expert tasks, richer research
traces and workspace recovery, managed background execution, public neuroscience datasets,
configurable model contexts up to 1M tokens, and a substantially simpler model and file workflow.

### Highlights

- Added a public plugin SDK and an in-product marketplace. BrainPilot can discover and run native
plugins as well as compatible Pi, Codex, and Claude Code packages, with provenance, permissions,
requirements, and compatibility visible before activation.
- Added provider-level Auto, 256K, and 1M context settings. The 1M mode compacts near 900K while
preserving the latest 64K tokens; the usable limit still depends on the selected model and
provider.
- Upgraded the research trace into a structured record of episodes, evidence, artifacts,
checkpoints, and decisions. Users can inspect how a result was produced, preview workspace
changes, and restore an earlier checkpoint with the restored state visible across Chat, Trace,
Expand Down
7 changes: 5 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ BrainPilot 是一个开源、人在回路的脑科学智能体研究系统。它

## 📰 最新动态

- **2026-08-22** — [BrainPilot v0.2.2](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.2) 在云端插件功能尚未开放时显示简洁、明确的提示,不再暴露不受支持的插件市场请求;本地和自托管版本的完整插件市场保持不变。详见[更新日志](CHANGELOG.md#022---2026-08-22)。
- **2026-08-22** — [BrainPilot v0.2.2](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.2) 让托管界面与当前已开放的 Cloud 能力保持一致,并移除不受支持的控制面请求。详见[更新日志](CHANGELOG.md#022---2026-08-22)。
- **2026-08-22** — [BrainPilot v0.2.1](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.1) 将“停止”变成严格边界,已取消的模型、工具、文件和轨迹任务不会在用户提出新需求后继续执行。详见[更新日志](CHANGELOG.md#021---2026-08-22)。
- **2026-08-22** — [BrainPilot v0.2.0](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.0) 新增公共插件平台、可持久追踪的专家任务与后台任务、支持工作区恢复的科研轨迹、公共脑科学数据集,并重新设计服务商、模型和思考强度的选择流程;同时系统性改进文件与附件、停止与恢复、移动端布局和错误处理。详见[更新日志](CHANGELOG.md#020---2026-08-22)。
- **2026-08-22** — [BrainPilot v0.2.0](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.0) 新增可持久追踪的专家任务与后台任务、支持工作区恢复的科研轨迹、公共脑科学数据集和最高 1M token 的可配置模型上下文,并重新设计服务商、模型和思考强度的选择流程;同时系统性改进文件与附件、停止与恢复、移动端布局和错误处理。详见[更新日志](CHANGELOG.md#020---2026-08-22)。
- **2026-07-28** — [BrainPilot v0.1.2](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.1.2) 完善工具生命周期、托管 MCP BYOK、npm 知识库脚本、数学公式渲染和新手引导,并通过 GHCR 与中国大陆 ACR 正式发布 CPU/GPU 沙箱镜像。详见[更新日志](CHANGELOG.md#012---2026-07-28)。
- **2026-07-24** — [BrainPilot v0.1.1](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.1.1) 提升了排队与超时提问、模型服务临时故障重试及模型健康状态记录的可靠性。详情见[更新日志](CHANGELOG.md#011---2026-07-24)。
- **2026-07-18** — BrainPilot 项目在 2026 世界人工智能大会(WAIC)“实体世界智能科学论坛”上展示,欢迎关注!
Expand Down Expand Up @@ -141,6 +141,9 @@ BP_MOCK=1 brainpilot up
BrainPilot 支持 **Anthropic Messages**、**OpenAI Completions**、**OpenAI Responses** 和
**Azure OpenAI Responses**,可以接入 Anthropic、OpenAI 兼容端点、Azure 或第三方网关。

Provider 可以选择自动、256K 或 1M 上下文。1M 模式会在约 900K 时自动整理上下文,并保留
最近 64K token。请只选择模型和服务商实际支持的大小;这个设置不会提高模型原生的上下文上限。

更想用命令行初始化?

```bash
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ BrainPilot is an open-source, human-in-the-loop agentic system for brain science

## 📰 News

- **2026-08-22** — [BrainPilot v0.2.2](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.2) replaces unsupported plugin-marketplace requests in hosted Cloud with a concise availability message, while preserving the full local and self-hosted marketplace. See the [changelog](CHANGELOG.md#022---2026-08-22).
- **2026-08-22** — [BrainPilot v0.2.2](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.2) aligns the hosted interface with currently available Cloud capabilities and removes unsupported control-plane requests. See the [changelog](CHANGELOG.md#022---2026-08-22).
- **2026-08-22** — [BrainPilot v0.2.1](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.1) makes Stop a hard boundary so cancelled model, tool, file, and Trace work cannot resume after the user's next message. See the [changelog](CHANGELOG.md#021---2026-08-22).
- **2026-08-22** — [BrainPilot v0.2.0](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.0) adds a public plugin platform, durable expert tasks and background jobs, richer research traces with workspace recovery, public neuroscience datasets, and a redesigned provider/model/reasoning workflow, with broad improvements to files, Stop/recovery, mobile layouts, and error handling. See the [changelog](CHANGELOG.md#020---2026-08-22).
- **2026-08-22** — [BrainPilot v0.2.0](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.2.0) adds durable expert tasks and background jobs, richer research traces with workspace recovery, public neuroscience datasets, configurable model contexts up to 1M tokens, and a redesigned provider/model/reasoning workflow, with broad improvements to files, Stop/recovery, mobile layouts, and error handling. See the [changelog](CHANGELOG.md#020---2026-08-22).
- **2026-07-28** — [BrainPilot v0.1.2](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.1.2) improves tool lifecycle, managed MCP BYOK, npm knowledge-base setup, math rendering, and onboarding, and adds official CPU/GPU sandbox distribution through GHCR and mainland China ACR. See the [changelog](CHANGELOG.md#012---2026-07-28).
- **2026-07-24** — [BrainPilot v0.1.1](https://github.com/NeuroAIHub/BrainPilot/releases/tag/v0.1.1) improves the reliability of queued, timeout-aware user prompts and transient provider retries, with more accurate model-health reporting. See the [changelog](CHANGELOG.md#011---2026-07-24).
- **2026-07-18** — BrainPilot was showcased at the “Intelligence in the Physical World” Science Forum at WAIC 2026. Follow us for the latest updates.
Expand Down Expand Up @@ -143,6 +143,10 @@ supports **Anthropic Messages**, **OpenAI Completions**, **OpenAI Responses**, a
**Azure OpenAI Responses**, so you can use Anthropic, OpenAI-compatible endpoints, Azure, or
third-party gateways.

Provider settings can use automatic, 256K, or 1M context. In 1M mode BrainPilot compacts near
900K while preserving the latest 64K tokens. Select only a size supported by the chosen model and
provider; this setting does not increase a model's native context limit.

Prefer initializing from the command line?

```bash
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/content/docs/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Example gateway setup:

Keep real keys in your local config only. Do not commit provider keys to GitHub issues, docs, screenshots, or repository files.

## Context Window

Provider settings offer **Auto**, **256K**, and **1M** context. In 1M mode, BrainPilot compacts
near 900K and preserves the latest 64K tokens so long-running tool work keeps useful recent
context. Choose only a size supported by the model and provider: this setting controls BrainPilot's
runtime budget, but cannot increase the model's native context limit. Start a new session after
changing it because provider settings are frozen when a session is created.

## CLI Initialization

For quick local scaffolding:
Expand Down
7 changes: 7 additions & 0 deletions packages/docs/content/docs/providers.zh-cn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ BrainPilot 不会根据模型名称自动切换到 Responses API。新增 Provid

真实 key 只应保存在你的本地配置里。不要把 provider key 提交到 GitHub issue、文档、截图或仓库文件中。

## 上下文窗口

Provider 设置提供**自动**、**256K** 和 **1M** 三种上下文选项。1M 模式会在约 900K 时自动
整理上下文,并保留最近 64K token,让长时间的工具任务继续带着有用的近期信息。请只选择模型和
服务商实际支持的大小:该设置控制 BrainPilot 的运行预算,不能提高模型原生的上下文上限。修改后
请新建会话,因为 Provider 设置会在创建会话时冻结。

## CLI 初始化

快速生成本地配置:
Expand Down
20 changes: 10 additions & 10 deletions release-notes/v0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
BrainPilot v0.2.0 makes real multi-agent research easier to configure, follow, and recover. It
adds a public plugin platform, durable expert tasks and background jobs, richer research traces
with workspace checkpoints, public neuroscience datasets, and a redesigned model workflow.
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

- **Extensible research workspace** — a public plugin SDK and marketplace support native
BrainPilot plugins plus compatible Pi, Codex, and Claude Code packages, with provenance and
permissions visible before activation.
- **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** — a public neuroscience dataset marketplace, reusable
download workflows, guided Knowledge Base PDF ingestion, Playwright MCP, Monitor, Auditor, and
research plugins.
- **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;
Expand Down Expand Up @@ -49,5 +50,4 @@ Official `linux/amd64` sandbox images:
## Migration

No manual user-data migration is required. Existing sessions, workspace files, provider settings,
and MCP configuration remain in their durable data roots. Plugin authors should declare a
BrainPilot engine range that includes 0.2.0 and validate packages with the public plugin SDK.
and MCP configuration remain in their durable data roots.
12 changes: 6 additions & 6 deletions release-notes/v0.2.2.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
BrainPilot v0.2.2 is a focused Cloud user-experience patch.

Hosted deployments previously opened the local plugin marketplace even when the Cloud plugin
control plane was not enabled. Users could see raw 404 responses, which made the marketplace look
broken or incorrectly suggested that its catalogue was empty.
Hosted deployments previously opened a local-only extension management surface even though its
Cloud control plane was not enabled. Users could therefore see raw 404 responses or mistake an
unavailable capability for a broken page.

This release now:

- shows a concise, localized “not yet available in Cloud” state for hosted users;
- avoids unsupported marketplace, installation, update, and MCP-status requests from that page;
- leaves the plugin marketplace unchanged for local and self-hosted installations.
- shows a concise, localized availability state for hosted users;
- avoids unsupported extension-management requests from that page;
- leaves local and self-hosted extension management unchanged.

The patch passed the complete Web suite (80 files, 653 tests), the monorepo release gates, and
separate local and hosted Web production builds. No user-data migration is required.
Expand Down
Loading