- Starts your 14-day free trial. No credit card needed. + Included in your 14-day trial.
From be267c2fc8330789a18673a5631495f2ddd004ca Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Mon, 10 Aug 2026 00:02:50 +0000 Subject: [PATCH 01/24] feat(web): automation connection warnings and calmer automations page (#1396) Inline notice with app icons when a channel automation can't use personal-only connections (footer, next to Save), post-save warning toast from the API, templates capped to 3 connection-relevant ideas with a show-all toggle, and New automation promoted to a primary button on the heading row. Pairs with mono #2724; degrades gracefully without it. Fixes ENG-1151 --- apps/web/components/configure-view.tsx | 23 ++- .../settings/company-brain-automations.tsx | 182 +++++++++++++++--- 2 files changed, 172 insertions(+), 33 deletions(-) diff --git a/apps/web/components/configure-view.tsx b/apps/web/components/configure-view.tsx index 83f43c3e..eaa129ed 100644 --- a/apps/web/components/configure-view.tsx +++ b/apps/web/components/configure-view.tsx @@ -162,16 +162,19 @@ export function ConfigureView() {
- {active.description} -
++ {active.description} +
+- Templates -
- ) : null} ++ {showAllTemplates ? "Templates" : "Ideas for your setup"} +
+ Your trial runs on Scale. Moving to Max keeps the agent, + shared memory and unlimited seats, and drops the GitHub, S3 + and Web Crawler connectors, restricted access and container + tags, and User Insights. +
+ ) : null} ++ Using more than about $400 of credits a month? Scale works out + cheaper than Max plus top-ups. +
+