Change default strict plan mode setting to enabled (#5714)

* Change default strict plan mode setting to enabled

- Updated default from false to true in state-helpers.ts (primary backend default)
- Updated fallback default in controller/index.ts (Task initialization)
- Updated frontend default in ExtensionStateContext.tsx for consistency
- Fixed linting issue with forEach callback return value
- New users will now have strict plan mode enabled by default
- Prevents file edits in Plan Mode, enforcing cleaner separation of planning vs execution

* added changeset

---------

Co-authored-by: pashpashpash <nik@cline.bot>
This commit is contained in:
Daniel Steigman
2025-08-20 16:23:36 -07:00
committed by GitHub
co-authored by pashpashpash
parent 58ce23663d
commit 8806beda20
11 changed files with 27 additions and 20 deletions
+1 -1
View File
@@ -214,4 +214,4 @@
"copy"
]
}
}
}