Add something like claude code hooks #2323
Yazington
started this conversation in
1. Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Something like Claude Code Hooks:
https://docs.anthropic.com/en/docs/claude-code/hooks
Would be nice to chck which files its modifying and give a small message saying things like don't modify this specific function or use countLines to get the number of lines in this file.
It would be managed by the user, they provide implementation in the case the hook "activates". The user would provide a callback that shows a message like
You have crossed 100 lines, here is the file structure and how the project is organized, lets rethink this specific file and create a seperate module for this domain
.We can also do something code <-> natural language where a sub agent/sub task is created to do the changes independantly from the main task at hand, but give a tiny context saying changes were made for this (this might not be possible in parallel, but if we can rethink this, it would be great).
Beta Was this translation helpful? Give feedback.
All reactions