@nick848/sf-cli 1.0.4 → 1.0.8

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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,49 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## v1.0.8 (2026-03-22)
9
+
10
+ **交互改进**
11
+
12
+ - ✨ 简化规格确认流程 - 直接输入 `y` 确认,`n` 重新生成
13
+ - ✨ 智能需求拆分 - 根据关键词和URL自动识别任务类型
14
+ - 🔄 propose 阶段支持重新生成规格
15
+
16
+ **任务拆分优化**
17
+
18
+ - 自动识别参考界面URL并生成分析任务
19
+ - 根据需求关键词拆分功能点(排盘、界面、数据、图表等)
20
+ - 支持中文自然语言确认(确认、重新、不满意)
21
+
22
+ ## v1.0.7 (2026-03-22)
23
+
24
+ **新增功能**
25
+
26
+ - ✨ 多工作流管理 - 支持同时管理多个活跃变更
27
+ - 📋 `/opsx:list` - 列出所有活跃工作流
28
+ - 🔄 `/opsx:switch <变更ID>` - 切换工作流
29
+
30
+ **改进**
31
+
32
+ - 🔧 状态文件独立存储 - `.workflow-states/{changeId}.json`
33
+ - 🔧 自动迁移旧格式状态文件
34
+ - 🔧 简化工作流切换逻辑
35
+
36
+ ## v1.0.6 (2026-03-22)
37
+
38
+ **修复问题**
39
+
40
+ - 🐛 修复 `/opsx:*` 命令无法识别的问题
41
+ - 🔧 `opsx:*` 命令直接通过解析器验证,无需预定义列表
42
+ - 🔧 `opsx:*` 命令始终允许执行(工作流管理命令)
43
+
44
+ ## v1.0.5 (2026-03-22)
45
+
46
+ **修复问题**
47
+
48
+ - 🐛 修复交互问题 - 移除编号选项,改为直接显示可用命令
49
+ - 🎨 改进工作流状态显示 - 显示进度条和详细信息
50
+
8
51
  ## v1.0.4 (2026-03-22)
9
52
 
10
53
  **新增功能**