mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
31 lines
540 B
JSON
31 lines
540 B
JSON
{
|
|
"steps": [
|
|
{
|
|
"op": "initialize"
|
|
},
|
|
{
|
|
"op": "newSession"
|
|
},
|
|
{
|
|
"op": "setConfigOption",
|
|
"configId": "permission",
|
|
"value": "workspace-write"
|
|
},
|
|
{
|
|
"op": "setConfigOption",
|
|
"configId": "permission",
|
|
"value": "danger-full-access"
|
|
},
|
|
{
|
|
"op": "setConfigOptionExpectError",
|
|
"configId": "permission",
|
|
"value": "plan"
|
|
},
|
|
{
|
|
"op": "setConfigOptionExpectError",
|
|
"configId": "reasoning-effort",
|
|
"value": "max"
|
|
}
|
|
]
|
|
}
|