From 00fbacdab47e4d773b33078b366d648618a0e6c8 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 29 Feb 2024 20:22:44 +0100 Subject: [PATCH] fix: AI copilot available in the vscode flow editor (#3314) * all * foo * add ai to vscode for flows * add ai to vscode for flows * foo * foo --- frontend/src/lib/components/Dev.svelte | 79 +++++++++++++++++-- .../src/lib/components/copilot/StepGen.svelte | 3 +- frontend/src/lib/components/copilot/lib.ts | 4 +- .../content/FlowBranchesAllWrapper.svelte | 21 ++--- .../content/FlowBranchesOneWrapper.svelte | 20 ++--- .../components/flows/content/FlowLoop.svelte | 23 +++--- .../flows/content/FlowModuleComponent.svelte | 3 +- .../flows/content/FlowModuleWrapper.svelte | 5 ++ .../flows/map/InsertModuleButton.svelte | 4 +- 9 files changed, 121 insertions(+), 41 deletions(-) diff --git a/frontend/src/lib/components/Dev.svelte b/frontend/src/lib/components/Dev.svelte index d77de3a91f..b90160eed5 100644 --- a/frontend/src/lib/components/Dev.svelte +++ b/frontend/src/lib/components/Dev.svelte @@ -1,7 +1,7 @@