co-mono/packages
Mario Zechner 4e01eca40e mom: add working memory system and improve log querying
- Add MEMORY.md files for persistent working memory
  - Global memory: workspace/MEMORY.md (shared across channels)
  - Channel memory: workspace/<channel>/MEMORY.md (channel-specific)
  - Automatically loaded into system prompt on each request

- Enhance JSONL log format with ISO 8601 dates
  - Add 'date' field for easy grepping (e.g., grep '"date":"2025-11-26"')
  - Migrated existing logs to include date field

- Improve log query efficiency
  - Add jq query patterns to prevent context overflow
  - Emphasize limiting NUMBER of messages (10-50), not truncating text
  - Show full message text and attachments in queries
  - Handle null/empty attachments with (.attachments // [])

- Optimize system prompt
  - Add current date/time for date-aware operations
  - Format recent messages as TSV (43% token savings vs raw JSONL)
  - Add efficient query examples with both JSON and TSV output

- Enhanced security documentation
  - Add prompt injection risk warnings
  - Document credential exfiltration scenarios
  - Provide mitigation strategies
2025-11-26 13:21:43 +01:00
..
agent v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00
ai v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00
coding-agent v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00
mom mom: add working memory system and improve log querying 2025-11-26 13:21:43 +01:00
pods v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00
proxy v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00
tui v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00
web-ui v0.9.4: Mom Slack bot with Docker sandbox 2025-11-26 01:50:28 +01:00