We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8cb6d4 + 136ffe5 commit e993288Copy full SHA for e993288
3 files changed
.changeset/sync-upstream-v0.16.0.md
CHANGELOG.md
@@ -1,5 +1,29 @@
1
# @minidoracat/openspec-tw
2
3
+## 0.16.0
4
+
5
+### Minor Changes
6
7
+- b7e619a: 同步原版 v0.16.0
8
9
+ **新增 AI 工具支援**:
10
11
+ - iFlow-cli
12
+ - Antigravity
13
14
+ **程式碼重構**:
15
16
+ - 新增 TomlSlashCommandConfigurator 基底類別
17
+ - 重構 Gemini 和 Qwen 配置器使用新基底類別
18
19
+ **功能改進**:
20
21
+ - 新增 IDE 重啟提示(繁體中文本地化)
22
23
+ **Bug 修復**:
24
25
+ - 修正 Qwen Code slash 命令檔名(.md → .toml)
26
27
## 0.15.0
28
29
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@minidoracat/openspec-tw",
- "version": "0.15.0",
+ "version": "0.16.0",
"description": "繁體中文 AI 原生的規範驅動開發系統",
"keywords": [
"openspec",
0 commit comments