Commit d0fab95
Fix monkey-patch: sandbox_plugins is a list, not a property
CodeActAgent.sandbox_plugins is a class attribute (list), not a
@Property. Use list comprehension to filter out JupyterRequirement
instead of .fget/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bfef1a8 commit d0fab95
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
| |||
0 commit comments