{"id":51162788,"url":"https://github.com/jacking75/edu_codex-cli","last_synced_at":"2026-06-26T15:31:15.824Z","repository":{"id":360695272,"uuid":"1250250655","full_name":"jacking75/edu_codex-cli","owner":"jacking75","description":"OpenAI Codex 문서","archived":false,"fork":false,"pushed_at":"2026-05-27T12:56:57.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-27T14:27:03.509Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jacking75.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T12:56:38.000Z","updated_at":"2026-05-27T12:58:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jacking75/edu_codex-cli","commit_stats":null,"previous_names":["jacking75/edu_codex-cli"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jacking75/edu_codex-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacking75%2Fedu_codex-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacking75%2Fedu_codex-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacking75%2Fedu_codex-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacking75%2Fedu_codex-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jacking75","download_url":"https://codeload.github.com/jacking75/edu_codex-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jacking75%2Fedu_codex-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34823788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-26T15:31:14.517Z","updated_at":"2026-06-26T15:31:15.820Z","avatar_url":"https://github.com/jacking75.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codex CLI 학습 문서\n\nOpenAI Codex CLI를 설치하고 실제 개발 작업에 쓰기 위해 알아야 할 내용을 한국어로 정리한 문서 저장소입니다.\n\n기준일: 2026-05-26\n기준 출처: OpenAI 공식 Codex 문서, `openai/codex` GitHub 최신 릴리스\n\n## 목차\n\n| 문서 | 내용 |\n|---|---|\n| [01-installation.md](docs/01-installation.md) | 설치 및 인증 |\n| [02-basic-usage.md](docs/02-basic-usage.md) | 기본 사용법 |\n| [03-slash-commands.md](docs/03-slash-commands.md) | 슬래시 커맨드 목록 |\n| [04-agents-md.md](docs/04-agents-md.md) | AGENTS.md 작성 가이드 |\n| [05-config.md](docs/05-config.md) | config.toml 레퍼런스 |\n| [06-approval-sandbox.md](docs/06-approval-sandbox.md) | 승인 모드 \u0026 샌드박스 |\n| [07-mcp-integration.md](docs/07-mcp-integration.md) | MCP 연동 |\n| [08-tips-and-tricks.md](docs/08-tips-and-tricks.md) | 실전 팁 \u0026 단축키 |\n| [09-sample-workflows.md](docs/09-sample-workflows.md) | 예제 워크플로 |\n  \n- [OpenAI Codex CLI 완전 정리 가이드](docs/openai-codex-cli-complete-guide.md)\n- [추론 수준(Reasoning Effort)](docs/reasoning-effort.md )\n- [PLANS.md를 사용하여 몇 시간씩 걸리는 문제 해결](docs/codex_exec_plans.md) \n- [스킬과 서브에이전트](docs/basic_skill_subagent.md)\n- [Codex CLI Subagent: `docs_researcher`, `reviewer`, `worker` 완벽 가이드](docs/custom_agent-docs_researcher-reviewer-worker.md)\n- [MCP](docs/mcp.md)\n     \n\n\n## 예시\n- [AGENTS.md 예시 모음](examples/agents-md/)\n- [config.toml 예시 모음](examples/config-toml/)\n\n## 빠른 시작\n\n```powershell\nnpm i -g @openai/codex\ncodex\n```\n\nWindows에서 PowerShell 실행 정책 때문에 `codex.ps1`이 막히면 다음처럼 실행합니다.\n\n```powershell\ncodex.cmd\n```\n\n\n## 권한\nCodex CLI 환경에서 Claude Code의 Auto mode처럼 자꾸 뜨는 권한 확인 창을 없애고 스스로 알아서 파일 수정 및 명령어 실행을 완료하게 만드는 방법은 3가지가 있습니다. \n  \n### 1. 세션 실행 시 플래그 설정 (가장 추천)\n단일 세션을 열 때 아래의 플래그를 붙여 실행하면 Claude Code의 Auto mode 및 완벽한 자율 모드로 구동됩니다. [1, 2] \n\n* Claude Code의 Auto mode와 가장 유사한 수준 (동일 워크스페이스 내 자율 작업)\n작업 디렉토리 내부의 파일 수정 및 명령어는 승인 없이 실행하되, 외부 파일 접근이나 네트워크 요청이 있을 때만 최소한으로 물어봅니다.    \n```\ncodex --approval-mode full-auto\n```  \n  \n   \n* 권한 요청을 완전히 끄는 모드 (YOLO 모드)  \n샌드박스 제한을 풀고 시스템 전체 접근 및 네트워크, 모든 명령어 실행 권한을 묻지 않고 100% 자동 승인합니다.  \n```\ncodex --yolo\n```  \n  \n    \n### 2. 글로벌 설정 파일에 고정하기 (매번 입력하기 귀찮을 때)\n매번 플래그를 입력하지 않고, codex를 실행할 때마다 항상 자동 승인 모드로 켜지게 만들 수 있습니다.   \n\n   1. 사용자 홈 디렉토리의 설정 파일인 ~/.codex/config.toml 파일을 엽니다 (없다면 생성).\n   2. 아래와 같이 기본 승인 모드를 추가하고 저장합니다.    \n  \n```   \n# 기본 승인 정책을 무조건 자동 실행으로 설정\napproval_mode = \"full-auto\"\n# 또는 완전히 승인을 패스하려면 아래 설정을 사용 (YOLO 모드와 동일)# approval_policy = \"never\"\n```  \n\n  \n### 3. CLI 실행 중(대화창 내부)에서 변경하기\n이미 대화형 터미널 UI(TUI)를 실행 중인 상태라면, 대화창 입력란에 슬래시 명령어를 입력하여 즉시 모드를 전환할 수 있습니다.   \n\n* 입력창에 /permissions를 입력합니다.\n* 화면에 뜨는 모드 브라우저 중에서 Full Access 또는 Auto 모드를 선택해 주시면 그 순간부터 팝업 없이 작업을 이어갑니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacking75%2Fedu_codex-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacking75%2Fedu_codex-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacking75%2Fedu_codex-cli/lists"}