@tencent-ai/codebuddy-code 2.100.1 → 2.101.0
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/CHANGELOG.md +25 -0
- package/dist/codebuddy-headless.js +153 -150
- package/dist/codebuddy.js +149 -146
- package/dist/web-ui/assets/index-9X2LkU-w.css +32 -0
- package/dist/web-ui/assets/{index-DlV6l3G1.js → index-Co5qIufv.js} +116 -116
- package/dist/web-ui/index.html +2 -2
- package/dist/web-ui/sw.js +1 -1
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +4 -4
- package/product.selfhosted.json +2 -2
- package/vendor/sandbox/SandboxExt.xcframework/Info.plist +30 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Headers/SandboxExt-Swift.h +900 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Headers/SandboxExt.h +34 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Headers/fileprovider_bridge.h +125 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Headers/projfs_types.h +34 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Headers/xlog_bridge.h +106 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/arm64-apple-macos.abi.json +43957 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/arm64-apple-macos.package.swiftinterface +1085 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/arm64-apple-macos.private.swiftinterface +1084 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/arm64-apple-macos.swiftdoc +0 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/arm64-apple-macos.swiftinterface +1084 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/x86_64-apple-macos.abi.json +43957 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/x86_64-apple-macos.package.swiftinterface +1085 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/x86_64-apple-macos.private.swiftinterface +1084 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/x86_64-apple-macos.swiftdoc +0 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/SandboxExt.swiftmodule/x86_64-apple-macos.swiftinterface +1084 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Modules/module.modulemap +10 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/Resources/Info.plist +46 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/SandboxExt +3 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/SandboxExt.framework/Versions/A/_CodeSignature/CodeResources +240 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/dSYMs/SandboxExt.framework.dSYM/Contents/Info.plist +20 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/dSYMs/SandboxExt.framework.dSYM/Contents/Resources/DWARF/SandboxExt +3 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/dSYMs/SandboxExt.framework.dSYM/Contents/Resources/Relocations/aarch64/SandboxExt.yml +3413 -0
- package/vendor/sandbox/SandboxExt.xcframework/macos-arm64_x86_64/dSYMs/SandboxExt.framework.dSYM/Contents/Resources/Relocations/x86_64/SandboxExt.yml +3390 -0
- package/vendor/sandbox/WorkBuddySandboxHelper +3 -0
- package/vendor/sandbox/WorkbuddyFileProvider.appex/Contents/Info.plist +59 -0
- package/vendor/sandbox/WorkbuddyFileProvider.appex/Contents/MacOS/WorkbuddyFileProvider +3 -0
- package/vendor/sandbox/WorkbuddyFileProvider.appex/Contents/_CodeSignature/CodeResources +123 -0
- package/vendor/sandbox/WorkbuddyFileProvider.appex/Contents/embedded.provisionprofile +0 -0
- package/vendor/sandbox/WorkbuddyNetworkExtension.appex/Contents/Info.plist +55 -0
- package/vendor/sandbox/WorkbuddyNetworkExtension.appex/Contents/MacOS/WorkbuddyNetworkExtension +3 -0
- package/vendor/sandbox/WorkbuddyNetworkExtension.appex/Contents/_CodeSignature/CodeResources +123 -0
- package/vendor/sandbox/WorkbuddyNetworkExtension.appex/Contents/embedded.provisionprofile +0 -0
- package/vendor/sandbox/libsandbox_ffi.dylib +3 -0
- package/vendor/sandbox/sandbox-cli +0 -0
- package/vendor/sandbox/sandbox-cli.exe +0 -0
- package/vendor/sandbox/sandbox_ffi.dll +0 -0
- package/vendor/sandbox/tsbx.dll +0 -0
- package/vendor/sandbox/tsbx_sdk.dll +0 -0
- package/dist/web-ui/assets/index-DOB9MrWi.css +0 -32
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>BuildMachineOSBuild</key>
|
|
6
|
+
<string>25E253</string>
|
|
7
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
8
|
+
<string>en</string>
|
|
9
|
+
<key>CFBundleExecutable</key>
|
|
10
|
+
<string>SandboxExt</string>
|
|
11
|
+
<key>CFBundleIdentifier</key>
|
|
12
|
+
<string>com.tencent.workbuddy.SandboxExt</string>
|
|
13
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
+
<real>6</real>
|
|
15
|
+
<key>CFBundleName</key>
|
|
16
|
+
<string>SandboxExt</string>
|
|
17
|
+
<key>CFBundlePackageType</key>
|
|
18
|
+
<string>FMWK</string>
|
|
19
|
+
<key>CFBundleShortVersionString</key>
|
|
20
|
+
<real>1</real>
|
|
21
|
+
<key>CFBundleSupportedPlatforms</key>
|
|
22
|
+
<array>
|
|
23
|
+
<string>MacOSX</string>
|
|
24
|
+
</array>
|
|
25
|
+
<key>CFBundleVersion</key>
|
|
26
|
+
<integer>1</integer>
|
|
27
|
+
<key>DTCompiler</key>
|
|
28
|
+
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
29
|
+
<key>DTPlatformBuild</key>
|
|
30
|
+
<string>25E236</string>
|
|
31
|
+
<key>DTPlatformName</key>
|
|
32
|
+
<string>macosx</string>
|
|
33
|
+
<key>DTPlatformVersion</key>
|
|
34
|
+
<string>26.4</string>
|
|
35
|
+
<key>DTSDKBuild</key>
|
|
36
|
+
<string>25E236</string>
|
|
37
|
+
<key>DTSDKName</key>
|
|
38
|
+
<string>macosx26.4</string>
|
|
39
|
+
<key>DTXcode</key>
|
|
40
|
+
<string>2640</string>
|
|
41
|
+
<key>DTXcodeBuild</key>
|
|
42
|
+
<string>17E192</string>
|
|
43
|
+
<key>LSMinimumSystemVersion</key>
|
|
44
|
+
<string>12.0</string>
|
|
45
|
+
</dict>
|
|
46
|
+
</plist>
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>files</key>
|
|
6
|
+
<dict>
|
|
7
|
+
<key>Resources/Info.plist</key>
|
|
8
|
+
<data>
|
|
9
|
+
gAtMOxSnMFs8HZSEWloYCAR52YY=
|
|
10
|
+
</data>
|
|
11
|
+
</dict>
|
|
12
|
+
<key>files2</key>
|
|
13
|
+
<dict>
|
|
14
|
+
<key>Headers/SandboxExt-Swift.h</key>
|
|
15
|
+
<dict>
|
|
16
|
+
<key>hash2</key>
|
|
17
|
+
<data>
|
|
18
|
+
zyxf+VxgiJlfVzzsQFAA0DtcxDoBcsPVoDBp58MmgzM=
|
|
19
|
+
</data>
|
|
20
|
+
</dict>
|
|
21
|
+
<key>Headers/SandboxExt.h</key>
|
|
22
|
+
<dict>
|
|
23
|
+
<key>hash2</key>
|
|
24
|
+
<data>
|
|
25
|
+
IfxbRpSXU3AdnKrwiRITpW6bZGhZvekOO20iwG+t7tk=
|
|
26
|
+
</data>
|
|
27
|
+
</dict>
|
|
28
|
+
<key>Headers/fileprovider_bridge.h</key>
|
|
29
|
+
<dict>
|
|
30
|
+
<key>hash2</key>
|
|
31
|
+
<data>
|
|
32
|
+
ie/s5VhP85XtN4/VOsubBbfKVfB1PCdvrxtZKakCK0s=
|
|
33
|
+
</data>
|
|
34
|
+
</dict>
|
|
35
|
+
<key>Headers/projfs_types.h</key>
|
|
36
|
+
<dict>
|
|
37
|
+
<key>hash2</key>
|
|
38
|
+
<data>
|
|
39
|
+
wbYJkQabP6uybKY3EHyw3H8m2oQHdqGGhZDqMvoIhW4=
|
|
40
|
+
</data>
|
|
41
|
+
</dict>
|
|
42
|
+
<key>Headers/xlog_bridge.h</key>
|
|
43
|
+
<dict>
|
|
44
|
+
<key>hash2</key>
|
|
45
|
+
<data>
|
|
46
|
+
OjnSlShyqqd4ba6OerfDgsFkkc+Uf03hFmBBsun8/ZE=
|
|
47
|
+
</data>
|
|
48
|
+
</dict>
|
|
49
|
+
<key>Modules/SandboxExt.swiftmodule/arm64-apple-macos.abi.json</key>
|
|
50
|
+
<dict>
|
|
51
|
+
<key>hash2</key>
|
|
52
|
+
<data>
|
|
53
|
+
1VqWudeKI5TubxLtEmdyhhaKmNVe0MARZERfuicKe1s=
|
|
54
|
+
</data>
|
|
55
|
+
</dict>
|
|
56
|
+
<key>Modules/SandboxExt.swiftmodule/arm64-apple-macos.package.swiftinterface</key>
|
|
57
|
+
<dict>
|
|
58
|
+
<key>hash2</key>
|
|
59
|
+
<data>
|
|
60
|
+
+XTk4TuIcyS6G/WQ1VgxUrelcUJo8lw3vI+8033fKuI=
|
|
61
|
+
</data>
|
|
62
|
+
</dict>
|
|
63
|
+
<key>Modules/SandboxExt.swiftmodule/arm64-apple-macos.private.swiftinterface</key>
|
|
64
|
+
<dict>
|
|
65
|
+
<key>hash2</key>
|
|
66
|
+
<data>
|
|
67
|
+
aAJ9Q7aXygwwwEZT8jR9XlrNp8Y46sk3Yx2WpUJSpro=
|
|
68
|
+
</data>
|
|
69
|
+
</dict>
|
|
70
|
+
<key>Modules/SandboxExt.swiftmodule/arm64-apple-macos.swiftdoc</key>
|
|
71
|
+
<dict>
|
|
72
|
+
<key>hash2</key>
|
|
73
|
+
<data>
|
|
74
|
+
xMncqLx/5w7XcIGNRvYbBR7j0kreZsbOid+/A3TiJao=
|
|
75
|
+
</data>
|
|
76
|
+
</dict>
|
|
77
|
+
<key>Modules/SandboxExt.swiftmodule/arm64-apple-macos.swiftinterface</key>
|
|
78
|
+
<dict>
|
|
79
|
+
<key>hash2</key>
|
|
80
|
+
<data>
|
|
81
|
+
aAJ9Q7aXygwwwEZT8jR9XlrNp8Y46sk3Yx2WpUJSpro=
|
|
82
|
+
</data>
|
|
83
|
+
</dict>
|
|
84
|
+
<key>Modules/SandboxExt.swiftmodule/x86_64-apple-macos.abi.json</key>
|
|
85
|
+
<dict>
|
|
86
|
+
<key>hash2</key>
|
|
87
|
+
<data>
|
|
88
|
+
1VqWudeKI5TubxLtEmdyhhaKmNVe0MARZERfuicKe1s=
|
|
89
|
+
</data>
|
|
90
|
+
</dict>
|
|
91
|
+
<key>Modules/SandboxExt.swiftmodule/x86_64-apple-macos.package.swiftinterface</key>
|
|
92
|
+
<dict>
|
|
93
|
+
<key>hash2</key>
|
|
94
|
+
<data>
|
|
95
|
+
+xXoyre02sRozyIr5lv+TD1Ym5cQTegWXzCs7u7TSWA=
|
|
96
|
+
</data>
|
|
97
|
+
</dict>
|
|
98
|
+
<key>Modules/SandboxExt.swiftmodule/x86_64-apple-macos.private.swiftinterface</key>
|
|
99
|
+
<dict>
|
|
100
|
+
<key>hash2</key>
|
|
101
|
+
<data>
|
|
102
|
+
9TqcbMGKKJTOc6IirXU165p1D8S4XWyHgICvtMybDk4=
|
|
103
|
+
</data>
|
|
104
|
+
</dict>
|
|
105
|
+
<key>Modules/SandboxExt.swiftmodule/x86_64-apple-macos.swiftdoc</key>
|
|
106
|
+
<dict>
|
|
107
|
+
<key>hash2</key>
|
|
108
|
+
<data>
|
|
109
|
+
yPjeboAoXr/j8u5egDjc8D/qJ9AVELrG755vyBBi5ds=
|
|
110
|
+
</data>
|
|
111
|
+
</dict>
|
|
112
|
+
<key>Modules/SandboxExt.swiftmodule/x86_64-apple-macos.swiftinterface</key>
|
|
113
|
+
<dict>
|
|
114
|
+
<key>hash2</key>
|
|
115
|
+
<data>
|
|
116
|
+
9TqcbMGKKJTOc6IirXU165p1D8S4XWyHgICvtMybDk4=
|
|
117
|
+
</data>
|
|
118
|
+
</dict>
|
|
119
|
+
<key>Modules/module.modulemap</key>
|
|
120
|
+
<dict>
|
|
121
|
+
<key>hash2</key>
|
|
122
|
+
<data>
|
|
123
|
+
dGURpnFcU+ifpwze4Rpx6gJaKxUdTT+kpGObi71u0Co=
|
|
124
|
+
</data>
|
|
125
|
+
</dict>
|
|
126
|
+
<key>Resources/Info.plist</key>
|
|
127
|
+
<dict>
|
|
128
|
+
<key>hash2</key>
|
|
129
|
+
<data>
|
|
130
|
+
a2b58cejngnxtJQOsB1g/JEQAlwfDkUvqO55OoPxScA=
|
|
131
|
+
</data>
|
|
132
|
+
</dict>
|
|
133
|
+
</dict>
|
|
134
|
+
<key>rules</key>
|
|
135
|
+
<dict>
|
|
136
|
+
<key>^Resources/</key>
|
|
137
|
+
<true/>
|
|
138
|
+
<key>^Resources/.*\.lproj/</key>
|
|
139
|
+
<dict>
|
|
140
|
+
<key>optional</key>
|
|
141
|
+
<true/>
|
|
142
|
+
<key>weight</key>
|
|
143
|
+
<real>1000</real>
|
|
144
|
+
</dict>
|
|
145
|
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
|
146
|
+
<dict>
|
|
147
|
+
<key>omit</key>
|
|
148
|
+
<true/>
|
|
149
|
+
<key>weight</key>
|
|
150
|
+
<real>1100</real>
|
|
151
|
+
</dict>
|
|
152
|
+
<key>^Resources/Base\.lproj/</key>
|
|
153
|
+
<dict>
|
|
154
|
+
<key>weight</key>
|
|
155
|
+
<real>1010</real>
|
|
156
|
+
</dict>
|
|
157
|
+
<key>^version.plist$</key>
|
|
158
|
+
<true/>
|
|
159
|
+
</dict>
|
|
160
|
+
<key>rules2</key>
|
|
161
|
+
<dict>
|
|
162
|
+
<key>.*\.dSYM($|/)</key>
|
|
163
|
+
<dict>
|
|
164
|
+
<key>weight</key>
|
|
165
|
+
<real>11</real>
|
|
166
|
+
</dict>
|
|
167
|
+
<key>^(.*/)?\.DS_Store$</key>
|
|
168
|
+
<dict>
|
|
169
|
+
<key>omit</key>
|
|
170
|
+
<true/>
|
|
171
|
+
<key>weight</key>
|
|
172
|
+
<real>2000</real>
|
|
173
|
+
</dict>
|
|
174
|
+
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
|
|
175
|
+
<dict>
|
|
176
|
+
<key>nested</key>
|
|
177
|
+
<true/>
|
|
178
|
+
<key>weight</key>
|
|
179
|
+
<real>10</real>
|
|
180
|
+
</dict>
|
|
181
|
+
<key>^.*</key>
|
|
182
|
+
<true/>
|
|
183
|
+
<key>^Info\.plist$</key>
|
|
184
|
+
<dict>
|
|
185
|
+
<key>omit</key>
|
|
186
|
+
<true/>
|
|
187
|
+
<key>weight</key>
|
|
188
|
+
<real>20</real>
|
|
189
|
+
</dict>
|
|
190
|
+
<key>^PkgInfo$</key>
|
|
191
|
+
<dict>
|
|
192
|
+
<key>omit</key>
|
|
193
|
+
<true/>
|
|
194
|
+
<key>weight</key>
|
|
195
|
+
<real>20</real>
|
|
196
|
+
</dict>
|
|
197
|
+
<key>^Resources/</key>
|
|
198
|
+
<dict>
|
|
199
|
+
<key>weight</key>
|
|
200
|
+
<real>20</real>
|
|
201
|
+
</dict>
|
|
202
|
+
<key>^Resources/.*\.lproj/</key>
|
|
203
|
+
<dict>
|
|
204
|
+
<key>optional</key>
|
|
205
|
+
<true/>
|
|
206
|
+
<key>weight</key>
|
|
207
|
+
<real>1000</real>
|
|
208
|
+
</dict>
|
|
209
|
+
<key>^Resources/.*\.lproj/locversion.plist$</key>
|
|
210
|
+
<dict>
|
|
211
|
+
<key>omit</key>
|
|
212
|
+
<true/>
|
|
213
|
+
<key>weight</key>
|
|
214
|
+
<real>1100</real>
|
|
215
|
+
</dict>
|
|
216
|
+
<key>^Resources/Base\.lproj/</key>
|
|
217
|
+
<dict>
|
|
218
|
+
<key>weight</key>
|
|
219
|
+
<real>1010</real>
|
|
220
|
+
</dict>
|
|
221
|
+
<key>^[^/]+$</key>
|
|
222
|
+
<dict>
|
|
223
|
+
<key>nested</key>
|
|
224
|
+
<true/>
|
|
225
|
+
<key>weight</key>
|
|
226
|
+
<real>10</real>
|
|
227
|
+
</dict>
|
|
228
|
+
<key>^embedded\.provisionprofile$</key>
|
|
229
|
+
<dict>
|
|
230
|
+
<key>weight</key>
|
|
231
|
+
<real>20</real>
|
|
232
|
+
</dict>
|
|
233
|
+
<key>^version\.plist$</key>
|
|
234
|
+
<dict>
|
|
235
|
+
<key>weight</key>
|
|
236
|
+
<real>20</real>
|
|
237
|
+
</dict>
|
|
238
|
+
</dict>
|
|
239
|
+
</dict>
|
|
240
|
+
</plist>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
+
<plist version="1.0">
|
|
4
|
+
<dict>
|
|
5
|
+
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
+
<string>English</string>
|
|
7
|
+
<key>CFBundleIdentifier</key>
|
|
8
|
+
<string>com.apple.xcode.dsym.com.tencent.workbuddy.SandboxExt</string>
|
|
9
|
+
<key>CFBundleInfoDictionaryVersion</key>
|
|
10
|
+
<string>6.0</string>
|
|
11
|
+
<key>CFBundlePackageType</key>
|
|
12
|
+
<string>dSYM</string>
|
|
13
|
+
<key>CFBundleSignature</key>
|
|
14
|
+
<string>????</string>
|
|
15
|
+
<key>CFBundleShortVersionString</key>
|
|
16
|
+
<string>1.0</string>
|
|
17
|
+
<key>CFBundleVersion</key>
|
|
18
|
+
<string>1</string>
|
|
19
|
+
</dict>
|
|
20
|
+
</plist>
|