Skip to content

v0.26.1-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:00
7fba666

Delta since previous beta (v0.26.0-beta.5) — 2 new changesets.

Patch Changes

  • Restore two extension-normalization behaviors that regressed when the file tree
    began preserving exact .md / .mdx document identities.

    • Share-receive miss detection again recognizes an extension-bearing armed
      navigation against the resolver's extension-stripped missing target, so a
      moved or deleted shared doc renders the honest miss panel instead of falling
      into create-mode at the shared path.
    • An extension-only file rename (same base name, foo.md to foo.mdx) once
      more performs the on-disk move without recording a phantom rename-history
      entry, since the two paths refer to the same logical document.
  • Redesign the "What gets created" preview in the Initialize dialog so it's easier to read at a glance. The preview now groups what a starter pack scaffolds into clear Folders, Files, and Skill sections, each row showing the item's name and a one-line description of what it's for. The old collapsible file tree (which also exposed internal .ok/ paths) is gone — the sections carry the same information more legibly. Hovering or focusing a folder's template count now reveals the names of the templates it installs.