Skip to content
Open
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
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,27 @@ This repository provides an [OpenAI Codex plugin](https://developers.openai.com/

## Installation

### Repo-scoped (recommended)
### Install from the Codex marketplace (recommended)

Add the plugin to an existing project so everyone on the repo gets access:
The Temporal plugin is published in the Codex plugin marketplace.

**Codex app:**

1. Open the plugins menu.
2. Search for **temporal**.
3. Click **+** (or **Add to Codex**) next to the plugin.

**Codex CLI:**

1. Run `/plugin`.
2. Search for **temporal**.
3. Mark it for installation.

Restart Codex after installing.

### Repo-scoped

Install the plugin locally through this repo:

1. Clone this repo into your project root:

Expand Down