docs: add missing features to README and Schema

- Add hooks documentation
- Add grep_app MCP documentation
- Add multimodal-looker agent documentation

🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode)
This commit is contained in:
YeonGyu-Kim
2025-12-14 17:17:02 +09:00
parent 35d53cc74a
commit 00b938d20d
3 changed files with 51 additions and 8 deletions

View File

@@ -14,7 +14,8 @@
"type": "string",
"enum": [
"websearch_exa",
"context7"
"context7",
"grep_app"
]
}
},
@@ -44,6 +45,7 @@
"session-notification",
"comment-checker",
"grep-output-truncator",
"tool-output-truncator",
"directory-agents-injector",
"directory-readme-injector",
"empty-task-response-detector",
@@ -51,7 +53,10 @@
"anthropic-auto-compact",
"rules-injector",
"background-notification",
"auto-update-checker"
"auto-update-checker",
"startup-toast",
"keyword-detector",
"agent-usage-reminder"
]
}
},