mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-26 21:36:31 +02:00
The runtime escape hatch was redundant: --no-yolo's per-call dialog already exposes 'yes-always-this-session' which flips ConfirmGate into allow-all mode without a separate command. Once a session starts with --no-yolo, the only way to disable confirmations is now to either pick the always-this-session option in the dialog or exit and relaunch. - slash_suggest.go: drop the /yolo entry from the autocomplete list. - interactive.go: remove the case "/yolo" dispatch (falls through to 'unknown command') and delete the orphaned runYoloOn method. - README: drop the /yolo row from the slash-command table and the trailing reference in the --no-yolo flag description. |
||
|---|---|---|
| .. | ||
| agent | ||
| assets | ||
| auth | ||
| core | ||
| extproto | ||
| provider | ||
| skills | ||
| tui | ||