mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 22:06:31 +02:00
- 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
8 lines
213 B
JSON
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
|
|
}
|