@unity-china/codely-cli 1.0.0-rc.15 → 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.
@@ -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
@@ -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.16",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },