mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
* feat(tools): add fields parameter to Jira search block Expose the Jira REST API `fields` parameter on the search operation, allowing users to specify which fields to return per issue. This reduces response payload size by 10-15x, preventing 10MB workflow state limit errors for users with high ticket volume. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * style(tools): remove redundant type annotation in fields map callback Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(tools): restore type annotation for implicit any in params callback The params object is untyped, so TypeScript cannot infer the string element type from .split() — the explicit annotation is required. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>