mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
fix: Clarify agent-name placeholder in tips (#6520)
This commit is contained in:
parent
c42bd492ea
commit
fcfcdd95e9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export const TIPS = [
|
||||||
"Press {highlight}Ctrl+C{/highlight} when typing to clear the input field.",
|
"Press {highlight}Ctrl+C{/highlight} when typing to clear the input field.",
|
||||||
"Press {highlight}Escape{/highlight} to stop the AI mid-response.",
|
"Press {highlight}Escape{/highlight} to stop the AI mid-response.",
|
||||||
"Switch to {highlight}Plan{/highlight} agent to get suggestions without making actual changes.",
|
"Switch to {highlight}Plan{/highlight} agent to get suggestions without making actual changes.",
|
||||||
"Use {highlight}@agent-name{/highlight} in prompts to invoke specialized subagents.",
|
"Use {highlight}@<agent-name>{/highlight} in prompts to invoke specialized subagents.",
|
||||||
"Press {highlight}Ctrl+X Right/Left{/highlight} to cycle through parent and child sessions.",
|
"Press {highlight}Ctrl+X Right/Left{/highlight} to cycle through parent and child sessions.",
|
||||||
"Create {highlight}opencode.json{/highlight} in project root for project-specific settings.",
|
"Create {highlight}opencode.json{/highlight} in project root for project-specific settings.",
|
||||||
"Place settings in {highlight}~/.config/opencode/opencode.json{/highlight} for global config.",
|
"Place settings in {highlight}~/.config/opencode/opencode.json{/highlight} for global config.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue