Skip to main content
Use the shipped scripts first, then move to live tests only after environment configuration is confirmed.

Next.js cookbook scripts

npm run dev
npm run test
npm run typecheck
npm run build

# Optional live smoke test
npm run test:live

Chat SDK changes

  • Replace streaming responses with non-stream completion calls for ThinkFeel.
  • Use persona UUID as the completion model identifier.
  • Send full multi-turn message history on each request.
  • Do not assume token streaming in client transport or UI state.