@sourcegraph/cody-web 0.8.1 → 0.8.3
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/dist/agent.worker-BRaA9Bfg.mjs +66676 -0
- package/dist/agent.worker.js +2 -2
- package/dist/{browser-D1wtYpbR.mjs → browser-fSoJnYQE.mjs} +18035 -24368
- package/dist/demo/App.d.ts.map +1 -1
- package/dist/{git-log-DzEEgPFA.mjs → git-log-DFDYqWm8.mjs} +2 -2
- package/dist/{index-BC137051.mjs → index-D37eXObq.mjs} +2 -2
- package/dist/index.js +6633 -43
- package/dist/{shell-C59BlM8E.mjs → shell-CMHu3sfo.mjs} +3 -3
- package/dist/style.css +8 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{util-xV842Ayw.mjs → util-HSH4uVeM.mjs} +1 -1
- package/package.json +1 -1
- package/dist/agent.worker-BGToM1eX.mjs +0 -173350
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { e as exec, o as os, a as env, w as window, p as path, b as workspace, U as Uri, l as logError } from "./agent.worker-
|
|
2
|
-
import { a as utilExports } from "./util-
|
|
3
|
-
import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-
|
|
1
|
+
import { e as exec, o as os, a as env, w as window, p as path, b as workspace, U as Uri, l as logError } from "./agent.worker-BRaA9Bfg.mjs";
|
|
2
|
+
import { a as utilExports } from "./util-HSH4uVeM.mjs";
|
|
3
|
+
import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-fSoJnYQE.mjs";
|
|
4
4
|
var define_process_default = { env: {} };
|
|
5
5
|
const _exec = utilExports.promisify(exec);
|
|
6
6
|
async function getContextFileFromShell(command) {
|
package/dist/style.css
CHANGED
|
@@ -211,7 +211,7 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
|
|
|
211
211
|
color: var(--vscode-input-foreground);
|
|
212
212
|
opacity: 0.5;
|
|
213
213
|
}
|
|
214
|
-
._outer-
|
|
214
|
+
._outer-container_t0bbj_1 {
|
|
215
215
|
background-color: var(--vscode-sideBar-background);
|
|
216
216
|
display: flex;
|
|
217
217
|
flex-direction: column;
|
|
@@ -220,13 +220,13 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
|
|
|
220
220
|
overflow: hidden;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
._error-
|
|
223
|
+
._error-container_t0bbj_10 {
|
|
224
224
|
display: flex;
|
|
225
225
|
flex-direction: column-reverse;
|
|
226
226
|
gap: 0.5rem;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.
|
|
229
|
+
._error_t0bbj_10 {
|
|
230
230
|
flex-direction: row;
|
|
231
231
|
display: flex;
|
|
232
232
|
padding: 1rem;
|
|
@@ -238,10 +238,10 @@ html[data-ide=JetBrains] ._template-input-node_14yoh_1 {
|
|
|
238
238
|
align-items: baseline;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
._close-
|
|
241
|
+
._close-btn_t0bbj_28 {
|
|
242
242
|
position: absolute;
|
|
243
243
|
top: 0.65rem;
|
|
244
|
-
right: 0.
|
|
244
|
+
right: 0.65rem;
|
|
245
245
|
background: none;
|
|
246
246
|
border: none;
|
|
247
247
|
color: var(--vscode-input-foreground);
|
|
@@ -1935,6 +1935,9 @@ imported in Sourcegraph shell.
|
|
|
1935
1935
|
.tw-col-span-4 {
|
|
1936
1936
|
grid-column: span 4 / span 4;
|
|
1937
1937
|
}
|
|
1938
|
+
.tw-m-4 {
|
|
1939
|
+
margin: 8px;
|
|
1940
|
+
}
|
|
1938
1941
|
.tw-m-5 {
|
|
1939
1942
|
margin: 10px;
|
|
1940
1943
|
}
|