Skip to content

Commit 385d17c

Browse files
authored
Merge pull request #441 from Lucien-Liu/update-readme-check-command
docs: Update README for codex in check command and --ai option
2 parents 1a84b4b + 8c4f348 commit 385d17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ The `specify` command supports the following options:
101101
| Command | Description |
102102
|-------------|----------------------------------------------------------------|
103103
| `init` | Initialize a new Specify project from the latest template |
104-
| `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`, `windsurf`, `qwen`, `opencode`) |
104+
| `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`, `windsurf`, `qwen`, `opencode`, `codex`) |
105105

106106
### `specify init` Arguments & Options
107107

108108
| Argument/Option | Type | Description |
109109
|------------------------|----------|------------------------------------------------------------------------------|
110110
| `<project-name>` | Argument | Name for your new project directory (optional if using `--here`) |
111-
| `--ai` | Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor`, `qwen`, `opencode`, or `windsurf` |
111+
| `--ai` | Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor`, `qwen`, `opencode`, `codex`, or `windsurf` |
112112
| `--script` | Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
113113
| `--ignore-agent-tools` | Flag | Skip checks for AI agent tools like Claude Code |
114114
| `--no-git` | Flag | Skip git repository initialization |

0 commit comments

Comments
 (0)