DevBoxerDevBoxer Docs
DevBoxerDevBoxer Docs
Back to App

Introduction

WelcomeQuick StartCommon Workflows

Using DevBoxer

Tasks
AutomationsGitHub IntegrationSlack 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 NotesSecurity & PermissionsDevBoxer App

OpenAI Codex

OpenAI's Coding Agent powered by GPT-5 and GPT-5-Codex.

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.1-Codex-Max
  • GPT-5.1-Codex
  • GPT-5.2
  • GPT-5.1
  • GPT-5-Codex
  • GPT-5

Each of these models also have different levels of reasoning: low, medium, high and xhigh (for Max). Using low will favor speed and fewer tokens, while high and xhigh favor more thorough reasoning.

The codex models (eg. GPT-5.1-Codex) are further optimized for agentic coding in Codex. GPT-5.1-Codex was trained with a focus on real-world software engineering work; it's equally proficient at quick, interactive sessions and at independently powering through long, complex tasks. Its code review capability can catch critical bugs before they ship.

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.1 and Claude Sonnet 4.5.

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