feat(ai): integrate GeminiCliAdapter into ai_client

This commit is contained in:
2026-02-25 14:02:06 -05:00
parent 211000c926
commit b762a80482
5 changed files with 280 additions and 1 deletions

10
.gemini/settings.json Normal file
View File

@@ -0,0 +1,10 @@
{
"hooks": [
{
"name": "manual-slop-bridge",
"type": "command",
"event": "BeforeTool",
"command": "python C:/projects/manual_slop/scripts/cli_tool_bridge.py"
}
]
}