mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
Merge branch 'memory-ui' into v0.10.0rc
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
CircleDot,
|
||||
GitPullRequest,
|
||||
Lightbulb,
|
||||
Brain,
|
||||
} from 'lucide-react';
|
||||
import type { NavSection, NavItem } from '../types';
|
||||
import type { KeyboardShortcut } from '@/hooks/use-keyboard-shortcuts';
|
||||
@@ -24,6 +25,7 @@ interface UseNavigationProps {
|
||||
cycleNextProject: string;
|
||||
spec: string;
|
||||
context: string;
|
||||
memory: string;
|
||||
board: string;
|
||||
agent: string;
|
||||
terminal: string;
|
||||
@@ -109,6 +111,12 @@ export function useNavigation({
|
||||
icon: BookOpen,
|
||||
shortcut: shortcuts.context,
|
||||
},
|
||||
{
|
||||
id: 'memory',
|
||||
label: 'Memory',
|
||||
icon: Brain,
|
||||
shortcut: shortcuts.memory,
|
||||
},
|
||||
];
|
||||
|
||||
// Filter out hidden items
|
||||
|
||||
Reference in New Issue
Block a user