서우 AgentOffice
← 라이브러리
development

Codex

원문: codex

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.2 by default for state-of-the-art software engineering.

무엇을 하나요

Codex Skill Guide Running a Task 1. Default to gpt 5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). 2. Select the sandbox mode required for the task; default to sandbox read only unless edits or network access are necessary. 3. Assemble the command with the appropriate options: m, model <MODEL config model reasoning effort="<high|medium|low " sandbox <read only|workspace write|danger full access full auto C, cd <DIR skip git repo check 3. Always use skip git repo check. 4. When continuing a previous session, use codex exec skip git repo check resume last via stdin. Whe

실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.