You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor bug, but it still seems unintuitive. All the code blocks that the llm generates seem to copy fine with the /copy [NUMBER] command - however when I open oatmeal with some code (from Visual mode in neovim for instance) oatmeal will label the code as codeblock-1 (you know it says something like "Hey There lets talk about the following... ```rust (1) [my code...] ```
Then if I do the command /copy 1 it will "say" that its copied that code block to my clipboard, but it actually doesn't copy anything! I imagine it's rare that somebody wants to copy that first codeblock so it doesn't really seem that important, but it seems incorrect that oatmeal will respond saying its copied that code block when it hasn't actually
The text was updated successfully, but these errors were encountered:
This is a minor bug, but it still seems unintuitive. All the code blocks that the llm generates seem to copy fine with the
/copy [NUMBER]
command - however when I open oatmeal with some code (from Visual mode in neovim for instance) oatmeal will label the code as codeblock-1 (you know it says something like "Hey There lets talk about the following... ```rust (1) [my code...] ```Then if I do the command
/copy 1
it will "say" that its copied that code block to my clipboard, but it actually doesn't copy anything! I imagine it's rare that somebody wants to copy that first codeblock so it doesn't really seem that important, but it seems incorrect that oatmeal will respond saying its copied that code block when it hasn't actuallyThe text was updated successfully, but these errors were encountered: