Skip to content

Assistant: adjust default aiExcludes settings so that skills/plans/etc can be picked up #13544

@sharon-wang

Description

@sharon-wang

Because the default aiExcludes setting covers all files and directories starting with a dot ., it causes issues when plan files should be read by Assistant.

Default setting:

"positron.assistant.aiExcludes": [
  "**/.*"
]

Let's amend this to be less general. We do want to avoid files like .env and other sensitive files from automatically being read, but other files/directories starting with . are ones we likely do want to read. Like .github, .positai, etc.

Metadata

Metadata

Assignees

Labels

No fields configured for Enhancement.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions