@sourcegraph/cody-web 0.24.0 → 0.26.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-DzDDpFJt.mjs → agent.worker-VM-asDOF.mjs} +1954 -7982
- package/dist/agent.worker.js +2 -2
- package/dist/{git-log--I-rJJIH.mjs → git-log-DgPaEJHG.mjs} +1 -3
- package/dist/{index-BGjmPMun.mjs → index-DfULJkoK.mjs} +2 -2
- package/dist/index.js +464 -602
- package/dist/lib/components/CodyPromptTemplate.d.ts.map +1 -1
- package/dist/style.css +66 -149
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{util-DeyYSaNB.mjs → util-BS4yM3h5.mjs} +1 -1
- package/dist/{browser-DRpAM7mB.mjs → vscode-shim-C0OSx8EN.mjs} +10156 -3905
- package/package.json +2 -2
- package/dist/child_process-C6OZyNb4.mjs +0 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sourcegraph/cody-web",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.26.0",
|
|
4
4
|
"description": "Cody standalone web app",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@sourcegraph/cody-shared": "0.0.10",
|
|
39
39
|
"@sourcegraph/cody": "5.5.15",
|
|
40
40
|
"@sourcegraph/prompt-editor": "0.0.1",
|
|
41
|
-
"cody-ai": "1.
|
|
41
|
+
"cody-ai": "1.62.0"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"dev": "vite --mode development",
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
function spawn() {
|
|
2
|
-
throw new Error("not implemented");
|
|
3
|
-
}
|
|
4
|
-
function execSync() {
|
|
5
|
-
throw new Error("not implemented");
|
|
6
|
-
}
|
|
7
|
-
function execFile() {
|
|
8
|
-
throw new Error("not implemented");
|
|
9
|
-
}
|
|
10
|
-
function exec() {
|
|
11
|
-
throw new Error("not implemented");
|
|
12
|
-
}
|
|
13
|
-
export {
|
|
14
|
-
exec,
|
|
15
|
-
execFile,
|
|
16
|
-
execSync,
|
|
17
|
-
spawn
|
|
18
|
-
};
|