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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,7 @@ General:
125
125
-`/repo` - list switchable git projects under `WORKSPACE_ROOT`
126
126
-`/repo <name>` - switch the current chat to another project
127
127
-`/repo <keyword>` - fuzzy match projects; switch if only one match, otherwise list candidates
128
+
-`/repo <typo>` - suggests the closest project name when there is no direct match
128
129
-`/repo recent` - show recent projects for the current chat
129
130
-`/repo -` - switch back to the previous project
130
131
-`/new` - clear the saved Codex conversation for the current project and start fresh on the next message
@@ -186,6 +187,7 @@ PTY output is streamed with throttled `editMessageText` updates.
186
187
- spoiler (`||...||`, default)
187
188
- quote block (if `REASONING_RENDER_MODE=quote`)
188
189
- If `node-pty` cannot spawn on the current host, the runner falls back to `codex exec` for per-request execution
190
+
- In `codex exec` fallback mode, Telegram output is cleaned to hide the Codex banner, raw tool trace, `mcp startup`, and duplicate `tokens used` footer
0 commit comments