File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## Unreleased
44
55- Fix ` /resume ` duplicating chats. #278
6+ - Reduce noise in auto-compaction, not mentioning the summary. #280
67
78## 0.96.0
89
Original file line number Diff line number Diff line change 2727 :role :system
2828 :content {:type :text
2929 :text (if auto-compact?
30- " Auto-compacted chat to:\n\n "
31- " Compacted chat to:\n\n " )}})
32- (messenger/chat-content-received
33- messenger
34- {:chat-id chat-id
35- :role :assistant
36- :content {:type :text
37- :text (get-in @db* [:chats chat-id :last-summary ])}})
38- (when-let [usage (shared/usage-msg->usage {:input-tokens 0 :output-tokens 0 } full-model {:chat-id chat-id :db* db*})]
30+ " Auto-compacted chat"
31+ " Compacted chat" )}})
32+ (when-let [usage (shared/usage-sumary chat-id full-model @db*)]
3933 (messenger/chat-content-received
4034 messenger
4135 {:chat-id chat-id
You can’t perform that action at this time.
0 commit comments