[DOCS] settings.json schema out of sync
Resolved 💬 3 comments Opened Sep 11, 2025 by StuRoys Closed Sep 29, 2025
Documentation Type
Missing documentation (feature not documented)
Documentation Location
.claude/settings.json
Section/Topic
settings.json
Current Documentation
_No response_
What's Wrong or Missing?
- Schema out of sync: JSON schema at
schemastore.org doesn't match current Claude Code
implementation
- Tool name mismatch: Schema expects "Agent" but
configs use "Task"
- Missing tools: "ExitPlanMode" not recognized
in schema pattern
- Property changes: "ask" property was replaced
with "deny" but schema wasn't updated
The configuration change should prevent Claude
from exiting plan mode without your explicit
permission.
Suggested Improvement
Make sure that CC updates settings.json to follow latest schema when updating CC version.
Impact
Low - Minor confusion or inconvenience
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗