Cmd. /update-config
Use the Claude Code bundled skill to edit the appropriate settings.json from a requested permission, environment, or hook change.
Key takeaways
- Edit settings.json from a request (skill); use
/configfor theme/model. - Check the input surface and availability before using the examples below.
Purpose
Edit settings.json from a request (skill); use /config for theme/model.
/update-config [request]Availability
| Field | Value |
|---|---|
| Input surface | Running CLI prompt |
| Kind | Bundled skill |
| Status | Current reference |
| Aliases | — |
| Documented minimum | Not specified |
| Reviewed against | 2026-09-22 · Claude Code 2.1.278 |
The installed command menu and account or organization settings determine availability.
Examples
/update-config Add LOG_LEVEL=debug to this project's environment settingsState the intended value and scope, then inspect the selected file and resulting diff. Review the scope of permission and hook changes before relying on them.
The official Commands table includes this skill in the September 22, 2026 audit. It does not specify an introduction version, so this page does not infer one.
Choosing related commands
/config [key=value ...]: set supported preferences directly or open Settings/permissions: manage allow, ask, and deny rules/hooks: inspect configured hooks
Effects and persistence
Edits the matching settings.json. Verify the user or project scope and the resulting diff.
Cautions
The installed command menu and account or organization settings determine availability.