Skip to content

ci: Version Packages#359

Merged
AlemTuzlak merged 1 commit intomainfrom
changeset-release/main
Mar 11, 2026
Merged

ci: Version Packages#359
AlemTuzlak merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 10, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/ai@0.7.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-event-client@0.0.2

@tanstack/ai-client@0.7.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-event-client@0.0.2

@tanstack/ai-elevenlabs@0.1.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-openai@0.7.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-react@0.7.0

Minor Changes

  • feat: add realtime voice chat with OpenAI and ElevenLabs adapters (#300)

    Adds realtime voice/text chat capabilities:

    • @tanstack/ai: realtimeToken() function and shared realtime types (RealtimeToken, RealtimeMessage, RealtimeSessionConfig, RealtimeStatus, RealtimeMode, AudioVisualization, events, and error types)
    • @tanstack/ai-client: Framework-agnostic RealtimeClient class with connection lifecycle, audio I/O, message state management, tool execution, and RealtimeAdapter/RealtimeConnection interfaces
    • @tanstack/ai-openai: openaiRealtime() client adapter (WebRTC) and openaiRealtimeToken() server token adapter with support for semantic VAD, multiple voices, and all realtime models
    • @tanstack/ai-elevenlabs: elevenlabsRealtime() client adapter (WebSocket) and elevenlabsRealtimeToken() server token adapter for ElevenLabs conversational AI agents
    • @tanstack/ai-react: useRealtimeChat() hook with reactive state for status, mode, messages, pending transcripts, audio visualization levels, VAD control, text/image input, and interruptions
    • Docs: Realtime Voice Chat guide and full API reference for all realtime classes, interfaces, functions, and type aliases

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-anthropic@0.6.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-devtools-core@0.3.10

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-event-client@0.0.2

@tanstack/ai-event-client@0.0.2

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-fal@0.6.4

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-gemini@0.8.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-grok@0.6.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-groq@0.1.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-ollama@0.6.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-openrouter@0.6.4

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

@tanstack/ai-preact@0.6.5

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-react-ui@0.6.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai-client@0.7.0
    • @tanstack/ai-react@0.7.0

@tanstack/ai-solid@0.6.5

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-solid-ui@0.6.1

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai-client@0.7.0
    • @tanstack/ai-solid@0.6.5

@tanstack/ai-svelte@0.6.5

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-vue@0.6.5

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0

@tanstack/ai-vue-ui@0.1.16

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-vue@0.6.5

@tanstack/preact-ai-devtools@0.1.14

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.10

@tanstack/react-ai-devtools@0.2.14

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.10

@tanstack/solid-ai-devtools@0.2.14

Patch Changes

  • Updated dependencies []:
    • @tanstack/ai-devtools-core@0.3.10

ts-svelte-chat@0.1.20

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0
    • @tanstack/ai-openai@0.7.0
    • @tanstack/ai-anthropic@0.6.1
    • @tanstack/ai-gemini@0.8.1
    • @tanstack/ai-ollama@0.6.1
    • @tanstack/ai-svelte@0.6.5

ts-vue-chat@0.1.20

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0
    • @tanstack/ai-openai@0.7.0
    • @tanstack/ai-anthropic@0.6.1
    • @tanstack/ai-gemini@0.8.1
    • @tanstack/ai-ollama@0.6.1
    • @tanstack/ai-vue@0.6.5
    • @tanstack/ai-vue-ui@0.1.16

vanilla-chat@0.0.20

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai-client@0.7.0

@tanstack/tests-adapters@0.1.20

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-openai@0.7.0
    • @tanstack/ai-anthropic@0.6.1
    • @tanstack/ai-gemini@0.8.1
    • @tanstack/ai-grok@0.6.1
    • @tanstack/ai-ollama@0.6.1
    • @tanstack/ai-openrouter@0.6.4

@tanstack/smoke-tests-e2e@0.0.25

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0
    • @tanstack/ai-client@0.7.0
    • @tanstack/ai-openai@0.7.0
    • @tanstack/ai-react@0.7.0
    • @tanstack/tests-adapters@0.1.20

@github-actions github-actions bot requested a review from a team March 10, 2026 17:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8bb82a5 to 42dccaa Compare March 10, 2026 20:17
@github-actions github-actions bot force-pushed the changeset-release/main branch from 42dccaa to 4f12729 Compare March 11, 2026 16:09
@AlemTuzlak AlemTuzlak merged commit a961381 into main Mar 11, 2026
@AlemTuzlak AlemTuzlak deleted the changeset-release/main branch March 11, 2026 17:50
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