@sourcegraph/amp 0.0.1751385390-g6f3328 → 0.0.1751385682-g6f3328
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/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
@@ -7621,8 +7621,8 @@ ${A.printer.print(J,{foreground:"blue",style:"bold"})}
|
|
7621
7621
|
Login successful! You can now use the Amp CLI.
|
7622
7622
|
`),!0}catch(D){return A8.write(`
|
7623
7623
|
Login failed: ${D instanceof Error?D.message:String(D)}
|
7624
|
-
`),!1}}var E12=new Set(["fuzzy-server"]);function w12(A){let Q=new v41().name("amp").description("AI-powered coding assistant").option("--thread-id [THREAD_ID]","ID of the thread to continue running",void 0);Q.exitOverride((Z)=>{if(Z.code==="commander.help"||Z.code==="commander.version"||Z.exitCode===0)PC(),process.exit(0);let X=Z.originalError??Z;tY(A,X)}),Q.option("-V, --version","output the version number",()=>{if(A.isTTY)u5.write(`0.0.0-dev ${A.printer.print("(released 2025-07-01T16:
|
7625
|
-
`);else u5.write(`0.0.0-dev (released 2025-07-01T16:
|
7624
|
+
`),!1}}var E12=new Set(["fuzzy-server"]);function w12(A){let Q=new v41().name("amp").description("AI-powered coding assistant").option("--thread-id [THREAD_ID]","ID of the thread to continue running",void 0);Q.exitOverride((Z)=>{if(Z.code==="commander.help"||Z.code==="commander.version"||Z.exitCode===0)PC(),process.exit(0);let X=Z.originalError??Z;tY(A,X)}),Q.option("-V, --version","output the version number",()=>{if(A.isTTY)u5.write(`0.0.0-dev ${A.printer.print("(released 2025-07-01T16:10:27.747Z)",{foreground:"gray"})}
|
7625
|
+
`);else u5.write(`0.0.0-dev (released 2025-07-01T16:10:27.747Z)
|
7626
7626
|
`);process.exit(0)}),Q.addHelpText("after",(()=>{let Z="";Z+=A.printer.print("Environment variables:",{style:"bold"})+`
|
7627
7627
|
|
7628
7628
|
`,Z+=" "+A.printer.print("AMP_API_KEY",{foreground:"green"})+` API key for Amp (see https://ampcode.com/settings)
|
package/package.json
CHANGED