Skip to content

Commit df243c0

Browse files
author
Motta Kin
committed
fix(cli): remove stale subagent examples
1 parent 1333741 commit df243c0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

internal/cli/repl/tips.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ var tips = []string{
2727
"`/skills list` shows all available skills including ones auto-generated from connected MCP servers.",
2828
"Press Tab to move focus between the input box and the output viewport for keyboard scrolling.",
2929
"Drag to select text in the output or input — it copies automatically when you release the mouse.",
30-
"`/mcp connect` also accepts a tool name instead of a server name, useful if you remember the tool but not the server.",
3130
"Alt/Option+click or Ctrl+click a link in the output to open it in your browser.",
3231
"While the agent is working, your next prompts (up to 5) are queued and run automatically when it finishes.",
3332
"Use `/emptyq` to clear queued prompts while the agent is still working.",

internal/tools/delegate_tool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (t *DelegateTool) InputSchema() map[string]any {
6060
"properties": map[string]any{
6161
"agent": map[string]any{
6262
"type": "string",
63-
"description": "Name of the subagent profile to run, for example explorer.",
63+
"description": "Name of the subagent profile to run.",
6464
},
6565
"task": map[string]any{
6666
"type": "string",

0 commit comments

Comments
 (0)