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 commit was created on GitHub.com and signed with GitHub’s verified signature.
[5.9.1] - 2024-01-25
Changed
Convert agent task output to string before the BEFORE_TASKING_RESULT_HOOK (@vinnybod)
Updated tasklist for powershell code to not throw error when GetOwner fails (@Cx01N)
Fixed
Updated Uvicorn to fix issue where an open browser would cause the shutdown to hang (encode/uvicorn#2145) (@vinnybod)
Fixed the fastapi app lifecycle not being properly called on shutdown (@vinnybod)
Converted listener threads to daemons so they don't hang the shutdown in Python 3.12 and report RuntimeError: can't create new thread at interpreter shutdown (@vinnybod)
Log warning about ps/ls hooks and filters not being able to parse the JSON output (@vinnybod)
[5.9.0] - 2024-01-20
Added
Added validation and execution exceptions for modules to raise (@vinnybod)
Added decorators for module generate functions to automatically get the module_source and call finalize_module (@vinnybod)