@sourcegraph/amp 0.0.1749038537-ga788b8 → 0.0.1749052967-ge36810
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/amp.js +1 -1
- package/dist/{main-CAGDgkNm.js → main-w26lVbDc.js} +16 -11
- package/dist/main-w26lVbDc.js.map +1 -0
- package/dist/{node-Bs9RGMLe.js → node-CG4bNXnL.js} +2 -2
- package/dist/{node-Bs9RGMLe.js.map → node-CG4bNXnL.js.map} +1 -1
- package/dist/{stdio-ChUPUONM.js → stdio-BdSHETWt.js} +2 -2
- package/dist/{stdio-ChUPUONM.js.map → stdio-BdSHETWt.js.map} +1 -1
- package/package.json +1 -1
- package/dist/main-CAGDgkNm.js.map +0 -1
package/dist/amp.js
CHANGED
@@ -4994,7 +4994,7 @@ async function Ng(i, e, t) {
|
|
4994
4994
|
const { loadProfileEnvironmentVariables: r } = await import("./load-profile-BUNbamZ9.js"), a = t.loadProfile === "never" || !t.workingDirectory ? process.env : await Ge(
|
4995
4995
|
r(t.workingDirectory, t.loadProfile)
|
4996
4996
|
);
|
4997
|
-
n = await import("./stdio-
|
4997
|
+
n = await import("./stdio-BdSHETWt.js").then(
|
4998
4998
|
({ StdioClientTransport: u }) => new u({
|
4999
4999
|
...i,
|
5000
5000
|
stderr: "pipe",
|
@@ -5755,7 +5755,7 @@ IMPORTANT: The result of this tool (if any) should be displayed directly to the
|
|
5755
5755
|
},
|
5756
5756
|
source: "builtin"
|
5757
5757
|
},
|
5758
|
-
fn: import("./node-
|
5758
|
+
fn: import("./node-CG4bNXnL.js").then(({ runRoutine: i }) => i)
|
5759
5759
|
};
|
5760
5760
|
let cl = !1;
|
5761
5761
|
async function ed(i, e = !1) {
|
@@ -17137,6 +17137,11 @@ const kd = {
|
|
17137
17137
|
visible: !1,
|
17138
17138
|
description: "List of language IDs for which tab completion is disabled"
|
17139
17139
|
},
|
17140
|
+
"tab.autoImport.enabled": {
|
17141
|
+
value: !1,
|
17142
|
+
visible: !1,
|
17143
|
+
description: "Enable auto-import feature for tab completion"
|
17144
|
+
},
|
17140
17145
|
"tab.verboseLogs": {
|
17141
17146
|
value: !1,
|
17142
17147
|
visible: !1,
|
@@ -18605,7 +18610,7 @@ async function Sw({
|
|
18605
18610
|
}
|
18606
18611
|
async function Pw(i) {
|
18607
18612
|
try {
|
18608
|
-
const e = await yw("0.0.
|
18613
|
+
const e = await yw("0.0.1749052967-ge36810");
|
18609
18614
|
e.hasUpdate && e.latestVersion ? (i.next({ type: "update-start-updating" }), setTimeout(async () => {
|
18610
18615
|
try {
|
18611
18616
|
await Ew(e.latestVersion), i.next({
|
@@ -19995,7 +20000,7 @@ async function Hn(i, e) {
|
|
19995
20000
|
Jn({
|
19996
20001
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
19997
20002
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
19998
|
-
}), zp("0.0.
|
20003
|
+
}), zp("0.0.1749052967-ge36810");
|
19999
20004
|
const t = e.settingsFile ?? process.env.AMP_SETTINGS_FILE;
|
20000
20005
|
Y.info("Using settings file", { settingsFile: t });
|
20001
20006
|
const n = Nn(), r = ad({ settingsFile: t }), a = process.env.AMP_API_KEY;
|
@@ -20095,7 +20100,7 @@ function Kw(i) {
|
|
20095
20100
|
const e = new yl().name("amp").description("AI-powered coding assistant").option("--thread-id [THREAD_ID]", "ID of the thread to continue running", void 0);
|
20096
20101
|
e.option("-V, --version", "output the version number", () => {
|
20097
20102
|
if (i.isTTY) {
|
20098
|
-
const a = "0.0.
|
20103
|
+
const a = "0.0.1749052967-ge36810".match(/^(\d+\.\d+)\.(\d+)-(.+)$/);
|
20099
20104
|
if (a) {
|
20100
20105
|
const [, , u] = a;
|
20101
20106
|
try {
|
@@ -20106,21 +20111,21 @@ function Kw(i) {
|
|
20106
20111
|
day: "numeric"
|
20107
20112
|
});
|
20108
20113
|
$e.write(
|
20109
|
-
`0.0.
|
20114
|
+
`0.0.1749052967-ge36810 ${i.printer.print(`(released ${o})`, { foreground: "gray" })}
|
20110
20115
|
`
|
20111
20116
|
);
|
20112
20117
|
} else
|
20113
|
-
$e.write(`0.0.
|
20118
|
+
$e.write(`0.0.1749052967-ge36810
|
20114
20119
|
`);
|
20115
20120
|
} catch {
|
20116
|
-
$e.write(`0.0.
|
20121
|
+
$e.write(`0.0.1749052967-ge36810
|
20117
20122
|
`);
|
20118
20123
|
}
|
20119
20124
|
} else
|
20120
|
-
$e.write(`0.0.
|
20125
|
+
$e.write(`0.0.1749052967-ge36810
|
20121
20126
|
`);
|
20122
20127
|
} else
|
20123
|
-
$e.write(`0.0.
|
20128
|
+
$e.write(`0.0.1749052967-ge36810
|
20124
20129
|
`);
|
20125
20130
|
process.exit(0);
|
20126
20131
|
}), e.addHelpText(
|
@@ -20549,4 +20554,4 @@ export {
|
|
20549
20554
|
Am as J,
|
20550
20555
|
ey as r
|
20551
20556
|
};
|
20552
|
-
//# sourceMappingURL=main-
|
20557
|
+
//# sourceMappingURL=main-w26lVbDc.js.map
|