File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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." ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments