You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Pre-release packages are published on matching npm dist-tags instead of `latest`
40
40
41
41
- Uses your existing local Codex CLI setup instead of a separate hosted bridge.
42
42
- Feels natural in chat: bind once with `/cas_resume`, then just talk.
43
-
- Keeps useful controls close at hand with `/cas_status`, `/cas_plan`, `/cas_review`, `/cas_model`, and more.
43
+
- Keeps useful controls close at hand with `/cas_status`, `/cas_monitor`, `/cas_plan`, `/cas_review`, `/cas_model`, and more.
44
44
- Works well for Telegram and Discord conversations that you want tied to a real Codex thread.
45
45
46
46
## Typical Workflow
@@ -62,6 +62,9 @@ Pre-release packages are published on matching npm dist-tags instead of `latest`
62
62
|`/cas_resume --sync`| Resume and try to sync the chat/topic name to the Codex thread. | You can combine this with other flags. |
63
63
|`/cas_resume release-fix`| Resume a matching thread by title or id. | If more than one thread matches, you get buttons to choose. |
64
64
|`/cas_status`| Show the current binding and thread state. | Includes thread id, model, workspace, sandbox, and permissions when available. |
65
+
|`/cas_monitor`| Bind this conversation as a cross-thread monitor surface. | Shows pending approvals, pending questions, and unread thread activity across sessions. |
66
+
|`/cas_monitor --cwd ~/github/openclaw`| Limit monitor mode to one workspace. | Uses the same `--cwd` path handling as `/cas_resume`. |
67
+
| `/cas_monitor status|off` | Inspect or disable monitor mode. |`off` is also compatible with `/cas_detach`. |
65
68
|`/cas_detach`| Unbind this conversation from Codex. | Stops routing plain text from this conversation into the bound thread. |
66
69
|`/cas_stop`| Interrupt the active Codex run. | Only applies when a turn is currently in progress. |
67
70
|`/cas_steer <message>`| Send follow-up steer text to an active run. | Example: `/cas_steer focus on the failing tests first`|
0 commit comments