zot/examples/extensions/approve/extension.json
Raymond Gasper 5ffdafa5d8 docs+examples: spontaneous open_panel docs and approve/secret example extensions (#19)
- docs/extensions.md: add open_panel spontaneous frame section with
  blocking tool pattern explanation, concurrent-panel note, and
  references to new examples; add approve/secret to See also list;
  add roadmap entry
- examples/extensions/approve/: approve_action tool — opens a y/n
  panel from inside the tool handler, blocks until user responds
- examples/extensions/secret/: fetch_with_password tool — masked
  password input panel, secret never leaves the extension process
2026-06-08 12:18:06 -04:00

8 lines
213 B
JSON

{
"name": "approve",
"version": "1.0.0",
"exec": "./approve",
"language": "go",
"description": "human-in-the-loop approval gate: the model must get user sign-off before a tool runs",
"enabled": true
}