Skip to content

fix(cli): restore tts --text-file compatibility#2117

Merged
miguel-heygen merged 1 commit into
mainfrom
fix/tts-text-file-compat
Jul 10, 2026
Merged

fix(cli): restore tts --text-file compatibility#2117
miguel-heygen merged 1 commit into
mainfrom
fix/tts-text-file-compat

Conversation

@miguel-heygen

Copy link
Copy Markdown
Collaborator

Summary

hyperframes tts --text-file script.txt works again for existing skills and documentation instead of exiting with Unknown flag: --text-file. The compatibility flag feeds the same file-reading path as the current positional input, without changing positional usage. Regression coverage exercises both strict flag validation and the text passed into synthesis.

Test plan

  • Reproduced on 0.7.47: hyperframes tts --text-file script.txt --json exits 1 with Unknown flag: --text-file
  • Verified hyperframes tts --help exposes --text-file
  • bun run build
  • bun run --filter @hyperframes/cli test — 1,430/1,430
  • CLI typecheck, oxlint, and oxfmt checks

Compound Engineering
GPT-5_Codex

@miguel-heygen miguel-heygen merged commit ef38321 into main Jul 10, 2026
35 checks passed
@miguel-heygen miguel-heygen deleted the fix/tts-text-file-compat branch July 10, 2026 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant