Tomas Slusny

Results 207 comments of Tomas Slusny

also are you overriding system prompt with anything?

Hmm i cant reproduce this at all, does this happen consistently to you or just in this 1 case?

Not atm, but you can also just call that cmd as default callback (see config.callback) and have it automated. Then you will have only 1 mapping

The model issue should be fixed (on both main branch and tools branch). Any other issues you found on tools branch? For avante, as you said its trying to replicate...

@deas ah yea, i removed `#files` on that branch and now there is only `#glob` and `#grep`, and to enable just throwing everything at the model, you also want to...

Not yet but #1029 is also splitting diagnostics from other context so you will have to explicitely include them, which will also allow a bit more control of them

The original oauth token is already cached, we are grabbing it from cache and then doing same thing as https://github.com/github/copilot.vim pretty much. We can cache the response from this request...

Yea I mean if its an issue we can always at least try to cache it. But one more thing I would verify is if it isnt copilot.lua issue, I...

Now that vscode copilot chat is open source closing this is probably fine as it really should not be an issue and we are using the token generation as we...

You can add all buffers at once with `#buffer:listed` i basically just mergedthe 2 together. but you can always just press `` after `#buffer:` or `#file:` you dont need to...