What version of Kimi Code CLI is running?
1.17.0
Which open platform/subscription were you using?
https://www.kimi.com/code/console
Which model were you using?
kimi-code/kimi-for-coding
What platform is your computer?
Windows 11
What issue are you seeing?
When typing @ in the input box to trigger file mention, the popup list shows internal Git object files from .git/objects/ directory (e.g., .git/objects/11/1d2a98c2698b5a202ddae8906f75f16ecfcffd). These are Git's internal storage files, not user-facing source files, and should be excluded from the file mention list.
What steps can reproduce the bug?
In the /web input box, type @ to trigger the file mention feature
What is the expected behavior?
Only user-facing source files should appear (e.g., *.ts, *.tsx, *.js, *.json, etc.)
Additional information
No response
What version of Kimi Code CLI is running?
1.17.0
Which open platform/subscription were you using?
https://www.kimi.com/code/console
Which model were you using?
kimi-code/kimi-for-coding
What platform is your computer?
Windows 11
What issue are you seeing?
When typing @ in the input box to trigger file mention, the popup list shows internal Git object files from .git/objects/ directory (e.g., .git/objects/11/1d2a98c2698b5a202ddae8906f75f16ecfcffd). These are Git's internal storage files, not user-facing source files, and should be excluded from the file mention list.
What steps can reproduce the bug?
In the /web input box, type
@to trigger the file mention featureWhat is the expected behavior?
Only user-facing source files should appear (e.g., *.ts, *.tsx, *.js, *.json, etc.)
Additional information
No response