v0.13.1-beta.0
Pre-releaseDelta since previous beta (v0.13.0-beta.15) — 2 new changesets.
Patch Changes
-
Bring back the instruction prompt box on the editor's "Edit with AI" affordance. Selecting text and clicking "Edit with AI" (or pressing Cmd+Shift+I) now opens a popover with a "What should the AI do?" field above the installed-agent list, instead of jumping straight to an agent picker. Type an instruction and pick an agent to hand off the selected passage with your instruction attached; the field is optional, so you can still dispatch with no instruction. The passage is snapshotted when the popover opens, so changing your selection afterward does not alter what gets sent.
-
Show all files in the sidebar by default. The file tree now lists every file in the project on first open — not just markdown and linked content — so the sidebar reflects what's actually on disk without an extra step. Files excluded by
.gitignore/.okignoreare included; turn the "Show all files" toggle off (folder right-click menu, sidebar empty-space menu, or the View menu on desktop) to scope the tree back to indexed/linked content. The choice is remembered per machine, per project.This builds on the recent progressive, lazy file-tree loading (depth-1 on-demand expansion plus a streaming disk walk), so defaulting to "all files" stays fast on large codebases — including ones with nested worktrees and
node_modulesthat previously sat well past the old file-count ceiling.