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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",