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.59k stars 275 forks source link

feedback: Not doing what it says it will do. Results are not what was stated #4614

Closed Brahxter closed 1 month ago

Brahxter commented 3 months ago

screenshot 2

Version

vscode 1.90.1 using python ext. version 3.12.3 Codeium @claude 3 sonnet

Areas for Improvement

What needs to be improved? Please describe how this affects the user experience and include a screenshot.

i gave it this warning....WARNING:absl:You are saving your model as an HDF5 file via model.save() or keras.saving.save_model(model). This file format is considered legacy. We recommend using instead the native Keras format, e.g. model.save('my_model.keras') or keras.saving.save_model(model, 'my_model.keras'). It then told me that it changed the file extension from .h5 to .keras and printed me the new code with the change... BUT , clearly you can see from the screenshot that it did not update the code to reflect this. Ive seen this alot over the past few weeks. Seems to be a common problem.

Describe the solution you'd like to see

Id like to see it do what it says its going to do or doing and reflect that in the code snippets. It does no good if its telling someone that it made this change or that change and low and behold, come to find out that the change was never made.. This could be very discouraging to someone who is maybe just learning coding and or is trying to learn what they are doing wrong because there code isnt running and come to find out..... Hours Later..... that the AI that was suppose to be helping them, and was suppose to have corrected that, did no such thing and THATS why there code isnt working. So its actually kind of a serious thing. IT could totally turn someone off from this. This should be fixed right away in my option. Anyways, Hope I helped out.. Thanks.

Describe any alternatives that could be considered

make sure that it not only reads the incoming well, but maybe have it scan through a few times its own output to double check ITSELF before printing the new code or solution. Im not sure if thats a thing you can do or if your already implementing something similar but maybe beef that up a bit.

Additional context

screenshot

github-actions[bot] commented 1 month 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.