VG Vibe Coding Glossary

Lesson 13 / 22

A permission request is a human approval step before a risky or unapproved tool call runs.

Permission request

Concept

Permission request 是 harness 在执行未预先批准的工具调用前向人类发出的确认。它让高风险操作停下来等待你判断,批准才执行,拒绝则把拒绝结果交回 agent。

English handle

A permission request is a human approval step before a risky or unapproved tool call runs.

Try saying it

请用英文要求 agent 在删除文件或安装依赖前先请求权限。

Compare

Ask for permission before deleting files or installing new dependencies.

  • 是否列出了需要审批的风险动作?
  • 是否明确要求 ask for permission?
  • 是否体现人类在环的控制点?