Replace prettier with biome (#531)

This commit is contained in:
Nathan Marley
2025-05-28 07:47:16 -05:00
committed by GitHub
parent acd5c1ea3d
commit f058543888
7 changed files with 11916 additions and 11724 deletions

View File

@@ -748,14 +748,12 @@ export {
writeConfig,
ConfigurationError,
isConfigFilePresent,
// Validation
validateProvider,
validateProviderModelCombination,
VALID_PROVIDERS,
MODEL_MAP,
getAvailableModels,
// Role-specific getters (No env var overrides)
getMainProvider,
getMainModelId,
@@ -770,7 +768,6 @@ export {
getFallbackMaxTokens,
getFallbackTemperature,
getBaseUrlForRole,
// Global setting getters (No env var overrides)
getLogLevel,
getDebugFlag,
@@ -785,7 +782,6 @@ export {
// API Key Checkers (still relevant)
isApiKeySet,
getMcpApiKeyStatus,
// ADD: Function to get all provider names
getAllProviders,
getVertexProjectId,