๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

chore: ๐Ÿ”ง update git diff commit task presentation settings

+6 -2
+6 -2
cursor/tasks.json
··· 6 6 "type": "shell", 7 7 "command": "git add -A . && git diff --minimal --cached | llm -t gitcommit > $(git rev-parse --git-dir)/COMMIT_EDITMSG && git commit --verbose --edit --file=$(git rev-parse --git-dir)/COMMIT_EDITMSG", 8 8 "presentation": { 9 + "echo": true, 9 10 "reveal": "always", 10 - "revealProblems": "onProblem", 11 - "close": true 11 + "focus": false, 12 + "panel": "shared", 13 + "showReuseMessage": false, 14 + "clear": false, 15 + "revealProblems": "onProblem" 12 16 }, 13 17 "problemMatcher": [] 14 18 }