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

@@ -71,8 +71,8 @@ type Config struct {
CharSpecificContextTag string `toml:"CharSpecificContextTag"`
AutoTurn bool `toml:"AutoTurn"`
// playwright browser
NoPlaywright bool `toml:"NoPlaywright"` // when we want to avoid pw tool use
PlaywrightDebug bool `toml:"PlaywrightDebug"` // !headless
PlaywrightEnabled bool `toml:"PlaywrightEnabled"`
PlaywrightDebug bool `toml:"PlaywrightDebug"` // !headless
}
func LoadConfig(fn string) (*Config, error) {