checkpoint

This commit is contained in:
2026-02-27 20:41:30 -05:00
parent 6c887e498d
commit 138e31374b
9 changed files with 199 additions and 21 deletions

View File

@@ -5,11 +5,10 @@ model: gemini-3.1-pro-preview
tools:
- read_file
- list_directory
- glob
- discovered_tool_search_files
- grep_search
- google_web_search
- web_fetch
- codebase_investigator
- discovered_tool_web_search
- discovered_tool_fetch_url
- activate_skill
- discovered_tool_run_powershell
---

View File

@@ -7,11 +7,10 @@ tools:
- write_file
- replace
- list_directory
- glob
- discovered_tool_search_files
- grep_search
- google_web_search
- web_fetch
- codebase_investigator
- discovered_tool_web_search
- discovered_tool_fetch_url
- activate_skill
- discovered_tool_run_powershell
---

View File

@@ -7,11 +7,10 @@ tools:
- write_file
- replace
- list_directory
- glob
- discovered_tool_search_files
- grep_search
- google_web_search
- web_fetch
- codebase_investigator
- discovered_tool_web_search
- discovered_tool_fetch_url
- activate_skill
- discovered_tool_run_powershell
---

View File

@@ -5,11 +5,10 @@ model: gemini-2.5-flash-lite
tools:
- read_file
- list_directory
- glob
- discovered_tool_search_files
- grep_search
- google_web_search
- web_fetch
- codebase_investigator
- discovered_tool_web_search
- discovered_tool_fetch_url
- activate_skill
- discovered_tool_run_powershell
---

View File

@@ -3,7 +3,8 @@
"enableAgents": true
},
"tools": {
"discoveryCommand": "python C:/projects/manual_slop/scripts/tool_discovery.py",
"discoveryCommand": "uv run python C:/projects/manual_slop/scripts/tool_discovery.py",
"callCommand": "uv run python C:/projects/manual_slop/scripts/tool_call.py",
"whitelist": [
"*"
]