From 0c9c590d8f9c49578515ccaf19bb11431cf4e721 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 3 Mar 2026 09:15:18 +0300 Subject: Enha (playwright): conditionaly install and use tools --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index 7aed1c7..217c32b 100644 --- a/config/config.go +++ b/config/config.go @@ -71,6 +71,7 @@ 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 PlaywrightHeadless bool `toml:"PlaywrightHeadless"` } -- cgit v1.2.3