mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-09-01 15:36:33 +08:00
18965e5e22
* fix(tts): add MAI Voice 2 options
664 B
664 B
AGENTS.md
Testing Notes
src/utils/host/translate/api/__tests__/free-api.test.tsdepends on live external translation services.- When running tests locally as an AI agent, set
SKIP_FREE_API=true. - If
SKIP_FREE_API=trueis set, treatfree-api.test.tsas intentionally skipped during local validation.
PR Notes
- PR titles must use conventional commit format, such as
fix(subtitles): ...; avoid extra prefixes like[codex]. - User-facing fixes and features should include a
.changeset/*.mdfile for@read-frog/extensionunless the change intentionally does not need a release. use conventional commit format for the changeset content.