fix(coding-agent): fall back to text clipboard paste
This commit is contained in:
@@ -3,6 +3,7 @@ import { dirname, join } from "path";
|
||||
import { pathToFileURL } from "url";
|
||||
|
||||
export type ClipboardModule = {
|
||||
getText: () => Promise<string>;
|
||||
setText: (text: string) => Promise<void>;
|
||||
hasImage: () => boolean;
|
||||
getImageBinary: () => Promise<Array<number>>;
|
||||
|
||||
Reference in New Issue
Block a user