sourcegraph / cody

Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.
https://cody.dev
Apache License 2.0
2.51k stars 260 forks source link

feedback: Cody is unable to recognize a prisma model from a django model #2530

Closed kentntwari closed 6 months ago

kentntwari commented 8 months ago

Areas for Improvement

What needs to be improved? Please describe how this affects the user experience.

I asked for a fix on an error found in a prisma model using the vs commands for a quick fix. Unfortunately, cody's response were wrong since it analyzed the prisma error as a django error. It was unable to recognize that I was in prisma model with a .prisma extension.

Why is this feedback important? Please describe the rationale.

I didn't get the quick fix I wanted since Cody couldn't identify that I was working with prisma. Note that the file had .prisma extension to it therefore making it difficult to justify the confusion with a django file

Describe the solution you'd like to see

It would be great if cody could correctly give out response by analyzing the file worked on and the language.

Describe any alternatives that could be considered

No response

Additional context

No response

github-actions[bot] commented 6 months ago

This issue is marked as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed automatically in 5 days.