-
- Downloads
Modify: revamp the features around post_procs
This commit renews the functionality around post_procs. This is a breaking change. With this change, post_procs_cc has been removed. Even in the case of hookcc, the Proc registered in post_procs will be executed. This Proc can change the processing depending on whether it is hook or hookcc by the third argument. A new feature, output_mode, is added. By using output_mode, common patterns can be handled without having to manipulate post_procs directly. For output_mode, there are built-in presets such as "terminal", "jsonl", and "yaml". This commit is related to 20f8d9c1 and d1cec6a4.
Please register or sign in to comment