@sourcegraph/cody-web 0.31.1 → 0.32.1

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.
@@ -1,2 +1,2 @@
1
- import "./agent.worker-f0xW2blH.mjs";
2
- import "./vscode-shim-BMQfq1RF.mjs";
1
+ import "./agent.worker-CKzz1GcO.mjs";
2
+ import "./vscode-shim-BmcAncjv.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../demo/App.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAU/B,OAAO,2CAA2C,CAAA;AA4BlD,eAAO,MAAM,GAAG,EAAE,EAajB,CAAA"}
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../../demo/App.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAA;AAS/B,OAAO,2CAA2C,CAAA;AAmClD,eAAO,MAAM,GAAG,EAAE,EAMjB,CAAA"}
@@ -1,4 +1,4 @@
1
- import { w as wrapInActiveSpan, p as path, U as Uri, C as ContextItemSource, s as spawn } from "./vscode-shim-BMQfq1RF.mjs";
1
+ import { w as wrapInActiveSpan, p as path, C as ContextItemSource, U as Uri, s as spawn } from "./vscode-shim-BmcAncjv.mjs";
2
2
  async function getContextFileFromGitLog(file, options) {
3
3
  return wrapInActiveSpan("commands.context.git-log", async (span) => {
4
4
  const cwd = path.dirname(file.fsPath);
@@ -1,8 +1,8 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { U as Uri, P as Position, R as Range, a as window, D as DiagnosticSeverity, b as workspace, c as commands, t as telemetryRecorder, d as ps, e as dedent, T as ThemeColor, l as languages, f as CodeLens, g as Disposable } from "./vscode-shim-BMQfq1RF.mjs";
5
- import { u as updateRangeMultipleChanges, e as executeEdit, T as TERMINAL_EDIT_STATES, s as setTutorialUri, l as logSidebarClick } from "./agent.worker-f0xW2blH.mjs";
4
+ import { P as Position, R as Range, U as Uri, a as window, c as commands, t as telemetryRecorder, b as workspace, d as ps, D as DiagnosticSeverity, e as dedent, l as languages, f as CodeLens, T as ThemeColor, g as Disposable } from "./vscode-shim-BmcAncjv.mjs";
5
+ import { u as updateRangeMultipleChanges, e as executeEdit, T as TERMINAL_EDIT_STATES, s as setTutorialUri, l as logSidebarClick } from "./agent.worker-CKzz1GcO.mjs";
6
6
  const EMOJI_SVG_TEMPLATE = `<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg">
7
7
  <text x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="Arial" font-size="24px">{emoji}</text>
8
8
  </svg>`;
@@ -121,7 +121,7 @@ const registerAutocompleteListener = (editor, activeStep) => {
121
121
  });
122
122
  return disposable;
123
123
  };
124
- var define_process_default = { env: {} };
124
+ var define_process_default = {};
125
125
  const getStepContent = (step) => {
126
126
  let stepContent = "";
127
127
  switch (step) {