fix(web): localize toast messages and keep full session counts (#573)

Normalize hub toast text in the web client for i18n coverage (including Ready for input notifications) and stop deduplicating session rows by agentSessionId so outline/group counts reflect user-visible sessions.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
junes
2026-05-06 09:13:02 +08:00
committed by GitHub
co-authored by Cursor
parent 23c0fa4872
commit fad5dbbc30
5 changed files with 64 additions and 7 deletions
+6
View File
@@ -274,6 +274,12 @@ export default {
// Send blocked
'send.blocked.title': 'Cannot send message',
'send.blocked.noConnection': 'Not connected to server',
'resume.failed.title': 'Resume failed',
'toast.ready.title': 'Ready for input',
'toast.ready.body': '{agent} is waiting in {session}',
'toast.permission.title': 'Permission Request',
'toast.task.completed': 'Task completed',
'toast.task.failed': 'Task failed',
// Install prompt
'install.title': 'Install HAPI',