diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-17 09:23:35 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-17 09:23:35 +0300 |
| commit | 451e6f0381afe37c59f12703f8750407c27ba94a (patch) | |
| tree | d4a76d7011f2da98bac2ee718afa587952c8ba4f /config/config.go | |
| parent | 47b3d37a9714e3e68e56f009ea1faee5223edeb4 (diff) | |
| parent | 326a1a4d094c6349e0403d479384347c52964537 (diff) | |
Merge branch 'master' into feat/agent-flow
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index e8c2687..dc03a1e 100644 --- a/config/config.go +++ b/config/config.go @@ -75,6 +75,8 @@ type Config struct { // playwright browser PlaywrightEnabled bool `toml:"PlaywrightEnabled"` PlaywrightDebug bool `toml:"PlaywrightDebug"` // !headless + // CLI mode + CLIMode bool } func LoadConfig(fn string) (*Config, error) { |
