checkpoint
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
@@ -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": [
|
||||
"*"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user