feat(chat): enhance sidebar with session management and deletion (#274)

This commit is contained in:
DigHuang
2026-03-03 19:07:42 +08:00
committed by GitHub
Unverified
parent f18c91fd6a
commit c49c7f18bd
11 changed files with 396 additions and 63 deletions

View File

@@ -11,7 +11,6 @@
},
"noLogs": "(ログはまだありません)",
"toolbar": {
"newSession": "新しいセッション",
"refresh": "チャットを更新",
"showThinking": "思考を表示",
"hideThinking": "思考を非表示"

View File

@@ -1,6 +1,7 @@
{
"sidebar": {
"chat": "チャット",
"newChat": "新しいチャット",
"cronTasks": "定期タスク",
"skills": "スキル",
"channels": "チャンネル",