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
documentation.push_str("YOU MUST ONLY provide information that is explicitly documented in the sections above. If specific details about any tool, feature, or command are not documented, you MUST clearly state that the information is not available in the documentation. DO NOT generate plausible-sounding information or make assumptions about undocumented features.\n\n");
documentation.push_str("INSTRUCTION: When your response uses information from any of these documentation files, include the relevant GitHub link(s) at the end:\n");
// documentation.push_str("INSTRUCTION: When your response uses information from any of these documentation files, include the relevant GitHub link(s) at the end:\n");
Copy file name to clipboardExpand all lines: docs/agent-file-locations.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Local agents are stored in the current working directory under:
10
10
.amazonq/cli-agents/
11
11
```
12
12
13
-
These agents are specific to the current workspace or project and are only available when running Q CLI from that directory or its subdirectories.
13
+
These agents are specific to the current workspace or project and are only available when running KIRO CLI from that directory or its subdirectories.
14
14
15
15
**Example structure:**
16
16
```
@@ -33,7 +33,7 @@ Global agents are stored in your home directory under:
33
33
34
34
Note: For globally available agents, the `amazonq` directory is in the `.aws` folder.
35
35
36
-
These agents are available from any directory when using Q CLI.
36
+
These agents are available from any directory when using KIRO CLI.
37
37
38
38
**Example structure:**
39
39
```
@@ -45,14 +45,14 @@ These agents are available from any directory when using Q CLI.
45
45
46
46
## Agent Precedence
47
47
48
-
When Q CLI looks for an agent, it follows this precedence order:
48
+
When KIRO CLI looks for an agent, it follows this precedence order:
49
49
50
50
1.**Local first**: Checks `.amazonq/cli-agents/` in the current working directory
51
51
2.**Global fallback**: If not found locally, checks `~/.aws/amazonq/cli-agents/` in the home directory
52
52
53
53
## Naming Conflicts
54
54
55
-
If both local and global directories contain agents with the same name, the **local agent takes precedence**. When this happens, Q CLI will display a warning message:
55
+
If both local and global directories contain agents with the same name, the **local agent takes precedence**. When this happens, KIRO CLI will display a warning message:
56
56
57
57
```
58
58
WARNING: Agent conflict for my-agent. Using workspace version.
@@ -107,4 +107,4 @@ EOF
107
107
108
108
## Directory Creation
109
109
110
-
Q CLI will automatically create the global agents directory (`~/.aws/amazonq/cli-agents/`) if it doesn't exist. However, you need to manually create the local agents directory (`.amazonq/cli-agents/`) in your workspace if you want to use local agents.
110
+
KIRO CLI will automatically create the global agents directory (`~/.aws/amazonq/cli-agents/`) if it doesn't exist. However, you need to manually create the local agents directory (`.amazonq/cli-agents/`) in your workspace if you want to use local agents.
Copy file name to clipboardExpand all lines: docs/agent-format.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -363,7 +363,7 @@ The `model` field specifies the model ID to use for this agent. If not specified
363
363
}
364
364
```
365
365
366
-
The model ID must match one of the available models returned by the Q CLI's model service. You can see available models by using the `/model` command in an active chat session.
366
+
The model ID must match one of the available models returned by the KIRO CLI's model service. You can see available models by using the `/model` command in an active chat session.
367
367
368
368
If the specified model is not available, the agent will fall back to the default model and display a warning.
@@ -91,11 +91,11 @@ Tool for creating and editing files.
91
91
92
92
## Introspect Tool
93
93
94
-
Provide information about Q CLI capabilities, features, commands, and documentation. This tool accesses Q CLI's built-in documentation and help content to answer questions about the CLI's functionality.
94
+
Provide information about KIRO CLI capabilities, features, commands, and documentation. This tool accesses KIRO CLI's built-in documentation and help content to answer questions about the CLI's functionality.
95
95
96
96
### Usage
97
97
98
-
The introspect tool is automatically used when you ask questions about Q CLI itself, such as:
98
+
The introspect tool is automatically used when you ask questions about KIRO CLI itself, such as:
Copy file name to clipboardExpand all lines: docs/default-agent-behavior.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# Default Agent Behavior
2
2
3
-
When no specific agent is configured or when the specified agent cannot be found, Q CLI follows a fallback hierarchy to determine which agent to use.
3
+
When no specific agent is configured or when the specified agent cannot be found, KIRO CLI follows a fallback hierarchy to determine which agent to use.
4
4
5
5
## Agent Selection Priority
6
6
7
-
Q CLI selects an agent in the following order of priority:
7
+
KIRO CLI selects an agent in the following order of priority:
8
8
9
9
### 1. Command-Line Specified Agent
10
-
The agent specified via the `--agent` flag when starting Q CLI:
10
+
The agent specified via the `--agent` flag when starting KIRO CLI:
11
11
12
12
```bash
13
13
q chat --agent my-custom-agent
14
14
```
15
15
16
-
If this agent exists, it will be used. If not, Q CLI will display an error and fall back to the next option.
16
+
If this agent exists, it will be used. If not, KIRO CLI will display an error and fall back to the next option.
17
17
18
18
### 2. User-Defined Default Agent
19
19
The default agent configured via the settings system:
@@ -22,12 +22,12 @@ The default agent configured via the settings system:
22
22
q settings chat.defaultAgent my-preferred-agent
23
23
```
24
24
25
-
This setting is stored in your Q CLI configuration and will be used across all sessions unless overridden by the `--agent` flag.
25
+
This setting is stored in your KIRO CLI configuration and will be used across all sessions unless overridden by the `--agent` flag.
26
26
27
-
If the configured default agent cannot be found, Q CLI will display an error and fall back to the built-in default.
27
+
If the configured default agent cannot be found, KIRO CLI will display an error and fall back to the built-in default.
28
28
29
29
### 3. Built-in Default Agent
30
-
If no agent is specified or found, Q CLI uses a built-in default agent with the following configuration:
30
+
If no agent is specified or found, KIRO CLI uses a built-in default agent with the following configuration:
Copy file name to clipboardExpand all lines: docs/experiments.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Experimental Features
2
2
3
-
Amazon Q CLI includes experimental features that can be toggled on/off using the `/experiment` command. These features are in active development and may change or be removed at any time.
3
+
KIRO CLI includes experimental features that can be toggled on/off using the `/experiment` command. These features are in active development and may change or be removed at any time.
Welcome to the supplementary Amazon Q CLI Developer documentation.
4
-
This documentation supplements [the primary Amazon Q CLI documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/command-line.html).
3
+
Welcome to the supplementary KIRO CLI Developer documentation.
4
+
This documentation supplements the primary KIRO CLI documentation.
5
5
6
6
These docs are experimental, work in progress, and subject to change. As of now, they do not represent latest stable builds, instead documenting the functionality of development builds.
0 commit comments