bonzai-burn 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/payload-bonzai/config.json +2 -0
- package/src/bburn.js +1 -0
package/package.json
CHANGED
package/src/bburn.js
CHANGED
|
@@ -125,6 +125,7 @@ function executeClaude(requirements, config) {
|
|
|
125
125
|
console.log('🖥️ Running in interactive mode...\n');
|
|
126
126
|
return new Promise((resolve, reject) => {
|
|
127
127
|
const args = [
|
|
128
|
+
'-p', requirements,
|
|
128
129
|
'--allowedTools', 'Read,Write,Edit,Bash',
|
|
129
130
|
'--permission-mode', 'dontAsk'
|
|
130
131
|
];
|