summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAnzul Aqeel <[email protected]>2025-12-31 21:15:07 +0400
committerGitHub <[email protected]>2025-12-31 11:15:07 -0600
commitfcfcdd95e9fed58db6ca87abbb63c3b681a25d53 (patch)
tree3d07db86c4919b37cd5dcd46bee7d8983923f04f
parentc42bd492eae1178dae438e8509ddfb942ca116dc (diff)
downloadopencode-fcfcdd95e9fed58db6ca87abbb63c3b681a25d53.tar.gz
opencode-fcfcdd95e9fed58db6ca87abbb63c3b681a25d53.zip
fix: Clarify agent-name placeholder in tips (#6520)
-rw-r--r--packages/opencode/src/cli/cmd/tui/component/tips.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/tips.ts b/packages/opencode/src/cli/cmd/tui/component/tips.ts
index be329076c..c237784ad 100644
--- a/packages/opencode/src/cli/cmd/tui/component/tips.ts
+++ b/packages/opencode/src/cli/cmd/tui/component/tips.ts
@@ -28,7 +28,7 @@ export const TIPS = [
"Press {highlight}Ctrl+C{/highlight} when typing to clear the input field.",
"Press {highlight}Escape{/highlight} to stop the AI mid-response.",
"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.",
"Create {highlight}opencode.json{/highlight} in project root for project-specific settings.",
"Place settings in {highlight}~/.config/opencode/opencode.json{/highlight} for global config.",