Tags give the ability to mark specific points in history as being important
-
v0.8.6
c676f717 · ·feat: ContextCompressor - 'keep head + tail, compress middle' algorithm New ContextCompressor class with improved context compression: - Keeps first 2 messages (original task context) and last 2 messages (current state) - Compresses the middle portion via LLM summary - Replaces old algorithm that summarized everything into a single summary - Preserves natural narrative arc: agent sees original task AND current state directly Files: - NEW: src/core/ContextCompressor.h/cpp - MOD: src/api/MiniMaxClient.h/cpp - NEW: tests/test_context_compressor.cpp Build: 0 warnings, 12/12 tests passing
-
-
0.8.0
779e5f48 · ·Release 0.8.0 - MCP tools for image understanding, web search, and Wikipedia search
-
-
-
-
-
-
-
-
-
-
-