Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ If you want Codex in your code editor (VS Code, Cursor, Windsurf), <a href="http
</br>If you want the desktop app experience, run <code>codex app</code> or visit <a href="https://chatgpt.com/codex?app-landing-page=true">the Codex App page</a>.
</br>If you are looking for the <em>cloud-based agent</em> from OpenAI, <strong>Codex Web</strong>, go to <a href="https://chatgpt.com/codex">chatgpt.com/codex</a>.</p>

> [!NOTE]
> **Exomind fork status**
> This fork tracks `openai/codex` and carries a small set of workflow-level changes on top of upstream.
> - README section updated on `2026-03-07`
> - Latest `upstream/main` observed at update time: `9a4787c24`
> - Current fork/upstream merge-base: `b6d43ec8`
> - Fork-specific additions currently include:
> - a shared pending-input queue for repeating queue and repeating steer messages, with distinct preview colors
> - `Shift+Tab` cycling collaboration mode when the composer is empty, and enqueuing a repeating queue message otherwise
> - `Alt+↑` recalling the most recently enqueued queue or steer draft by enqueue order
> - Termux compatibility work and a stable Android build path
> - fork-specific CI compatibility adjustments plus governance/task-tracking experiments
> - When this block changes, update the `upstream/main` hash in the same PR so the fork baseline stays auditable

---

## Quickstart
Expand Down
Loading