@samooth/open-codex 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cli.js +384 -309
- package/dist/cli.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -189,7 +189,7 @@ The hardening mechanism Codex uses depends on your OS:
|
|
|
189
189
|
| `open-codex -q "…"` | Non‑interactive "quiet mode" | `codex -q --json "explain utils.ts"` |
|
|
190
190
|
| `open-codex completion <bash\|zsh\|fish>` | Print shell completion script | `codex completion bash` |
|
|
191
191
|
|
|
192
|
-
Inside the chat, use slash commands like `/help`, `/model`, `/approval`, `/config`, `/history`,
|
|
192
|
+
Inside the chat, use slash commands like `/help`, `/model`, `/approval`, `/config`, `/history`, and `/clear`.
|
|
193
193
|
|
|
194
194
|
Key flags:
|
|
195
195
|
- `--provider / -p`: AI provider to use.
|