Agy cli edits without review, ignoring require-review config option

With the tool permissions setting “request-review” (Prompt for write, bash, and web tools), agy cli edits files without requesting review. To most humans, “write” should cover “edit” as well, so this violates my expectation that I would be prompted to review before agy writes or edits files. Please make sure that tool calls which perform edits or writes respect the request-review setting. As of now my best solution is to use the “strict” setting, which results in a lot of prompts to approve simple reads of files.

Worth additionally noting that “request-review” with permissions like this doesn’t make a difference either:

“permissions”: {
“ask”: [
“write-file(*)”
]
},

Is there a workaround to make it ask for code review?