mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-12 18:22:48 +03:00
feat(auto-combo): add tierPriority factor label + autoCombo i18n section (30 languages)
- Add 'tierPriority: 🏷️ Tier' to FACTOR_LABELS in auto-combo dashboard (7th scoring factor)
- Add 'autoCombo' i18n section with 20 keys to en.json
- Sync autoCombo i18n keys to 29 language files (ar, bg, da, de, es, fi, fr, hi, hu, id, it, ja, ko, nl, no, pl, pt-BR, pt, ro, ru, sk, sv, th, tr, uk, vi, zh-CN, zh-TW + all others)
- Bump version to 2.3.15
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "omniroute",
|
||||
"version": "2.3.13",
|
||||
"version": "2.3.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "omniroute",
|
||||
"version": "2.3.13",
|
||||
"version": "2.3.14",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "omniroute",
|
||||
"version": "2.3.14",
|
||||
"version": "2.3.15",
|
||||
"description": "Smart AI Router with auto fallback — route to FREE & cheap models, zero downtime. Works with Cursor, Cline, Claude Desktop, Codex, and any OpenAI-compatible tool.",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
@@ -141,8 +141,10 @@ export default function AutoComboDashboard() {
|
||||
latencyInv: "⚡ Latency",
|
||||
taskFit: "🎯 Task Fit",
|
||||
stability: "📈 Stability",
|
||||
tierPriority: "🏷️ Tier",
|
||||
};
|
||||
|
||||
|
||||
const MODE_PACKS = [
|
||||
{ id: "ship-fast", label: "🚀 Ship Fast" },
|
||||
{ id: "cost-saver", label: "💰 Cost Saver" },
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Comando de Versão",
|
||||
"spawnArgs": "Argumentos",
|
||||
"addAgent": "Adicionar Agente"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2486,5 +2486,28 @@
|
||||
"versionCommand": "Version Command",
|
||||
"spawnArgs": "Spawn Args",
|
||||
"addAgent": "Add Agent"
|
||||
},
|
||||
"autoCombo": {
|
||||
"title": "Auto-Combo Engine",
|
||||
"statusNormal": "Normal",
|
||||
"statusIncident": "Incident Mode",
|
||||
"modePack": "Mode Pack",
|
||||
"providerScores": "Provider Scores",
|
||||
"noAutoCombo": "No auto-combo configured.",
|
||||
"excludedProviders": "Excluded Providers",
|
||||
"noExclusions": "No providers currently excluded.",
|
||||
"factorQuota": "Quota",
|
||||
"factorHealth": "Health",
|
||||
"factorCost": "Cost",
|
||||
"factorLatency": "Latency",
|
||||
"factorTaskFit": "Task Fit",
|
||||
"factorStability": "Stability",
|
||||
"factorTierPriority": "Tier Priority",
|
||||
"factorTierPriorityDesc": "Prefers accounts with higher quota tiers (Ultra/Pro over Free)",
|
||||
"scoreFactorBreakdown": "Scoring Factors",
|
||||
"modePackShipFast": "Ship Fast",
|
||||
"modePackCostSaver": "Cost Saver",
|
||||
"modePackQualityFirst": "Quality First",
|
||||
"modePackOfflineFriendly": "Offline Friendly"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user