Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache-dependency-path: package.json
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Test Context Room
run: npm test
- name: Package dry run
Expand Down
2 changes: 1 addition & 1 deletion docs/features/codex-prompt-center.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Open Context Hub and select **Codex prompts**. The catalog is loaded only when t

## Compatibility Prerequisite

This integration currently targets OpenAI Codex tag [`rust-v0.145.0`](https://github.com/openai/codex/tree/rust-v0.145.0), source commit [`25af12f7e61572b0bc18ddb1008be543b91519b0`](https://github.com/openai/codex/commit/25af12f7e61572b0bc18ddb1008be543b91519b0), with the companion repository's [`patches/codex-prompt-overrides-rust-v0.145.0.patch`](https://github.com/Swarek/codex-default-no-assumptions/blob/main/patches/codex-prompt-overrides-rust-v0.145.0.patch) applied. A stock build does not publish this contract. Follow the [companion repository README](https://github.com/Swarek/codex-default-no-assumptions#readme) to install the Apple Command Line Tools that provide `/usr/bin/python3`, build, and install the compatible runtime, then fully restart Codex before opening Prompt Center.
This integration currently targets OpenAI Codex tag [`rust-v0.145.0`](https://github.com/openai/codex/tree/rust-v0.145.0), source commit [`25af12f7e61572b0bc18ddb1008be543b91519b0`](https://github.com/openai/codex/commit/25af12f7e61572b0bc18ddb1008be543b91519b0), with companion release [`v1.0.0`](https://github.com/Swarek/codex-default-no-assumptions/tree/v1.0.0) and its [`patches/codex-prompt-overrides-rust-v0.145.0.patch`](https://github.com/Swarek/codex-default-no-assumptions/blob/v1.0.0/patches/codex-prompt-overrides-rust-v0.145.0.patch). A stock build does not publish this contract. Follow that pinned release README to install the Apple Command Line Tools that provide `/usr/bin/python3`, build, and install the compatible runtime, then fully restart Codex before opening Prompt Center.

Installing the compatible runtime is the one-time prerequisite. After that, normal prompt changes happen in Context Room: save the override, fully restart Codex, and create a new task. Rebuilding is needed only when installing a different Codex version or changing the runtime patch itself.

Expand Down
43 changes: 43 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading