chore: version up to 2.80.35 and package with experience memory
This commit is contained in:
@@ -37,6 +37,12 @@ export async function handleChatMessage(provider: SidebarChatProvider, data: any
|
||||
case 'getReadyStatus':
|
||||
await provider._sendReadyStatus();
|
||||
return true;
|
||||
case 'createLessonFromConversation':
|
||||
await vscode.commands.executeCommand('g1nation.lesson.fromConversation');
|
||||
return true;
|
||||
case 'manageLessons':
|
||||
await vscode.commands.executeCommand('g1nation.lesson.manage');
|
||||
return true;
|
||||
case 'getModels':
|
||||
await provider._sendModels();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user