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