@@ -95,8 +95,8 @@ const TIPS = [
9595 "Use {highlight}$ARGUMENTS{/highlight}, {highlight}$1{/highlight}, {highlight}$2{/highlight} in custom commands for dynamic input" ,
9696 "Use backticks in commands to inject shell output (e.g., {highlight}`git status`{/highlight})" ,
9797 "Add {highlight}.md{/highlight} files to {highlight}.opencode/agent/{/highlight} for specialized AI personas" ,
98- "Configure per-agent permissions for {highlight}edit{/highlight}, {highlight}shell {/highlight}, and {highlight}webfetch{/highlight} tools" ,
99- 'Use patterns like {highlight}"git *": "allow"{/highlight} for granular shell permissions' ,
98+ "Configure per-agent permissions for {highlight}edit{/highlight}, {highlight}bash {/highlight}, and {highlight}webfetch{/highlight} tools" ,
99+ 'Use patterns like {highlight}"git *": "allow"{/highlight} for granular bash permissions' ,
100100 'Set {highlight}"rm -rf *": "deny"{/highlight} to block destructive commands' ,
101101 'Configure {highlight}"git push": "ask"{/highlight} to require approval before pushing' ,
102102 "OpenCode auto-formats files using prettier, gofmt, ruff, and more" ,
@@ -130,7 +130,7 @@ const TIPS = [
130130 "Use {highlight}instructions{/highlight} in config to load additional rules files" ,
131131 "Set agent {highlight}temperature{/highlight} from 0.0 (focused) to 1.0 (creative)" ,
132132 "Configure {highlight}steps{/highlight} to limit agentic iterations per request" ,
133- 'Set {highlight}"tools": {"shell ": false}{/highlight} to disable specific tools' ,
133+ 'Set {highlight}"tools": {"bash ": false}{/highlight} to disable specific tools' ,
134134 'Set {highlight}"mcp_*": false{/highlight} to disable all tools from an MCP server' ,
135135 "Override global tool settings per agent configuration" ,
136136 'Set {highlight}"share": "auto"{/highlight} to automatically share all sessions' ,
0 commit comments