Skip to content

Clarify transcribe/stream CLI help text#24

Merged
alexkroman merged 3 commits into
mainfrom
claude/cli-help-text-clarity-VjJoN
Jun 6, 2026
Merged

Clarify transcribe/stream CLI help text#24
alexkroman merged 3 commits into
mainfrom
claude/cli-help-text-clarity-VjJoN

Conversation

@alexkroman

Copy link
Copy Markdown
Collaborator

Fix the stream docstring, which referenced a nonexistent --llm-gateway-prompt
flag and described the LLM transform as running once the stream ends; --llm
actually runs over the live transcript, refreshing on every finalized turn.

Tighten vague and cryptic option help across transcribe and stream:

  • spell out value enumerations as readable lists ('Speech model: best, nano,
    slam-1, or universal' rather than a bare comma list), which also keeps the
    summary-model/summary-type values from truncating in narrow terminals
  • give bare-value flags a leading noun (--encoding, --voice-focus,
    --redact-pii-sub, --summary-*) and clarify thresholds and turn-silence flags
  • standardize --prompt and --redact-pii-sub wording across both commands

Refresh the help snapshots accordingly.

claude and others added 3 commits June 6, 2026 04:43
Fix the stream docstring, which referenced a nonexistent --llm-gateway-prompt
flag and described the LLM transform as running once the stream ends; --llm
actually runs over the live transcript, refreshing on every finalized turn.

Tighten vague and cryptic option help across transcribe and stream:
- spell out value enumerations as readable lists ('Speech model: best, nano,
  slam-1, or universal' rather than a bare comma list), which also keeps the
  summary-model/summary-type values from truncating in narrow terminals
- give bare-value flags a leading noun (--encoding, --voice-focus,
  --redact-pii-sub, --summary-*) and clarify thresholds and turn-silence flags
- standardize --prompt and --redact-pii-sub wording across both commands

Refresh the help snapshots accordingly.
@alexkroman alexkroman merged commit ab3c0b3 into main Jun 6, 2026
7 checks passed
@alexkroman alexkroman deleted the claude/cli-help-text-clarity-VjJoN branch June 6, 2026 05:00
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.

2 participants