mirror of
https://github.com/openai/codex.git
synced 2026-04-28 18:32:04 +03:00
3.4 KiB
3.4 KiB
PR #1927: Reorganize README + move usage & contributing to /docs.
- URL: https://github.com/openai/codex/pull/1927
- Author: ReubenNarad
- Created: 2025-08-07 07:13:16 UTC
- Updated: 2025-08-12 05:04:57 UTC
- Changes: +0/-0, Files changed: 0, Commits: 0
Description
Broke the monolithic README into a cleaner structure, shortening the README and moving detailed content to docs/ as contributing.md, usage.md, and config.md.
Full Diff
Review Comments
README.md
- Created: 2025-08-07 18:31:11 UTC | Link: https://github.com/openai/codex/pull/1927#discussion_r2261128282
@@ -3,67 +3,15 @@
<p align="center"><code>npm i -g @openai/codex</code><br />or <code>brew install codex</code></p>
-This is the home of the **Codex CLI**, which is a coding agent from OpenAI that runs locally on your computer. If you are looking for the _cloud-based agent_ from OpenAI, **Codex [Web]**, see <https://chatgpt.com/codex>.
+This is the home of the **Codex CLI**, OpenAI's coding agent that runs locally on your computer. If you are looking for the _cloud-based agent_ from OpenAI, **Codex [Web]**, see <https://chatgpt.com/codex>.
<!--  -->
---
-<details>
-<summary><strong>Table of contents</strong></summary>
-
-<!-- Begin ToC -->
-
-- [Experimental technology disclaimer](#experimental-technology-disclaimer)
-- [Quickstart](#quickstart)
- - [OpenAI API Users](#openai-api-users)
- - [OpenAI Plus/Pro Users](#openai-pluspro-users)
-- [Using Open Source Models](#using-open-source-models)
-- [Why Codex?](#why-codex)
-- [Security model & permissions](#security-model--permissions)
- - [Platform sandboxing details](#platform-sandboxing-details)
-- [System requirements](#system-requirements)
-- [CLI reference](#cli-reference)
-- [Memory & project docs](#memory--project-docs)
-- [Non-interactive / CI mode](#non-interactive--ci-mode)
-- [Model Context Protocol (MCP)](#model-context-protocol-mcp)
-- [Tracing / verbose logging](#tracing--verbose-logging)
-- [Recipes](#recipes)
-- [Installation](#installation)
- - [DotSlash](#dotslash)
-- [Configuration](#configuration)
-- [FAQ](#faq)
-- [Zero data retention (ZDR) usage](#zero-data-retention-zdr-usage)
-- [Codex open source fund](#codex-open-source-fund)
-- [Contributing](#contributing)
- - [Development workflow](#development-workflow)
- - [Writing high-impact code changes](#writing-high-impact-code-changes)
- - [Opening a pull request](#opening-a-pull-request)
- - [Review process](#review-process)
- - [Community values](#community-values)
- - [Getting help](#getting-help)
- - [Contributor license agreement (CLA)](#contributor-license-agreement-cla)
- - [Quick fixes](#quick-fixes)
- - [Releasing `codex`](#releasing-codex)
-- [Security & responsible AI](#security--responsible-ai)
-- [License](#license)
-
-<!-- End ToC -->
-
-</details>
-
----
-
-## Experimental technology disclaimer
-
-Codex CLI is an experimental project under active development. It is not yet stable, may contain bugs, incomplete features, or undergo breaking changes. We're building it in the open with the community and welcome:
-
-- Bug reports
-- Feature requests
-- Pull requests
-- Good vibes
-
-Help us improve by filing issues or submitting PRs (see the section below for how to contribute)!
+> ⚠️ **Experimental**
Please do not signal this is experimental.