TJ DeVries

Results 290 comments of TJ DeVries

I think you should be able to do this with the most recent update now. If you use `CodyChat` you should see a new window, and when you press `M`...

Sorry, I was away for awhile but have updated sg.nvim and it should have the latest models. You should be able to also set the default model with: ```lua require("sg").setup...

Sorry for the delay, I've updated the underlying extension and you should see all the latest models from cody! (I'm working on adding a way to set the default provider...

Do you happen to be on Arch? Or rather, what's your distro? The way that I'm storing the access tokens in Rust uses some system libraries that may not be...

Ah, I figure out something that was definitely a problem on my side. I was not passing the error from attempting to save the credentials to the user -- can...

The models should all be available now (as of a few days ago) and you can set your default chat model with something like this: ```lua require("sg").setup { accept_tos =...

currently the only supported client is nvim-cmp, you can see the configuration steps by doing ":help cody.complete" after installing the plugin

```lua -- this API might not be the best, but just to share the idea. require("sg").setup({ layouts = { chat = { ... } task = { ... } }...

Are you still getting this behavior? I've updated some of the completion stuff, so it might be better now.

I'm going to investigate the multi-line completions next week, it should be able to, but I have been having trouble triggering them consistently in nvim.