Andrew Pareles
Andrew Pareles
When the user presses ctrl+k, an input box should appear inline with the code that they were selecting. This is somewhat difficult to do because the vscode extension API alone...
Right now, the "Apply" button always takes whatever is in the box (see right side) and writes it to the whole file:  This means the LLM needs to rewrite...
When the user presses "Accept" or "Reject" on a diff, all of the diffs below should be updated, because they are now on different line numbers.
Someone in our Discord says Azure endpoints through OAI-Compat don't work, but routing through LiteLLM does work with the same exact endpoints. Need to look into this, it might just...
We need to keep Void's models list updated whenever a new model is released (e.g. Llama 4 recently came out, and we needed to update that in Void). All this...
MCP
We need to implement MCP. `toolsService` and `toolsServiceTypes` are the two relevant files. Should be pretty simple, but happy to answer any questions if someone wants to get started on...
We should let users customize the extension marketplace URL in settings. Right now we're setting it to `open-vsx` inside of `product.json`'s and not allowing changes (open vsx is not a...