hendrik/scripts
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
..
__init__.py First commit 2026-05-02 21:08:42 +07:00
gadget.py feat: add git policy - never auto commit without user permission 2026-06-10 11:27:59 +07:00
llm_client.py Support model that not support on tool calling 2026-06-08 11:31:00 +07:00
ntro.py Add ntro timing utility and integrate into agent loop 2026-05-19 10:35:18 +07:00