← Back
Sim
Sim v0.5.108 adds Jira user search tool and dropdown selectors for 14 integrations
Sim Studio · releasefeatureintegrationbugfix · github.com ↗

New Features

Jira Integration Enhancement: The release introduces a new search_users tool for Jira that enables user lookup by email address. This allows workflows to dynamically find and reference Jira users without manual configuration.

Dropdown Selectors: Added dropdown selector components for 14 integrations, improving the user interface for selecting values across connected services.

Improvements & Fixes

The update focuses on code quality and maintainability:

  • Selector Context: Simplified selector context handling and added comprehensive test coverage
  • OAuth Scopes: Centralized OAuth scope management and removed dead scope evaluation code
  • Environment Variables: Fixed a critical issue where environment variable references weren't being resolved at design time for selector context
  • Canonical Modes: Added backfill support for canonical modes when configuration changes occur
  • Runtime: Upgraded Bun runtime from 1.3.9 to 1.3.10 for improved performance
  • UI: Restored visibility for workflow input mapper in the tool input interface

What Developers Need to Know

If you're using Jira integration, you can now implement more sophisticated user lookup workflows without hardcoding user references. The expanded selector support should improve the development experience across a broader set of integrations. The environment variable resolution fix may require review if you're using dynamic selector configuration.