Tibor Schmidt

Results 70 comments of Tibor Schmidt

@cserb no problem :slightly_smiling_face: I'm glad you've got it working.

Agents are currently a bundle of model settings and a system prompt leading to some agents being good for chats, while others for code operations. The bundling is there, because...

Hey, in the docs I see: - https://platform.openai.com/docs/api-reference/chat/create#chat-create-reasoning_effort - https://platform.openai.com/docs/api-reference/chat/create#chat-create-response_format but I don't see `reasoning_format` :slightly_smiling_face: `reasoning_effort` has been merged with https://github.com/Robitx/gp.nvim/pull/246

There should be `:GpInspectLog` available as default hook: https://github.com/Robitx/gp.nvim/blob/2372d5323c6feaa2e9c19f7ccb537c615d878e18/lua/gp/config.lua#L538-L547

Good point on both the rename and need to add to help.

Help is build automatically from readme. https://github.com/Robitx/gp.nvim?tab=readme-ov-file#other-commands

@hezirel Sorry, I've been overrun at my day job (I hope to finish the current project at the end of November, so there is a light at the end of...

@teto btw. it's good to see you around. Would you be willing to try out this branch for a while? (needs `"hrsh7th/nvim-cmp"` as dependency for autocomplete). I'm kinda procrastinating on...

@teto If you use default shortcuts, they should resolve to editable commands with some prefiled macros ![image](https://github.com/user-attachments/assets/68bf1bf8-5fc4-4a76-ad41-2775813bcbeb) ![image](https://github.com/user-attachments/assets/53e57de9-dbb9-4c54-abe0-312fad6a9038) For code commands such as rewrite: ``` @agent xy # allows changing...

@danielreis1 could you please check if latest version 3.7.0 still have the slowdown issue?