feat: add feature to speak with the AI and create report from contexts

This commit is contained in:
2026-04-19 18:27:42 +02:00
parent eb1fb5ca78
commit 7ef93276e1
19 changed files with 656 additions and 33 deletions

View File

@ -10,7 +10,14 @@
"Bash(/home/anthony/go/bin/go build *)",
"Bash(npm install *)",
"Bash(/home/anthony/.config/JetBrains/WebStorm2026.1/node/versions/24.14.1/bin/npm install *)",
"Bash(npm run *)"
"Bash(npm run *)",
"Bash(go build *)",
"Bash(npx tsc *)",
"Bash(node_modules/.bin/tsc --noEmit)",
"Bash(/usr/bin/node node_modules/.bin/tsc --noEmit)",
"Bash(fish -c \"which node\")",
"Read(//opt/**)",
"Bash(/home/anthony/.config/JetBrains/WebStorm2026.1/node/versions/24.14.1/bin/node node_modules/.bin/tsc --noEmit)"
]
}
}