Chore: pw tools to be disabled as default

This commit is contained in:
Grail Finder
2026-03-04 11:45:54 +03:00
parent abcaad6609
commit d144ee76d9
5 changed files with 15 additions and 6 deletions

View File

@@ -1505,7 +1505,7 @@ func registerWindowTools() {
func registerPlaywrightTools() {
removePlaywrightToolsFromBaseTools()
if cfg != nil && !cfg.NoPlaywright {
if cfg != nil && cfg.PlaywrightEnabled {
fnMap["pw_start"] = pwStart
fnMap["pw_stop"] = pwStop
fnMap["pw_is_running"] = pwIsRunning