Merge branch 'memory-ui' into v0.10.0rc

This commit is contained in:
webdevcody
2026-01-10 20:13:07 -05:00
5 changed files with 642 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ export interface KeyboardShortcuts {
agent: string;
spec: string;
context: string;
memory: string;
settings: string;
terminal: string;
ideation: string;
@@ -246,6 +247,7 @@ export const DEFAULT_KEYBOARD_SHORTCUTS: KeyboardShortcuts = {
agent: 'A',
spec: 'D',
context: 'C',
memory: 'Y',
settings: 'S',
terminal: 'T',
ideation: 'I',