MODEL_PRICES in src/core/pricing.ts are placeholder values with TODO comments (some not in English). Example: claude-haiku-4-5 is listed at 0.8/4 versus a catalog value near 1/5. These prices are only used when the harness reports no cost, but in that case a wrong estimate ships to the user as a confident dollar figure with no indication it is an estimate.
Source: PR #30 independent review, non-blocking finding #9.
Suggested fix: verify each price against the current provider catalog, translate the TODO comments to English, and either correct the values or clearly mark estimate-derived costs in the output (for example a trailing marker) so an estimate is not mistaken for a reported cost.
MODEL_PRICES in src/core/pricing.ts are placeholder values with TODO comments (some not in English). Example: claude-haiku-4-5 is listed at 0.8/4 versus a catalog value near 1/5. These prices are only used when the harness reports no cost, but in that case a wrong estimate ships to the user as a confident dollar figure with no indication it is an estimate.
Source: PR #30 independent review, non-blocking finding #9.
Suggested fix: verify each price against the current provider catalog, translate the TODO comments to English, and either correct the values or clearly mark estimate-derived costs in the output (for example a trailing marker) so an estimate is not mistaken for a reported cost.