Versions in this module Expand all Collapse all v0 v0.1.0 Jul 29, 2026 Changes in this version + var KnownTools = map[string]bool + type Audit struct + Path string + RedactKeys []string + type Config struct + Audit Audit + DefaultHost string + Files Files + HTTP HTTP + Hosts map[string]Host + MaxOutputBytes int + Mode Mode + TimeoutSeconds int + Tools map[string]ToolRule + func Default() *Config + func Load(path string) (*Config, error) + func (c *Config) HostMode(host string) Mode + type Files struct + AllowPaths []string + MaxBytes int64 + type HTTP struct + Addr string + AuthToken string + type Host struct + Addr string + Key string + Mode Mode + Port int + User string + type Mode string + const ModeFull + const ModeObserve + const ModeOperate + type ToolRule struct + AllowTargets []string + Approval string + Enabled *bool