You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
<!-- PHENOTYPE FORK CONTEXT — see "About this fork" below -->
2
+
3
+
## About this fork
4
+
5
+
`KooshaPari/helios-cli` is a Phenotype-org fork of [OpenAI Codex CLI](https://github.com/openai/codex). The upstream README is preserved verbatim below; this preamble documents fork-specific divergence so downstream consumers can tell what is upstream behavior versus a Phenotype patch.
6
+
7
+
**Why we fork:** Codex CLI is one of the agent backends wired into the Phenotype `thegent` dispatcher. We carry security and workspace fixes ahead of upstream merge cadence and ship them via this fork's tagged releases.
8
+
9
+
**Recent Phenotype-specific changes:**
10
+
11
+
-**#527 — `fix(workspace): declare 19 missing workspace dependencies`** — restores `cargo metadata`/`cargo build` resolution in `codex-rs/` after upstream workspace drift.
12
+
-**#526 — `fix(deps): bump 10 HIGH CVEs in codex-rs`** — `aws-lc-sys`, `quinn-proto`, `rustls-webpki` upgrades; closes RUSTSEC advisories that upstream had not yet absorbed.
13
+
-**#525 — `fix(workspace): unblock codex-rs cargo resolution`** — preparatory unblock for the CVE sweep.
-**#519–#521** — pinned floating external GitHub Actions to commit SHAs across `stage-gates.yml`, `issue-labeler.yml`, `issue-deduplicator.yml`.
16
+
-**#518** — bootstrapped a VitePress docs deploy workflow.
17
+
18
+
**Where to find Phenotype-specific docs:**
19
+
20
+
- Roadmap and fork strategy: [`PLAN.md`](./PLAN.md)
21
+
- Phenotype contribution conventions: [`docs/contributing.md`](./docs/contributing.md) and the upstream `AGENTS.md` chain in `docs/agents_md.md`
22
+
- Phenotype org context: [`KooshaPari/phenotype-infrakit`](https://github.com/KooshaPari/phenotype-infrakit) and the `thegent` dispatcher
23
+
24
+
**Upstream tracking:** we periodically rebase or merge from `openai/codex@main`. Open a PR against this fork for Phenotype-specific changes; upstreamable fixes should also be PR'd to `openai/codex` directly.
25
+
26
+
---
27
+
1
28
<palign="center"><code>npm i -g @openai/codex</code><br />or <code>brew install --cask codex</code></p>
2
29
<palign="center"><strong>Codex CLI</strong> is a coding agent from OpenAI that runs locally on your computer.
0 commit comments