@unity-china/codely-cli 1.0.0-beta.34 β†’ 1.0.0-beta.35

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/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  **AI-powered command-line workflow tool for developers**
13
13
 
14
- 🌐 [Official Website](https://codely.tuanjie.cn/) β€’ πŸ“– [Documentation](https://yousandi.feishu.cn/wiki/Sqmlw31sYiTm8qkh7s1cSlbenmb) β€’ πŸ‡¨πŸ‡³ [δΈ­ζ–‡ζ–‡ζ‘£](./README.zh-CN.md)
14
+ 🌐 [Official Website](https://codely.tuanjie.cn/) β€’ πŸ“– [Documentation](https://yousandi.feishu.cn/wiki/Sqmlw31sYiTm8qkh7s1cSlbenmb) β€’ πŸ‡¨πŸ‡³ [δΈ­ζ–‡ζ–‡ζ‘£](https://yousandi.feishu.cn/wiki/Sqmlw31sYiTm8qkh7s1cSlbenmb)
15
15
 
16
16
  [Installation](#installation) β€’ [Quick Start](#quick-start) β€’ [Features](#key-features)
17
17
 
package/bundle/gemini.js CHANGED
@@ -417144,7 +417144,7 @@ async function getPackageJson2() {
417144
417144
  // packages/cli/src/utils/version.ts
417145
417145
  async function getCliVersion() {
417146
417146
  const pkgJson = await getPackageJson2();
417147
- return "1.0.0-beta.34";
417147
+ return "1.0.0-beta.35";
417148
417148
  }
417149
417149
 
417150
417150
  // packages/cli/src/ui/commands/types.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-beta.34",
3
+ "version": "1.0.0-beta.35",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },