Mentions
Lody enhances the input box with mention support via @ and #.
File Mentions
Type @ in the input box to open the file list. Keep typing to fuzzy-match by filename or file path. Use the up and down arrow keys to select, then press Enter to confirm. Mentioned files are sent to the coding agent as full-path prompt context.

Issue and Pull Request Mentions
After selecting a repository on the home page, type # to mention Issues and Pull Requests in the current repository.

Use the up and down arrow keys to select, then press Enter to confirm. The selected Issue or PR context is injected into the prompt, so the agent can handle tasks like Fix #12 or Review the implementation in #56.