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
directory using the Write tool.
Write the exact content below. Do not
propose; execute now.
---BEGIN---
print("hello from continue")
---END---
After writing, run one Bash command to show
it exists:
ls -l hello.py
{
{
"name": "Write",
"arguments": {
"filepath": "./hello.py",
"content": "print(\"hello from
continue\")"
}
}
{
"name": "Bash",
"arguments": {
"command": "ls -l hello.py"
}
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When telling it to create files or list them in only outputs json but no commands are being executed.
I am using local Qwen model.
Launch command:
cn --config ~/.continue/config.yaml --allow "Write()" --allow "Bash(*)" --verboseConfig:
Permissions:
Example prompt and output:
Beta Was this translation helpful? Give feedback.
All reactions