@unity-china/codely-cli 1.0.0-rc.15 → 1.0.0-rc.17
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/builtin-agents/explore.toml +1 -1
- package/bundle/builtin-agents/plan.toml +1 -1
- package/bundle/example-prompts/analyze.toml +3 -3
- package/bundle/gemini.js +2341 -2305
- package/bundle/gemini.js.LEGAL.txt +24 -19
- package/bundle/policies/plan.toml +0 -6
- package/bundle/policies/read-only.toml +0 -5
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* @license
|
|
8
|
-
* Copyright 2026
|
|
8
|
+
* Copyright 2026 Google LLC
|
|
9
9
|
* SPDX-License-Identifier: Apache-2.0
|
|
10
10
|
*/
|
|
11
11
|
/**
|
|
@@ -23,21 +23,6 @@
|
|
|
23
23
|
* Copyright 2025 Codely
|
|
24
24
|
* SPDX-License-Identifier: Apache-2.0
|
|
25
25
|
*/
|
|
26
|
-
/**
|
|
27
|
-
* @license
|
|
28
|
-
* Copyright 2026 Codely
|
|
29
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
30
|
-
*/
|
|
31
|
-
/**
|
|
32
|
-
* @license
|
|
33
|
-
* Copyright 2026 Google LLC
|
|
34
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
35
|
-
*/
|
|
36
|
-
/**
|
|
37
|
-
* @license
|
|
38
|
-
* Copyright 2025 Qwen
|
|
39
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
40
|
-
*/
|
|
41
26
|
/**
|
|
42
27
|
* @license
|
|
43
28
|
* Copyright 2025 Codely
|
|
@@ -55,6 +40,21 @@
|
|
|
55
40
|
* - Uses Codely OAuth cli_api_key for authentication
|
|
56
41
|
* - All network errors are silently handled to not affect CLI operation
|
|
57
42
|
*/
|
|
43
|
+
/**
|
|
44
|
+
* @license
|
|
45
|
+
* Copyright 2026
|
|
46
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
* @license
|
|
50
|
+
* Copyright 2026 Codely
|
|
51
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
52
|
+
*/
|
|
53
|
+
/**
|
|
54
|
+
* @license
|
|
55
|
+
* Copyright 2025 Qwen
|
|
56
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
57
|
+
*/
|
|
58
58
|
/**
|
|
59
59
|
* @license
|
|
60
60
|
* Copyright 2026 Google LLC
|
|
@@ -80,6 +80,11 @@
|
|
|
80
80
|
* `TaskCompletionEvent` shape — preserving the existing CLI type surface
|
|
81
81
|
* and keeping all current imports source-compatible.
|
|
82
82
|
*/
|
|
83
|
+
/*
|
|
84
|
+
* @license
|
|
85
|
+
* Copyright 2025 Google LLC
|
|
86
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
87
|
+
*/
|
|
83
88
|
|
|
84
89
|
Bundled license information:
|
|
85
90
|
|
|
@@ -169,6 +174,9 @@ mime-types/index.js:
|
|
|
169
174
|
* MIT Licensed
|
|
170
175
|
*/
|
|
171
176
|
|
|
177
|
+
undici/lib/web/websocket/frame.js:
|
|
178
|
+
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
|
|
179
|
+
|
|
172
180
|
is-extglob/index.js:
|
|
173
181
|
/*!
|
|
174
182
|
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
@@ -215,9 +223,6 @@ queue-microtask/index.js:
|
|
|
215
223
|
run-parallel/index.js:
|
|
216
224
|
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
217
225
|
|
|
218
|
-
undici/lib/web/websocket/frame.js:
|
|
219
|
-
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
|
|
220
|
-
|
|
221
226
|
fzf/dist/fzf.es.js:
|
|
222
227
|
/** @license
|
|
223
228
|
* fzf v0.5.2
|