This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summarybernstein run crashes due to missing bernstein.core.tokens module.
Full changelog
⚠️ Partially broken — CLI loads but
bernstein runcrashes. v1.8.10 fixed the v1.8.9 wheel enough thatbernstein --versionworks, but the task server still crashes on startup withModuleNotFoundError: No module named 'bernstein.core.tokens'. A stray.gitignorerule (*token*) was matchingsrc/bernstein/core/tokens/**and dropping the whole sub-package from the wheel. v1.8.11 ships the real fix.
v1.8.10
Intended to fix the broken v1.8.9 wheel (where 18 bernstein.core.* sub-packages were missing). It restored most of them, so bernstein --version works again — but bernstein run still crashes because one more sub-package (core/tokens) was silently stripped by a .gitignore glob. Use v1.8.11.
Install
pip install --upgrade 'bernstein>=1.8.11'
Full changelog: https://github.com/chernistry/bernstein/compare/v1.8.9...v1.8.10
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About chernistry/bernstein
Deterministic multi-agent orchestrator for 18 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, OpenAI Agents SDK, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. ~11K monthly PyPI downloads, Apache 2.0.
Related context
Related tools
Beta — feedback welcome: [email protected]