mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 10:21:30 +00:00
- Added HooksExecutor to centralize hook execution logic across CLI and Electron. - Implemented HooksConsolidator to improve performance by consolidating multiple hook levels into a single execution context. - Refactored existing hook management to utilize the new executor and consolidator, enhancing efficiency and reducing resource usage. - Updated runSingleRequest and network IPC to leverage consolidated hook execution for better performance. - Introduced comprehensive tests for the new hooks functionality, ensuring reliability and correctness.