We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a592a commit 0a03c88Copy full SHA for 0a03c88
src/exports/README.md
@@ -27,7 +27,7 @@ const instructions = await api.getCustomInstructions()
27
console.log("Current custom instructions:", instructions)
28
29
// Start a new task with an initial message.
30
-await api.startNewTask("Hello, Cline! Let's make a new project...")
+await api.startNewTask("Hello, Roo Code API! Let's make a new project...")
31
32
// Start a new task with an initial message and images.
33
await api.startNewTask("Use this design language", ["data:image/webp;base64,..."])
0 commit comments