This release ships the end-to-end team invite flow with a dedicated accept page and security hardening, and expands Cursor hook capture to cover prompt submission and agent lifecycle events.
Features
Team invite flow with accept page#2004 - Added the team management page and invite UI, including an invite accept page, configurable invite expiry, and security hardening around the accept flow. (Author: @adaam2 )
Expanded Cursor hook capture#2136 - Cursor hook capture now includes UserPromptSubmit, afterAgentThought, and afterAgentResponse events, giving a fuller picture of agent activity inside Cursor. (Author: @bradcypert )
Bug fixes
Role creation audit log bloat#2168 - Stopped serializing the full role object into the
column of the audit log when a role is created, avoiding unnecessary database bloat. A future dashboard update will link directly to the role instead. (Author: @disintegrator )
Playground credential slug length#2176 - Fixed playground credential saving failing with a "length of slug must be lesser or equal than 40" error by shortening the environment slug format to stay within the server's 40-character limit. (Author: @simplesagar )