You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an optional total_count field to PaginatedList
Bugs Fixed
Action parameters passed via roboto actions invoke --parameter are now correctly treated as strings, matching the documented behavior.
The global roboto CLI option --profile is now respected when using roboto actions invoke-local, enabling switching between Roboto orgs or API keys.
InvocationContext.dataset now raises a ActionRuntimeException when accessed in scenarios where no dataset is associated (e.g., local runs, scheduled triggers, or CLI invocations with query-based input), instead of failing with a RobotoNotFoundException.