@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.
- package/bundle/builtin-agents/explore.toml +1 -1
- package/bundle/builtin-agents/plan.toml +1 -1
- package/bundle/gemini.js +1645 -1546
- package/bundle/gemini.js.LEGAL.txt +36 -16
- package/bundle/policies/plan.toml +0 -6
- package/bundle/policies/read-only.toml +0 -5
- package/bundle/policies/write.toml +0 -5
- package/package.json +1 -1
|
@@ -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
|
|