@sourcegraph/amp 0.0.1748293852-g856a85 → 0.0.1748304112-g957b63
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-BQK5kDfu.js → main-DQYi0NUq.js} +7 -7
- package/dist/{main-BQK5kDfu.js.map → main-DQYi0NUq.js.map} +1 -1
- package/dist/{node-63e4CyEG.js → node-nPUDYE9y.js} +2 -2
- package/dist/{node-63e4CyEG.js.map → node-nPUDYE9y.js.map} +1 -1
- package/dist/{stdio-Clvk1Gn4.js → stdio-D78RO3qS.js} +2 -2
- package/dist/{stdio-Clvk1Gn4.js.map → stdio-D78RO3qS.js.map} +1 -1
- package/package.json +1 -1
package/dist/amp.js
CHANGED
@@ -4820,7 +4820,7 @@ async function rL(r, e, t) {
|
|
4820
4820
|
const { loadProfileEnvironmentVariables: i } = await import("./load-profile-BperfRqz.js"), o = t.loadProfile === "never" || !t.workingDirectory ? process.env : await rt(
|
4821
4821
|
i(t.workingDirectory, t.loadProfile)
|
4822
4822
|
);
|
4823
|
-
n = await import("./stdio-
|
4823
|
+
n = await import("./stdio-D78RO3qS.js").then(
|
4824
4824
|
({ StdioClientTransport: s }) => new s({
|
4825
4825
|
...r,
|
4826
4826
|
stderr: "pipe",
|
@@ -23100,7 +23100,7 @@ IMPORTANT: The result of this tool (if any) should be displayed directly to the
|
|
23100
23100
|
},
|
23101
23101
|
source: "builtin"
|
23102
23102
|
},
|
23103
|
-
fn: import("./node-
|
23103
|
+
fn: import("./node-nPUDYE9y.js").then(({ runRoutine: r }) => r)
|
23104
23104
|
};
|
23105
23105
|
let i_ = !1;
|
23106
23106
|
async function aC(r, e = !1) {
|
@@ -35335,7 +35335,7 @@ async function eS(r, e) {
|
|
35335
35335
|
Lp({
|
35336
35336
|
logLevel: e.logLevel || process.env.AMP_LOG_LEVEL,
|
35337
35337
|
logFile: e.logFile || process.env.AMP_LOG_FILE
|
35338
|
-
}), Nk("0.0.
|
35338
|
+
}), Nk("0.0.1748304112-g957b63");
|
35339
35339
|
const t = e.settingsFile ?? process.env.AMP_SETTINGS_FILE, n = Ep(), i = vV({ settingsFile: t }), o = process.env.AMP_API_KEY;
|
35340
35340
|
o && await n.set("apiKey", o, r.ampURL);
|
35341
35341
|
const s = fP({
|
@@ -35430,7 +35430,7 @@ Login failed: ${i instanceof Error ? i.message : String(i)}
|
|
35430
35430
|
}
|
35431
35431
|
}
|
35432
35432
|
function DG(r) {
|
35433
|
-
const e = new cV().name("amp").description("AI-powered coding assistant").version("0.0.
|
35433
|
+
const e = new cV().name("amp").description("AI-powered coding assistant").version("0.0.1748304112-g957b63").option("--thread-id [THREAD_ID]", "ID of the thread to continue running", void 0);
|
35434
35434
|
e.addHelpText(
|
35435
35435
|
"after",
|
35436
35436
|
(() => {
|
@@ -36253,7 +36253,7 @@ function _n() {
|
|
36253
36253
|
}
|
36254
36254
|
async function BG(r, e) {
|
36255
36255
|
try {
|
36256
|
-
const t = await AG("0.0.
|
36256
|
+
const t = await AG("0.0.1748304112-g957b63");
|
36257
36257
|
t.hasUpdate && t.latestVersion && (e ? (r.next({ type: "update-start-updating" }), setTimeout(async () => {
|
36258
36258
|
try {
|
36259
36259
|
await MG(), r.next({
|
@@ -36268,7 +36268,7 @@ async function BG(r, e) {
|
|
36268
36268
|
version: t.latestVersion
|
36269
36269
|
});
|
36270
36270
|
}
|
36271
|
-
}, 100)) : oe.info(`New version available: 0.0.
|
36271
|
+
}, 100)) : oe.info(`New version available: 0.0.1748304112-g957b63 → ${t.latestVersion}`));
|
36272
36272
|
} catch (t) {
|
36273
36273
|
oe.debug("Update check failed", t);
|
36274
36274
|
}
|
@@ -36291,4 +36291,4 @@ export {
|
|
36291
36291
|
ue as s,
|
36292
36292
|
Ft as u
|
36293
36293
|
};
|
36294
|
-
//# sourceMappingURL=main-
|
36294
|
+
//# sourceMappingURL=main-DQYi0NUq.js.map
|