From be4888f54cb0623b254c44a47466fa8545bccd14 Mon Sep 17 00:00:00 2001 From: Rankin Zheng Date: Tue, 22 Aug 2023 17:44:53 +0800 Subject: [PATCH] Remove unused features from initial bot message in ChatStore - Removed /code, /commit_message, /release_note, and /extension features from the initial bot message in ChatStore. --- src/views/stores/ChatStore.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/stores/ChatStore.ts b/src/views/stores/ChatStore.ts index 793dbe3..eeba061 100644 --- a/src/views/stores/ChatStore.ts +++ b/src/views/stores/ChatStore.ts @@ -223,16 +223,8 @@ Don't forget to check out the "+" button on the left of the input to add more co To get started, here are the things that DevChat can do: -[/code: write code based on your prompt](#code) - -[/commit_message: write a commit message based on your code](#commit_message) - -[/release_note: write the release code based on your code](#release_note) - [/ask_code: ask questions about your own codebase](#ask_code) -[/extension: create extensions for DevChat](#extension) - `})); }