Versions in this module Expand all Collapse all v0 v0.8.1 Dec 12, 2025 v0.8.0 Dec 2, 2025 Changes in this version + type Runtime struct + ConfigHandler config.ConfigHandler + ConfigRoot string + ContextName string + EnvPrinters struct{ ... } + ProjectRoot string + SecretsProviders struct{ ... } + Shell shell.Shell + TemplateRoot string + ToolsManager tools.ToolsManager + WindsorScratchPath string + func NewRuntime(opts ...*Runtime) (*Runtime, error) + func (rt *Runtime) ApplyConfigDefaults(flagOverrides ...map[string]any) error + func (rt *Runtime) ApplyProviderDefaults(providerOverride string) error + func (rt *Runtime) CheckTools() error + func (rt *Runtime) GenerateBuildID() (string, error) + func (rt *Runtime) GetAliases() map[string]string + func (rt *Runtime) GetBuildID() (string, error) + func (rt *Runtime) GetEnvVars() map[string]string + func (rt *Runtime) HandleSessionReset() error + func (rt *Runtime) LoadEnvironment(decrypt bool) error + func (rt *Runtime) PrepareTools() error