bug(core): Fix bug when saving plans. (#18465)

This commit is contained in:
joshualitt
2026-02-06 12:45:37 -08:00
committed by GitHub
parent 95d79b7cbe
commit 7a8d6f6095
2 changed files with 3 additions and 2 deletions

View File

@@ -83,4 +83,4 @@ toolName = ["write_file", "replace"]
decision = "allow"
priority = 50
modes = ["plan"]
argsPattern = "\"file_path\":\"[^\"]+/\\.gemini/tmp/[a-f0-9]{64}/plans/[a-zA-Z0-9_-]+\\.md\""
argsPattern = "\"file_path\":\"[^\"]+/\\.gemini/tmp/[a-zA-Z0-9_-]+/plans/[a-zA-Z0-9_-]+\\.md\""