v0.0.14
Release cut from main@7c57f87 (v0.0.13 → v0.0.14, +23 commits).
Highlights
Bug fixes
- #293 / #295 — raise
DEFAULT_MAX_TOKENS8k → 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. - #286 —
tool_togglesnow takes effect on newly-created sessions (drops the process-wide cache). - #294 — empty
skill_nameinskill_searchfalls 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_COPYfor 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.14published to https://www.npmjs.com/org/brainpilot - Docker —
brainpilot-main/brainpilot-sandbox/brainpilot-sandbox-gpupushed to ghcr.io/neuroaihub (+ mirror registries).
Install:
npm i -g @brainpilot/app@0.0.14
bnpt up