Skip to content
Open
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
2 changes: 1 addition & 1 deletion .codex/skills/run-headless-simulator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The command applies settings in this order:

A later value wins. Browser logs are the exception. The `headless` subcommand sets them to `true` unless you pass `--browser-logs false`.

Each participant needs a session URL from `config.yaml`, `--url`, or its JSON object. A `/m` or `/m/...` path selects Hyper Lite. Other paths select Hyper Core and may require a session cookie.
Each participant needs a session URL from `config.yaml`, `--url`, or its JSON object. A `/m` or `/m/...` path selects Hyper Lite. Other paths select Hyper Core; the simulator obtains and seeds first-party guest credentials before navigation.

With no `--participant`, the command starts one participant from the shared settings. With one or more `--participant` values, it starts only those participants. It does not start an extra participant from the shared settings.

Expand Down
48 changes: 0 additions & 48 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libc = "0.2.186"
pretty_assertions = "1.4.1"
names = { version = "0.14.0", default-features = false }
ratatui = { version = "0.30.0", features = ["serde", "macros", "crossterm_0_29"] }
reqwest = { version = "0.13.3", features = ["cookies", "json", "blocking"] }
reqwest = { version = "0.13.3", features = ["json", "blocking"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha1 = "0.11.0"
Expand Down
Loading
Loading