@nick848/sf-cli 1.0.7 → 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,20 @@ 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
+
8
22
  ## v1.0.7 (2026-03-22)
9
23
 
10
24
  **新增功能**