cohml

Results 77 comments of cohml

This feature sounds like a big lift, but it really would be amazing. Anything that makes it less necessary to leave and re-enter `jless` would make the program just that...

> Duplicate of https://github.com/neovim/neovim/issues/11212 Reviewing that thread, #11212 does not sound like a duplicate of this issue. It proposes something completely different and vastly grander in scope. From the thread:...

If what I'm proposing is already possible, that's the best-case scenario! In that case, simply clarifying how to do it (I guess via the documentation) would be perfectly sufficient. Sadly...

@urbainvaes Let me know if there's anything I can do to help get this merged.

> Installation failed for me with this error on Python 3.13, but it worked with Python 3.12. Try this from [the official quickstart](https://docs.vllm.ai/en/latest/getting_started/quickstart.html#installation), which explicitly uses 3.12: > > ```...

I'll chime in that I too have just experienced this error in Neovim's `avante` plugin (`claude-3-7-sonnet-latest`), basically the same as @Erik-2040: ``` Error: { message = "messages.1: `tool_use` ids were...

@Erik-2040 `disable_tools = true` kind of throws the baby out with the bathwater though, doesn't it? Sure you no longer get the error, but you also don't get tool calls,...