Skip to content

Commit 6f85a47

Browse files
dhaerndiegosouzapw
andcommitted
chore(quality): re-baseline pricing.ts +21 for GLM-5.2 pricing rows
PR diegosouzapw#3885 own growth: pricing.ts 1508->1529 (+21 = glm-5.2 + effort aliases). Updates the frozen file-size baseline so Fast Quality Gates pass on release/v3.8.26. Co-authored-by: diegosouzapw <diegosouza.pw@gmail.com>
1 parent 055f060 commit 6f85a47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

config/quality/file-size-baseline.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"_comment": "Catraca de tamanho (check-file-size.mjs). frozen so pode encolher; arquivos novos <= cap. --update ratcheta.",
33
"_rebaseline_v3.8.25": "Drift consciente do ciclo v3.8.24->v3.8.25 (features #3799-#3806: free-provider-rankings, plugins menu, proxy IP-family selector). 3 arquivos cresceram por feature legitima, nao por regressao de qualidade: ProxyRegistryManager.tsx 1072->1089, sidebarVisibility.ts 990->1006, schemas.ts 2519->2522. Encolher fica como debt para um refactor dedicado.",
44
"_rebaseline_2026_06_15_3860_compression_ui": "PR #3860 own growth: sidebarVisibility.ts 1006->1100 (+94 = Compression Hub menu entries: Hub + per-engine Lite/Aggressive/Ultra pages + combos editor) and chatCore.ts 5812->5815 (+3 = compression UI config wiring). Cohesive feature growth, not a quality regression.",
5+
"_rebaseline_2026_06_15_3885_glm_5_2": "PR #3885 own growth: pricing.ts 1508->1529 (+21 = GLM-5.2 pricing rows for glm-5.2 + effort aliases glm-5.2-high/-max, same $1.2/$5 schedule as glm-5.1; pure data). Also adds glm-5.2 specs to glmProvider.ts/modelSpecs.ts (modelSpecs.ts stays under cap). Cohesive model registration; not extractable.",
56
"_rebaseline_2026_06_15_3870_alias_lookup": "PR #3870 own growth: providerRegistry.ts 4703->4708 (+5 = generateModels() also stores each provider's models under its raw id, not only its alias, so getProviderModels(rawId) works when alias != id e.g. github->gh; preserves the existing first-wins guard). Cohesive registry fix; not extractable.",
67
"_rebaseline_2026_06_15_3871_empty_pool": "PR #3871 own growth: combo.ts 5203->5204 (+1 = guard expandAutoComboCandidatePool against an empty candidatePool array — Array.isArray(pool) && pool.length > 0 so [] falls through to active-connection expansion instead of early-returning). One-line correctness fix; not extractable.",
78
"cap": 800,
@@ -101,7 +102,7 @@
101102
"src/shared/components/RequestLoggerV2.tsx": 1282,
102103
"src/shared/components/analytics/charts.tsx": 1558,
103104
"src/shared/constants/cliTools.ts": 875,
104-
"src/shared/constants/pricing.ts": 1508,
105+
"src/shared/constants/pricing.ts": 1529,
105106
"src/shared/constants/providers.ts": 3147,
106107
"src/shared/constants/sidebarVisibility.ts": 1100,
107108
"src/shared/services/cliRuntime.ts": 1090,

0 commit comments

Comments
 (0)