diff --git a/packages/client/src/components/hermes/chat/ChatInput.vue b/packages/client/src/components/hermes/chat/ChatInput.vue index 43bebe1..44d96d3 100644 --- a/packages/client/src/components/hermes/chat/ChatInput.vue +++ b/packages/client/src/components/hermes/chat/ChatInput.vue @@ -28,6 +28,7 @@ const bridgeCommands = computed(() => [ { name: 'status', args: '', description: t('chat.slashCommands.status') }, { name: 'abort', args: '', description: t('chat.slashCommands.abort') }, { name: 'queue', args: t('chat.slashCommandArgs.message'), description: t('chat.slashCommands.queue') }, + { name: 'plan', args: t('chat.slashCommandArgs.text'), description: t('chat.slashCommands.plan') }, { name: 'clear', args: '', description: t('chat.slashCommands.clear') }, { name: 'clear', args: '--history', insertText: 'clear --history', description: t('chat.slashCommands.clearHistory') }, { name: 'title', args: t('chat.slashCommandArgs.title'), description: t('chat.slashCommands.title') }, diff --git a/packages/client/src/components/hermes/chat/ChatPanel.vue b/packages/client/src/components/hermes/chat/ChatPanel.vue index 4ce9aae..c85efd3 100644 --- a/packages/client/src/components/hermes/chat/ChatPanel.vue +++ b/packages/client/src/components/hermes/chat/ChatPanel.vue @@ -1307,7 +1307,7 @@ async function handleSessionModelCustomSubmit() { {{ t('chat.clarifyDismiss') }} -