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: address code scanning findings from PR review
- fix uninitialized args and inconsistent return shape in prompt_parser
- add explicit returns after exhaustive match statements in capi
- narrow BaseException to Exception in mcp_transport thread
- add comment for empty except in cleanup shutdown path
- iterate over copy in mcp_lifecycle cleanup to avoid mutation during iteration
- remove unused _ENGINE_SETTING_KEYS constant from runner
- remove unused import in test_session
- default TaskDefinition.name/description to empty string for per-index naming
- use explicit re-export pattern (as X) in __main__ and cli
0 commit comments