feat: add feature to speak with the AI and create report from contexts
This commit is contained in:
@ -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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user