Skip to content

v2.1

Compare
Choose a tag to compare
@snakeying snakeying released this 16 Sep 19:56
· 79 commits to main since this release
5438cd8

🔄 对话管理与语言设置优化

  1. 对话记录功能改进:
    • 保留默认最大历史记录为50条
    • 新增时间限制(TTL)机制:
      • 即使未达到50条上限,30天内未使用 /new 命令的对话记录将自动清除
      • 平衡了存储效率和用户便利性
  2. 语言设置优化:
    • 为语言偏好设置添加有效期(TTL)
    • 默认过期时间设为1年
    • 提供长期稳定的语言体验,同时允许定期更新

🔄 Conversation Management and Language Setting Optimization

  1. Dialogue History Feature Improvement:
    • Retained default maximum history of 50 messages
    • Introduced Time-To-Live (TTL) mechanism:
      • Conversation records automatically cleared after 30 days of inactivity (/new command not used), even if below 50 message limit
      • Balances storage efficiency with user convenience
  2. Language Setting Enhancement:
    • Added Time-To-Live (TTL) for language preference settings
    • Default expiration time set to 1 year
    • Provides long-term stable language experience while allowing periodic updates