diff --git a/aider/website/docs/scripting.md b/aider/website/docs/scripting.md index 2ab0af8a4..c90e92cd0 100644 --- a/aider/website/docs/scripting.md +++ b/aider/website/docs/scripting.md @@ -74,6 +74,10 @@ coder.run("make a script that prints hello world") # Send another instruction coder.run("make it say goodbye") + +# You can run in-chat "/" commands too +coder.run("/tokens") + ``` See the