Skip to content

feat: Adds new say command - #143

Merged
PennyroyalTea merged 3 commits into
mainfrom
pma/cli-say
Sep 7, 2026
Merged

PennyroyalTea merged 3 commits into
mainfrom
pma/cli-say

Conversation

@PaulAsjes

Copy link
Copy Markdown
Collaborator

Adds a new say command for quick TTS. Useful for when you want your agent/terminal to speak and you don't want to save the generated output.

elevenlabs say "Hello from the terminal"

Content can be piped in

echo "Task complete" | elevenlabs say

Defaults can be overridden globally

elevenlabs say config model eleven_multilingual_v2

Or on a per generation basis

elevenlabs say "one off" --voice JBFqnCBsd6RMkjVDRZzb --model eleven_flash_v2_5

Voice settings can be set in a config

@kraenhansen

Copy link
Copy Markdown
Member

Nice one!

@PennyroyalTea
PennyroyalTea merged commit 3acf25c into main Sep 7, 2026
16 checks passed
fern-api Bot added a commit that referenced this pull request Sep 7, 2026
Patches applied (2):
  - patch-3324bcc8: build: publish prereleases to homebrew and scoop
  - patch-3acf25c9: feat: Adds new say command (#143)

Patches with unresolved conflicts (4):
  - patch-809b383f: fix(deps): patch two advisories; keep the verification script
  - patch-590ac6e0: Alpha build
  - patch-composite-7dd8e976: Customer customizations (composite)
  - patch-147b7f4d: feat: tag CLI requests with the command that made them (#132)
    Run `fern-replay resolve` to apply these customizations.
PaulAsjes added a commit that referenced this pull request Sep 7, 2026
Patches replayed:
  - patch-809b383f: fix(deps): patch two advisories; keep the verification script
  - patch-590ac6e0: Alpha build
  - patch-3324bcc8: build: publish prereleases to homebrew and scoop
  - patch-composite-7dd8e976: Customer customizations (composite)
  - patch-147b7f4d: feat: tag CLI requests with the command that made them (#132)
  - patch-3acf25c9: feat: Adds new say command (#143)
PaulAsjes added a commit that referenced this pull request Sep 7, 2026
* [fern-generated] Update SDK

Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-cli-generator: 0.38.4

* [fern-replay] Applied customizations

Patches applied (2):
  - patch-3324bcc8: build: publish prereleases to homebrew and scoop
  - patch-3acf25c9: feat: Adds new say command (#143)

Patches with unresolved conflicts (4):
  - patch-809b383f: fix(deps): patch two advisories; keep the verification script
  - patch-590ac6e0: Alpha build
  - patch-composite-7dd8e976: Customer customizations (composite)
  - patch-147b7f4d: feat: tag CLI requests with the command that made them (#132)
    Run `fern-replay resolve` to apply these customizations.

* [fern-replay] Resolved conflicts

Patches replayed:
  - patch-809b383f: fix(deps): patch two advisories; keep the verification script
  - patch-590ac6e0: Alpha build
  - patch-3324bcc8: build: publish prereleases to homebrew and scoop
  - patch-composite-7dd8e976: Customer customizations (composite)
  - patch-147b7f4d: feat: tag CLI requests with the command that made them (#132)
  - patch-3acf25c9: feat: Adds new say command (#143)

---------

Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Paul Asjes <paul.asjes@elevenlabs.io>
PaulAsjes added a commit that referenced this pull request Sep 15, 2026
* [fern-generated] Update SDK

Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-cli-generator: 0.38.4

* [fern-replay] Applied customizations

Patches applied (2):
  - patch-3324bcc8: build: publish prereleases to homebrew and scoop
  - patch-3acf25c9: feat: Adds new say command (#143)

Patches with unresolved conflicts (4):
  - patch-809b383f: fix(deps): patch two advisories; keep the verification script
  - patch-590ac6e0: Alpha build
  - patch-composite-7dd8e976: Customer customizations (composite)
  - patch-147b7f4d: feat: tag CLI requests with the command that made them (#132)
    Run `fern-replay resolve` to apply these customizations.

* update dependency

---------

Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Paul Asjes <paul.asjes@elevenlabs.io>
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.

3 participants