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
This PR adds 1Password tool support (API routes, tool wrappers, and block registration) and refactors Jira/Jira Service Management tools to return more structured/destructured outputs. It also updates the docs site to include the new 1Password integration and adjusts icon mappings/registry entries so the new tool shows up in the UI/tooling registry.
Confidence Score: 2/5
This PR should not be merged until the 1Password secret-handling and credential-visibility issues are confirmed and fixed.
Large surface-area change (new credentialed integration + many API/tool wrappers) with no automated tests added. The main concerns are (1) potential exposure of resolved secrets via API responses/logs and (2) credential fields using the wrong visibility class, which can lead to unsafe handling and UX/security regressions.
apps/sim/tools/jira/types.ts Breaking output shape change JiraSearchIssuesResponse/bulk retrieve output types remove fields like startAt/maxResults and change fields like status/assignee/priority from strings to objects, plus introduce cursor pagination (nextPageToken, isLast). Any existing consumers expecting the old shape will break at runtime/compile time. Please either keep backward-compatible fields or bump/coordinate all internal callers to the new schema in the same PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Testing
Tested manually
Checklist