mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 14:16:43 +00:00
- Add more allowed bash patterns: gh issue view, gh api, git commands - Add base tools: Edit, LS for better flexibility - Update prompt to write pr_review.md in working dir (not /tmp/) - Add step to Read before Write to avoid security block - Add explicit rules about avoiding shell operators (||, &&, <<) - Allow rm pr_review.md for cleanup Previous run had 9 tool rejections wasting ~5000 tokens due to: - gh issue view not allowed (only gh pr view was) - /tmp/ outside working directory - Write without Read blocked - Complex shell operators blocked