From ef66dca487a0e17535924c275ecd9b67691e68b9 Mon Sep 17 00:00:00 2001 From: Brad Harris Date: Wed, 15 Jul 2026 22:08:16 -0600 Subject: [PATCH] Fix Automations docs drift: remove inaccurate job arg placeholders, add missing review tools Co-Authored-By: Claude Opus 4.6 --- .../components/app/docs-sections/automations.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/app/docs-sections/automations.tsx b/apps/web/src/components/app/docs-sections/automations.tsx index 865fcde7..ecd68446 100644 --- a/apps/web/src/components/app/docs-sections/automations.tsx +++ b/apps/web/src/components/app/docs-sections/automations.tsx @@ -187,10 +187,9 @@ export function AutomationsContent() {
  • Prompt — the instructions sent as the agent's first - message. Supports {"{{D:Arg Name}}"} placeholders just - like templates. Dispatch prepends a short preamble that names the - job, includes the run ID, and reminds the agent to drive the run to - a terminal state. Required before a run can start. + message. Dispatch prepends a short preamble that names the job, + includes the run ID, and reminds the agent to drive the run to a + terminal state. Required before a run can start.
  • Show in command palette — when on, the job appears @@ -330,6 +329,13 @@ export function AutomationsContent() { dispatch_submit_resolution, and{" "} dispatch_cancel_recheck. See below.
  • +
  • + Human review —{" "} + dispatch_review_list_feedback,{" "} + dispatch_review_resolve, and{" "} + dispatch_review_add_message. Read, resolve, and reply + to review feedback left on the Changes tab. +
  • Brain (shared memory) —{" "} brain_get_object, brain_store_object,{" "}