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

Refactor - enhance context #29

Closed RussellCanfield closed 6 months ago

RussellCanfield commented 7 months ago

Refactor currently is in development but offers sub-par performance on complex refactors.

2 issues contribute - one is lack of context understanding. The other is potentially brittle markdown parsing - consider prompt tweak here.

RussellCanfield commented 6 months ago

Completed