From cad1bd46c191f811729ab1cd5f044931c7d10269 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 2 Mar 2026 19:20:54 +0300 Subject: Feat: playwright tools --- config/config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/config.go') diff --git a/config/config.go b/config/config.go index 427edd5..7aed1c7 100644 --- a/config/config.go +++ b/config/config.go @@ -70,6 +70,8 @@ type Config struct { CharSpecificContextEnabled bool `toml:"CharSpecificContextEnabled"` CharSpecificContextTag string `toml:"CharSpecificContextTag"` AutoTurn bool `toml:"AutoTurn"` + // playwright browser + PlaywrightHeadless bool `toml:"PlaywrightHeadless"` } func LoadConfig(fn string) (*Config, error) { -- cgit v1.2.3