feat: memory status (#12959)

### What problem does this PR solve?

Add memory status indicator and detail message dialog 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Jimmy Ben Klieve
2026-02-03 11:16:18 +08:00
committed by GitHub
parent ad06c042c4
commit fafaaa26c3
4 changed files with 140 additions and 2 deletions

View File

@ -129,6 +129,17 @@ Procedural Memory: Learned skills, habits, and automated procedures.`,
delMemoryWarn: `After deletion, all messages in this memory will be deleted and cannot be retrieved by agents.`,
},
memory: {
taskLogDialog: {
title: 'Memory',
startTime: 'Start time',
status: 'Status',
details: 'Details',
success: 'Success',
running: 'Running',
failed: 'Failed',
},
messages: {
forget: 'Forget',
forgetMessageTip: 'Are you sure you want to forget?',