Skip to content

Text completion for files and directories no longer work when typing @ after having [context.fileFiltering.customIgnoreFilePaths #207

Description

@chadd28

What happened?Text completion for files and directories no longer work when typing @ after having context.fileFiltering.customIgnoreFilePaths setting added to settings.jsonImageRelated to google-gemini#16487 ?### What did you expect to happen?Path completion to work after typing @Image(works after removing fileFiltering from setting)Removing this fixes the issue: "context": { "fileFiltering": { "customIgnoreFilePaths": [ "node_modules/"### Client information
Client InformationRun gemini to enter the interactive CLI, then run the /about command.console> /about│ About Gemini CLI ││ ││ CLI Version 0.29.5 ││ Git Commit 2ef872e73 ││ Model Auto (Gemini 3) ││ Sandbox no sandbox ││ OS darwin ││ Auth Method Logged in with Google (REDACTED @gmail.com) ││ Tier Gemini Code Assist in Google One AI Pro
### Login information_No response_### Anything else we need to know?Here is my full settings
settings.jsonjson{ "security": { "auth": { "selectedType": "oauth-personal" }, "enablePermanentToolApproval": true }, "ui": { "showStatusInTitle": true, "showModelInfoInChat": true, "inlineThinkingMode": "full", "showMemoryUsage": true, "loadingPhrases": "off", "showCitations": true, "accessibility": { "enableLoadingPhrases": false } }, "general": { "enableNotifications": true, "previewFeatures": true, "preferredEditor": "vscode", "vimMode": false, "checkpointing": { "enabled": true } }, "context": { "fileName": ["GEMINI.md", "AGENTS.md"], "fileFiltering": { "respectGitIgnore": false, "customIgnoreFilePaths": [ "node_modules/", "temp/", "cache/" ] } }, "skills": { "enabled": true }, "experimental": { "modelSteering": true }, "privacy": { "usageStatisticsEnabled": false }}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions