I now have keybind like this:
{
"key": "ctrl+;",
"command": "aichat.insertselectionintochat"
},
This lets me move selected code into the chat of cursor as context.
I need the same keybind but to move it to agent chat
instead.
How to do this?