opencode: add oracle research tools, spec-planner question tool, deny mcp-auth read

This commit is contained in:
2026-02-08 17:46:29 +00:00
parent 0103aa8c16
commit 6596ec2d9b
3 changed files with 28 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ permission:
grep: allow
glob: allow
webfetch: allow
opensrc_execute: allow
context7_resolve-library-id: allow
context7_query-docs: allow
grep_app_searchGitHub: allow
lsp: allow
---
@@ -72,8 +76,12 @@ Brief outline only if relevant and trade-offs are significant.
## Tool Usage
You have read-only access: read, grep, glob, LSP, webfetch.
Use them freely to verify assumptions and gather context. Your extended thinking enables deep analysis - leverage it fully.
You have read-only access: read, grep, glob, LSP, webfetch, opensrc, context7, grep_app.
Use them freely to verify assumptions and gather context:
- **opensrc**: Fetch and explore third-party package/repo source code
- **context7**: Look up library documentation and API examples (resolve-library-id first, then query-docs)
- **grep_app**: Search public GitHub repos for real-world usage patterns
Your extended thinking enables deep analysis - leverage it fully.
## Guidelines