TanStack/ai Tags: latest: 0.7.0 References: Docs API Changes This section documents version-specific API changes for @tanstack/ai-vue v0.6.1 (current v0.x series). This library is pre-1.0 — all v0.x releases are in scope. - BREAKING: Monolithic adapter factories removed — , , etc. replaced by activity-specific functions: , , , etc. Model name is now passed to the adapter factory, not to . source - BREAKING: parameter removed from — model is now embedded in the adapter argument (e.g., instead of ). Passing at the call site is silently ignored. source - BREAKING: Nested object flattened — must…