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
fix: Fix issue causing masking of empty loop or thread check while loading tool/toolset (#227)
* chore: Add unit test cases
* chore: Delint
* feat: Warn on insecure tool invocation with authentication
This change introduces a warning that is displayed immediately before a tool invocation if:
1. The invocation includes an authentication header.
2. The connection is being made over non-secure HTTP.
> [!IMPORTANT]
The purpose of this warning is to alert the user to the security risk of sending credentials over an unencrypted channel and to encourage the use of HTTPS.
* fix!: Warn about https only during tool initialization
* fix: Fix issue causing masking of emtpy loop or thread check while loading tool/toolset
* chore: Remove unused condition in client test mocks
0 commit comments