TanStack
OSS
ai
Sign in / Sign up
Open main menu
ai
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
328-fal-audio-and-speech-support
c0ff3f3a refactor(ts-react-chat): warn on rejected audio model overrides Log a warning instead of silently swapping to the default when a client sends a model id outside the provider's allowlist, so stale clients or typo'd config ids are debuggable. Also correct the AudioProviderConfig JSDoc to describe the models[] ordering as a non-binding UI convention. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Failed
328-fal-audio-and-speech-support
c0ff3f3a Merge cc273a59d8715a1e505e36fd64bf006e5419cfa2 into 3681c9e849ed46884a4db2c4eb31c2ac445e437b
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
e43f786f fix(ai-fal, ai-gemini): audio adapter bug fixes - ai-fal: replace `btoa(String.fromCharCode(...bytes))` with a chunked helper; the spread form throws RangeError on any realistic TTS clip (V8 arg limit ~65k). - ai-gemini: honor `TTSOptions.voice` as a fallback for the prebuilt voice name, move `systemInstruction` inside `config` per the @google/genai contract, and wrap raw `audio/L16;codec=pcm` output in a RIFF/WAV container so the result is actually playable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Failed
328-fal-audio-and-speech-support
e43f786f Merge 95d08476e159e49c794db896ba901d0e8dcba570 into 3681c9e849ed46884a4db2c4eb31c2ac445e437b
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
f2b2d730 ci: apply automated fixes
by autofix-ci...
a
Failed
328-fal-audio-and-speech-support
f2b2d730 Merge 847efb5164e018def038c8fa9ceaec03ae3712b2 into 3681c9e849ed46884a4db2c4eb31c2ac445e437b
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
3e4a4a7d chore: split ElevenLabs audio adapters out to separate PR (#485) Moves the new ElevenLabs TTS / Music / SFX / Transcription REST adapters out of this PR into their own issue (#485) and branch (`elevenlabs-audio-adapters`) so the fal + Gemini audio work can ship independently. The follow-up PR will rebuild these adapters on top of the official `@elevenlabs/elevenlabs-js` SDK rather than hand-rolled fetch calls. Removed from this branch: - `packages/typescript/ai-elevenlabs/src/{adapters,utils,model-meta.ts}` and their tests (realtime voice code untouched) - ElevenLabs sections in `docs/media/audio-generation.md` - ElevenLabs entries in `examples/ts-react-chat` audio-providers catalog, server adapter factories, zod schemas, and default provider wiring - `@tanstack/ai-elevenlabs` bump from the audio changeset Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
3e4a4a7d chore: split ElevenLabs audio adapters out to separate PR (#485) Moves the new ElevenLabs TTS / Music / SFX / Transcription REST adapters out of this PR into their own issue (#485) and branch (`elevenlabs-audio-adapters`) so the fal + Gemini audio work can ship independently. The follow-up PR will rebuild these adapters on top of the official `@elevenlabs/elevenlabs-js` SDK rather than hand-rolled fetch calls. Removed from this branch: - `packages/typescript/ai-elevenlabs/src/{adapters,utils,model-meta.ts}` and their tests (realtime voice code untouched) - ElevenLabs sections in `docs/media/audio-generation.md` - ElevenLabs entries in `examples/ts-react-chat` audio-providers catalog, server adapter factories, zod schemas, and default provider wiring - `@tanstack/ai-elevenlabs` bump from the audio changeset Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
ce460134 ci: Version Packages (#471) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Failed
328-fal-audio-and-speech-support
ce460134 Merge 00fe64de9a1155e7b21779a0af42df091a1c8ad1 into c992ce0587f12913eff48bf9cd8cb80b5f84c3d1
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
cae180df ci: apply automated fixes
by autofix-ci...
a
Failed
328-fal-audio-and-speech-support
cae180df Merge 2050d88c784c6ddb362ef6060cc68c984fd02203 into 9c68bcc38c14d51eee6520bfbb024edf31b33c07
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
ce84b211 feat(ts-react-chat): add audio home tile, sample prompts, and fal model selector Expose an Audio tile on the welcome grid, offer one-click sample prompts for every audio provider, and let the Fal provider pick between current text-to-music models (default MiniMax v2.6). Threads a model override through the audio API and server fn. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
ce84b211 Merge 2a7725ad446792496883d8083406e102e44a660e into 9c68bcc38c14d51eee6520bfbb024edf31b33c07
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
b2267a04 docs: lead audio generation guide with Gemini and ElevenLabs Reorder the Audio Generation page so the direct Gemini (Lyria) and ElevenLabs (music/sfx) adapters appear before fal.ai, and update the environment variables + result-shape notes to cover all three providers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Failed
328-fal-audio-and-speech-support
b2267a04 docs: lead audio generation guide with Gemini and ElevenLabs Reorder the Audio Generation page so the direct Gemini (Lyria) and ElevenLabs (music/sfx) adapters appear before fal.ai, and update the environment variables + result-shape notes to cover all three providers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
d0358cef docs: lead audio generation guide with Gemini and ElevenLabs Reorder the Audio Generation page so the direct Gemini (Lyria) and ElevenLabs (music/sfx) adapters appear before fal.ai, and update the environment variables + result-shape notes to cover all three providers. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
d0358cef Merge b7b99b669e791d5da81b664ce9529e435026cd33 into 9c68bcc38c14d51eee6520bfbb024edf31b33c07
by Tom Beckenham
T
Succeeded
328-fal-audio-and-speech-support
7b0d4ba5 ci: apply automated fixes
by autofix-ci...
a
Succeeded
328-fal-audio-and-speech-support
7b0d4ba5 ci: apply automated fixes
by autofix-ci...
a
Previous page
Previous
Next
Next page