RussellCanfield / wingman-ai

An open source AI coding assistant VSCode extension. Works with Ollama, HuggingFace, OpenAI and Anthropic
MIT License
150 stars 13 forks source link

Index, does it support files other than apps/**/*.{js,jsx,ts,tsx} #53

Open MarkWard0110 opened 12 hours ago

MarkWard0110 commented 12 hours ago

In the Index configuration, I am trying to change the inclusion filter, but my edits are replaced with apps/**/*.{js,jsx,ts,tsx}

I can modify the text in the inclusion filter, but when I stop typing, the edits are replaced with apps/**/*.{js,jsx,ts,tsx}

Does the index support a user-defined inclusion filter?

I just installed the extension configured with Ollama chat and embeddings.

RussellCanfield commented 6 hours ago

Hi Mark,

Yes this is indeed a bug, there is a little state background refresh on the indexer view since the whole panel is never unloaded from memory. I will get a fix out for this shortly.

Thanks for reporting the bug!

RussellCanfield commented 6 hours ago

This is fixed in release 0.7.11 - it should be available in the next 5-10 minutes, please let me know if you run into any more issues. This area will be enhanced in the next release.

Enhancements: