remove obsolete corgi mode

This commit is contained in:
tanzhenxin
2025-12-13 16:41:03 +08:00
parent 0d90d5c118
commit f8aeb06823
14 changed files with 1 additions and 83 deletions

View File

@@ -20,7 +20,6 @@ export function createNonInteractiveUI(): CommandContext['ui'] {
loadHistory: (_newHistory) => {},
pendingItem: null,
setPendingItem: (_item) => {},
toggleCorgiMode: () => {},
toggleVimEnabled: async () => false,
setGeminiMdFileCount: (_count) => {},
reloadCommands: () => {},