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: packages/coding-agent/docs/rpc.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -464,13 +464,13 @@ The `bash` command executes immediately and returns a `BashResult`. Internally,
464
464
465
465
When the next `prompt` command is sent, all messages (including `BashExecutionMessage`) are transformed before being sent to the LLM. The `BashExecutionMessage` is converted to a `UserMessage` with this format:
466
466
467
-
```
467
+
````
468
468
Ran `ls -la`
469
-
\`\`\`
469
+
```
470
470
total 48
471
471
drwxr-xr-x ...
472
-
\`\`\`
473
472
```
473
+
````
474
474
475
475
This means:
476
476
1. Bash output is included in the LLM context on the **next prompt**, not immediately
0 commit comments