mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +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"
|
|
}
|
|
]
|
|
}
|