lmzhen/dsh-evolution--packages-evolution-activity1

@deepseek-ai/dsh-evolution-activity

Durable activity store for self-evolution plan outcomes

包名
@deepseek-ai/dsh-evolution-activity
版本
0.3.70
许可证
MIT
最近更新
2026年9月12日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration

  • maxItems: bound on the retained activity sidecar (default DEFAULT_MAX_ITEMS = 200). A non-finite value (NaN/±Infinity) falls back to the default (0.3.19, S6.4 guard), while a non-positive value (0 or negative) fails loud at the schema — z.number().min(1) — because slice(-0) would keep everything and disable the retention window (G3.1, 0.3.23).