Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

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:11434 refers to the server, not your laptop; point ollamaUrl wherever Ollama actually runs.

MIT licensed, repo here: Freebird AI. Feedback and issues very welcome, especially around remote/proxy quirks I haven't hit yet.

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.