Skip to content

v0.0.14

Choose a tag to compare

@GTC2333 GTC2333 released this 14 Jul 14:10
· 186 commits to main since this release
7c57f87

Release cut from main@7c57f87 (v0.0.13 → v0.0.14, +23 commits).

Highlights

Bug fixes

  • #293 / #295 — raise DEFAULT_MAX_TOKENS 8k → 32k so long tool arguments (write / edit / send_message) no longer get silently truncated by the model's max-tokens cap. Fixes user-reported "expert write always retries" regression.
  • #286tool_toggles now takes effect on newly-created sessions (drops the process-wide cache).
  • #294 — empty skill_name in skill_search falls back gracefully.
  • #290 — Live Demo bundle safety hardened.
  • #291 — provider probing now correctly targets selected Responses / Azure protocol variants.
  • #285 — CLI scaffold flakiness fix (gate the 600-file bundled-skill copy behind BP_SKIP_SKILL_COPY for test runs).

Features

  • #292 — knowledge base settings build flag.
  • #297 — per-session domain resource isolation.
  • #289 — persistent library flattened under data/ (with safe migration).
  • #299 — README research-cases docs.

Artifacts

  • npm@brainpilot/{protocol,skills,runtime,backend-core,web,app}@0.0.14 published to https://www.npmjs.com/org/brainpilot
  • Dockerbrainpilot-main / brainpilot-sandbox / brainpilot-sandbox-gpu pushed to ghcr.io/neuroaihub (+ mirror registries).

Install:

npm i -g @brainpilot/app@0.0.14
bnpt up