Versions in this module Expand all Collapse all v6 v6.9.3 Mar 25, 2026 Changes in this version + func BuildAuthChangeDetails(oldAuth, newAuth *coreauth.Auth) []string + func BuildConfigChangeDetails(oldCfg, newCfg *config.Config) []string + func ComputeClaudeModelsHash(models []config.ClaudeModel) string + func ComputeCodexModelsHash(models []config.CodexModel) string + func ComputeExcludedModelsHash(excluded []string) string + func ComputeGeminiModelsHash(models []config.GeminiModel) string + func ComputeOpenAICompatModelsHash(models []config.OpenAICompatibilityModel) string + func ComputeVertexCompatModelsHash(models []config.VertexCompatModel) string + func DiffOAuthExcludedModelChanges(oldMap, newMap map[string][]string) ([]string, []string) + func DiffOAuthModelAliasChanges(oldMap, newMap map[string][]config.OAuthModelAlias) ([]string, []string) + func DiffOpenAICompatibility(oldList, newList []config.OpenAICompatibility) []string + func SummarizeOAuthExcludedModels(entries map[string][]string) map[string]ExcludedModelsSummary + func SummarizeOAuthModelAlias(entries map[string][]config.OAuthModelAlias) map[string]OAuthModelAliasSummary + type AmpModelMappingsSummary struct + func SummarizeAmpModelMappings(mappings []config.AmpModelMapping) AmpModelMappingsSummary + type ClaudeModelsSummary struct + func SummarizeClaudeModels(models []config.ClaudeModel) ClaudeModelsSummary + type CodexModelsSummary struct + func SummarizeCodexModels(models []config.CodexModel) CodexModelsSummary + type ExcludedModelsSummary struct + func SummarizeExcludedModels(list []string) ExcludedModelsSummary + type GeminiModelsSummary struct + func SummarizeGeminiModels(models []config.GeminiModel) GeminiModelsSummary + type OAuthModelAliasSummary struct + type VertexModelsSummary struct + func SummarizeVertexModels(models []config.VertexCompatModel) VertexModelsSummary v6.9.2-rc1 Mar 25, 2026