The Open-Source AI Stack
RSS

Grants · Project grant · EU

Theia AI IDE

Extension of the Eclipse Theia editor giving developers a transparent, customizable AI experience with the freedom to choose and self-host language models.

The Theia AI IDE is an AI-extended distribution of Eclipse Theia, the cross-platform editor framework hosted at the Eclipse Foundation and primarily developed by EclipseSource. The project is led by Jonas Helming. Theia itself is a TypeScript desktop and browser IDE shell competitive with VS Code; Theia AI is a higher-level framework on top of that shell that gives tool vendors an opinionated way to add LLM-backed features without locking into one vendor's cloud.

The framework's core abstraction is the Agent: a configured combination of a prompt template, a set of variables that hydrate the template at runtime, a list of tool functions the LLM may call, and a chosen LLM provider. Variants and reusable prompt fragments let vendors compose agents from shared building blocks and ship runtime modifications without rebuilding the IDE. As of Theia 1.58 (February 2025), tool function calling is supported across Anthropic and Ollama in addition to the earlier OpenAI support, and Theia 1.63 added image inputs for vision-capable models. Universal LLM support spans OpenAI, Anthropic, Google AI, Ollama, Mistral, and Deepseek.

Theia AI added Model Context Protocol (MCP) support in December 2024, so that the same external context sources and tool servers built for Anthropic's Claude clients can plug into Theia agents. The chat surface includes follow-up suggestions, structured questions, and change sets (proposed multi-file edits the user can accept or reject as one unit), and the framework supports agent-to-agent delegation for multi-agent workflows.

The Mozilla Builders Accelerator selection on September 23, 2024 placed Theia AI in the first cohort with funding of up to $100K. In the stack the project sits at the agents and runtime layers. The thesis it tests is whether an open, vendor-neutral copilot framework can match the integration quality of proprietary IDE assistants when developers want to self-host the model and inspect the prompt.

Recipient

Eclipse Foundation / Theia

Funder

Mozilla Foundation / Builders / Mozilla.ai · foundation · US

Open-source AI tooling, developer-facing AI applications, democratic AI. Three audience-segmented sites (Builders, Mozilla.ai, AI Guide).

Primary source

https://blog.mozilla.org/en/mozilla/14-ai-projects-to-watch-mozillas-first-builders-accelerator-cohort-kicks-off/

Additional sources

More from Mozilla Foundation / Builders / Mozilla.ai