chore: sync local workspace changes
This commit is contained in:
@@ -207,6 +207,18 @@ export function buildSearchOptions({
|
||||
},
|
||||
onSelectWindow,
|
||||
},
|
||||
{
|
||||
id: 'page:chat:resources',
|
||||
label: 'Codex Live / 리소스 관리',
|
||||
group: 'Page',
|
||||
keywords: ['codex live', 'resource', 'resources', 'file', 'files', '리소스', '파일', '파일 시스템'],
|
||||
onSelect: () => {
|
||||
requestPlanQuickFilter(null);
|
||||
navigateTo(buildChatPath('resources'));
|
||||
setFocusedComponentId(null);
|
||||
},
|
||||
onSelectWindow,
|
||||
},
|
||||
{
|
||||
id: 'page:chat:errors',
|
||||
label: '앱로그 / 에러 로그',
|
||||
@@ -232,6 +244,18 @@ export function buildSearchOptions({
|
||||
setFocusedComponentId(null);
|
||||
},
|
||||
onSelectWindow,
|
||||
},
|
||||
{
|
||||
id: 'page:chat:manage-defaults',
|
||||
label: '채팅 관리 / 기본 유형 관리',
|
||||
group: 'Page',
|
||||
keywords: ['chat manage', 'default type', 'default context', '기본 유형', '기본 context', '채팅 관리'],
|
||||
onSelect: () => {
|
||||
requestPlanQuickFilter(null);
|
||||
navigateTo(buildChatPath('manage-defaults'));
|
||||
setFocusedComponentId(null);
|
||||
},
|
||||
onSelectWindow,
|
||||
} satisfies SearchKeywordOption,
|
||||
]
|
||||
: []),
|
||||
|
||||
Reference in New Issue
Block a user