@unity-china/codely-cli 1.0.0-rc.14 → 1.0.0-rc.16
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 +2347 -2312
- package/bundle/gemini.js.LEGAL.txt +19 -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
|
|
@@ -169,6 +169,9 @@ mime-types/index.js:
|
|
|
169
169
|
* MIT Licensed
|
|
170
170
|
*/
|
|
171
171
|
|
|
172
|
+
undici/lib/web/websocket/frame.js:
|
|
173
|
+
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
|
|
174
|
+
|
|
172
175
|
is-extglob/index.js:
|
|
173
176
|
/*!
|
|
174
177
|
* is-extglob <https://github.com/jonschlinkert/is-extglob>
|
|
@@ -215,9 +218,6 @@ queue-microtask/index.js:
|
|
|
215
218
|
run-parallel/index.js:
|
|
216
219
|
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
217
220
|
|
|
218
|
-
undici/lib/web/websocket/frame.js:
|
|
219
|
-
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
|
|
220
|
-
|
|
221
221
|
fzf/dist/fzf.es.js:
|
|
222
222
|
/** @license
|
|
223
223
|
* fzf v0.5.2
|