diff --git a/src/create-prompt/index.ts b/src/create-prompt/index.ts index 4a9f17b..7b332f4 100644 --- a/src/create-prompt/index.ts +++ b/src/create-prompt/index.ts @@ -24,6 +24,7 @@ export type { CommonFields, PreparedContext } from "./types"; const BASE_ALLOWED_TOOLS = [ "Edit", + "MultiEdit", "Glob", "Grep", "LS",