dsh-cheatengine v0.1.0
Progressive disclosure: keep the model-facing tool catalog small.
- 默认只暴露 ce_status / ce_connect / ce_tool_search 三个常驻工具
- 其余 27 个 ce_* 工具通过 ce_tool_search 按需解锁(解锁从下一请求生效,会话内保持)
- 危险工具(写内存/断点/脚本)必须显式解锁
- 同步更新 TS 源码与 JS 运行时产物
Progressive disclosure: keep the model-facing tool catalog small.