0.14.0
Persistent Agent Memory and Billing Display Fix
This release adds a persistent memory system for agents and fixes the /model billing display for accounts on token-based pricing.
Features
- Persistent agent memory -- Agents can now retain context across sessions via
MEMORY.mdin workspace roots. On session compaction, key learnings are automatically saved. After idle periods, an ephemeral session consolidates and organizes the memory file. Cloud memory tools (store_memory/vote_memory) are excluded by default; enable withmemory.cloudMemory: true. (#217)
Fixes
/modelbilling display -- Fixedundefinedxin the Billing column for accounts using token-based pricing. The/modellisting now shows Input, Cached input, and Output costs per 1M tokens. Accounts still on the legacy multiplier format continue to work. Includes a note for Anthropic cache write costs not reported by the API. (#218)
Dependencies
@github/copilot1.0.36 -> 1.0.42@slack/bolt4.7.0 -> 4.7.2- axios security patch