From 5ea55f407daa54fa332f89b0a9248f08908a7d4d Mon Sep 17 00:00:00 2001 From: hugo Date: Sun, 1 Mar 2026 11:42:20 +0100 Subject: [PATCH] chore: agent settings --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5e57c86..ddd3786 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,8 @@ "npx asar": true, "npx tsx": true, "gh": true, - "git add": true + "git add": true, + "git commit": true, + "git push": true } }