Skip to content

4.3.0

Choose a tag to compare

@alagrede alagrede released this 20 Jul 17:40
· 13 commits to master since this release

✨ v4.3.0 — Slash Prompts: your AI just learned some serious new tricks

Open the AI overlay and type /. That's it. That's the release.

Well, almost — here's what's hiding behind that little slash. 👇

💬 Interactive AI sessions

Some things shouldn't be a one-shot prompt. The commands marked 💬 open a live chat
inside the overlay
— the AI asks, you answer, and nothing touches your note until
you hit Generate draft. Then the whole conversation turns into a clean, structured note.

  • /brainstorm — shape an app, a screen or a half-baked idea, one sharp question at a time
  • /interview — build a real user-interview guide (it will call out your leading questions 😉)
  • /critique — a fair but merciless devil's advocate. Bring your best arguments.
  • /discuss — an open discussion with a partner that actually has opinions,
    wrapped up as a summary note

Sessions see your current note and selection, resolve @note / @file mentions in
every message, and can search the web mid-conversation. Escape hides the overlay —
your session is still there when you come back.

♻️ /rewrite — the note blender

The one we're most excited about. Your note grew messy — duplicated sections, answers
scattered at the bottom, structure gone sideways? /rewrite proposes a rewrite plan,
lets you adjust it in the chat, then rebuilds the whole note in place.

Built paranoid, on purpose: the rewrite lands as one atomic edit (a single undo brings
everything back), your frontmatter is preserved untouched, and if the model replies with
anything that isn't a rewrite, the note stays exactly as it was.

📁 A prompt library that is yours

Every command is just a markdown file in your vault's prompts/ folder:

  • Override any built-in — the file wins, and a version chip tells you when the
    built-in default evolved since
  • Drop a new file, get a new command — frontmatter picks the behavior:
    interactive: true for a chat session, replace: true for a rewriter,
    category: to organize your own folders in the / list
  • Plain notes, versioned with your vault — your whole team shares the same commands

New Settings → Prompts screen to see everything at a glance, generate any default
file, scaffold a custom command, or reset to factory prompts.

Also in this release

  • One-shot classics, tidied into folders: 📁 Spec kit (/specify, /plan, /tasks,
    /premortem, /review…) and 📁 Notes (/summarize, /eli5)
  • Copy button on chat replies
  • Visible focus state on text fields in dark mode, and assorted dark-mode dialog fixes

Type /, poke around, and tell us which custom command you build first. 🚀