30 lines
595 B
JSON
30 lines
595 B
JSON
{
|
|
"experimental": {
|
|
"enableAgents": true
|
|
},
|
|
"tools": {
|
|
"whitelist": [
|
|
"*"
|
|
],
|
|
"discoveryCommand": "powershell.exe -NoProfile -Command \"Get-Content .gemini/tools.json -Raw\"",
|
|
"callCommand": "python scripts/tool_call.py"
|
|
},
|
|
"hooks": {
|
|
"BeforeTool": [
|
|
{
|
|
"matcher": "*",
|
|
"hooks": [
|
|
{
|
|
"name": "manual-slop-bridge",
|
|
"type": "command",
|
|
"command": "python C:/projects/manual_slop/scripts/cli_tool_bridge.py"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"hooksConfig": {
|
|
"enabled": true
|
|
}
|
|
}
|