refactor(memory): update conversation continuity context handling (#170)

* refactor(memory): update conversation continuity context handling

* chore(version): bump version to 0.3.1.1
This commit is contained in:
jinliyl 2026-03-19 23:40:56 +08:00 committed by GitHub
parent 6dd987a1d2
commit 4f63fbf197
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@ from . import extension
from . import memory
from .reme import ReMe
__version__ = "0.3.1.0"
__version__ = "0.3.1.1"
__all__ = [
"config",

View file

@ -130,8 +130,7 @@ class ReMeInMemoryMemory(InMemoryMemory):
{self._compressed_summary}
</previous-summary>
The above is a summary of our previous conversation.
If there is a new instruction from the user, do not continue executing the previous content;
only execute the user's new instruction.
Use it as context to maintain continuity.
""".strip()
return [