mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
51c70b63a7
Type @ in the input to trigger a fuzzy file picker popup. Files are discovered via git ls-files (with os.ReadDir fallback), scored by fuzzy match, and displayed in the existing autocomplete popup. Tab/Enter inserts the selected path; directories keep the popup open for drilling. On submit, @file tokens are expanded into XML-wrapped file content before being sent to the agent. No CWD restriction — supports ~/, ../, and absolute paths.