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.64k stars 289 forks source link

bug: Copying and pasting #5146

Open chineidu opened 2 months ago

chineidu commented 2 months ago

Version

1.30.0

Describe the bug

I find copying and pasting code or content difficult, especially from Jupyter Notebook to the chat interface.

It ends up pasting new Jupyter cells within the notebook instead of pasting the copied content to the chat tab.

Copying and pasting code or content is difficult and frustrating. It has made the user experience awful.

Expected behavior

I expected the copied content to be pasted on the chat tab instead it always pastes the created content on Jupyter notebook as a new cell.

Additional context

No response

jdorfman commented 2 months ago

Thanks @chineidu I will make sure the product team sees this in the weekly community feedback report.

chineidu commented 2 months ago

Thank you 🙏🏽

HaArLiNsH commented 3 weeks ago

So this is a bug still going on. I though I was going crazy because each time I hit ctrl-v or paste something in the chat it duplicate the last cell of my jupyter notebook

chineidu commented 3 weeks ago

I think Jupyter causes it. It's more like a Jupyter notebook bug.