v0.11.0-beta.0
Pre-releaseDelta since previous beta (v0.10.1-beta.0) — 1 new changeset.
Minor Changes
-
ok startnow has a clean, legible terminal. DiagnosticINFOlogs are routed to the on-disk log file (still captured for bug reports) instead of flooding stdout, so the startup banner — Editor + API URLs plus a "Next steps" hint — is front and center. The skill/MCP/launch-json reclaim sweeps no longer print routine JSON to the terminal (only genuine failures surface), and invalid frontmattertagsentries (e.g. comma-joined Obsidian-style values) are dropped silently instead of warning once per file. To restore the full log stream, setLOG_LEVEL=infoor pass--log-level <level>(which now takes effect — previously it was parsed but ignored).Two reliability fixes ride along: the HEAD watcher falls back to chokidar when
@parcel/watcheris unavailable (packaged builds ship without the native addon), so git branch-switch detection keeps working instead of silently degrading; and pressing Ctrl+C now prints an immediate "stopping…" notice explaining that pending changes are being saved and the server lock released.