detect_plan_tier: re-resolve roots fresh; expose searched paths in TierInfo for diagnosis

This commit is contained in:
megaproxy 2026-05-09 01:11:43 +01:00
parent f33bb5481b
commit 9d10c1f46f
4 changed files with 29 additions and 7 deletions

View file

@ -67,4 +67,5 @@ export interface TierInfo {
tier: unknown;
label: string;
recommended_caps: Caps;
searched: string[];
}