From bd608c91eccbef96967cc785befa18ec374d362d Mon Sep 17 00:00:00 2001 From: Brad Harris Date: Tue, 30 Jun 2026 11:22:29 -0600 Subject: [PATCH] feat: add agent orchestration tip for dispatch_launch_agent Co-Authored-By: Claude Opus 4.6 --- apps/web/src/lib/tips/tips.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/web/src/lib/tips/tips.ts b/apps/web/src/lib/tips/tips.ts index 34aa9048..b1bdf946 100644 --- a/apps/web/src/lib/tips/tips.ts +++ b/apps/web/src/lib/tips/tips.ts @@ -10,6 +10,14 @@ export type Tip = { }; export const tips: Tip[] = [ + { + id: "agent-orchestration", + title: "Agent Orchestration", + body: "Agents can now launch other agents using the dispatch_launch_agent tool. Delegate subtasks, run parallel workstreams, or hand off work — launched agents coordinate via messaging.", + docsSection: "tools#dispatch-launch-agent", + since: "0.24.0", + surfaces: ["ambient"], + }, { id: "quick-phrases", title: "Quick Phrases",