From e8b911804e131c6440eb93cd5ac53ef85db8dce3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 11 Aug 2024 10:29:47 -0700 Subject: [PATCH] copy --- aider/website/docs/scripting.md | 4 ++++ 1 file changed, 4 insertions(+) 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