Skip to content

0.14.0

Choose a tag to compare

@ChrisRomp ChrisRomp released this 11 May 17:30
· 13 commits to main since this release
6e7666f

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.md in 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 with memory.cloudMemory: true. (#217)

Fixes

  • /model billing display -- Fixed undefinedx in the Billing column for accounts using token-based pricing. The /model listing 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/copilot 1.0.36 -> 1.0.42
  • @slack/bolt 4.7.0 -> 4.7.2
  • axios security patch