DevBoxerDevBoxer Docs
DevBoxerDevBoxer Docs
Back to App

Introduction

WelcomeQuick StartCommon Workflows

Using DevBoxer

Tasks
AutomationsGitHub IntegrationSlack IntegrationLinear IntegrationDevBoxer CLI & MCPMobile

Agents

Claude CodeOpenAI CodexOpenCodeGemini CLIAmp

Configuration

Environment Setup
MCP SetupCustom System PromptsGit Checkpointing

Help & Resources

Get HelpCommon IssuesBilling OverviewPrompt ExamplesEarly access featuresRelease NotesTerragon ShutdownSecurity & PermissionsDevBoxer App

OpenAI Codex

OpenAI's coding agent powered by GPT-5.5, GPT-5, and GPT-5 Codex model families.

Open as Markdown

Setup

To use Codex, you can connect your ChatGPT Subscription or provide an API key. We recommend using your your ChatGPT account to use Codex as part of your Plus, Pro, Team, Edu, or Enterprise plan.

You can configure this in the settings page.

Available Models

  • GPT-5.5
  • GPT-5.4
  • GPT-5.2
  • GPT-5.1
  • GPT-5.3 Codex
  • GPT-5.2 Codex
  • GPT-5 Codex
  • GPT-5

GPT-5.5 follows the same naming convention as GPT-5.4, with low, medium, high, and xhigh reasoning options. Lower effort favors speed and fewer tokens, while higher effort favors more thorough reasoning.

The Codex model families are further optimized for agentic coding in Codex, especially for long-running software engineering tasks and code review workflows.

Features

Slash Commands

Codex supports built-in slash commands:

  • /clear - Clear conversation history
  • /compact - Compact conversation

Custom slash commands (like /init, /pr-comments, /review) are not available with Codex. Learn more in the Slash Commands documentation.

Automatic Rate Limit Handling

When you hit a rate limit associated with your OpenAI subscription, DevBoxer automatically queues new tasks and messages until your rate limit resets, so that you never lose work. After your rate limit resets, any queued tasks or messages are submitted automatically.

If you upgrade your OpenAI plan after hitting a rate limit, you'll need to disconnect and reconnect your OpenAI subscription for your new limits to take effect in DevBoxer.

Limitations

Codex only supports command-based MCP servers.

Resources

  • Official Documentation
  • GitHub Repository
  • Platform Overview
  • Product Page

Claude Code

Anthropic's Coding Agent powered by Claude Opus 4.7 and Claude Sonnet 4.6.

OpenCode

OpenCode is a fully open-source coding agent that works great with a variety of models.

On this page

SetupAvailable ModelsFeaturesSlash CommandsAutomatic Rate Limit HandlingLimitationsResources