You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address review comments across pricing estimation feature
- Unquote Menlo/Consolas in CSS and JS chart font-family
- Fix fetchUsagePage to call fetchUsageLog(true)
- Add swagger annotations for admin API endpoints
- Add nil guard in enricher test for InputPerMtok
- Add TestFetch_OversizedBody for 10MB body limit
- Replace unbounded recursion in merger with inline lookup
- Add Capabilities override in merger
- Refactor types.go with strings.Cut
- Replace hardcoded category count with len(core.AllCategories())
- Add CategoryCount display name fallback
- Use shared HTTP client in fetcher with 60s timeout
- Fix init goroutine to use parent context
- Escape SQL LIKE wildcards to prevent injection
- Add slog.Warn for json.Unmarshal errors
- Add appliedFields pointer tracking to prevent cost double-counting
- Add Go doc comments on reader methods
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments