export async function handleEdit( options: { client: any; sessionID: string; workspaceRoot: string; openBrowser?: boolean }, send: (text: string) => Promise, ): Promise { void options await send("`/revela edit` has been removed. Use `/revela review --deck` and the Comment tab for the unified deck review workspace.") }