Hi all
I have an ollama instance running gemma4:26b on a dedicated server. I am an engineer and my goal is to have it smoothly integrated in my Fedora 43 laptop for my daily tasks.
Terminal-wise I am using goose, to which i can ask a quick help with `@goose my_question_here` or start a full conversation with `goose session`.
IDE-wise I am struggling a bit. I've been using VSCode for a long time and now experimenting with Zed.
- With VSCode I tried the Continue extension, but it seems very messy and cloud-oriented. - With Zed I managed to connect goose using the ACP protocol and I can chat with it in the side panel. However it struggles with basic tool calling (which is not an issue when doing things from the terminal) and it does not seem to be available in the inline assistant.
What setups do people in a similar situation use? I like simplicity and minimalism.