gm-kilo 2.0.481 → 2.0.482

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.
Files changed (2) hide show
  1. package/gm-kilo.mjs +1 -1
  2. package/package.json +1 -1
package/gm-kilo.mjs CHANGED
@@ -154,7 +154,7 @@ export async function GmPlugin({ directory }) {
154
154
  throw new Error('The search/explore skill is blocked. Use exec:codesearch instead.\n\nexec:codesearch\n<natural language description>');
155
155
  }
156
156
  }
157
- if (input.tool === 'write' || input.tool === 'Write' || input.tool === 'edit') {
157
+ if (input.tool === 'write' || input.tool === 'Write' || input.tool === 'edit' || input.tool === 'Edit') {
158
158
  const fp = (output.args && output.args.file_path) || (input.args && input.args.file_path) || '';
159
159
  const base = basename(fp).toLowerCase();
160
160
  const ext = extname(fp);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-kilo",
3
- "version": "2.0.481",
3
+ "version": "2.0.482",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",