For AI agents: the complete documentation index is available at /en/llms.txt, the full documentation bundle is available at /en/llms-full.txt, and this page is available as Markdown at /en/changelog/mention-unify.md.
  • English
  • Unified @ mention for files and skills

    • Date: 2026-08-15
    • Commit: feat(tui): unify @ mention search for files and skills
    • Version cue: 0.12.1-alpha.4

    Previously, @ only completed file paths and $ opened the skill picker — two separate popups that didn't know about each other. This change merges file and skill search into one unified @ mention popup and moves skill binding to the @name syntax.

    What changed

    1. @ searches files and skills together
      Typing @ opens the aggregated search popup, defaulting to the All mode that lists both files and skills, filtered as you type.

    2. All / Files / Skills mode switching
      / switch between the three scopes; Tab cycles through them. Each mode has its own empty-state text (No matches / No files / No skills).

    3. Skill injection token moved from $skill to @name
      After selecting a skill, the input and the sent conversation show a visible @skill-name marker (e.g. @rspress-docs-generator); bindings and history replay stay compatible, so older sessions are unaffected. $ is no longer a skill trigger.

    4. Popup height changes
      file_picker_popup_height default rises from 7 to 9 rows; files and skills share this popup, still in the 3..21 range. The popup also supports custom scrollbar track height, with the aggregated list and footer layouts aligned.

    Notes