@sourcegraph/cody-web 0.8.2 → 0.9.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/dist/agent.worker-BkGIISm4.mjs +73263 -0
- package/dist/agent.worker.js +2 -2
- package/dist/{browser-BOPUs1B6.mjs → browser-BeeBuz0g.mjs} +15393 -26733
- package/dist/demo/App.d.ts.map +1 -1
- package/dist/{git-log-I_XFP7Ys.mjs → git-log-D_9yysRz.mjs} +2 -2
- package/dist/{index-Cn5rZvtV.mjs → index-CGvgvDrO.mjs} +2 -2
- package/dist/index.js +6835 -260
- package/dist/lib/agent/shims/inline-completion-item-provider.d.ts +2 -3
- package/dist/lib/agent/shims/inline-completion-item-provider.d.ts.map +1 -1
- package/dist/{shell-BJpPLvT9.mjs → shell-06IUz87L.mjs} +2 -2
- package/dist/style.css +14 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/dist/agent.worker-DwbwPMEN.mjs +0 -173315
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
};
|
|
1
|
+
import type { Observable } from 'observable-fns';
|
|
2
|
+
export declare function createInlineCompletionItemProvider(): Observable<void>;
|
|
4
3
|
//# sourceMappingURL=inline-completion-item-provider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-completion-item-provider.d.ts","sourceRoot":"","sources":["../../../../lib/agent/shims/inline-completion-item-provider.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"inline-completion-item-provider.d.ts","sourceRoot":"","sources":["../../../../lib/agent/shims/inline-completion-item-provider.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAEhD,wBAAgB,kCAAkC,IAAI,UAAU,CAAC,IAAI,CAAC,CAErE"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { u as util, 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 { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-
|
|
1
|
+
import { u as util, 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-BkGIISm4.mjs";
|
|
2
|
+
import { w as wrapInActiveSpan, T as TokenCounterUtils, C as ContextItemSource } from "./browser-BeeBuz0g.mjs";
|
|
3
3
|
var define_process_default = { env: {} };
|
|
4
4
|
const _exec = util.promisify(exec);
|
|
5
5
|
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);
|
|
@@ -2400,6 +2400,9 @@ imported in Sourcegraph shell.
|
|
|
2400
2400
|
.tw-bg-popover {
|
|
2401
2401
|
background-color: var(--vscode-quickInput-background);
|
|
2402
2402
|
}
|
|
2403
|
+
.tw-bg-status-offline-background {
|
|
2404
|
+
background-color: var(--vscode-statusBarItem-offlineBackground);
|
|
2405
|
+
}
|
|
2403
2406
|
.tw-bg-transparent {
|
|
2404
2407
|
background-color: transparent;
|
|
2405
2408
|
}
|
|
@@ -2536,6 +2539,9 @@ imported in Sourcegraph shell.
|
|
|
2536
2539
|
.tw-text-xxs {
|
|
2537
2540
|
font-size: calc(calc(10/13)*var(--vscode-font-size));
|
|
2538
2541
|
}
|
|
2542
|
+
.tw-font-bold {
|
|
2543
|
+
font-weight: 700;
|
|
2544
|
+
}
|
|
2539
2545
|
.tw-font-medium {
|
|
2540
2546
|
font-weight: 500;
|
|
2541
2547
|
}
|
|
@@ -2596,6 +2602,9 @@ imported in Sourcegraph shell.
|
|
|
2596
2602
|
.tw-text-popover-foreground {
|
|
2597
2603
|
color: var(--vscode-dropdown-foreground);
|
|
2598
2604
|
}
|
|
2605
|
+
.tw-text-status-offline-foreground {
|
|
2606
|
+
color: var(--vscode-statusBarItem-offlineForeground);
|
|
2607
|
+
}
|
|
2599
2608
|
.tw-underline-offset-4 {
|
|
2600
2609
|
text-underline-offset: 4px;
|
|
2601
2610
|
}
|