Add git_provider and selected_branch to conversation response (#8795)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
sp.wack
2025-05-29 22:59:30 +04:00
committed by GitHub
parent d770edc010
commit fd52841842
8 changed files with 37 additions and 3 deletions

View File

@@ -264,6 +264,8 @@ async def _get_conversation_info(
last_updated_at=conversation.last_updated_at,
created_at=conversation.created_at,
selected_repository=conversation.selected_repository,
selected_branch=conversation.selected_branch,
git_provider=conversation.git_provider,
status=(
agent_loop_info.status if agent_loop_info else ConversationStatus.STOPPED
),