dskcode 0.1.52 → 0.1.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/dist/index.js +126 -117
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -160,6 +160,7 @@ dskcode init
160
160
  | `/model` | 切换模型(DeepSeek-V4-Flash / DeepSeek-V4-Pro) |
161
161
  | `/permissions` | 查看当前权限规则、会话 grants、配置文件加载来源 |
162
162
  | `/mcp` | 列出所有 MCP server 状态;`/mcp restart <name>` 重启;`/mcp reload` 重载 |
163
+ | `/goal` | 目标循环:/goal <condition> 设置并启动评估;/goal [pause\|resume\|clear\|status] 子命令 |
163
164
  | `/clear` | 清空当前对话历史 |
164
165
  | `/help` | 查看所有可用命令 |
165
166
  | `/version` | 显示版本信息 |