Versions in this module Expand all Collapse all v0 v0.1.1 Apr 2, 2026 v0.1.0 Apr 2, 2026 Changes in this version + func GetConfigPath() string + type Config struct + ApprovalMode bool + ApprovalTTL string + DryRun bool + GRPCEndpoints []string + Git *GitConfig + HTTPPort string + Logging *LoggingConfig + RateLimit *RateLimitConfig + Toolsets string + Transport string + TrustLevel string + Workspace *WorkspaceConfig + func DefaultConfig() *Config + func LoadConfig(configPath string) (*Config, error) + func LoadConfigFromEnv() (*Config, error) + func (c *Config) SaveConfig(configPath string) error + type GitConfig struct + ConfigIsolation bool + CredentialHelper string + DefaultUserEmail string + DefaultUserName string + type LoggingConfig struct + FilePath string + Level string + MaxSize int + type RateLimitConfig struct + ChainTxPerHour int + ChainTxPerMinute int + type WorkspaceConfig struct + BasePath string