Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/framework/tui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ def _show_build_edit_message(self) -> None:
# Re-show picker so user can still select an agent
self._show_agent_picker_initial()

def action_show_agent_picker(self) -> None:
async def action_show_agent_picker(self) -> None:
"""Open the agent picker (Ctrl+A or /agents)."""
from framework.tui.screens.agent_picker import AgentPickerScreen, discover_agents

Expand Down