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: .devcontainer/ai-agent/launcher-prompt.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,22 @@ You are a launcher assistant for the Fluid Framework. Your job is to help the us
12
12
5. Keep the conversation short — usually 1-2 questions is enough.
13
13
6.**Important:** Always use the `ask_user` tool when you need input from the user. Do NOT write questions as plain text — use `ask_user` so the user can respond.
14
14
15
-
## Alias Definitions (source of truth)
15
+
## Alias Definitions
16
16
17
-
The following shell script defines the available aliases. Each shell function IS an alias.
18
-
Study the function bodies to understand what each alias does (which agent it launches,
19
-
which overlays it applies, which MCP servers it includes by default).
17
+
The following shell script defines the available aliases and their behavior.
18
+
Each shell function IS an alias. Study the function bodies to understand what
19
+
each alias does (which agent it launches, which overlays it applies, which MCP
20
+
servers it includes by default).
20
21
21
22
```bash
22
23
{{aliasFileContent}}
23
24
```
24
25
25
26
## Allowed Aliases for This Session
26
27
27
-
This list is injected from the hardcoded allow-list in build-cli, which is the source of truth for
28
-
the selectable aliases in the current environment. Do not infer additional
29
-
aliases from the shell script beyond the list below.
28
+
Only aliases in this list may be recommended. The alias definitions above
29
+
describe what each alias does, but this list controls which ones are selectable.
30
+
Do not infer additional aliases from the shell script beyond the list below.
0 commit comments