gsd-trae 1.1.0 → 1.1.1

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
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.1.1] - 2026-03-16
11
+
12
+ ### Changed
13
+ - 安装完成后的提示信息改为"在 Trae 中与 SOLO Coder 聊天时输入"
14
+
10
15
  ## [1.1.0] - 2026-03-16
11
16
 
12
17
  ### Added
package/install.sh CHANGED
@@ -89,4 +89,4 @@ echo " - gsd-agents.md"
89
89
  echo " - gsd-references.md"
90
90
  echo ""
91
91
  echo "🚀 开始使用:"
92
- echo " 在 Trae 中输入 /gsd:new-project"
92
+ echo " 在 Trae 中与 SOLO Coder 聊天时输入 /gsd:new-project"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-trae",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "GSD (Get Shit Done) framework adapter for Trae IDE",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {