Parent
What to build
Add TUI autocomplete for Inline Skill References so a user can discover and insert $skill-name while composing a message. Accepting a candidate must keep the editor open, and submitting the completed message must use the Session expansion delivered by #316.
The autocomplete provider must compose with Pi's current provider. Native /skill:name completion and @path/to/file completion remain unchanged.
Acceptance criteria
Blocked by
Parent
What to build
Add TUI autocomplete for Inline Skill References so a user can discover and insert
$skill-namewhile composing a message. Accepting a candidate must keep the editor open, and submitting the completed message must use the Session expansion delivered by #316.The autocomplete provider must compose with Pi's current provider. Native
/skill:namecompletion and@path/to/filecompletion remain unchanged.Acceptance criteria
$at the start of input or after horizontal whitespace opens Inline Skill completion in the TUI.$skill-nameat the active reference./skill:namecompletion remains unchanged.@path/to/filecompletion and file-reference behavior remain unchanged.Blocked by