Freebird AI - AI chat + inline edits for code-server, works with local Ollama Body: #7908
Adilaw12
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I maintain Freebird AI, an AI coding assistant extension, and as of this month, it is published to OpenVSX, so it installs directly from Code-Server's extension search.
Why it might be relevant to Code-Server users specifically:
It works fully offline against a local Ollama instance. If your Code-Server host (or another box on the network) runs Ollama, set freebird.ollamaUrl to that address and you get chat, inline edit (Ctrl+Alt+K), and AI commit messages with zero external calls. For code-server deployments where the whole point is keeping source on your own infrastructure, that's the mode I'd recommend. The cloud tier exists but is entirely optional.
One config note for remote setups:
Since Code-Server runs the extension host on the server,
localhost:11434refers to the server, not your laptop; pointollamaUrlwherever Ollama actually runs.MIT licensed, repo here: Freebird AI. Feedback and issues very welcome, especially around remote/proxy quirks I haven't hit yet.
All reactions