github twentyhq/twenty sdk/v2.29.0

latest releases: sdk/v2.31.0-alpha.1, twenty/v2.30.1
3 hours ago

🌟 Highlights

  • runAgent now accepts a messages array for multi-turn conversations; pass either messages or prompt, not both — existing prompt-only callers are unchanged. (#23395)
  • Metadata client schemas regenerated with new CALL_RECORDING_SUMMARY and CALL_RECORDING_TRANSCRIPT widget-type enum values; update your generated client to pick them up. (#23864)
  • isWorkspaceCreator is now a resolvable field on the User type in the GraphQL schema. (#23881)

✨ New features

  • runAgent now accepts a messages array (user/assistant turns) alongside the existing prompt field — pass exactly one of the two; bot integrations can send thread history directly without wrapping it in a prompt string. (#23395) by @abdulrahmancodes

💅 Improvements & UX

  • Metadata client schemas now include CALL_RECORDING_SUMMARY and CALL_RECORDING_TRANSCRIPT in the widget-type and configuration-type enums; regenerate your metadata client to consume the new values. (#23864) by @ehconitin
  • isWorkspaceCreator is now exposed as a resolved field on User in the GraphQL schema; query it to gate creator-only flows in your integration without an extra round-trip. (#23881) by @bosiraphael
🏗️ Internal changes (9)

🎉 New contributors

Full changelog (14 PRs)

Full Changelog: sdk/v2.27.0...sdk/v2.29.0

Don't miss a new twenty release

NewReleases is sending notifications on new releases.