a dotfile but it's really big
0
fork

Configure Feed

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

remove hardcoded explore agent

karitham 9d512ed7 a0756baf

-1
-1
modules/opencode/agents/explore.md
··· 1 1 --- 2 2 description: > 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 - model: "{env:EXPLORE_AGENT_MODEL}" 5 4 mode: subagent 6 5 permission: 7 6 "*": deny