generated from nhcarrigan/template
fix: permission modal
This commit is contained in:
@@ -51,8 +51,10 @@
|
|||||||
await new Promise((resolve) => setTimeout(resolve, 500));
|
await new Promise((resolve) => setTimeout(resolve, 500));
|
||||||
|
|
||||||
await invoke("start_claude", {
|
await invoke("start_claude", {
|
||||||
workingDir: workingDirectory || "/home/naomi",
|
options: {
|
||||||
allowedTools: newGrantedTools,
|
working_dir: workingDirectory || "/home/naomi",
|
||||||
|
allowed_tools: newGrantedTools,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// Wait for connection to establish
|
// Wait for connection to establish
|
||||||
|
|||||||
Reference in New Issue
Block a user