You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/experiments.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,27 +109,11 @@ Amazon Q CLI includes experimental features that can be toggled on/off using the
109
109
**When enabled:** Use `/tangent` or the keyboard shortcut to create a checkpoint and explore tangential topics. Use the same command to return to your main conversation.
110
110
111
111
### Delegate
112
-
**Command:**`/delegate`
113
-
**Keyboard Shortcut:**`Ctrl+D` (customizable via `q settings chat.delegateModeKey x`)
114
112
**Description:** Launch and manage asynchronous task processes. Enables running Q chat sessions with specific agents in parallel to the main conversation.
115
113
**Usage:**
116
-
-`/delegate launch "Fix the bug in main.rs"` - Launch task with default agent
117
-
-`/delegate launch --agent coding "Fix the bug in main.rs"` - Launch with specific agent (shows approval dialog)
118
-
-`/delegate status` - Show summary of all tasks
119
-
-`/delegate status abc12345` - Show status of specific task
-`/delegate delete abc12345` - Delete task and its files
122
-
-`/delegate list` - List all tasks with timestamps and brief info
114
+
Use natural language to ask the model to launch a background task. Once the task is ready, you can then ask the model to check on the result
123
115
**Agent Approval Flow:**
124
-
When using `--agent`, you'll see an approval dialog:
125
-
```
126
-
Agent: coding
127
-
Description: Coding assistant for software development
128
-
Task: Fix the bug in main.rs
129
-
Tools: fs_read, fs_write, execute_bash
130
-
⚠️ This task will run with trust-all permissions and can execute commands or consume system/cloud resources. Continue? [y/N]:
131
-
```
132
-
**When enabled:** Use `/delegate` commands or `Ctrl+D` to spawn independent Q processes that work on tasks while you continue your main conversation. Tasks with agents require explicit approval and show agent details. Tasks without agents run with a warning about trust-all permissions. Once delegated, tasks work independently and you can check progress, read results, or delete them as needed.
116
+
**When enabled:** Tasks with agents require explicit approval and show agent details. Tasks without agents run with a warning about trust-all permissions. Once delegated, tasks work independently and you can check progress, read results, or delete them as needed.
0 commit comments