Skip to content

Commit ecdbd66

Browse files
fix: chat with pat on local-only workspaces.
1 parent 0b21e9b commit ecdbd66

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/modules/github/chat/drawer.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -743,12 +743,6 @@ export const createGitHubChatDrawer = ({
743743
return
744744
}
745745

746-
const repository = getSelectedRepository?.()
747-
if (!repository?.fullName) {
748-
setChatStatus('Select a writable repository before starting chat.', 'error')
749-
return
750-
}
751-
752746
const selectedModel = getSelectedModel()
753747

754748
stopPendingRequest()

0 commit comments

Comments
 (0)