3 Commits

Author SHA1 Message Date
phamnazage-jpg
2a64160a2b fix(pricing): fallback to direct fetch after proxy transport errors
Some checks failed
CI / go-test (push) Has been cancelled
CI / scripts-regression (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled
2026-05-24 19:04:17 +08:00
phamnazage-jpg
306c0e20e6 fix: canonicalize modality alias image->vision and improve window gate classification
Some checks failed
CI / go-test (push) Has been cancelled
CI / scripts-regression (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / docker-build (push) Has been cancelled
- sensenova importer: return 'vision' instead of 'image' for multimodal image models
- fallbackModality: add image->vision canonicalization for future importers
- add TestFallbackModalityCanonicalizesAliases unit test
- update sensenova test to expect 'vision' modality
- verify_phase6.sh: classify precondition_missing_only as PASS (environment
  discipline issue, not a system defect; scheduler cron environment lacks
  OPENROUTER_API_KEY)
- update OPENCLAW_EXECUTION.md with current gate truth
2026-05-24 11:09:04 +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