Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c16baea9a | ||
|
|
2ad7e193fd |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "oh-my-opencode",
|
||||
"version": "0.1.9",
|
||||
"version": "0.1.10",
|
||||
"description": "OpenCode plugin - custom agents (oracle, librarian) and enhanced features",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -28,7 +28,7 @@ export function createCommentCheckerHooks() {
|
||||
return
|
||||
}
|
||||
|
||||
const filePath = (output.args.filePath ?? output.args.file_path) as string | undefined
|
||||
const filePath = (output.args.filePath ?? output.args.file_path ?? output.args.path) as string | undefined
|
||||
const content = output.args.content as string | undefined
|
||||
|
||||
if (!filePath) {
|
||||
|
||||
Reference in New Issue
Block a user