mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +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. |
||
|---|---|---|
| .. | ||
| extensions | ||
| modes | ||
| tools | ||
| args.go | ||
| botcmd.go | ||
| botcmd_unix.go | ||
| botcmd_windows.go | ||
| build.go | ||
| changelog.go | ||
| cli.go | ||
| config.go | ||
| extcmd.go | ||
| modelsync.go | ||
| rpc.go | ||
| settings_store.go | ||
| systemprompt.go | ||
| update.go | ||