Commit 639129c
authored
fix(agents): align permissionMode acceptEdits across plugin and project layers (#732)
permissionMode: acceptEdits was declared only in the project copies of the documentation-writer and refactor-assistant write agents; the plugin copies omitted it, so the same write agents prompted on every edit in the standalone plugin distribution. Add the field to both plugin copies to align the layers, and document in CUSTOM_EXTENSIONS.md that permissionMode is kept identical across layers (it was previously missing from the intended-layer-diff list, making the gap a silent capability drift).1 parent dae613d commit 639129c
3 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments