|
How to disable For some Python projects I'm getting a lot of retries using search_tool where pattern is a filename. Looks like model does not understand search tool is not working for finding filename like "some_module", retries with "some_module\.py" and finds nothing too. Model then tries various variants of Usually ends with model running So not critical as sooner or later model finds a way to run the search or find the file. All of that with Qwen 3.6 27B at IQ4_KS. |
Replies: 2 comments 6 replies
|
I will need to evaluate these new additions thoroughly. It is similar from the researcher the ideas seem great but these smaller local models seem to have issue with them. Maybe it is time to go for a plugin system. Note that you should be able to disable the search tool using the config.json for now: Will need to see how to evaluate these long-term this is also the reason the PR for the researcher subagent is still open. |
|
Still, disabling search does not enable Is there any way to enable grep without forking? Search tool fails constantly for Qwen 3.8 27B when enabled: ◆ Using search_tool for: sync|linker|blobs
│ The glob search didn't work as intended, so I'll rerun it with the correct pattern and check the reference scripts to confirm the intended sync
│ semantics.
│
◆ Using search_tool for: hflink sync|linker|blobs
◆ Using search_tool for: dry_run|dry-run|force
◆ Using search_tool for: dry_run|dry-run|force
◆ Executing: grep -n 'blobs' temp/download-hf-models.sh temp/create-hf-cache-model-links.sh | head -30 in dir: /home/user/projects/hf-model-linker
│ The include glob didn't filter as expected. Let me target the temp/ reference scripts directly:
│
◆ Using search_tool for: blobs
◆ Using search_tool for: hflink sync|test_linker|feat/
│ Let me check the reference bash scripts' symlink mechanics (these inform the linker design) and confirm what path they symlink to:
│
◆ Using search_tool for: ln -s|snapshots|readlink
│ The search tool's gitignore filtering is hiding the temp/ scripts. Let me read them directly:
│ |
I will need to evaluate these new additions thoroughly. It is similar from the researcher the ideas seem great but these smaller local models seem to have issue with them.
Maybe it is time to go for a plugin system.
Note that you should be able to disable the search tool using the config.json for now:
Will need to see how to evaluate these long-term this is also the reason the PR for the researcher subagent is still open.