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
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,17 @@ Use Behavior Diff when you:

## Install

Behavior Diff supports Claude Code and Codex. The commands below install the
public marketplace release.
Behavior Diff installs as a plugin on Claude Code and Codex. The commands below
install the public marketplace release.

Pi and OMP are trial stacks, not plugin hosts in this change. Run their
headless trials from a Behavior Diff source checkout and pass an exact model.

| Surface | Claude Code | Codex | Pi | OMP |
| --- | --- | --- | --- | --- |
| Marketplace plugin install | Yes | Yes | No | No |
| Headless trial stack | Yes | Yes | Yes, with `--model` | Yes, with `--model` |
| Live trial dispatch | Parallel subagents | Fresh sequential contexts or headless | No built-in dispatch. Use headless. | One parallel `task` batch |

### Claude Code

Expand Down
2 changes: 1 addition & 1 deletion bin/behavior-diff
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Diff agent behavior for a rule that lives in a markdown file.
#
# behavior-diff RULE.md --task "..." [--into FILE] [--fast | --trials N]
# [--agent claude|codex] [--model NAME]
# [--agent claude|codex|pi|omp] [--model NAME]
# [--dry-run]
#
# The underlying runner compares the repo at HEAD against the repo plus one
Expand Down
Loading