@unity-china/codely-cli 1.0.0-rc.12 → 1.0.0-rc.14
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/bundle/gemini.js +1239 -1235
- package/bundle/gemini.js.LEGAL.txt +5 -5
- package/bundle/web-ui/dist/public/app.js +25 -25
- package/package.json +1 -1
|
@@ -28,6 +28,11 @@
|
|
|
28
28
|
* Copyright 2026 Codely
|
|
29
29
|
* SPDX-License-Identifier: Apache-2.0
|
|
30
30
|
*/
|
|
31
|
+
/**
|
|
32
|
+
* @license
|
|
33
|
+
* Copyright 2026 Google LLC
|
|
34
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
35
|
+
*/
|
|
31
36
|
/**
|
|
32
37
|
* @license
|
|
33
38
|
* Copyright 2025 Qwen
|
|
@@ -50,11 +55,6 @@
|
|
|
50
55
|
* - Uses Codely OAuth cli_api_key for authentication
|
|
51
56
|
* - All network errors are silently handled to not affect CLI operation
|
|
52
57
|
*/
|
|
53
|
-
/**
|
|
54
|
-
* @license
|
|
55
|
-
* Copyright 2026 Google LLC
|
|
56
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
57
|
-
*/
|
|
58
58
|
/**
|
|
59
59
|
* @license
|
|
60
60
|
* Copyright 2026 Google LLC
|