fix(auto): revert YOLO shortcut to ctrl+y
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
60ee46aebb
commit
d56e68c789
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export default function steerableAutonomousExtension(api) {
|
|||
},
|
||||
});
|
||||
|
||||
api.registerShortcut("ctrl+alt+y", {
|
||||
api.registerShortcut("ctrl+y", {
|
||||
description: "Toggle YOLO mode (build + autonomous + deep + unrestricted; bypass git prompts). If not running, starts the autonomous loop immediately.",
|
||||
handler: async (ctx) => {
|
||||
const session = getAutoSession();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue