summaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-03-04 11:45:54 +0300
committerGrail Finder <wohilas@gmail.com>2026-03-04 11:45:54 +0300
commitd144ee76d942c9594d12508f3dfbcb90b988f0ce (patch)
tree048390ee0d115d829a2f551ec4431c750d524763 /config/config.go
parentabcaad66093bdf9a98f10c909a05ab1ebcb431f3 (diff)
Chore: pw tools to be disabled as defaultHEADmaster
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go4
1 files changed, 2 insertions, 2 deletions
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) {