Go to file
Dita Aji Pratama dc5fb67ac1 feat: add git policy - never auto commit without user permission
- Add git policy section in system prompt (gadget.py): no auto git add/commit
- Add policy warning in git_operation tool description (coder.py)
- LLM must ask user before running git add or git commit
- Safe commands (git status, git diff, git log) can run without asking
- When user asks to commit: show changes first, then wait for confirmation
2026-06-10 11:27:59 +07:00
scripts feat: add git policy - never auto commit without user permission 2026-06-10 11:27:59 +07:00
services feat: add custom MUC nickname & handle 409 Conflict error 2026-06-10 11:11:27 +07:00
tools feat: add git policy - never auto commit without user permission 2026-06-10 11:27:59 +07:00
tui New ASCII Art 2026-06-09 13:08:22 +07:00
.env.example XMPP feature 2026-06-08 02:41:29 +07:00
.gitignore First commit 2026-05-02 21:08:42 +07:00
config.py feat: add custom MUC nickname & handle 409 Conflict error 2026-06-10 11:11:27 +07:00
hendrik Add hendrik wrapper script for terminal command 2026-05-19 10:35:31 +07:00
hendrik.py Merge branch 'XMPP' 2026-06-08 09:34:03 +07:00
requirements.txt Merge branch 'XMPP' 2026-06-08 09:34:03 +07:00