bb0ee3ebac231a252ff1678125eb666b76ecc2c9
Covers the full persistence flow: - User messages are persisted via ConversationsRepo.addMessage with correct role/content - Assistant responses are persisted with model, provider, tokens, and toolCalls metadata - Session resume maps DB messages to ConversationHistoryMessage for context injection - buildHistoryPromptSection formats history into system prompt (full and summarized paths) - GET /api/conversations/search returns matching messages via ConversationsController - End-to-end simulation: create conversation → persist messages → load history on resume Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Merge pull request 'feat(gateway): add Anthropic, OpenAI, Z.ai LLM providers (P8-002)' (#212) from feat/p8-002-llm-providers into main
Description
Self-hosted multi-user AI agent platform — web dashboard, TUI, remote control, shared memory, mission orchestration
Releases
13
Languages
TypeScript
77.6%
Shell
17.4%
PowerShell
2.5%
JavaScript
1.2%
Python
0.9%
Other
0.3%