From 7959d0cb9aad00fea4161c4f1062efbb2b7e1f98 Mon Sep 17 00:00:00 2001 From: Mason Daugherty <61371264+mdrxy@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:30:29 +0000 Subject: [PATCH] fix(code): remove optional-provider startup tip Co-authored-by: open-swe[bot] --- libs/code/deepagents_code/tui/widgets/startup_tip.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/code/deepagents_code/tui/widgets/startup_tip.py b/libs/code/deepagents_code/tui/widgets/startup_tip.py index 0d0aebe797..22e65d28e1 100644 --- a/libs/code/deepagents_code/tui/widgets/startup_tip.py +++ b/libs/code/deepagents_code/tui/widgets/startup_tip.py @@ -23,7 +23,6 @@ "Use /copy to copy the latest message": 3, "Use /cost to see a breakdown of estimated spend": 1, "Use /tools to list the tools available to the agent": 1, - "Use dcode install for optional providers": 1, "Use /mcp login to authenticate MCP servers": 1, "Use /remember to save learnings from this conversation": 1, "Use /model to switch models mid-conversation": 2,