- Design doc: update "No UI changes" to reflect cost disclaimer
- Plan doc: fix MD001 heading level jump (### after #)
- pricing.ts: rename to PRICING_MAP, add isLiteLLMPricing type guard,
pre-compute LOWERCASE_KEY_MAP for O(1) case-insensitive lookups
- SessionContextHeader: simplify cost disclaimer JSX into single span
- Tests: fix no-empty-function lint (() => {} → () => undefined)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| costFormatting.test.ts | ||
| markdownSearchRendererAlignment.test.ts | ||
| markdownTextSearch.test.ts | ||
| modelParser.test.ts | ||
| pricing.test.ts | ||
| tokenFormatting.test.ts | ||