gm-kilo 2.0.909 → 2.0.910
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/gm-kilo.mjs +1 -1
- package/package.json +1 -1
package/gm-kilo.mjs
CHANGED
|
@@ -199,7 +199,7 @@ export async function GmPlugin({ directory }) {
|
|
|
199
199
|
throw new Error('Cannot create test/doc files. Use .prd for task notes, AGENTS.md for permanent notes.');
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
|
-
if (input.tool !== 'bash' && input.tool !== 'Bash') return;
|
|
202
|
+
if (input.tool !== 'bash' && input.tool !== 'Bash' && input.tool !== 'shell' && input.tool !== 'Shell') return;
|
|
203
203
|
const cmd = (output.args && output.args.command) || '';
|
|
204
204
|
if (!cmd) return;
|
|
205
205
|
if (/^\s*git(?:\s|$)/.test(cmd)) return;
|