Hi there, thanks for working on this project.
One suggestion I'd like to make is a method to set files invisible to code-assistant and whichever AI agent uses code-assistant as an MCP server.
The best way to describe this would be how .gitignore works, maybe add a parameter in a project in projects.json that includes a list of filepaths or directories that should be ignored. An example use case for this is when a developer would hold config files that may contain sensitive information. Assuming they store those files in a config folder in the project, we can just set /config to be excluded.
I'd like to work on this feature and contribute it to the project, but unfortunately, my Rust skills are inadequate compared to other languages. If you need to prioritize other features, that's okay too, I'll work on this and push a PR when I have time. Thanks again!
Hi there, thanks for working on this project.
One suggestion I'd like to make is a method to set files invisible to code-assistant and whichever AI agent uses code-assistant as an MCP server.
The best way to describe this would be how .gitignore works, maybe add a parameter in a project in projects.json that includes a list of filepaths or directories that should be ignored. An example use case for this is when a developer would hold config files that may contain sensitive information. Assuming they store those files in a config folder in the project, we can just set /config to be excluded.
I'd like to work on this feature and contribute it to the project, but unfortunately, my Rust skills are inadequate compared to other languages. If you need to prioritize other features, that's okay too, I'll work on this and push a PR when I have time. Thanks again!