sf snapshot: uncommitted changes after 59m inactivity
This commit is contained in:
parent
705f9e2ba1
commit
6f174cabc1
4 changed files with 2 additions and 2 deletions
BIN
.sf/backups/db/sf.db.2026-05-09T19-57-19-441Z
Normal file
BIN
.sf/backups/db/sf.db.2026-05-09T19-57-19-441Z
Normal file
Binary file not shown.
BIN
.sf/backups/db/sf.db.2026-05-09T20-38-51-863Z
Normal file
BIN
.sf/backups/db/sf.db.2026-05-09T20-38-51-863Z
Normal file
Binary file not shown.
BIN
.sf/backups/db/sf.db.2026-05-09T21-12-32-663Z
Normal file
BIN
.sf/backups/db/sf.db.2026-05-09T21-12-32-663Z
Normal file
Binary file not shown.
|
|
@ -33,7 +33,7 @@ export default function steerableAutonomousExtension(api) {
|
|||
api.registerShortcut("shift+tab", {
|
||||
description:
|
||||
"Cycle mode (Ask ↔ Build) or open steerable panel during autonomous",
|
||||
handler: async (event, ctx) => {
|
||||
handler: async (ctx) => {
|
||||
if (isAutonomousActive) {
|
||||
// During autonomous execution: toggle steering panel
|
||||
if (panel) {
|
||||
|
|
@ -78,7 +78,7 @@ export default function steerableAutonomousExtension(api) {
|
|||
|
||||
api.registerShortcut("ctrl+y", {
|
||||
description: "Toggle YOLO mode (build + autonomous + deep + unrestricted; bypass git prompts)",
|
||||
handler: async (event, ctx) => {
|
||||
handler: async (ctx) => {
|
||||
const session = getAutoSession();
|
||||
// Toggle full-autonomy preset in AutoSession (handles mode slam + restore)
|
||||
const wasAsk = session.getMode().workMode !== "build";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue