Comment Re:AI powered copy-paste? (Score 1) 34
Is anyone asking for "smart" copy-paste beyond "paste as plain text?"
In case you're unaware, copy/paste, even on Linux, is context aware and does smart things. No LLM integration I'm aware of, but it's not just plain text. You can try it. In a (possibly Linux) web browser, copy a big chunk of some webpage, then paste that into a new gmail message (or somewhere that accepts context-type: text/html). Bullet points, tables, font sizes, etc.. will be retained. Those aren't plain text.
Even more simple of an example: you can copy/paste images.
Given that there's already some hooks in there to do things with the clipboard data based on context, it's not *too* big of a stretch to see them try to hook in other stuff... not that I want it. I frequently find myself pasting to a temporary vim text file just to ensure I'm removing all the unseen markup before pasting a message (email, comments, IMs, etc..). I should probably setup a shortcut to paste as plain text someday.