co-mono/packages
Mario Zechner 2add465fbe Serialize conversation to text for summarization
Instead of passing conversation as LLM messages (which makes the model
try to continue it), serialize to text wrapped in <conversation> tags.

- serializeConversation() formats messages as [User]/[Assistant]/[Tool result]
- Tool calls shown as function(args) format
- Tool results truncated to prevent bloat
- Conversation wrapped in <conversation> tags in the prompt
2025-12-30 22:42:24 +01:00
..
agent Support multiple messages in agent.prompt() and agentLoop 2025-12-30 22:42:22 +01:00
ai Store file lists in BranchSummaryEntry.details for cumulative tracking 2025-12-30 22:42:24 +01:00
coding-agent Serialize conversation to text for summarization 2025-12-30 22:42:24 +01:00
mom WIP: Major cleanup - move Attachment to consumers, simplify agent API 2025-12-30 22:42:20 +01:00
pods Release v0.30.2 2025-12-26 03:25:55 +01:00
tui fix(tui): render HTML tags as plain text in Markdown component 2025-12-30 22:42:24 +01:00
web-ui Remove proxy package 2025-12-30 22:42:21 +01:00