發佈 0.1.7:新增會話模式開關(獨立/共用)

摘要:
bot 設定新增「會話模式」:預設各聊天室獨立會話;可切為所有聊天室
共用一條記憶(單一專案助理情境)。共用模式下 /new 清除全部記憶,
/status 會顯示目前模式,bot 列表小字標示「共用會話」。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-10 12:05:30 +08:00
co-authored by Claude Fable 5
parent 6e39a8084f
commit d5c4464fe1
5 changed files with 39 additions and 11 deletions
+2
View File
@@ -20,6 +20,8 @@ const DEFAULTS = {
reasoningEffort: '',
// 速度固定 Fastpriority = 1.5x);要改只能手動編輯設定檔
serviceTier: 'priority',
// 會話模式:false = 每個聊天室獨立會話(預設);true = 所有聊天室共用一個會話
sharedSession: false,
// 單次回應逾時(分鐘)
timeoutMinutes: 30,
// pm2 程序名稱(web 檢視工具會叫 <pm2Name>-web