diff --git a/docs/plugins/codex-harness-reference.md b/docs/plugins/codex-harness-reference.md index 5dd0fe13e805..8fdfee2b3e6f 100644 --- a/docs/plugins/codex-harness-reference.md +++ b/docs/plugins/codex-harness-reference.md @@ -85,7 +85,10 @@ outside OpenClaw: enabled: true, config: { sessionCatalog: { - homes: ["/path/to/additional-codex-home"], + homes: [ + "/path/to/additional-codex-home", + { path: "/path/to/review-codex-home", label: "Review sessions" }, + ], }, }, }, @@ -95,10 +98,12 @@ outside OpenClaw: ``` Configured stores appear in the sidebar alongside automatically discovered -ones, labeled `Local Codex · configured ` and grouped by each session's -working directory. Sessions in these stores support the same view, continue, -and archive actions, and the selected OpenClaw agent still owns the resulting -connection; `homes` only adds catalog sources. +ones, labeled `Local Codex ·