@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 +1 -1
- package/bundle/gemini.js +1 -1
- package/package.json +1 -1
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) β’ π¨π³ [δΈζζζ‘£](
|
|
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.
|
|
417147
|
+
return "1.0.0-beta.35";
|
|
417148
417148
|
}
|
|
417149
417149
|
|
|
417150
417150
|
// packages/cli/src/ui/commands/types.ts
|