From d144ee76d942c9594d12508f3dfbcb90b988f0ce Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 4 Mar 2026 11:45:54 +0300 Subject: Chore: pw tools to be disabled as default --- config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index e812fb8..412eaaa 100644 --- a/config/config.go +++ b/config/config.go @@ -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) { -- cgit v1.2.3