Before you submit
What happened?
When referencing project files from the chat composer with @, entries whose names start with . never appear as suggestions — not one specific folder, but every dot-prefixed file and directory. Common ecosystem examples such as .github/, .vscode/, .storybook/, .husky/, or a plain .notes.md file are all invisible. Typing @.github produces zero suggestions even though the directory exists in the project. The same filter also excludes dot-prefixed entries from project-wide file search, so such content is unreachable from both the mention picker and search.
Steps to reproduce
- Create a project (or import a folder) that contains a directory or file whose name starts with
., e.g. .github/ or .vscode/settings.json.
- Open the project and focus the chat composer.
- Type
@ followed by the exact name, e.g. @.github.
- Observe that no suggestion appears. A non-dot-prefixed name of the same shape does appear.
Expected behavior
Dot-prefixed user-content files and directories should be mentionable and searchable. Hiding system/generated directories (.git, daemon scratch dirs) from the UI is understandable, but the current implementation is a blanket startsWith('.') filter rather than an explicit ignore list, so it also hides legitimate user content that follows common dot-directory conventions.
Open Design version
0.16.1
Platform
Windows
Logs (optional)
Screenshots (optional)
No response
Additional context
No response
Before you submit
od --version.What happened?
When referencing project files from the chat composer with
@, entries whose names start with.never appear as suggestions — not one specific folder, but every dot-prefixed file and directory. Common ecosystem examples such as.github/,.vscode/,.storybook/,.husky/, or a plain.notes.mdfile are all invisible. Typing@.githubproduces zero suggestions even though the directory exists in the project. The same filter also excludes dot-prefixed entries from project-wide file search, so such content is unreachable from both the mention picker and search.Steps to reproduce
., e.g..github/or.vscode/settings.json.@followed by the exact name, e.g.@.github.Expected behavior
Dot-prefixed user-content files and directories should be mentionable and searchable. Hiding system/generated directories (
.git, daemon scratch dirs) from the UI is understandable, but the current implementation is a blanketstartsWith('.')filter rather than an explicit ignore list, so it also hides legitimate user content that follows common dot-directory conventions.Open Design version
0.16.1
Platform
Windows
Logs (optional)
Screenshots (optional)
No response
Additional context
No response