@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.
@@ -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
@@ -66,12 +66,6 @@ decision = "allow"
66
66
  priority = 70
67
67
  modes = ["plan"]
68
68
 
69
- [[rule]]
70
- toolName = "sequential_thinking"
71
- decision = "allow"
72
- priority = 70
73
- modes = ["plan"]
74
-
75
69
  [[rule]]
76
70
  toolName = "job_create"
77
71
  decision = "allow"
@@ -36,11 +36,6 @@ toolName = "web_search"
36
36
  decision = "allow"
37
37
  priority = 50
38
38
 
39
- [[rule]]
40
- toolName = "sequential_thinking"
41
- decision = "allow"
42
- priority = 50
43
-
44
39
  [[rule]]
45
40
  toolName = "analyze_multimedia"
46
41
  decision = "allow"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.15",
3
+ "version": "1.0.0-rc.17",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },