Skip to content

sdk/v2.29.0

Choose a tag to compare

@twenty-pr twenty-pr released this 11 Aug 10:32
· 65 commits to main since this release
7f0bae5

🌟 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