mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
Create activity curator that consolidates hundreds of tiny message chunks into clean, human-readable text. Saves tokens and improves readability dramatically. Changes: - Add activity-curator.ts with curateAgentActivity() function - Consolidate agent_message_chunk fragments into complete messages - Format tool calls with status, input/output in readable structure - Display plans with status icons (✅ completed, 🔄 in_progress, ⏳ pending) - Add priority indicators (🔴 high, 🟡 medium, 🟢 low) - Update get_agent_activity to support format='curated' (default) or 'raw' - Curated format returns clean markdown text instead of JSON array Example: 363 raw updates consolidating to single clean message instead of 363 JSON objects with fragments like " it.", " fix", "ify what". 🤖 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>