mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
fix(core): pass includeDirectories to sandbox configuration (#24573)
This commit is contained in:
@@ -1696,6 +1696,7 @@ export class Config implements McpContext, AgentLoopContext {
|
|||||||
{
|
{
|
||||||
workspace: this.targetDir,
|
workspace: this.targetDir,
|
||||||
forbiddenPaths: this.getSandboxForbiddenPaths.bind(this),
|
forbiddenPaths: this.getSandboxForbiddenPaths.bind(this),
|
||||||
|
includeDirectories: this.pendingIncludeDirectories,
|
||||||
policyManager: this._sandboxPolicyManager,
|
policyManager: this._sandboxPolicyManager,
|
||||||
},
|
},
|
||||||
this.getApprovalMode(),
|
this.getApprovalMode(),
|
||||||
|
|||||||
Reference in New Issue
Block a user