fix(permission): address human review feedback
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
{
|
||||
"op": "newSession"
|
||||
},
|
||||
{
|
||||
"op": "setConfigOption",
|
||||
"configId": "permission",
|
||||
"value": "workspace-write"
|
||||
},
|
||||
{
|
||||
"op": "prompt",
|
||||
"text": "The sandbox already denied writing /tmp/dsh-escalated.txt earlier (it is outside this workspace). Retry it now exactly once: one single bash call with the command printf 'escalated\\n' > /tmp/dsh-escalated.txt && cat /tmp/dsh-escalated.txt && rm /tmp/dsh-escalated.txt, with sandbox_permissions set to danger-full-access and the justification 'the user asked to write a file outside the workspace'. Do not run it without sandbox_permissions first. I will approve the permission prompt. After the result, reply with the single word DONE and stop."
|
||||
|
||||
Reference in New Issue
Block a user