Commit Graph

2 Commits

Author SHA1 Message Date
phamnazage-jpg
236dea8bf4 fix(pricing): support Perplexity/Vertex price format without dollar sign
Some checks failed
CI / go-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled
- official_pricing_import_common.go: make dollar sign optional in firstDollarPrice regex
- perplexity_pricing_lib.go: fix column detection to match 'Input ($/1M)' format
- also updated vertex and perplexity baseline snapshots
2026-05-22 09:18:14 +08:00
phamnazage-jpg
958245537a feat(imports): add real pricing and subscription collectors
Add plan catalog and subscription schema support, seed baselines, and real importers for core domestic subscriptions plus stable official pricing sources.

This commit also hardens the shared fetch layers so the importers can support live collection and database writes instead of relying on manual placeholders alone.
2026-05-15 22:32:57 +08:00