We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6669a38 commit 651ff6aCopy full SHA for 651ff6a
1 file changed
packages/agent/src/adapters/claude/permission-handlers.ts
@@ -207,7 +207,7 @@ async function applyPlanApproval(
207
{
208
type: "setMode",
209
mode: response.outcome.optionId,
210
- destination: "session",
+ destination: "localSettings",
211
},
212
],
213
};
@@ -373,7 +373,7 @@ async function handleDefaultPermissionFlow(
373
type: "addRules",
374
rules: [{ toolName }],
375
behavior: "allow",
376
377
378
379
0 commit comments