@unity-china/codely-cli 1.0.0-rc.19 → 1.0.0-rc.28

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.
@@ -8,6 +8,17 @@
8
8
  * Copyright 2026 Google LLC
9
9
  * SPDX-License-Identifier: Apache-2.0
10
10
  */
11
+ /**
12
+ * @license
13
+ * Copyright 2025 Codely
14
+ * SPDX-License-Identifier: Apache-2.0
15
+ *
16
+ * Organization management API service for multi-org support.
17
+ * Provides functions to list organizations and switch to active organization.
18
+ *
19
+ * The server API uses `team_*` field names, but this service maps them to
20
+ * `org_*` at the boundary so that all consumers use consistent org terminology.
21
+ */
11
22
  /**
12
23
  * @license
13
24
  * Copyright 2025 Codely
@@ -85,6 +96,15 @@
85
96
  * Copyright 2025 Google LLC
86
97
  * SPDX-License-Identifier: Apache-2.0
87
98
  */
99
+ /**
100
+ * @license
101
+ * Copyright 2025 Codely
102
+ * SPDX-License-Identifier: Apache-2.0
103
+ *
104
+ * ACP extension methods for organization management.
105
+ * Allows external clients (e.g., VS Code extensions) to list and switch
106
+ * organizations through the ACP protocol.
107
+ */
88
108
 
89
109
  Bundled license information:
90
110
 
@@ -117,6 +137,22 @@ safe-buffer/index.js:
117
137
  * SPDX-License-Identifier: Apache-2.0
118
138
  */
119
139
 
140
+ mime-db/index.js:
141
+ /*!
142
+ * mime-db
143
+ * Copyright(c) 2014 Jonathan Ong
144
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
145
+ * MIT Licensed
146
+ */
147
+
148
+ mime-types/index.js:
149
+ /*!
150
+ * mime-types
151
+ * Copyright(c) 2014 Jonathan Ong
152
+ * Copyright(c) 2015 Douglas Christopher Wilson
153
+ * MIT Licensed
154
+ */
155
+
120
156
  @grpc/proto-loader/build/src/util.js:
121
157
  @grpc/proto-loader/build/src/index.js:
122
158
  /**
@@ -158,22 +194,6 @@ long/umd/index.js:
158
194
  * SPDX-License-Identifier: Apache-2.0
159
195
  */
160
196
 
161
- mime-db/index.js:
162
- /*!
163
- * mime-db
164
- * Copyright(c) 2014 Jonathan Ong
165
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
166
- * MIT Licensed
167
- */
168
-
169
- mime-types/index.js:
170
- /*!
171
- * mime-types
172
- * Copyright(c) 2014 Jonathan Ong
173
- * Copyright(c) 2015 Douglas Christopher Wilson
174
- * MIT Licensed
175
- */
176
-
177
197
  undici/lib/web/websocket/frame.js:
178
198
  /*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
179
199
 
@@ -50,12 +50,6 @@ decision = "allow"
50
50
  priority = 70
51
51
  modes = ["plan"]
52
52
 
53
- [[rule]]
54
- toolName = "read_many_files"
55
- decision = "allow"
56
- priority = 70
57
- modes = ["plan"]
58
-
59
53
  [[rule]]
60
54
  toolName = "analyze_multimedia"
61
55
  decision = "allow"
@@ -26,11 +26,6 @@ toolName = "read_file"
26
26
  decision = "allow"
27
27
  priority = 50
28
28
 
29
- [[rule]]
30
- toolName = "read_many_files"
31
- decision = "allow"
32
- priority = 50
33
-
34
29
  [[rule]]
35
30
  toolName = "web_search"
36
31
  decision = "allow"
@@ -33,11 +33,6 @@ toolName = "run_shell_command"
33
33
  decision = "ask_user"
34
34
  priority = 10
35
35
 
36
- [[rule]]
37
- toolName = "save_memory"
38
- decision = "ask_user"
39
- priority = 10
40
-
41
36
  [[rule]]
42
37
  toolName = "activate_skill"
43
38
  decision = "ask_user"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unity-china/codely-cli",
3
- "version": "1.0.0-rc.19",
3
+ "version": "1.0.0-rc.28",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },