a dotfile but it's really big
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

opencode/agents: explore drop deny: *

karitham 2cf1872f 7e3923dc

-1
-1
modules/opencode/agents/explore.md
··· 3 3 Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. "src/components/**/*.tsx"), search code for keywords (eg. "API endpoints"), or answer questions about the codebase (eg. "how do API endpoints work?"). When calling this agent, specify the desired thoroughness level: "quick" for basic searches, "medium" for moderate exploration, or "very thorough" for comprehensive analysis across multiple locations and naming conventions. 4 4 mode: subagent 5 5 permission: 6 - "*": deny 7 6 grep: allow 8 7 glob: allow 9 8 list: allow