mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Refactor: Streamline memoryUtils and update slash commands (#478)
This commit is contained in:
parent
0c192555bb
commit
581709df80
4 changed files with 101 additions and 135 deletions
|
|
@ -113,7 +113,7 @@ export const useSlashCommandProcessor = (
|
|||
{
|
||||
name: 'memory',
|
||||
description:
|
||||
'Manage memory. Usage: /memory <show|refresh|add|delete_last|delete_all_added> [text for add]',
|
||||
'Manage memory. Usage: /memory <show|refresh|add> [text for add]',
|
||||
action: (mainCommand, subCommand, args) => {
|
||||
switch (subCommand) {
|
||||
case 'show':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue