Skip to content

Commit f038059

Browse files
[dev] [Marfuen] mariano/more-3 (#1583)
* chore: edit empty state and add examples for task automation * chore: improve styles of the ai chat * chore: edit prompt to render UI after explaining its thoughts * chore: fix layout when file is present * chore(automation): enhance chat message handling and improve UI responsiveness * chore(automation): simplify message rendering logic in chat component --------- Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
1 parent 2aa04ef commit f038059

18 files changed

Lines changed: 622 additions & 325 deletions

File tree

apps/app/public/automation-bg.svg

Lines changed: 32 additions & 0 deletions
Loading

apps/app/src/ai/constants.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ export const SUPPORTED_MODELS: GatewayModelId[] = [
2323
Models.OpenAIGPT4oMini,
2424
Models.XaiGrok3Fast,
2525
];
26-
27-
export const TEST_PROMPTS = [
28-
'I need an automation that calls github to check if trycompai/comp has dependabot enabled.',
29-
'Create an automation to list all open issues in a GitHub repository.',
30-
];

0 commit comments

Comments
 (0)