Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions apps/web/src/lib/tips/tips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down