Summary
Improve Tab completion behavior in the @ file selector in the QueryMT TUI.
Problem
The @ file selector does not provide good path completion behavior with Tab, which makes it slower and less predictable to reference files from the input box.
Expected behavior
When using the @ file selector, Tab should help complete the current file or path input in a predictable way.
This should work well for common path completion cases, including partial file names and nested paths.
Notes
This should integrate cleanly with the existing file index and mention selection flow, rather than feeling like a separate input mode.
Summary
Improve Tab completion behavior in the
@file selector in the QueryMT TUI.Problem
The
@file selector does not provide good path completion behavior with Tab, which makes it slower and less predictable to reference files from the input box.Expected behavior
When using the
@file selector, Tab should help complete the current file or path input in a predictable way.This should work well for common path completion cases, including partial file names and nested paths.
Notes
This should integrate cleanly with the existing file index and mention selection flow, rather than feeling like a separate input mode.