<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet type="text/xsl" href="https://projectious-work.github.io/aibox/v0.x/v0.34.1/feed.xsl"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI Providers · aibox</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/</link><description>Reproducible AI workspaces from one aibox.toml.</description><language>en</language><lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate><atom:link href="https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/" rel="self" type="application/rss+xml"/><item><title>Claude</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-claude/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-claude/</guid><description>Claude Code#Claude Code by Anthropic is a terminal-based AI coding assistant. It&rsquo;s the default provider in aibox.
Setup# toml Copy [ai] harnesses = [ { harness = "claude", enable = true, install = true }, ] Run aibox apply, then inside the container:</description></item><item><title>Aider</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-aider/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-aider/</guid><description>Aider#Aider is an open-source AI pair programming tool that works with multiple LLM providers from the terminal.
Setup# toml Copy [ai] harnesses = [ { harness = "aider", enable = true, install = true }, ] Run aibox apply, then inside the container:</description></item><item><title>Gemini</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-gemini/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-gemini/</guid><description>Gemini#Gemini CLI is Google&rsquo;s command-line interface for Gemini AI models.
Setup# toml Copy [ai] harnesses = [ { harness = "gemini", enable = true, install = true }, ] Run aibox apply, then inside the container:</description></item><item><title>Mistral</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-mistral/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-mistral/</guid><description>Mistral (SDK)# SDK addon — not an interactive CLI The ai-mistral addon installs the mistralai Python SDK, not an interactive coding CLI. It is intended for projects that call the Mistral API programmatically. For an interactive coding experience, use Claude, Gemini, OpenAI Codex, or Copilot instead.</description></item><item><title>OpenAI (Codex CLI)</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-openai/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-openai/</guid><description>OpenAI Codex CLI#Codex CLI is OpenAI&rsquo;s open-source terminal coding agent. Built in Rust, GA since April 2025.
Setup# toml Copy [ai] harnesses = [ { harness = "codex", enable = true, install = true }, ] Run aibox apply, then inside the container:</description></item><item><title>Copilot (GitHub)</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-copilot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-copilot/</guid><description>GitHub Copilot CLI#GitHub Copilot CLI is GitHub&rsquo;s terminal coding agent. GA since February 2026, validated as a Dev Container feature.
Setup# toml Copy [ai] harnesses = [ { harness = "copilot", enable = true, install = true }, ] Run aibox apply, then inside the container:</description></item><item><title>Continue</title><link>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-continue/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://projectious-work.github.io/aibox/v0.x/v0.34.1/docs/providers/ai-continue/</guid><description>Continue CLI#Continue is an open-source, provider-agnostic coding agent CLI. Designed for headless environments and containers (Apache 2.0).
Setup# toml Copy [ai] harnesses = [ { harness = "continue", enable = true, install = true }, ] Run aibox apply, then inside the container:</description></item></channel></rss>