Conversation
…ack/ai into feat/splitting-adapters-up
* fix: refactoring ai for more activities
* smoke tests passing
* woot, all the test stuff is working
* dev panel updates for images, summarization, one shot and structured
* enhancing smoke tests
* fixing tests
* adding grok
* last minute tests
* Refactor imports in documentation and examples to use named imports for `ai`
- Updated all instances of `import ai from "@tanstack/ai"` to `import { ai } from "@tanstack/ai"` across various documentation files, guides, and examples.
- Ensured consistency in import statements for better clarity and adherence to best practices.
* ci: apply automated fixes
* fix typesafety on ai
* ci: apply automated fixes
* cleanup types
* ci: apply automated fixes
* remove grok
* ci: apply automated fixes
* fix provenence?
* update deps
* fix tests
---------
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* video generation * text to speech and speech to text * adding some cool audio UI to the dev panel * small fixups * ci: apply automated fixes * client fixes on tool calls * few more client fixups * one last test fix --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…into splitting-adapters-up-fixes
- Add createOptions() function for type-safe adapter option creation - Refactor OpenAI summarize adapter to use text adapter for streaming - Deprecate textOptions() in favor of createOptions() - Update examples to use createOptions pattern - Add runtime adapter switching documentation guide
…into splitting-adapters-up-fixes
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:sherif,test:knip,tes... |
❌ Failed | 14s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
❌ Failed | 3s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-02-17 03:30:25 UTC
@tanstack/ai
@tanstack/ai-anthropic
@tanstack/ai-client
@tanstack/ai-devtools-core
@tanstack/ai-gemini
@tanstack/ai-ollama
@tanstack/ai-openai
@tanstack/ai-react
@tanstack/ai-react-ui
@tanstack/ai-solid
@tanstack/ai-solid-ui
@tanstack/ai-svelte
@tanstack/ai-vue
@tanstack/ai-vue-ui
@tanstack/react-ai-devtools
@tanstack/solid-ai-devtools
commit: |

🎯 Changes
Creates a
textactivity and anagentLoopfunction to replace the agentic loop functionality and text generation inchat.✅ Checklist
pnpm run test:pr.🚀 Release Impact