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,294 @@
|
|
|
1
|
+
# Settings
|
|
2
|
+
Kiro CLI provides extensive customization through settings. You can configure everything from telemetry to chat behavior, key bindings, and feature toggles.
|
|
3
|
+
## Accessing settings[](https://kiro.dev/docs/cli/reference/settings/#accessing-settings)
|
|
4
|
+
Manage settings directly from the command line:
|
|
5
|
+
bash
|
|
6
|
+
```
|
|
7
|
+
|
|
8
|
+
# List all configured settings
|
|
9
|
+
kiro-cli settings list
|
|
10
|
+
|
|
11
|
+
# List all available settings with descriptions
|
|
12
|
+
kiro-cli settings list --all
|
|
13
|
+
|
|
14
|
+
# View a specific setting
|
|
15
|
+
kiro-cli settings telemetry.enabled
|
|
16
|
+
|
|
17
|
+
# Set a setting
|
|
18
|
+
kiro-cli settings telemetry.enabled true
|
|
19
|
+
|
|
20
|
+
# Delete a setting
|
|
21
|
+
kiro-cli settings --delete chat.defaultModel
|
|
22
|
+
|
|
23
|
+
# Open settings file in editor
|
|
24
|
+
kiro-cli settings open
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
### Output formats[](https://kiro.dev/docs/cli/reference/settings/#output-formats)
|
|
30
|
+
bash
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
# Plain text (default)
|
|
34
|
+
kiro-cli settings list
|
|
35
|
+
|
|
36
|
+
# JSON
|
|
37
|
+
kiro-cli settings list --format json
|
|
38
|
+
|
|
39
|
+
# Formatted JSON
|
|
40
|
+
kiro-cli settings list --format json-pretty
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
## Settings reference[](https://kiro.dev/docs/cli/reference/settings/#settings-reference)
|
|
46
|
+
### Telemetry and privacy[](https://kiro.dev/docs/cli/reference/settings/#telemetry-and-privacy)
|
|
47
|
+
Setting | Type | Description | Example
|
|
48
|
+
---|---|---|---
|
|
49
|
+
`telemetry.enabled` | boolean | Enable/disable telemetry collection | `kiro-cli settings telemetry.enabled true`
|
|
50
|
+
`telemetryClientId` | string | Client identifier for telemetry | `kiro-cli settings telemetryClientId "client-123"`
|
|
51
|
+
### Chat interface[](https://kiro.dev/docs/cli/reference/settings/#chat-interface)
|
|
52
|
+
Setting | Type | Description | Example
|
|
53
|
+
---|---|---|---
|
|
54
|
+
`chat.defaultModel` | string | Default AI model for conversations | `kiro-cli settings chat.defaultModel "claude-3-sonnet"`
|
|
55
|
+
`chat.defaultAgent` | string | Default agent configuration | `kiro-cli settings chat.defaultAgent "my-agent"`
|
|
56
|
+
`chat.greeting.enabled` | boolean | Show greeting message on chat start | `kiro-cli settings chat.greeting.enabled false`
|
|
57
|
+
`chat.editMode` | boolean | Enable edit mode for chat interface | `kiro-cli settings chat.editMode true`
|
|
58
|
+
`chat.enableNotifications` | boolean | Enable desktop notifications | `kiro-cli settings chat.enableNotifications true`
|
|
59
|
+
`chat.disableMarkdownRendering` | boolean | Disable markdown formatting | `kiro-cli settings chat.disableMarkdownRendering false`
|
|
60
|
+
`chat.disableAutoCompaction` | boolean | Disable automatic conversation summarization | `kiro-cli settings chat.disableAutoCompaction true`
|
|
61
|
+
`chat.enableHistoryHints` | boolean | Show conversation history hints | `kiro-cli settings chat.enableHistoryHints true`
|
|
62
|
+
`chat.uiMode` | string | UI variant to use | `kiro-cli settings chat.uiMode "compact"`
|
|
63
|
+
`chat.enableContextUsageIndicator` | boolean | Show context usage percentage in prompt | `kiro-cli settings chat.enableContextUsageIndicator true`
|
|
64
|
+
### Knowledge base[](https://kiro.dev/docs/cli/reference/settings/#knowledge-base)
|
|
65
|
+
Setting | Type | Description | Example
|
|
66
|
+
---|---|---|---
|
|
67
|
+
`chat.enableKnowledge` | boolean | Enable knowledge base functionality | `kiro-cli settings chat.enableKnowledge true`
|
|
68
|
+
`knowledge.defaultIncludePatterns` | array | Default file patterns to include | `kiro-cli settings knowledge.defaultIncludePatterns '["*.py", "*.js"]'`
|
|
69
|
+
`knowledge.defaultExcludePatterns` | array | Default file patterns to exclude | `kiro-cli settings knowledge.defaultExcludePatterns '["*.log", "node_modules"]'`
|
|
70
|
+
`knowledge.maxFiles` | number | Maximum files for indexing | `kiro-cli settings knowledge.maxFiles 1000`
|
|
71
|
+
`knowledge.chunkSize` | number | Text chunk size for processing | `kiro-cli settings knowledge.chunkSize 512`
|
|
72
|
+
`knowledge.chunkOverlap` | number | Overlap between text chunks | `kiro-cli settings knowledge.chunkOverlap 50`
|
|
73
|
+
`knowledge.indexType` | string | Type of knowledge index | `kiro-cli settings knowledge.indexType "fast"`
|
|
74
|
+
### Key bindings[](https://kiro.dev/docs/cli/reference/settings/#key-bindings)
|
|
75
|
+
Setting | Type | Description | Example
|
|
76
|
+
---|---|---|---
|
|
77
|
+
`chat.skimCommandKey` | char | Key for fuzzy search command | `kiro-cli settings chat.skimCommandKey "f"`
|
|
78
|
+
`chat.autocompletionKey` | char | Key for autocompletion hint acceptance | `kiro-cli settings chat.autocompletionKey "Tab"`
|
|
79
|
+
`chat.tangentModeKey` | char | Key for tangent mode toggle | `kiro-cli settings chat.tangentModeKey "t"`
|
|
80
|
+
`chat.delegateModeKey` | char | Key for delegate command | `kiro-cli settings chat.delegateModeKey "d"`
|
|
81
|
+
### Feature toggles[](https://kiro.dev/docs/cli/reference/settings/#feature-toggles)
|
|
82
|
+
Setting | Type | Description | Example
|
|
83
|
+
---|---|---|---
|
|
84
|
+
`chat.enableThinking` | boolean | Enable thinking tool for complex reasoning | `kiro-cli settings chat.enableThinking true`
|
|
85
|
+
`chat.enableTangentMode` | boolean | Enable tangent mode feature | `kiro-cli settings chat.enableTangentMode true`
|
|
86
|
+
`introspect.tangentMode` | boolean | Auto-enter tangent mode for introspect | `kiro-cli settings introspect.tangentMode true`
|
|
87
|
+
`chat.enableTodoList` | boolean | Enable todo list feature | `kiro-cli settings chat.enableTodoList true`
|
|
88
|
+
`chat.enableCheckpoint` | boolean | Enable checkpoint feature | `kiro-cli settings chat.enableCheckpoint true`
|
|
89
|
+
`chat.enableDelegate` | boolean | Enable delegate tool | `kiro-cli settings chat.enableDelegate true`
|
|
90
|
+
### API and service[](https://kiro.dev/docs/cli/reference/settings/#api-and-service)
|
|
91
|
+
Setting | Type | Description | Example
|
|
92
|
+
---|---|---|---
|
|
93
|
+
`api.timeout` | number | API request timeout in seconds | `kiro-cli settings api.timeout 30`
|
|
94
|
+
### Model context protocol (MCP)[](https://kiro.dev/docs/cli/reference/settings/#model-context-protocol-mcp)
|
|
95
|
+
Setting | Type | Description | Example
|
|
96
|
+
---|---|---|---
|
|
97
|
+
`mcp.initTimeout` | number | MCP server initialization timeout | `kiro-cli settings mcp.initTimeout 10`
|
|
98
|
+
`mcp.noInteractiveTimeout` | number | Non-interactive MCP timeout | `kiro-cli settings mcp.noInteractiveTimeout 5`
|
|
99
|
+
`mcp.loadedBefore` | boolean | Track previously loaded MCP servers | `kiro-cli settings mcp.loadedBefore true`
|
|
100
|
+
## Common configuration examples[](https://kiro.dev/docs/cli/reference/settings/#common-configuration-examples)
|
|
101
|
+
### Basic setup[](https://kiro.dev/docs/cli/reference/settings/#basic-setup)
|
|
102
|
+
bash
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
# Enable telemetry
|
|
106
|
+
kiro-cli settings telemetry.enabled true
|
|
107
|
+
|
|
108
|
+
# Set default chat model
|
|
109
|
+
kiro-cli settings chat.defaultModel "claude-3-sonnet"
|
|
110
|
+
|
|
111
|
+
# Disable greeting message
|
|
112
|
+
kiro-cli settings chat.greeting.enabled false
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
### Knowledge base configuration[](https://kiro.dev/docs/cli/reference/settings/#knowledge-base-configuration)
|
|
118
|
+
bash
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
# Enable knowledge base
|
|
122
|
+
kiro-cli settings chat.enableKnowledge true
|
|
123
|
+
|
|
124
|
+
# Set file patterns to include
|
|
125
|
+
kiro-cli settings knowledge.defaultIncludePatterns '["*.py", "*.js", "*.md", "*.txt"]'
|
|
126
|
+
|
|
127
|
+
# Set file patterns to exclude
|
|
128
|
+
kiro-cli settings knowledge.defaultExcludePatterns '["*.log", "node_modules", ".git", "*.pyc"]'
|
|
129
|
+
|
|
130
|
+
# Set maximum files to index
|
|
131
|
+
kiro-cli settings knowledge.maxFiles 2000
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
### Enable experimental features[](https://kiro.dev/docs/cli/reference/settings/#enable-experimental-features)
|
|
137
|
+
bash
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
# Enable thinking tool
|
|
141
|
+
kiro-cli settings chat.enableThinking true
|
|
142
|
+
|
|
143
|
+
# Enable tangent mode
|
|
144
|
+
kiro-cli settings chat.enableTangentMode true
|
|
145
|
+
|
|
146
|
+
# Enable todo lists
|
|
147
|
+
kiro-cli settings chat.enableTodoList true
|
|
148
|
+
|
|
149
|
+
# Enable checkpoints
|
|
150
|
+
kiro-cli settings chat.enableCheckpoint true
|
|
151
|
+
|
|
152
|
+
# Configure key bindings
|
|
153
|
+
kiro-cli settings chat.tangentModeKey "t"
|
|
154
|
+
kiro-cli settings chat.delegateModeKey "d"
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Performance tuning[](https://kiro.dev/docs/cli/reference/settings/#performance-tuning)
|
|
160
|
+
bash
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
# Increase API timeout for slow connections
|
|
164
|
+
kiro-cli settings api.timeout 60
|
|
165
|
+
|
|
166
|
+
# Adjust knowledge base chunk size
|
|
167
|
+
kiro-cli settings knowledge.chunkSize 1024
|
|
168
|
+
|
|
169
|
+
# Disable auto-compaction for long conversations
|
|
170
|
+
kiro-cli settings chat.disableAutoCompaction true
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
## Troubleshooting settings[](https://kiro.dev/docs/cli/reference/settings/#troubleshooting-settings)
|
|
176
|
+
### Invalid setting values[](https://kiro.dev/docs/cli/reference/settings/#invalid-setting-values)
|
|
177
|
+
**Boolean values:** Use `true` or `false` (lowercase)
|
|
178
|
+
bash
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
kiro-cli settings telemetry.enabled true # ✓ Correct
|
|
182
|
+
kiro-cli settings telemetry.enabled True # ✗ Wrong
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
**Array values:** Use JSON format with single quotes
|
|
188
|
+
bash
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
kiro-cli settings knowledge.defaultIncludePatterns '["*.py", "*.js"]' # ✓ Correct
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
**String values:** Use quotes for strings with spaces
|
|
197
|
+
bash
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
kiro-cli settings chat.defaultModel "claude-3-sonnet" # ✓ Correct
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
### Resetting settings[](https://kiro.dev/docs/cli/reference/settings/#resetting-settings)
|
|
206
|
+
Delete individual settings:
|
|
207
|
+
bash
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
kiro-cli settings --delete setting.name
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
Open settings file for manual editing:
|
|
216
|
+
bash
|
|
217
|
+
```
|
|
218
|
+
|
|
219
|
+
kiro-cli settings open
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
```
|
|
223
|
+
|
|
224
|
+
View current settings to identify issues:
|
|
225
|
+
bash
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
kiro-cli settings list --all
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
### Settings file issues[](https://kiro.dev/docs/cli/reference/settings/#settings-file-issues)
|
|
234
|
+
If the settings file becomes corrupted:
|
|
235
|
+
1. **Back up current settings:**
|
|
236
|
+
bash
|
|
237
|
+
```
|
|
238
|
+
|
|
239
|
+
kiro-cli settings list --format json > backup.json
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
2. **Open the settings file:**
|
|
245
|
+
bash
|
|
246
|
+
```
|
|
247
|
+
|
|
248
|
+
kiro-cli settings open
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
```
|
|
252
|
+
|
|
253
|
+
3. **Verify JSON syntax or restore from backup**
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## Settings file location[](https://kiro.dev/docs/cli/reference/settings/#settings-file-location)
|
|
257
|
+
Settings are stored in:
|
|
258
|
+
* **macOS** : `~/.kiro/settings.json`
|
|
259
|
+
* **Linux** : `~/.config/kiro/settings.json`
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
You can edit this file directly, but using `kiro-cli settings` commands is recommended for validation.
|
|
263
|
+
## Next steps[](https://kiro.dev/docs/cli/reference/settings/#next-steps)
|
|
264
|
+
* [Configure custom agents](https://kiro.dev/docs/cli/custom-agents/configuration-reference)
|
|
265
|
+
* [Set up MCP servers](https://kiro.dev/docs/cli/mcp)
|
|
266
|
+
* [Enable experimental features](https://kiro.dev/docs/cli/experimental)
|
|
267
|
+
* [CLI Commands Reference](https://kiro.dev/docs/cli/reference/cli-commands)
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
Page updated: November 18, 2025
|
|
271
|
+
[Built-in tools](https://kiro.dev/docs/cli/reference/built-in-tools/)
|
|
272
|
+
[Upgrading from Q CLI](https://kiro.dev/docs/cli/migrating-from-q/)
|
|
273
|
+
On this page
|
|
274
|
+
* [Accessing settings](https://kiro.dev/docs/cli/reference/settings/#accessing-settings)
|
|
275
|
+
* [Output formats](https://kiro.dev/docs/cli/reference/settings/#output-formats)
|
|
276
|
+
* [Settings reference](https://kiro.dev/docs/cli/reference/settings/#settings-reference)
|
|
277
|
+
* [Telemetry and privacy](https://kiro.dev/docs/cli/reference/settings/#telemetry-and-privacy)
|
|
278
|
+
* [Chat interface](https://kiro.dev/docs/cli/reference/settings/#chat-interface)
|
|
279
|
+
* [Knowledge base](https://kiro.dev/docs/cli/reference/settings/#knowledge-base)
|
|
280
|
+
* [Key bindings](https://kiro.dev/docs/cli/reference/settings/#key-bindings)
|
|
281
|
+
* [Feature toggles](https://kiro.dev/docs/cli/reference/settings/#feature-toggles)
|
|
282
|
+
* [API and service](https://kiro.dev/docs/cli/reference/settings/#api-and-service)
|
|
283
|
+
* [Model context protocol (MCP)](https://kiro.dev/docs/cli/reference/settings/#model-context-protocol-mcp)
|
|
284
|
+
* [Common configuration examples](https://kiro.dev/docs/cli/reference/settings/#common-configuration-examples)
|
|
285
|
+
* [Basic setup](https://kiro.dev/docs/cli/reference/settings/#basic-setup)
|
|
286
|
+
* [Knowledge base configuration](https://kiro.dev/docs/cli/reference/settings/#knowledge-base-configuration)
|
|
287
|
+
* [Enable experimental features](https://kiro.dev/docs/cli/reference/settings/#enable-experimental-features)
|
|
288
|
+
* [Performance tuning](https://kiro.dev/docs/cli/reference/settings/#performance-tuning)
|
|
289
|
+
* [Troubleshooting settings](https://kiro.dev/docs/cli/reference/settings/#troubleshooting-settings)
|
|
290
|
+
* [Invalid setting values](https://kiro.dev/docs/cli/reference/settings/#invalid-setting-values)
|
|
291
|
+
* [Resetting settings](https://kiro.dev/docs/cli/reference/settings/#resetting-settings)
|
|
292
|
+
* [Settings file issues](https://kiro.dev/docs/cli/reference/settings/#settings-file-issues)
|
|
293
|
+
* [Settings file location](https://kiro.dev/docs/cli/reference/settings/#settings-file-location)
|
|
294
|
+
* [Next steps](https://kiro.dev/docs/cli/reference/settings/#next-steps)
|