[FEATURE] Allow console output throughout a hook's runtime
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I often want to output logs before or during a hook's runtime. Right now, I cannot do that; I can only log outputs at the end.
Proposed Solution
The claude debug seems to show that it parses the output of a log when it appears; it should simply do this on a recurring basis, flushing to the terminal whenever the right input structure is met.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
As an example, I have a hook where I log conversations to a personal database on SessionEnd. Right now, the SessionEnd just looks like it hangs while the writing is occurring. Having some indicator of what is happening would save me a lot of time in using this particular hook.
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗