jason.woltjeandClaude Sonnet 4.6 c6d66d2d58
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
feat(gateway): load conversation history on session resume (M1-004, M1-005)
When a session is created for a conversation that already has messages in
the DB, prior messages are loaded via ConversationsRepo.findMessages() and
injected into the agent session as a system prompt addition so the agent
has full context of the prior exchange.

Context window management (M1-005): if the full history would exceed 80%
of the model's context window (estimated at ~4 chars/token), older messages
are summarized as a simple extractive summary and only the most recent
messages are kept verbatim.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-21 15:46:44 -05:00
S
Description
Self-hosted multi-user AI agent platform — web dashboard, TUI, remote control, shared memory, mission orchestration
MIT
30 MiB
2026-06-11 20:14:20 +00:00
Languages
TypeScript 63.5%
Shell 25.3%
Python 8.8%
JavaScript 1.2%
PowerShell 0.8%
Other 0.2%