From 58576f458ea1bac5d222ecc975be156f65d5f021 Mon Sep 17 00:00:00 2001 From: Lunxaaa Date: Sun, 1 Mar 2026 20:43:00 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8553f53..8d9e7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ All notable changes made during this working session (March 1, 2026). -## Unreleased - ### Token + performance optimizations - Added `src/prompt.js` to centralize prompt construction (`buildPrompt`) and reduce repeated prompt-building logic. - Added a short-lived in-memory context cache in `src/bot.js` to reuse prepared context across the continuation loop and normal replies.