@sourcegraph/cody-web 0.16.0 → 0.18.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-BdewRBNK.mjs → agent.worker-BdO3dQ4H.mjs} +2711 -1830
- package/dist/agent.worker.js +2 -2
- package/dist/{browser-G2Sk6JX6.mjs → browser-CSavJDeQ.mjs} +4584 -3900
- package/dist/{git-log-DItYSBwy.mjs → git-log-BrfMXsI3.mjs} +2 -2
- package/dist/{index-X0uUM_QE.mjs → index-BbjC2_76.mjs} +3 -3
- package/dist/index.js +11096 -10198
- package/dist/lib/agent/agent.client.d.ts.map +1 -1
- package/dist/lib/components/CodyWebChat.d.ts.map +1 -1
- package/dist/style.css +277 -225
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as path, U as Uri, s as spawn } from "./agent.worker-
|
|
2
|
-
import { w as wrapInActiveSpan, C as ContextItemSource } from "./browser-
|
|
1
|
+
import { p as path, U as Uri, s as spawn } from "./agent.worker-BdO3dQ4H.mjs";
|
|
2
|
+
import { w as wrapInActiveSpan, C as ContextItemSource } from "./browser-CSavJDeQ.mjs";
|
|
3
3
|
async function getContextFileFromGitLog(file, options) {
|
|
4
4
|
return wrapInActiveSpan("commands.context.git-log", async (span) => {
|
|
5
5
|
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, w as window, D as DiagnosticSeverity, a as workspace, u as updateRangeMultipleChanges, c as commands, e as executeEdit, T as TERMINAL_EDIT_STATES, b as ThemeColor, l as languages, C as CodeLens, d as setTutorialUri, f as logSidebarClick, g as Disposable } from "./agent.worker-
|
|
5
|
-
import { t as telemetryRecorder, p as ps, d as dedent } from "./browser-
|
|
4
|
+
import { U as Uri, P as Position, R as Range, w as window, D as DiagnosticSeverity, a as workspace, u as updateRangeMultipleChanges, c as commands, e as executeEdit, T as TERMINAL_EDIT_STATES, b as ThemeColor, l as languages, C as CodeLens, d as setTutorialUri, f as logSidebarClick, g as Disposable } from "./agent.worker-BdO3dQ4H.mjs";
|
|
5
|
+
import { t as telemetryRecorder, p as ps, d as dedent } from "./browser-CSavJDeQ.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>`;
|
|
@@ -138,7 +138,7 @@ const getStepContent = (step) => {
|
|
|
138
138
|
"""
|
|
139
139
|
def greet(name, surname):
|
|
140
140
|
"""Greets a user with a simple message"""
|
|
141
|
-
|
|
141
|
+
|
|
142
142
|
# ^ Autocomplete: Place cursor above
|
|
143
143
|
# When you see a suggestion, press Tab to accept or Opt+\ to generate another.
|
|
144
144
|
`;
|