Commit 7529503
authored
fix: Replace plan mode "keep planning" with feedback option (#1166)
Closes #1078
1. Replace "No, keep planning" button with "Type here to tell the agent what to do differently" with custom input
2. Use user feedback to deny the plan with context instead of a generic "continue planning" message
3. Interrupt the agent (wait for user input) when no feedback is provided
1 parent b499906 commit 7529503
File tree
2 files changed
+11
-5
lines changed- packages/agent/src/adapters/claude/permissions
2 files changed
+11
-5
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
195 | 200 | | |
196 | | - | |
| 201 | + | |
197 | 202 | | |
198 | 203 | | |
199 | 204 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
0 commit comments