Menu
Changelog
0.12.2 2026-07-14
Fixed
- Bundle analyzers build the package now — a
browser field points at a dependency-free stub entry, so tools that webpack-bundle the npm package no longer fail on Node built-ins and platform binaries.
- Publish workflow: the crates.io "already published" check now queries the registry index instead of resolving workspace crates locally.
0.12.1 2026-07-14
Changed
- Script-free npm install — the binary ships as five per-platform packages via
optionalDependencies; the main package has no install scripts, no network code, no eval. Binaries are SHA-256-verified with build provenance.
- Auto-update moved into the binary — daily background check,
BWN_NO_AUTO_UPDATE=1 opts out.
- Published to crates.io:
cargo install buildwithnexus or cargo install bwn.
- Inline image rendering: pasted screenshots and sampled video frames preview in the transcript;
.docx paths click open in Word.
0.12.0 2026-07-14
Added
- Live slash-command autocomplete with one-line descriptions;
@path and sub-argument completion; ghost commands removed.
- True multimodal input —
Ctrl+V clipboard images; ffmpeg-sampled video frames + metadata; per-model vision gating with explicit notices.
- Clickable files and links (OSC 8) — edit headers open the file in your default app.
- npm auto-update — silent daily background updates,
BWN_NO_AUTO_UPDATE=1 opts out.
- Esc interrupts; queued prompts auto-send; prefix-filtered draft-preserving history; double/triple-click selection with copy confirmation; mode-aware cursor shapes.
Changed
- GitHub-grade diffs — gutters, tinted rows, word-level emphasis; one renderer for previews and applied changes.
- Bordered composer with in-box spinner (elapsed + interrupt hint); minimal banner; grouped auto-aligned
/help; rendered markdown everywhere; honest telemetry (fabricated cost/tok-s removed).
Fixed
- Denials and failed workflows now render red; silent HTTP retries now visible; alt-screen corruption during
/resume; uncapped tool previews.
Performance
- ~215× faster streaming renders — incremental wrap cache, 60fps coalescing, atomic frames; instant startup, no black frames.
All releases on GitHub →