mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-28 03:39:56 -04:00
86b1329c43
Review nits: - schema.resolvers.go: log (not swallow) bedrock.DefaultModels errors so an invalid BEDROCK_MODELS_PATH no longer yields a silently-empty model list. - settings-providers.tsx: derive the create-provider type list from an exhaustive Record<ProviderType,string> so a future ProviderType is a compile error here instead of silently missing from the menu. - trim two doc comments (convertModelReasoningMode, ReasoningFields) to lead with the load-bearing contract instead of restating the name. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>