generated from nhcarrigan/template
24b2e3eb48f64e8a2b9641db66b1266e21ee580a
Fixed infinite permission loop when using ExitPlanMode and other system tools. These tools are now automatically allowed without requiring user approval. The issue occurred because all tool denials triggered permission prompts, including system tools like ExitPlanMode that should never require permission. This caused an infinite loop where: 1. Claude Code calls ExitPlanMode 2. Hikari shows permission modal 3. User approves 4. Claude Code retries ExitPlanMode 5. Loop repeats Solution: - Added is_system_tool helper function to identify system tools - System tools (ExitPlanMode, EnterPlanMode) are now skipped in permission denial processing - These tools execute immediately without user intervention Closes #113
hikari-desktop
Desktop companion application featuring Hikari.
Live Version
This page is currently deployed. View the live website.
Feedback and Bugs
If you have feedback or a bug report, please log a ticket on our forum.
Contributing
If you would like to contribute to the project, you may create a Pull Request containing your proposed changes and we will review it as soon as we are able! Please review our contributing guidelines first.
Code of Conduct
Before interacting with our community, please read our Code of Conduct.
License
This software is licensed under our global software license.
Copyright held by Naomi Carrigan.
Contact
We may be contacted through our Chat Server or via email at contact@nhcarrigan.com
Description