kiro-agent-team 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.kiro/README.md +228 -0
- package/.kiro/agents/backend-engineer.json +6 -0
- package/.kiro/agents/backend-engineer.md +643 -0
- package/.kiro/agents/database-specialist.json +6 -0
- package/.kiro/agents/database-specialist.md +390 -0
- package/.kiro/agents/development-logger.json +6 -0
- package/.kiro/agents/development-logger.md +265 -0
- package/.kiro/agents/devops-engineer.json +6 -0
- package/.kiro/agents/devops-engineer.md +287 -0
- package/.kiro/agents/frontend-architect.json +6 -0
- package/.kiro/agents/frontend-architect.md +1032 -0
- package/.kiro/agents/hooks/backend-engineer-hooks.yaml +540 -0
- package/.kiro/agents/hooks/database-specialist-hooks.yaml +488 -0
- package/.kiro/agents/hooks/development-logger-hooks.yaml +361 -0
- package/.kiro/agents/hooks/devops-engineer-hooks.yaml +345 -0
- package/.kiro/agents/hooks/frontend-architect-hooks.yaml +521 -0
- package/.kiro/agents/hooks/project-manager-hooks.yaml +513 -0
- package/.kiro/agents/hooks/security-specialist-hooks.yaml +358 -0
- package/.kiro/agents/hooks/test-orchestrator-hooks.yaml +380 -0
- package/.kiro/agents/hooks/ui-ux-designer-hooks.yaml +353 -0
- package/.kiro/agents/project-manager.json +6 -0
- package/.kiro/agents/project-manager.md +344 -0
- package/.kiro/agents/prompts/backend-engineer-system.md +815 -0
- package/.kiro/agents/prompts/database-specialist-system.md +332 -0
- package/.kiro/agents/prompts/development-logger-system.md +232 -0
- package/.kiro/agents/prompts/devops-engineer-system.md +260 -0
- package/.kiro/agents/prompts/frontend-architect-system.md +305 -0
- package/.kiro/agents/prompts/project-manager-system.md +285 -0
- package/.kiro/agents/prompts/security-specialist-system.md +231 -0
- package/.kiro/agents/prompts/test-orchestrator-system.md +214 -0
- package/.kiro/agents/prompts/ui-ux-designer-system.md +270 -0
- package/.kiro/agents/security-specialist.json +6 -0
- package/.kiro/agents/security-specialist.md +277 -0
- package/.kiro/agents/test-orchestrator.json +6 -0
- package/.kiro/agents/test-orchestrator.md +266 -0
- package/.kiro/agents/ui-ux-designer.json +6 -0
- package/.kiro/agents/ui-ux-designer.md +284 -0
- package/.kiro/devlog/00-START-HERE.md +444 -0
- package/.kiro/devlog/COMPLETE-WORKFLOW.md +553 -0
- package/.kiro/devlog/DEVLOG-INTEGRATION.md +413 -0
- package/.kiro/devlog/DEVLOG-PROCESS-FLOWS.md +484 -0
- package/.kiro/devlog/DEVLOG-QUICK-REF.md +299 -0
- package/.kiro/devlog/DEVLOG.md +22 -0
- package/.kiro/devlog/IMPLEMENTATION-COMPLETE.txt +434 -0
- package/.kiro/devlog/IMPLEMENTATION-SUMMARY.md +358 -0
- package/.kiro/devlog/README.md +363 -0
- package/.kiro/devlog/devlog-update.bat +136 -0
- package/.kiro/devlog/devlog-update.sh +275 -0
- package/.kiro/devlog/feature-completion-hook.bat +78 -0
- package/.kiro/devlog/feature-completion-hook.sh +84 -0
- package/.kiro/documentation/cli.md +31 -0
- package/.kiro/documentation/docs_cli.md +41 -0
- package/.kiro/documentation/docs_cli_authentication.md +43 -0
- package/.kiro/documentation/docs_cli_autocomplete.md +132 -0
- package/.kiro/documentation/docs_cli_billing.md +31 -0
- package/.kiro/documentation/docs_cli_billing_contact-support.md +43 -0
- package/.kiro/documentation/docs_cli_billing_managing-taxes.md +67 -0
- package/.kiro/documentation/docs_cli_billing_related-questions.md +49 -0
- package/.kiro/documentation/docs_cli_billing_subscription-portal.md +31 -0
- package/.kiro/documentation/docs_cli_chat.md +84 -0
- package/.kiro/documentation/docs_cli_chat_configuration.md +40 -0
- package/.kiro/documentation/docs_cli_chat_context.md +258 -0
- package/.kiro/documentation/docs_cli_chat_git-aware-selection.md +41 -0
- package/.kiro/documentation/docs_cli_chat_images.md +53 -0
- package/.kiro/documentation/docs_cli_chat_manage-prompts.md +216 -0
- package/.kiro/documentation/docs_cli_chat_model-selection.md +153 -0
- package/.kiro/documentation/docs_cli_chat_permissions.md +68 -0
- package/.kiro/documentation/docs_cli_chat_planning-agent.md +230 -0
- package/.kiro/documentation/docs_cli_chat_responding.md +123 -0
- package/.kiro/documentation/docs_cli_chat_security.md +87 -0
- package/.kiro/documentation/docs_cli_chat_subagents.md +77 -0
- package/.kiro/documentation/docs_cli_code-intelligence.md +251 -0
- package/.kiro/documentation/docs_cli_custom-agents.md +37 -0
- package/.kiro/documentation/docs_cli_custom-agents_configuration-reference.md +941 -0
- package/.kiro/documentation/docs_cli_custom-agents_creating.md +93 -0
- package/.kiro/documentation/docs_cli_custom-agents_examples.md +360 -0
- package/.kiro/documentation/docs_cli_custom-agents_troubleshooting.md +180 -0
- package/.kiro/documentation/docs_cli_enterprise_billing.md +33 -0
- package/.kiro/documentation/docs_cli_enterprise_concepts.md +34 -0
- package/.kiro/documentation/docs_cli_enterprise_getting-started.md +19 -0
- package/.kiro/documentation/docs_cli_enterprise_iam.md +251 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_dashboard.md +62 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_prompt-logging.md +165 -0
- package/.kiro/documentation/docs_cli_enterprise_monitor-and-track_user-activity.md +123 -0
- package/.kiro/documentation/docs_cli_enterprise_settings.md +15 -0
- package/.kiro/documentation/docs_cli_enterprise_subscribe.md +36 -0
- package/.kiro/documentation/docs_cli_enterprise_subscription-management.md +55 -0
- package/.kiro/documentation/docs_cli_enterprise_supported-regions.md +39 -0
- package/.kiro/documentation/docs_cli_experimental.md +282 -0
- package/.kiro/documentation/docs_cli_experimental_checkpointing.md +439 -0
- package/.kiro/documentation/docs_cli_experimental_delegate.md +422 -0
- package/.kiro/documentation/docs_cli_experimental_knowledge-management.md +449 -0
- package/.kiro/documentation/docs_cli_experimental_tangent-mode.md +357 -0
- package/.kiro/documentation/docs_cli_experimental_thinking.md +331 -0
- package/.kiro/documentation/docs_cli_experimental_todo-lists.md +385 -0
- package/.kiro/documentation/docs_cli_hooks.md +207 -0
- package/.kiro/documentation/docs_cli_installation.md +235 -0
- package/.kiro/documentation/docs_cli_mcp.md +106 -0
- package/.kiro/documentation/docs_cli_mcp_configuration.md +294 -0
- package/.kiro/documentation/docs_cli_mcp_examples.md +273 -0
- package/.kiro/documentation/docs_cli_mcp_governance.md +436 -0
- package/.kiro/documentation/docs_cli_mcp_security.md +77 -0
- package/.kiro/documentation/docs_cli_migrating-from-q.md +129 -0
- package/.kiro/documentation/docs_cli_privacy-and-security.md +83 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_compliance-validation.md +17 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_data-protection.md +104 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_firewalls.md +26 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_infrastructure-security.md +10 -0
- package/.kiro/documentation/docs_cli_privacy-and-security_vpc-endpoints.md +41 -0
- package/.kiro/documentation/docs_cli_reference_built-in-tools.md +624 -0
- package/.kiro/documentation/docs_cli_reference_cli-commands.md +689 -0
- package/.kiro/documentation/docs_cli_reference_settings.md +294 -0
- package/.kiro/documentation/docs_cli_reference_slash-commands.md +559 -0
- package/.kiro/documentation/docs_cli_steering.md +84 -0
- package/.kiro/guides/AGENT_WORKFLOW_GUIDE.md +294 -0
- package/.kiro/guides/DEVLOG.md +882 -0
- package/.kiro/guides/IMPLEMENTATION_EXAMPLES.md +611 -0
- package/.kiro/guides/PIV Loop.md +122 -0
- package/.kiro/guides/PIV Loop.png +0 -0
- package/.kiro/guides/PIVLoop.png +0 -0
- package/.kiro/guides/QUICK_REFERENCE.md +202 -0
- package/.kiro/guides/README.md +149 -0
- package/.kiro/guides/advanced-patterns.md +514 -0
- package/.kiro/guides/agent-coordination.md +434 -0
- package/.kiro/guides/core-workflows.md +409 -0
- package/.kiro/guides/emergency-procedures.md +414 -0
- package/.kiro/guides/project-evaluation.md +534 -0
- package/.kiro/guides/quality-assurance.md +431 -0
- package/.kiro/guides/quick-start.md +235 -0
- package/.kiro/guides/troubleshooting.md +575 -0
- package/.kiro/guides/walkthroughs.md +711 -0
- package/.kiro/prompts/add-to-devlog.md +263 -0
- package/.kiro/prompts/code-review-fix.md +18 -0
- package/.kiro/prompts/code-review-hackathon.md +167 -0
- package/.kiro/prompts/code-review-security.md +454 -0
- package/.kiro/prompts/code-review.md +113 -0
- package/.kiro/prompts/create-prd.md +151 -0
- package/.kiro/prompts/execute-backend.md +257 -0
- package/.kiro/prompts/execute-frontend.md +438 -0
- package/.kiro/prompts/execute-logging.md +491 -0
- package/.kiro/prompts/execute-security.md +482 -0
- package/.kiro/prompts/execute-testing.md +528 -0
- package/.kiro/prompts/execute.md +101 -0
- package/.kiro/prompts/execution-report.md +72 -0
- package/.kiro/prompts/implement-fix.md +228 -0
- package/.kiro/prompts/plan-feature.md +433 -0
- package/.kiro/prompts/prime.md +73 -0
- package/.kiro/prompts/quality-metrics.md +622 -0
- package/.kiro/prompts/quickstart.md +318 -0
- package/.kiro/prompts/rca.md +220 -0
- package/.kiro/prompts/system-review.md +189 -0
- package/README.md +32 -0
- package/bin/cli.js +97 -0
- package/package.json +33 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# Viewing per-user activity
|
|
2
|
+
You can configure Kiro to collect user activity telemetry of individual Kiro subscribers in your organization and present that information in a report. The report gives you insights into how specific users are using Kiro.
|
|
3
|
+
## About the report[](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#about-the-report)
|
|
4
|
+
Kiro generates the user activity report every day at midnight (00:00) Coordinated Universal Time (UTC), and saves it in a CSV file at the following path:
|
|
5
|
+
`s3://bucketName/prefix/AWSLogs/accountId/KiroLogs/ by_user_analytic/Region/year/month/day/00/accountId_by_user_analytic_timestamp.csv` The CSV file is laid out as follows:
|
|
6
|
+
* Each row shows a user who interacted with Kiro that day.
|
|
7
|
+
* Each column shows a metric, as described in [User activity report metrics](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#user-activity-report-metrics). Metrics are calculated based on the user telemetry collected over the course of the day.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
If more than 1,000 users interact with Kiro during the day, Kiro splits the data into several CSV files containing 1,000 users each. Files are suffixed with `part_1`, `part_2`, and so on.
|
|
11
|
+
**Info**
|
|
12
|
+
When you enable user activity reports, Kiro collects user telemetry and stores it in the S3 bucket in your account. This is controlled at the administrator level and can't be configured by users.
|
|
13
|
+
## Enable user activity reports[](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#enable-user-activity-reports)
|
|
14
|
+
Use the following instructions to enable user activity reports.
|
|
15
|
+
#### Prerequisite[](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#prerequisite)
|
|
16
|
+
Create an Amazon S3 bucket to hold the user activity report CSV file. The bucket must:
|
|
17
|
+
* Be in the AWS Region where the Kiro profile was installed. This profile was installed when you subscribed IAM Identity Center workforce users to Kiro Pro for the first time. For more information about this profile and the Regions where it's supported, see [Kiro profile](https://kiro.dev/docs/cli/enterprise/concepts#kiro-profile) and [Supported Regions](https://kiro.dev/docs/cli/enterprise/supported-regions).
|
|
18
|
+
* Be in the AWS account where users are subscribed. If users are subscribed in multiple AWS accounts, then you must create buckets in each of those accounts. Cross-account buckets are not supported.
|
|
19
|
+
* (Optional but recommended) Be different from the bucket you might be using for [logging users' prompts](https://kiro.dev/docs/cli/enterprise/monitor-and-track/prompt-logging).
|
|
20
|
+
* Include a prefix, also known as a subfolder, where Kiro will save the CSV file. The CSV file cannot be saved in the root of the bucket.
|
|
21
|
+
* Have a bucket policy like the one that follows. Replace `bucketName`, `Region`, `accountId`, and `prefix` with your own information.
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
json
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
{
|
|
28
|
+
"Version": "2012-10-17",
|
|
29
|
+
"Statement": [
|
|
30
|
+
{
|
|
31
|
+
"Sid": "KiroLogsWrite",
|
|
32
|
+
"Effect": "Allow",
|
|
33
|
+
"Principal": {
|
|
34
|
+
"Service": "q.amazonaws.com"
|
|
35
|
+
},
|
|
36
|
+
"Action": [
|
|
37
|
+
"s3:PutObject"
|
|
38
|
+
],
|
|
39
|
+
"Resource": [
|
|
40
|
+
"arn:aws:s3:::bucketName/prefix/*"
|
|
41
|
+
],
|
|
42
|
+
"Condition": {
|
|
43
|
+
"StringEquals": {
|
|
44
|
+
"aws:SourceAccount": "111122223333"
|
|
45
|
+
},
|
|
46
|
+
"ArnLike": {
|
|
47
|
+
"aws:SourceArn": "arn:aws:codewhisperer:us-east-1:111122223333:*"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
To learn about protecting the data in your Amazon S3 bucket, see [Protecting data with encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html) in the _Amazon Simple Storage Service User Guide_.
|
|
58
|
+
#### To enable user activity reports[](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#to-enable-user-activity-reports)
|
|
59
|
+
1. Sign in to the AWS console.
|
|
60
|
+
2. Switch to the Kiro console. To use the Kiro console, you must have the permissions defined in [Policy: Allow administrators to configure Kiro and subscribe users](https://kiro.dev/docs/cli/enterprise/iam/#policy-allow-administrators-to-configure-kiro-and-subscribe-users).
|
|
61
|
+
3. Choose **Settings**.
|
|
62
|
+
4. Under **Kiro user activity reports** , choose **Edit**.
|
|
63
|
+
5. Toggle **Collect granular metrics per user**.
|
|
64
|
+
6. Under **S3 location** , enter the Amazon S3 URI that you will use to hold the CSV reports. Example: `s3://amzn-s3-demo-bucket/user-activity-reports/`
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## User activity report metrics[](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#user-activity-report-metrics)
|
|
68
|
+
The following table describes the metrics that are included in the user activity reports generated by Kiro.
|
|
69
|
+
Metric name | Description
|
|
70
|
+
---|---
|
|
71
|
+
Chat_AICodeLines | Lines of code suggested by Kiro and accepted by the user. This metric includes code that was generated through the Kiro chat (not inline chat) and inserted into the IDE.
|
|
72
|
+
Chat_MessagesInteracted | Number of chat messages where the user has interacted positively with Kiro. Examples of positive interactions: clicking a link, inserting a suggestion, and upvoting a response from Kiro. This metric includes messages that were generated by Kiro chat (not inline chat).
|
|
73
|
+
Chat_MessagesSent | Number of messages sent to and from Kiro. This metric includes the user prompts and Kiro responses in the Kiro chat (not inline chat).
|
|
74
|
+
CodeFix_AcceptanceEventCount | Number of code fixes suggested by Kiro and accepted by the user. This metric applies to code fixes generated through the code review feature.
|
|
75
|
+
CodeFix_AcceptedLines | Lines of code suggested by Kiro and accepted by the user. This metric applies to lines of code generated through the code review feature.
|
|
76
|
+
CodeFix_GeneratedLines | Lines of code suggested by Kiro. This metric applies to lines of code generated through the code review feature.
|
|
77
|
+
CodeFix_GenerationEventCount | Number of code fixes suggested by Kiro. This metric applies to code fixes generated through the code review feature.
|
|
78
|
+
CodeReview_FailedEventCount | Number of code issues that were found but for which Kiro could not suggest a code fix. This metric applies to code issues generated using the code review feature.
|
|
79
|
+
CodeReview_FindingsCount | Number of code issues found by Kiro. This metric applies to code issues found using the code review feature.
|
|
80
|
+
CodeReview_SucceededEventCount | Number of code issues that were found and for which Kiro was able to generate a suggested code fix. This metric applies to code issues found using the code review feature.
|
|
81
|
+
Dev_AcceptanceEventCount | Number of code features suggested by Kiro and accepted by the user. This metric applies to code features generated through the /dev command.
|
|
82
|
+
Dev_AcceptedLines | Lines of code suggested by Kiro and accepted by the user. This metric applies to lines of code generated through the /dev command.
|
|
83
|
+
Dev_GeneratedLines | Lines of code suggested by Kiro. This metric applies to lines of code generated through the /dev command.
|
|
84
|
+
Dev_GenerationEventCount | Number of code features suggested by Kiro. This metric applies to code features generated through the /dev command.
|
|
85
|
+
DocGeneration_AcceptedFileUpdates | Number of file updates suggested by Kiro and accepted by the user. This metric applies to file updates generated through the /doc command.
|
|
86
|
+
DocGeneration_AcceptedFilesCreations | Number of file creations suggested by Kiro and accepted by the user. This metric applies to file creations generated through the /doc command.
|
|
87
|
+
DocGeneration_AcceptedLineAdditions | Lines of documentation additions suggested by Kiro and accepted by the user. This metric applies to documentation generated through the /doc command.
|
|
88
|
+
DocGeneration_AcceptedLineUpdates | Lines of documentation updates suggested by Kiro and accepted by the user. This metric applies to documentation generated using the /doc command.
|
|
89
|
+
DocGeneration_EventCount | Number of times the user engaged with Kiro using the /doc command.
|
|
90
|
+
DocGeneration_RejectedFileCreations | Number of file creations suggested by Kiro and rejected by the user. This metric applies to file creations generated through the /doc command.
|
|
91
|
+
DocGeneration_RejectedFileUpdates | Number of file updates suggested by Kiro and rejected by the user. This metric applies to file updates generated through the /doc command.
|
|
92
|
+
DocGeneration_RejectedLineAdditions | Lines of documentation additions suggested by Kiro and rejected by the user. This metric applies to documentation generated through the /doc command.
|
|
93
|
+
DocGeneration_RejectedLineUpdates | Lines of documentation updates suggested by Kiro and rejected by the user. This metric applies to documentation generated using the /doc command.
|
|
94
|
+
InlineChat_AcceptedLineAdditions | Lines of code additions suggested by Kiro and accepted by the user. This metric includes code additions generated through the inline chat (not Kiro chat).
|
|
95
|
+
InlineChat_AcceptedLineDeletions | Lines of code deletions suggested by Kiro and accepted by the user. This metric includes code deletions suggested through the inline chat (not Kiro chat).
|
|
96
|
+
InlineChat_AcceptanceEventCount | Number of inline chat (not Kiro chat) suggestions that were accepted by the user.
|
|
97
|
+
InlineChat_DismissalEventCount | Number of inline chat (not Kiro chat) suggestions that were abandoned by the user. By 'abandoned', we mean that the code suggestion was displayed but the user kept typing or performing other operations in their IDE, and did not explicitly accept or reject the code suggestion.
|
|
98
|
+
InlineChat_DismissedLineAdditions | Lines of code additions suggested by Kiro and abandoned by the user. By 'abandoned', we mean that the code suggestion was displayed but the user kept typing or performing other operations in their IDE, and did not explicitly accept or reject the code suggestion. This metric includes code additions generated through the inline chat (not Kiro chat).
|
|
99
|
+
InlineChat_DismissedLineDeletions | Lines of code deletions suggested by Kiro and abandoned by the user. By 'abandoned', we mean that the code suggestion was displayed but the user kept typing or performing other operations in their IDE, and did not explicitly accept or reject the code suggestion. This metric includes code deletions suggested through the inline chat (not Kiro chat).
|
|
100
|
+
InlineChat_EventCount | Number of inline chat (not Kiro chat) sessions that the user engaged in.
|
|
101
|
+
InlineChat_RejectedLineAdditions | Lines of code additions suggested by Kiro and rejected by the user. This metric includes code additions generated through the inline chat (not Kiro chat).
|
|
102
|
+
InlineChat_RejectedLineDeletions | Lines of code deletions suggested by Kiro and rejected by the user. This metric includes code deletions suggested through the inline chat (not Kiro chat).
|
|
103
|
+
InlineChat_RejectionEventCount | Number of inline chat (not Kiro chat) suggestions that were rejected by the user.
|
|
104
|
+
Inline_AICodeLines | Lines of code suggested by Kiro and accepted by the user. This metric includes code that was accepted as inline suggestions.
|
|
105
|
+
Inline_AcceptanceCount | Number of inline suggestions accepted by the user.
|
|
106
|
+
Inline_SuggestionsCount | Number of inline suggestions displayed to the user.
|
|
107
|
+
TestGeneration_AcceptedLines | Lines of code suggested by Kiro and accepted by the user. This metric applies to lines of code generated through the /test command.
|
|
108
|
+
TestGeneration_AcceptedTests | Number of unit tests suggested by Kiro and accepted by the user. This metric applies to unit tests generated through the /test command.
|
|
109
|
+
TestGeneration_EventCount | Number of times the user engaged with Kiro through the /test command.
|
|
110
|
+
TestGeneration_GeneratedLines | Lines of code suggested by Kiro. This metric applies to lines of code generated through the /test command.
|
|
111
|
+
TestGeneration_GeneratedTests | Number of unit tests suggested by Kiro. This metric applies to unit tests generated through the /test command.
|
|
112
|
+
Transformation_EventCount | Number of times the user engaged with Kiro through the /transform command, excluding the times when the user transformed code on the command line.
|
|
113
|
+
Transformation_LinesGenerated | Lines of code suggested by Kiro. This metric applies to code generated through the /transform command, excluding code transformed on the command line.
|
|
114
|
+
Transformation_LinesIngested | Lines of code provided to Kiro for transformation. This metric applies to code that is provided through the /transform command, excluding code provided for transformation on the command line, or for an SQL conversion.
|
|
115
|
+
Page updated: November 18, 2025
|
|
116
|
+
[View usage (dashboard)](https://kiro.dev/docs/cli/enterprise/monitor-and-track/dashboard/)
|
|
117
|
+
[Log user prompts](https://kiro.dev/docs/cli/enterprise/monitor-and-track/prompt-logging/)
|
|
118
|
+
On this page
|
|
119
|
+
* [About the report](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#about-the-report)
|
|
120
|
+
* [Enable user activity reports](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#enable-user-activity-reports)
|
|
121
|
+
* [Prerequisite](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#prerequisite)
|
|
122
|
+
* [To enable user activity reports](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#to-enable-user-activity-reports)
|
|
123
|
+
* [User activity report metrics](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity/#user-activity-report-metrics)
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Settings
|
|
2
|
+
An administrator can control the following settings in a [Kiro profile](https://kiro.dev/docs/cli/enterprise/concepts/#kiro-profile).
|
|
3
|
+
Setting | Description
|
|
4
|
+
---|---
|
|
5
|
+
**Encryption key** | By default, Kiro uses an AWS managed key to encrypt your data at rest. For some features, instead of using an AWS managed key, you can use your own key. This is known as a _customer-managed key_. To specify a customer-managed key, enable **Encryption key** and use the available UI to specify a new or existing key. For details about which features' data can be encrypted with a customer managed key, see [Encryption at rest](https://kiro.dev/docs/cli/privacy-and-security/data-protection#encryption-at-rest).
|
|
6
|
+
**Include suggestions with code references** | Kiro learns, in part, from open-source projects. Sometimes, Kiro suggests code that is similar to publicly available code. When you enable **Include suggestions with code references** , Kiro will include information about the source used to generate a suggestion.
|
|
7
|
+
**Kiro usage dashboard** | Enable **Kiro usage dashboard** to display a dashboard on the Kiro console's main page. For more information about the dashboard, see [Viewing Kiro usage on the dashboard](https://kiro.dev/docs/cli/enterprise/monitor-and-track/dashboard).
|
|
8
|
+
**Kiro user activity report** | Enable **Kiro user activity report** to allow Kiro to collect user activity telemetry of individual Kiro subscribers in your organization and present that information in a report. For more information, see [Viewing per-user activity](https://kiro.dev/docs/cli/enterprise/monitor-and-track/user-activity).
|
|
9
|
+
**Prompt logging** | Enable **Logging** to allow Kiro to record all inline suggestions and chat conversations that users have in the Kiro IDE. For more information, see [Logging users' prompts](https://kiro.dev/docs/cli/enterprise/monitor-and-track/prompt-logging).
|
|
10
|
+
**Member account subscriptions** | If you are a management account administrator within an organization managed by [AWS Organizations](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_introduction.html), you can configure Kiro to display Kiro subscriptions from both _management_ and _member_ accounts in a single, unified list on the **Subscriptions** page of the Amazon Q console (_not_ the Kiro console) while signed in to your management account. This organization-wide visibility eliminates the need to sign in to multiple accounts to track your subscriptions. To have all Kiro subscriptions be displayed in the Amazon Q console, enable the **Member account subscriptions** setting. This setting is only visible when signed in to the AWS console as a management account administrator.
|
|
11
|
+
**Model Context Protocol (MCP)** | Enable the **Model Context Protocol (MCP)** setting to allow Kiro subscribers to use MCP servers.
|
|
12
|
+
**Overages** | Enable **Overages** to allow Kiro subscribers to continue working when they exceed their plan limits. For more information see [Enabling overages for Kiro users](https://kiro.dev/docs/cli/enterprise/subscription-management#enabling-overages-for-kiro-users).
|
|
13
|
+
Page updated: November 16, 2025
|
|
14
|
+
[Log user prompts](https://kiro.dev/docs/cli/enterprise/monitor-and-track/prompt-logging/)
|
|
15
|
+
[Billing](https://kiro.dev/docs/cli/enterprise/billing/)
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# Subscribing your team to Kiro
|
|
2
|
+
## Prerequisites[](https://kiro.dev/docs/cli/enterprise/subscribe/#prerequisites)
|
|
3
|
+
Before you begin, make sure you have the following:
|
|
4
|
+
* **An AWS account** - You can [create an AWS account](https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-creating.html) if you do not have one already.
|
|
5
|
+
* **AWS permissions** - As a Kiro admin, you must have the permissions to access the Kiro console in AWS in order to subscribe and manage Kiro users. The minimum permissions you'll need are described in [Policy: Allow administrators to configure Kiro and subscribe users](https://kiro.dev/docs/cli/enterprise/iam/#policy-allow-administrators-to-configure-kiro-and-subscribe-users).
|
|
6
|
+
* **AWS IAM Identity Center** - You must have an instance of IAM Identity Center set up in your AWS account, with the identities of the users you want to subscribe to Kiro. Your IAM Identity Center instance must be in [a supported AWS Region](https://kiro.dev/docs/cli/enterprise/supported-regions).
|
|
7
|
+
* **Users and groups** - You can add users and groups to IAM Identity Center's built-in directory, or to an external identity provider (IdP) that is connected to IAM Identity Center. For more information, see [Getting started with IAM Identity Center](https://docs.aws.amazon.com/singlesignon/latest/userguide/getting-started.html).
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## Create the Kiro profile[](https://kiro.dev/docs/cli/enterprise/subscribe/#create-the-kiro-profile)
|
|
11
|
+
1. Sign in to the AWS Management Console.
|
|
12
|
+
2. Switch to the Kiro console.
|
|
13
|
+
3. Make sure you are in your preferred [supported AWS Region](https://kiro.dev/docs/cli/enterprise/supported-regions) to create the [Kiro profile](https://kiro.dev/docs/cli/enterprise/concepts/#kiro-profile) and store user data.
|
|
14
|
+
4. Choose the **Sign up for Kiro** button.
|
|
15
|
+
5. Review the contents of the **Create Kiro profile** dialog box then choose **Enable**. The Kiro profile is created.
|
|
16
|
+
6. _(Optional) Edit the profile with a different name or description as needed in the**Settings** page._
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Subscribe your team to Kiro[](https://kiro.dev/docs/cli/enterprise/subscribe/#subscribe-your-team-to-kiro)
|
|
20
|
+
1. Switch to the Kiro console if you're not there yet.
|
|
21
|
+
2. Make sure you're in the AWS Region where you created the [Kiro profile](https://kiro.dev/docs/cli/enterprise/concepts/#kiro-profile).
|
|
22
|
+
3. In the **Users & Groups** page, choose the **Users** or **Groups** tab.
|
|
23
|
+
4. Choose the **Add user** or **Add group** button. A dialog box appears where you can select the [Kiro subscription tier](https://kiro.dev/docs/cli/enterprise/concepts/#kiro-subscription-tier) (Pro, Pro+, Power) with details about each tier.
|
|
24
|
+
5. Choose the desired subscription tier and choose **Continue**.
|
|
25
|
+
6. In the search bar, search for a group or a user you want to subscribe to the selected tier, or select one from the drop down.
|
|
26
|
+
7. The group or user will auto-populate with what is available in the IAM Identity Center.
|
|
27
|
+
8. Select them and choose **Assign**. Users or groups are now subscribed.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Page updated: December 12, 2025
|
|
31
|
+
[Onboarding quickstart](https://kiro.dev/docs/cli/enterprise/getting-started/)
|
|
32
|
+
[Manage subscriptions](https://kiro.dev/docs/cli/enterprise/subscription-management/)
|
|
33
|
+
On this page
|
|
34
|
+
* [Prerequisites](https://kiro.dev/docs/cli/enterprise/subscribe/#prerequisites)
|
|
35
|
+
* [Create the Kiro profile](https://kiro.dev/docs/cli/enterprise/subscribe/#create-the-kiro-profile)
|
|
36
|
+
* [Subscribe your team to Kiro](https://kiro.dev/docs/cli/enterprise/subscribe/#subscribe-your-team-to-kiro)
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
# Managing Kiro subscriptions
|
|
2
|
+
## Change Kiro subscription plans[](https://kiro.dev/docs/cli/enterprise/subscription-management/#change-kiro-subscription-plans)
|
|
3
|
+
1. Sign in to the AWS Management Console.
|
|
4
|
+
2. Switch to the Kiro console. If you don't see it, you might be in the wrong AWS Region.
|
|
5
|
+
3. In the **Users & Groups** page, choose the **Users** or **Groups** tab.
|
|
6
|
+
4. Choose the user or group whose subscriptions you want to upgrade or downgrade.
|
|
7
|
+
5. Choose **Change plan** then choose the new plan. Select **Continue** to finish.
|
|
8
|
+
6. If it is a higher tier plan, changes will happen immediately. If it is a lower tier plan, changes happen at the beginning of the following month.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
**Info**
|
|
12
|
+
To learn about what's offered at each subscription tier, see [Enterprise billing](https://kiro.dev/docs/cli/enterprise/billing).
|
|
13
|
+
## Unsubscribe Kiro users[](https://kiro.dev/docs/cli/enterprise/subscription-management/#unsubscribe-kiro-users)
|
|
14
|
+
1. Sign in to the AWS Management Console.
|
|
15
|
+
2. Switch to the Kiro console. If you don't see it, you might be in the wrong AWS Region.
|
|
16
|
+
3. In the **Users & Groups** page, choose the **Users** or **Groups** tab.
|
|
17
|
+
4. Choose the user or group whose subscriptions you want to cancel.
|
|
18
|
+
5. Choose **Deactivate plan**. Review the contents of the **Unsubscribee** dialog box then choose **Unsubscribe**.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
**Info**
|
|
22
|
+
After unsubscribing users, their subscriptions are marked as **Canceled**. They will have until the end of the month to use credits from the current plan. Starting the following month, they can no longer access paid Kiro features.
|
|
23
|
+
## Enable overages for Kiro users[](https://kiro.dev/docs/cli/enterprise/subscription-management/#enable-overages-for-kiro-users)
|
|
24
|
+
You might want to enable overages to give users the ability to continue working when they exceed their plan limits. Enabling overages has the following advantages:
|
|
25
|
+
* **Uninterrupted productivity** – When a user exceeds their plan's quota, they can continue working without disruption. The productivity benefits of continued access might outweigh the additional costs.
|
|
26
|
+
* **Better usage pattern insights** – Users get more accurate data about their actual usage, which helps in right-sizing future subscription needs.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
By default, overages are _disabled_. Once enabled, overages become available to all users and groups in the profile. To enable overages:
|
|
30
|
+
1. Sign in to the AWS Management Console.
|
|
31
|
+
2. Switch to the Kiro console. If you don't see it, you might be in the wrong AWS Region.
|
|
32
|
+
3. Choose **Settings**.
|
|
33
|
+
4. Find the **Kiro settings** section.
|
|
34
|
+
5. Turn on **Overages**.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
**Info**
|
|
38
|
+
Setting custom caps for overages is not yet supported (coming soon).
|
|
39
|
+
## Subscription statuses[](https://kiro.dev/docs/cli/enterprise/subscription-management/#subscription-statuses)
|
|
40
|
+
You can view the status of your users' subscriptions on the **Subscriptions** page of the Kiro console. The statuses on the **User** tab are:
|
|
41
|
+
* **Active** – The user is subscribed to Kiro. You will be charged for active user subscriptions in the group.
|
|
42
|
+
* **Canceled** – The user subscription was canceled by an administrator. Unsubscribed users in the group can no longer access paid Kiro features. For more information, see [Unsubscribe Kiro users](https://kiro.dev/docs/cli/enterprise/subscription-management/#unsubscribe-kiro-users).
|
|
43
|
+
* **Pending** – The user is subscribed but has not activated their subscription. You are not being charged for this subscription and there will be no data under _Last active_ column.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
**Info**
|
|
47
|
+
There are no statuses on the **Groups** tab since subscriptions are assigned to users, not groups.
|
|
48
|
+
Page updated: November 16, 2025
|
|
49
|
+
[Subscribe your team](https://kiro.dev/docs/cli/enterprise/subscribe/)
|
|
50
|
+
[Supported regions](https://kiro.dev/docs/cli/enterprise/supported-regions/)
|
|
51
|
+
On this page
|
|
52
|
+
* [Change Kiro subscription plans](https://kiro.dev/docs/cli/enterprise/subscription-management/#change-kiro-subscription-plans)
|
|
53
|
+
* [Unsubscribe Kiro users](https://kiro.dev/docs/cli/enterprise/subscription-management/#unsubscribe-kiro-users)
|
|
54
|
+
* [Enable overages for Kiro users](https://kiro.dev/docs/cli/enterprise/subscription-management/#enable-overages-for-kiro-users)
|
|
55
|
+
* [Subscription statuses](https://kiro.dev/docs/cli/enterprise/subscription-management/#subscription-statuses)
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Supported regions
|
|
2
|
+
There are two AWS Regions relevant to Kiro administrators:
|
|
3
|
+
* The Region where your IAM Identity Center instance is enabled. This is where user identities are managed, and where subscriptions are stored.
|
|
4
|
+
* The Region where your Kiro profile is created. This is where [data is stored](https://kiro.dev/docs/cli/privacy-and-security/data-protection#data-storage) and [inference is done](https://kiro.dev/docs/cli/privacy-and-security/data-protection#cross-region-processing), and might be different from your IAM Identity Center instance's Region.
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
## Supported Kiro console and Kiro profile regions[](https://kiro.dev/docs/cli/enterprise/supported-regions/#supported-kiro-console-and-kiro-profile-regions)
|
|
8
|
+
The **Kiro** **console** and **Kiro profile** are supported in the following Regions:
|
|
9
|
+
* US East (N. Virginia)
|
|
10
|
+
* Europe (Frankfurt)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## IAM identity center regions supported by Kiro[](https://kiro.dev/docs/cli/enterprise/supported-regions/#iam-identity-center-regions-supported-by-kiro)
|
|
14
|
+
The users that you want to subscribe to Kiro must have identities in an IAM Identity Center instance (or a connected identity provider) in one of the following Regions:
|
|
15
|
+
* US East (Ohio)
|
|
16
|
+
* US East (N. Virginia)
|
|
17
|
+
* US West (N. California)
|
|
18
|
+
* US West (Oregon)
|
|
19
|
+
* Asia Pacific (Mumbai)
|
|
20
|
+
* Asia Pacific (Osaka)
|
|
21
|
+
* Asia Pacific (Seoul)
|
|
22
|
+
* Asia Pacific (Singapore)
|
|
23
|
+
* Asia Pacific (Sydney)
|
|
24
|
+
* Asia Pacific (Tokyo)
|
|
25
|
+
* Canada (Central)
|
|
26
|
+
* Europe (Frankfurt)
|
|
27
|
+
* Europe (Ireland)
|
|
28
|
+
* Europe (London)
|
|
29
|
+
* Europe (Paris)
|
|
30
|
+
* Europe (Stockholm)
|
|
31
|
+
* South America (São Paulo)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
Page updated: November 16, 2025
|
|
35
|
+
[Manage subscriptions](https://kiro.dev/docs/cli/enterprise/subscription-management/)
|
|
36
|
+
[Monitor and track](https://kiro.dev/docs/cli/enterprise/monitor-and-track/)
|
|
37
|
+
On this page
|
|
38
|
+
* [Supported Kiro console and Kiro profile regions](https://kiro.dev/docs/cli/enterprise/supported-regions/#supported-kiro-console-and-kiro-profile-regions)
|
|
39
|
+
* [IAM identity center regions supported by Kiro](https://kiro.dev/docs/cli/enterprise/supported-regions/#iam-identity-center-regions-supported-by-kiro)
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
# Experimental features
|
|
2
|
+
Kiro CLI includes experimental features that provide advanced functionality. These features are in active development and can be toggled on/off using the `/experiment` command.
|
|
3
|
+
**Warning**
|
|
4
|
+
These features may change or be removed at any time. The experience might not be perfect. Use at your own discretion in production workflows.
|
|
5
|
+
These features are provided to gather feedback and test new capabilities. Please report issues through the `kiro issue` command.
|
|
6
|
+
## Managing experiments[](https://kiro.dev/docs/cli/experimental/#managing-experiments)
|
|
7
|
+
Use the `/experiment` command to toggle experimental features:
|
|
8
|
+
bash
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
/experiment
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
This shows an interactive menu where you can:
|
|
17
|
+
* See current status of each experiment (ON/OFF)
|
|
18
|
+
* Toggle experiments by selecting them
|
|
19
|
+
* View descriptions of what each experiment does
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Available experiments[](https://kiro.dev/docs/cli/experimental/#available-experiments)
|
|
23
|
+
### Knowledge management[](https://kiro.dev/docs/cli/experimental/#knowledge-management)
|
|
24
|
+
**Command:** `/knowledge`
|
|
25
|
+
Enables persistent context storage and retrieval across chat sessions with semantic search capabilities.
|
|
26
|
+
**Features:**
|
|
27
|
+
* Store and search through files, directories, and text content
|
|
28
|
+
* Semantic search for better context retrieval
|
|
29
|
+
* Persistent knowledge base across sessions
|
|
30
|
+
* Agent-specific knowledge isolation
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
**Enable:**
|
|
34
|
+
bash
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
kiro-cli settings chat.enableKnowledge true
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
[Learn more about Knowledge Management →](https://kiro.dev/docs/cli/experimental/knowledge-management)
|
|
43
|
+
### Tangent mode[](https://kiro.dev/docs/cli/experimental/#tangent-mode)
|
|
44
|
+
**Command:** `/tangent` or **Ctrl+T**
|
|
45
|
+
Create conversation checkpoints to explore side topics without disrupting your main conversation flow.
|
|
46
|
+
**Features:**
|
|
47
|
+
* Create conversation checkpoints
|
|
48
|
+
* Explore tangential topics
|
|
49
|
+
* Return to main conversation thread
|
|
50
|
+
* Preserve conversation context
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
**Enable:**
|
|
54
|
+
bash
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
kiro-cli settings chat.enableTangentMode true
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
[Learn more about Tangent Mode →](https://kiro.dev/docs/cli/experimental/tangent-mode)
|
|
63
|
+
### TODO lists[](https://kiro.dev/docs/cli/experimental/#todo-lists)
|
|
64
|
+
**Tool:** `todo` | **Command:** `/todo`
|
|
65
|
+
Enables Kiro to create and modify TODO lists automatically, with commands for you to view and manage them.
|
|
66
|
+
**Features:**
|
|
67
|
+
* Kiro automatically creates TODO lists when appropriate
|
|
68
|
+
* View, manage, and delete TODOs
|
|
69
|
+
* Resume existing TODO lists
|
|
70
|
+
* Persisted across chat sessions
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
**Enable:**
|
|
74
|
+
bash
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
kiro-cli settings chat.enableTodoList true
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
[Learn more about TODO Lists →](https://kiro.dev/docs/cli/experimental/todo-lists)
|
|
83
|
+
### Thinking tool[](https://kiro.dev/docs/cli/experimental/#thinking-tool)
|
|
84
|
+
Shows AI reasoning process for complex problems with step-by-step thought processes.
|
|
85
|
+
**Features:**
|
|
86
|
+
* Transparent decision-making process
|
|
87
|
+
* Step-by-step reasoning display
|
|
88
|
+
* Useful for debugging and learning
|
|
89
|
+
* Better understanding of conclusions
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
**Enable:**
|
|
93
|
+
bash
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
kiro-cli settings chat.enableThinking true
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
[Learn more about Thinking Tool →](https://kiro.dev/docs/cli/experimental/thinking)
|
|
102
|
+
### Checkpointing[](https://kiro.dev/docs/cli/experimental/#checkpointing)
|
|
103
|
+
**Command:** `/checkpoint`
|
|
104
|
+
Enables session-scoped checkpoints for tracking file changes using Git-like commands.
|
|
105
|
+
**Features:**
|
|
106
|
+
* Snapshots file changes into shadow git repo
|
|
107
|
+
* List, expand, diff, and restore checkpoints
|
|
108
|
+
* Conversation history unwinds when restoring
|
|
109
|
+
* Auto-enables in git repositories
|
|
110
|
+
* Manual initialization for non-git directories
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
**Enable:**
|
|
114
|
+
bash
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
kiro-cli settings chat.enableCheckpoint true
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
**Basic Usage:**
|
|
123
|
+
bash
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
/checkpoint list # Show checkpoints
|
|
127
|
+
/checkpoint expand <tag> # Show detailed checkpoint info
|
|
128
|
+
/checkpoint diff <tag1> [tag2] # Compare checkpoints
|
|
129
|
+
/checkpoint restore [<tag>] # Restore to checkpoint
|
|
130
|
+
/checkpoint clean # Delete session shadow repo
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
[Learn more about Checkpointing →](https://kiro.dev/docs/cli/experimental/checkpointing)
|
|
136
|
+
### Context usage percentage[](https://kiro.dev/docs/cli/experimental/#context-usage-percentage)
|
|
137
|
+
Shows context window usage as a percentage in the chat prompt with color-coded indicators.
|
|
138
|
+
**Features:**
|
|
139
|
+
* Displays percentage in prompt (e.g., "[rust-agent] 6% >")
|
|
140
|
+
* Color-coded indicators:
|
|
141
|
+
* Green: Less than 50% usage
|
|
142
|
+
* Yellow: 50-89% usage
|
|
143
|
+
* Red: 90-100% usage
|
|
144
|
+
* Helps monitor context consumption
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
**Enable:**
|
|
148
|
+
bash
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
kiro-cli settings chat.enableContextUsageIndicator true
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### Delegate[](https://kiro.dev/docs/cli/experimental/#delegate)
|
|
157
|
+
Launch and manage asynchronous task processes, running Kiro chat sessions with specific agents in parallel.
|
|
158
|
+
**Features:**
|
|
159
|
+
* Launch background tasks using natural language
|
|
160
|
+
* Run parallel chat sessions with specific agents
|
|
161
|
+
* Monitor task progress independently
|
|
162
|
+
* Agent approval flow for security
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
**Enable:**
|
|
166
|
+
bash
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
kiro-cli settings chat.enableDelegate true
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
**Usage:** Use natural language to ask Kiro to launch a background task:
|
|
175
|
+
```
|
|
176
|
+
|
|
177
|
+
Can you create a background task to analyze the performance of our API endpoints?
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
Then check on results:
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
Check the status of my API analysis task
|
|
186
|
+
Show me the results from the background analysis
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
[Learn more about Delegate →](https://kiro.dev/docs/cli/experimental/delegate)
|
|
192
|
+
## Settings integration[](https://kiro.dev/docs/cli/experimental/#settings-integration)
|
|
193
|
+
Experiments are stored as settings and persist across sessions:
|
|
194
|
+
bash
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
# View all experimental settings
|
|
198
|
+
kiro-cli settings list | grep -i enable
|
|
199
|
+
|
|
200
|
+
# Enable/disable specific experiments
|
|
201
|
+
kiro-cli settings chat.enableKnowledge true
|
|
202
|
+
kiro-cli settings chat.enableTangentMode true
|
|
203
|
+
kiro-cli settings chat.enableTodoList true
|
|
204
|
+
kiro-cli settings chat.enableThinking true
|
|
205
|
+
kiro-cli settings chat.enableCheckpoint true
|
|
206
|
+
kiro-cli settings chat.enableContextUsageIndicator true
|
|
207
|
+
kiro-cli settings chat.enableDelegate true
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
## Fuzzy search support[](https://kiro.dev/docs/cli/experimental/#fuzzy-search-support)
|
|
213
|
+
All experimental commands are available in fuzzy search (Ctrl+S):
|
|
214
|
+
* `/experiment` - Manage experimental features
|
|
215
|
+
* `/knowledge` - Knowledge base commands (when enabled)
|
|
216
|
+
* `/todo` - TODO list commands (when enabled)
|
|
217
|
+
* `/tangent` - Tangent mode toggle (when enabled)
|
|
218
|
+
* `/checkpoint` - Checkpoint commands (when enabled)
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
## Best practices[](https://kiro.dev/docs/cli/experimental/#best-practices)
|
|
222
|
+
1. **Test in safe environments** : Try experimental features on non-critical projects first
|
|
223
|
+
2. **Provide feedback** : Report issues and suggestions using `kiro issue`
|
|
224
|
+
3. **Stay updated** : Check release notes for changes to experimental features
|
|
225
|
+
4. **Understand limitations** : Read individual feature documentation for known issues
|
|
226
|
+
5. **Have backups** : Some features modify files (checkpointing, TODO lists)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## Troubleshooting[](https://kiro.dev/docs/cli/experimental/#troubleshooting)
|
|
230
|
+
### Feature not working[](https://kiro.dev/docs/cli/experimental/#feature-not-working)
|
|
231
|
+
1. Verify feature is enabled:
|
|
232
|
+
bash
|
|
233
|
+
```
|
|
234
|
+
|
|
235
|
+
kiro-cli settings list | grep -i enable
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
2. Check for error messages in chat
|
|
241
|
+
3. Try disabling and re-enabling:
|
|
242
|
+
bash
|
|
243
|
+
```
|
|
244
|
+
|
|
245
|
+
kiro-cli settings chat.enableFeatureName false
|
|
246
|
+
kiro-cli settings chat.enableFeatureName true
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
4. Restart Kiro CLI
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Commands not available[](https://kiro.dev/docs/cli/experimental/#commands-not-available)
|
|
255
|
+
Ensure the feature is enabled before using its commands. For example, `/knowledge` only works when knowledge management is enabled.
|
|
256
|
+
## Next steps[](https://kiro.dev/docs/cli/experimental/#next-steps)
|
|
257
|
+
* [Knowledge Management](https://kiro.dev/docs/cli/experimental/knowledge-management)
|
|
258
|
+
* [Tangent Mode](https://kiro.dev/docs/cli/experimental/tangent-mode)
|
|
259
|
+
* [TODO Lists](https://kiro.dev/docs/cli/experimental/todo-lists)
|
|
260
|
+
* [Settings Configuration](https://kiro.dev/docs/cli/settings)
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
Page updated: December 18, 2025
|
|
264
|
+
[Steering](https://kiro.dev/docs/cli/steering/)
|
|
265
|
+
[Knowledge management](https://kiro.dev/docs/cli/experimental/knowledge-management/)
|
|
266
|
+
On this page
|
|
267
|
+
* [Managing experiments](https://kiro.dev/docs/cli/experimental/#managing-experiments)
|
|
268
|
+
* [Available experiments](https://kiro.dev/docs/cli/experimental/#available-experiments)
|
|
269
|
+
* [Knowledge management](https://kiro.dev/docs/cli/experimental/#knowledge-management)
|
|
270
|
+
* [Tangent mode](https://kiro.dev/docs/cli/experimental/#tangent-mode)
|
|
271
|
+
* [TODO lists](https://kiro.dev/docs/cli/experimental/#todo-lists)
|
|
272
|
+
* [Thinking tool](https://kiro.dev/docs/cli/experimental/#thinking-tool)
|
|
273
|
+
* [Checkpointing](https://kiro.dev/docs/cli/experimental/#checkpointing)
|
|
274
|
+
* [Context usage percentage](https://kiro.dev/docs/cli/experimental/#context-usage-percentage)
|
|
275
|
+
* [Delegate](https://kiro.dev/docs/cli/experimental/#delegate)
|
|
276
|
+
* [Settings integration](https://kiro.dev/docs/cli/experimental/#settings-integration)
|
|
277
|
+
* [Fuzzy search support](https://kiro.dev/docs/cli/experimental/#fuzzy-search-support)
|
|
278
|
+
* [Best practices](https://kiro.dev/docs/cli/experimental/#best-practices)
|
|
279
|
+
* [Troubleshooting](https://kiro.dev/docs/cli/experimental/#troubleshooting)
|
|
280
|
+
* [Feature not working](https://kiro.dev/docs/cli/experimental/#feature-not-working)
|
|
281
|
+
* [Commands not available](https://kiro.dev/docs/cli/experimental/#commands-not-available)
|
|
282
|
+
* [Next steps](https://kiro.dev/docs/cli/experimental/#next-steps)
|