OpenClaude Hooks Steup #1024
Replies: 3 comments
-
|
hi thank you for reporting this, definitely will check it out |
Beta Was this translation helpful? Give feedback.
-
|
Yo @divakaran5005 — the issue is likely that OpenClaude doesn't support shell script hooks like file-access-enforcer.sh the way the CLI does. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @P-r-e-m-i-u-m @kevincodex1 I am new to the developer community and still learning. I found a CLI tool called Pi. Claude code is good, but I cannot use another model. I am join as Vibe coder, but I am still struggling. If we can combine Open Claude with Pi and its extensions, it could become one of the most powerful CLIs in the world. I really believe this. I don’t know how many people have used Pi, but I suggest you try it. If possible, ### "integrate OpenClaude with Pi". I checked the Claude code source code with the help of AI. Right now, Open Claude still depends on Claude’s original source code modules. Because of that, some functions do not work — including Hooks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hooks Setup Experience
After 3 weeks of working in Claude Code CLI, I finally figured out how to set up Hooks for Agent Tools:
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\src
→ Only gas-script-coder and gas-sheets-builder have Write and Edit access; all other agents have Read permission.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\atomic_functions
→ Only gas-script-coder and gas-sheets-builder have Write and Edit access; all other agents have Read permission.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\Stg1_PRD_doc\Front_End_HTML
→ Only html-designer has Write and Edit access; all other agents have Read permission.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\Stg1_PRD_doc\Pseudocode
→ Only pseudocode-writer has Write and Edit access; all other agents have Read permission.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\Stg1_PRD_doc\Test_Plan
→ Only gas-testing-agent has Write and Edit access; all other agents have Read permission.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\Stg1_PRD_doc\Nifty_Weightage_Trend_FRD_RTM_Summary.md
→ Only rtm-builder has Write and Edit access; all other agents have Read permission.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\Stg1_PRD_doc\Nifty_Weightage_Trend_White_Plan.md
→ All agents have Read permission only.
D:\02_Software\06_Ragav_Project\01_Nifty_Trend\ZZ_Resourse
→ All agents have Read permission only.
This setup worked well in Claude Code CLI.
Now, after switching to OpenClaude, the Subagents are working fine, but Hooks are not functioning. I checked the documentation, but it doesn’t provide enough details. I need support for setting up Hooks in OpenClaude.
file-access-enforcer.sh
settings.json
Beta Was this translation helpful? Give feedback.
All reactions