oh-my-opencode 0.1.9 → 0.1.10
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4361,7 +4361,7 @@ function createCommentCheckerHooks() {
|
|
|
4361
4361
|
if (toolLower !== "write" && toolLower !== "edit" && toolLower !== "multiedit") {
|
|
4362
4362
|
return;
|
|
4363
4363
|
}
|
|
4364
|
-
const filePath = output.args.filePath ?? output.args.file_path;
|
|
4364
|
+
const filePath = output.args.filePath ?? output.args.file_path ?? output.args.path;
|
|
4365
4365
|
const content = output.args.content;
|
|
4366
4366
|
if (!filePath) {
|
|
4367
4367
|
return;
|