@netlify/agent-runner-cli 0.0.7 → 1.0.1-broken

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/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # Agent Runner Build Plugin
2
-
3
- The build plugin which runs in agent the provided prompt. Used on Preview Server.
4
-
5
-
1
+ # Agent Runner Orchestrator
6
2
 
3
+ The orchestrator is responsible for taking a prompt and converting it to a Netlify deploy, running a pipeline consisting
4
+ of different stages.
@@ -0,0 +1 @@
1
+ #!/usr/bin/env node
@@ -0,0 +1,176 @@
1
+ #!/usr/bin/env node
2
+ import C from"process";import ar from"path";import lr from"fs";import vn from"minimist";import{createRequire as xn}from"module";import{createTracerProvider as ur}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as ct}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as dr}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as pr}from"@netlify/otel";import{propagation as ut,context as dt,W3CTraceContextPropagator as fr}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as gr}from"@opentelemetry/exporter-trace-otlp-grpc";import cr from"process";function _(e){let t=cr.env.LOG!=="0";return{log:(...r)=>{t&&console.log(`[AR]-[${e}]`,...r)},error:(...r)=>{t&&console.error(`[AR]-[ERROR]-[${e}]`,...r)},warn:(...r)=>{t&&console.warn(`[AR]-[WARN]-[${e}]`,...r)},info:(...r)=>{t&&console.info(`[AR]-[${e}]`,...r)},debug:(...r)=>{t&&console.debug(`[AR]-[DEBUG]-[${e}]`,...r)}}}var Me=_("tracing"),pt=async(e,t,r)=>(await ur({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new ct(new je),new ct(new gr({url:r.exporterUrl}))],instrumentations:[new dr({skipHeaders:!0})]}),r.traceparent?(ut.setGlobalPropagator(new fr),ut.extract(dt.active(),{traceparent:r.traceparent,isRemote:!0})):dt.active());function S(e,t,r){return Me.log(`\u23F3 TRACE: ${t} starting...`),pr(e,t,r)}var je=class{export(t,r){for(let n of t)this.logSpan(n);r({code:1})}async shutdown(){}forceFlush(){return Promise.resolve()}logSpan(t){let r=(t.endTime[0]-t.startTime[0])*1e3+(t.endTime[1]-t.startTime[1])/1e6,n=t.attributes,o=[];for(let[u,a]of Object.entries(n))u.includes("duration")&&typeof a=="number"?o.push(`${u}=${a.toFixed(2)}ms`):o.push(`${u}=${a}`);let i=t.status?.code===2?"\u274C":"\u2705",s=o.length>0?` [${o.join(", ")}]`:"";Me.log(`${i} TRACE: ${t.name} completed in ${r.toFixed(2)}ms${s}`),t.status?.code===2&&t.status.message&&Me.log(` \u274C Error: ${t.status.message}`)}};var mr=["error","failed","exception","fatal","panic","abort","crash"];function ft(e){let t=e.split(`
3
+ `),r=[],n=-1,o=0;for(;o<t.length;){let u=t[o].slice(0,500).toLowerCase();if(mr.some(f=>u.includes(f))){let f=Math.max(0,o-10,n+1),p=Math.min(t.length-1,o+20),c=[];for(let m=f;m<=p;m++)c.push(t[m]);r.push(c.join(`
4
+ `)),n=p,o=p+1}else o++}if(r.length===0)return e;let i=r.map((s,u)=>`<extracted_error_chunk order="${u+1}">
5
+ ${s}
6
+ </extracted_error_chunk>`).join(`
7
+
8
+ `);return i.length>e.length*.8?e:i}import Fe from"process";import{getTracer as nn}from"@netlify/otel";import me from"process";var ve=me.env.NETLIFY_API_URL,Re=me.env.NETLIFY_API_TOKEN,H=_("api"),be=()=>me.env.NETLIFY_LOCAL_MODE==="true",he=async(e,t={})=>{if(!ve||!Re)throw new Error("No API URL or token");let r=new URL(e,ve),n={...t,headers:{...t.headers,Authorization:`Bearer ${Re}`}};me.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),i=o.ok&&o.status<=299;if(me.env.AGENT_RUNNERS_DEBUG==="true")H.log(`Response headers for ${r}:`),o.headers.forEach((u,a)=>{H.log(` ${a}: ${u}`)});else{let u=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");H.log(`Request ID for ${r}: ${u||"N/A"}`)}if(i||H.error(`Got status ${o.status} for request ${r}`),t.raw){if(!i)throw o;return o}let s=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw s;return s},gt=e=>{H.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(ve=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Re=e.constants.NETLIFY_API_TOKEN)},mt=()=>({apiUrl:ve,token:Re}),ye=async(e,t)=>be()?(H.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):he(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),q=async(e,t,r)=>be()?(H.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):he(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var ht=async(e,t)=>be()?(H.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):he(`/api/v1/agent_runners/${e}/sessions/${t}`),yt=(e,t,r)=>he(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),_t=async(e,t)=>be()?(H.log("Mock API: getDiffUploadUrls called",{runnerId:e,sessionId:t}),{result:{upload_url:"https://s3.mock.com/mock-upload-url-result",s3_key:"mock-s3-key-result"},cumulative:{upload_url:"https://s3.mock.com/mock-upload-url-cumulative",s3_key:"mock-s3-key-cumulative"}}):he(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ge=async(e,t)=>{H.log(`Uploading diff to S3: ${e.substring(0,50)}...`);let r=await fetch(e,{method:"PUT",body:t,headers:{"Content-Type":"text/plain"}});if(!r.ok)throw new Error(`S3 upload failed with status ${r.status}`);return r};var ne=_("ai_gateway"),Ye=null;var Et=async()=>{if(Ye)return Ye;ne.log("Fetching available AI gateway providers");let e=await fetch(`${mt().apiUrl}/api/v1/ai-gateway/providers`);if(!e.ok)throw new Error(`Failed to fetch AI gateway providers: ${e.statusText}`);let t=await e.json();return Ye=t,ne.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},hr=async(e,t)=>{let n=(await Et()).providers[e];if(!n)return ne.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return ne.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},wt=async({netlify:e,config:t})=>{let r,n,o,i,s=e.constants?.SITE_ID;if(!s)throw new Error("No site id");let u=async()=>{clearTimeout(o),ne.log("Requesting AI gateway information");let a=await yt(s,t.id,t.sessionId);if({token:r,url:i}=a,n=a.expires_at?a.expires_at*1e3:void 0,ne.log("Got AI gateway information",{token:!!r,expiresAt:n,url:i}),n){let f=n-Date.now()-6e4;f>0&&(o=setTimeout(()=>{u()},f))}};return await Promise.all([u(),Et()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:hr}};import K from"process";import J from"path";import Ae from"fs";import{fileURLToPath as Tr}from"url";import{createRequire as vr}from"module";import{execa as Rr,execaCommand as eo}from"execa";import{Transform as yr}from"stream";var _r=new Set(["NODE_ENV","PATH","HOME","USER","USERNAME","SHELL","PWD","OLDPWD","TMPDIR","TMP","TEMP","LANG","TERM","EDITOR","PAGER","OS","PROCESSOR_ARCHITECTURE","PROCESSOR_IDENTIFIER","SYSTEMROOT","WINDIR","PROGRAMFILES","PROGRAMFILES(X86)","PROGRAMDATA","APPDATA","LOCALAPPDATA","NODE_OPTIONS","NODE_PATH","NODE_DEBUG","NODE_NO_WARNINGS","npm_config_registry","npm_config_cache","npm_execpath","npm_node_execpath","CI","GITHUB_ACTIONS","GITHUB_WORKSPACE","GITHUB_REPOSITORY","GITHUB_REF","BUILDKITE","BUILDKITE_BRANCH","BUILDKITE_COMMIT","BUILDKITE_BUILD_NUMBER","JENKINS_URL","TRAVIS","CIRCLECI","DISPLAY","COLORTERM","TERM_PROGRAM","TERM_PROGRAM_VERSION","COLUMNS","LINES","HISTSIZE","HISTFILE","NETLIFY_AGENT_RUNNER_ID","NETLIFY_AGENT_RUNNER_SESSION_ID","NETLIFY_AGENT_RUNNER_PROMPT","NETLIFY_AGENT_RUNNER_AGENT","NETLIFY_AGENT_RUNNER_MODEL","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_ENABLED","NETLIFY_FF_AGENT_RUNNER_POST_EXECUTION_VALIDATION_WITH_BUILD_ENABLED","ERROR_LOGS_PATH","NETLIFY_AGENT_RUNNER_CONTEXT","NETLIFY_AGENT_RUNNER_HAS_REPO","NETLIFY_FF_AGENT_RUNNER_BYOK_ENABLED","NETLIFY_AGENT_RUNNER_SHA","NETLIFY_TEAM_TYPE","AGENT_RUNNERS_DEBUG","NETLIFY_TEAM_ID","NETLIFY_AGENT_RUNNER_USER_ID","SITE_NAME"]),Er=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function wr(){return Object.entries(process.env).filter(([e,t])=>!(!t||_r.has(e)||Er.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function V(e){if(typeof e!="string")return e;let t=wr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(xr(n),"g");r=r.replace(o,"******")}),r}function xr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var oe=class extends yr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),i=V(o);n(null,i)}};function xt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,i){let s=typeof n=="string"?V(n):n;return typeof o=="function"?t(s,o):t(s,o,i)},process.stderr.write=function(n,o,i){let s=typeof n=="string"?V(n):n;return typeof o=="function"?r(s,o):r(s,o,i)}}var _e=null,It=e=>(_e&&_e.destroy(),_e=new ee({totalAllowedTime:e}),_e),Tt=()=>_e;var ee=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,s=null;n!==void 0&&(s=new Promise((u,a)=>{i=setTimeout(()=>{a(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return s?await Promise.race([r(),s]):await r()}finally{o(),i&&clearTimeout(i)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var vt={name:"@netlify/agent-runner-cli",type:"module",version:"1.0.1-broken",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"LOG=0 vitest --exclude '**/integration/**'","test:ci:vitest":"LOG=0 c8 -r lcovonly -r text -r json vitest --exclude '**/integration/**'","test:integration":"vitest run test/integration/","test:integration:codex":"vitest run test/integration/codex.test.ts","test:integration:claude":"vitest run test/integration/claude.test.ts","test:integration:gemini":"vitest run test/integration/gemini.test.ts",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.69","@google/gemini-cli":"0.20.2","@netlify/otel":"^5.1.1","@openai/codex":"0.72.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var br=Tr(import.meta.url),Ar=J.dirname(br),Sr=vr(import.meta.url),Se=_("shell"),Be=new Set,Nr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Cr(t,r),i={...Nr,...o},s=Rr(e,n,i);return Pr(s,i),Fr(s),s};var Cr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Pr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(K.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new oe).pipe(K.stdout),e.stdout?.pipe(new oe).pipe(K.stdout),e.stderr?.pipe(new oe).pipe(K.stderr);return}e.stdout?.pipe(K.stdout),e.stderr?.pipe(K.stderr)},Rt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(K.kill(-e.pid,t),Se.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Se.error("Error killing process:",r),!1}},Or=e=>Rt(e,"SIGKILL"),Fr=e=>{Be.add(e);let t=Tt();if(t){let r=t.onTimesUp(()=>{Se.log(`Global timer expired, killing process ${e.pid}`),Rt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Se.log(`Force killing process ${e.pid} after timeout`),Or(e))},5e3)});e.on("exit",()=>{Be.delete(e),r()}),e.on("error",()=>{Be.delete(e),r()})}};function Ne(e,t){return!!te(e,t)}function te(e,t){if(!K.env.NETLIFY_LOCAL_MODE)try{let o=Sr.resolve(vt.name),i=J.dirname(o);for(;i!==J.dirname(i);){let s=J.dirname(i);if(J.basename(s)==="node_modules"){let u=J.join(s,".bin",t);if(Ae.existsSync(u))return u;break}i=s}}catch(o){console.error("Could not resolve package.json",o)}if(K.env.NODE_PATH){let o=J.join(K.env.NODE_PATH,".bin",t);if(Ae.existsSync(o))return o}let r=J.join(e,"node_modules",".bin",t);if(Ae.existsSync(r))return r;let n=J.join(Ar,"..","node_modules",".bin",t);if(Ae.existsSync(n))return n}var bt="netlify-agent-runner-context.md",He="task-history",qe="netlify-context",U=".netlify",ie="results.md",Ke="assets";var $r=_("utils"),kr=e=>new Promise(t=>{setTimeout(t,e)}),At=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,s=(...u)=>{if(r)return n=u,new Promise(p=>{o.push(p)});r=!0;let a,f=new Promise(p=>{a=p});return i=(async()=>{await Promise.resolve();let p=await e(...u);for(a(p);;){if(await kr(t),!n)return r=!1,i=null,p;let c=n,m=o;n=null,o=[],p=await e(...c),m.forEach(h=>{h(p)})}})(),f};return s.flush=async()=>{if((r||n)&&i)return await i,s.flush()},s},se=(e,t,r=!1)=>{let n=null,o=null,i=null,s=function(...u){o=u,i=this;let a=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(i,o),o=null,i=null)},t),a&&(e.apply(i,o),o=null,i=null)};return s.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},s.flush=()=>{if(n){clearTimeout(n);let u=o,a=i;n=null,o=null,i=null,e.apply(a,u)}},s},St=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):$r.error("Could not parse JSON",n))}},Nt=(e,t)=>{let o=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let u=`--${t}${o}`;if(u.length>55)return"";let a=60-u.length;if(a<=0)return"";if(a>=i.length+6){let f=Math.min(a-i.length,e.length);return`${i}${e.slice(0,f)}`}return e.slice(0,a)};var Dr=50*1024,We=(e,t=Dr)=>{if(!e||typeof e!="string"||e.length<=t)return e;let n=e.startsWith("```")?"\n... [truncated]\n```":"... [truncated]";return e.slice(0,t)+n};import{Buffer as Ct}from"buffer";import Lr from"path";var Pt=_("repo"),Ot=async({config:e,isRetry:t})=>{Pt.info("Getting runner diffs");let r=await Mr(),{hasChanges:n}=r,{status:o}=r;if(!n)return{hasChanges:!1};if(!t){let x=jr(o);await Gr(x)}Pt.info("Changes after processing"),await Je();let i=await Xe(o);await Ve(i);let s={stdio:["ignore","pipe","pipe"]},a=(await N("git",["diff","--staged"],s)).stdout;if(n=!!a,!n)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],s)).stdout,c,m;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),c=(await N("git",["diff",e.sha,"HEAD"],s)).stdout;let g=(await N("git",["diff",e.sha,"HEAD","--binary"],s)).stdout;c!==g&&(m=Ct.from(g).toString("base64"))}let h={hasChanges:!0,diff:a,resultDiff:c,ignored:i};return a!==p&&(h.diffBinary=Ct.from(p).toString("base64")),m&&(h.resultDiffBinary=m),h},Ve=async(e=[])=>{await N("git",["add",".",...e])},Je=async()=>(await N("git",["status","-s"])).stdout,Ft=/.. (.+)?\.log$/,Ur=[Ft],Mr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
9
+ `).filter(n=>Ur.some(i=>i instanceof RegExp?i.test(n):n===i)?!1:n[1]?.trim()!=="")).length!==0,status:e}},$t=async()=>{let{stdout:e}=await N("git",["rev-parse","HEAD"]);return e.trim()},kt=async()=>{let{stdout:e}=await N("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Xe=async e=>{e||=await Je();let t=[".netlify","node_modules","dist"],r=[];return e.split(`
10
+ `).forEach(n=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${Lr.sep}`].some(u=>n.startsWith(u))&&r.push(`:!${i}`)});let o=n.match(Ft)?.[1];o&&r.push(`:!${o}.log`)}),r},Dt=async()=>{await N("git",["reset","--hard","HEAD"])},jr=e=>{let t=e.split(`
11
+ `).reduce((r,n)=>{if(!n)return r;let[o,i,,...s]=n,u=s.join(""),a=o.trim(),f=i.trim();return r[u]?r[u].change=f:r[u]={filePath:u,stage:a,change:f},r},{});return Object.values(t)},Gr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(N("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import Br from"fs/promises";import Hr from"os";import Mt from"path";import ue from"process";import qr from"readline";import ze from"path";import Yr from"fs/promises";var Ze=_("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let n="",o=ze.join(process.cwd(),U,ie);try{let i=await Yr.readFile(o,"utf-8");i&&(n=i,Ze.log(`Pulled result from ${ze.relative(process.cwd(),o)}`))}catch{Ze.log(`No results file found at ${ze.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function le({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ze.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ce(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var M=_("runner_claude"),Lt="Claude Code",de="claude-opus-4-5-20251101",Ut=e=>({Task:"Task",Bash:"Run command",Glob:"Find files",Grep:"Search files",LS:"List directory",ExitPlanMode:"Exit planning",Read:"Read file",Edit:"Edit file",MultiEdit:"Edit multiple files",Write:"Coding",NotebookEdit:"Edit notebook",WebFetch:"Fetch webpage",TodoWrite:"Update task list",WebSearch:"Search web",BashOutput:"Get command output",KillBash:"Stop command"})[e]||e,Kr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(M.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(M.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(M.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Qe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:i,cwd:s=ue.cwd()}){let u=e,{accountType:a,prompt:f,modelVersionOverrides:p}=u,{model:c}=u,m="";if(n){let{token:y,url:d}=n;if(!y||!d)throw new Error("No token or url provided from AI Gateway");if(p?.claude){let l=p?.claude?.[a];if(l){if(!await n.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);c=l}}else if(c){if(!await n.isModelAvailableForProvider("anthropic",c))throw new Error(`Model '${c}' is not available for anthropic provider`)}else!!de&&await n.isModelAvailableForProvider("anthropic",de)?(c=de,M.log(`Using default model: ${de}`)):de&&M.log(`Default model ${de} is not available, proceeding without model specification`);ue.env.ANTHROPIC_API_KEY=y,ue.env.ANTHROPIC_BASE_URL=d}else if(!ue.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let h=[],x=[],I={},g=0,E=0,v,b,P=[te(s,"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...c?["--model",c]:[],...o?["--continue"]:[],...o&&i?["--resume",i]:[],"-p",f],O=`${ue.env.NVM_BIN}/node`;M.log(`Running ${O} ${P.join(" ")}`);let k=t.utils.run(O,P,{all:!0,env:ue.env,cwd:s});k.stdin?.end();let A=se(()=>{r?.({steps:h,duration:E})},250),T=(y,d)=>{let l={...y,id:g};g+=1,x.push(l),h.push(l),d||A.flush(),A(),d&&A.flush()},G=qr.createInterface({input:k.all});return G.on("error",y=>{M.error("Readline interface error",{error:y.message,stack:y.stack})}),G.on("line",y=>{let d=null;try{d=JSON.parse(y)}catch{M.log("Could not parse line",y)}d?.session_id&&d.session_id!==m&&(m=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(l=>{switch(l.type){case"text":{l.text&&T({message:l.text});break}case"image":{typeof l.source=="object"&&l.source&&l.source.type==="base64"&&l.source.media_type?T({message:`![](data:${l.source.media_type};base64,${l.source.data})`}):M.log(`Unsupported image type ${l.source?.type}`,l.source);break}case"tool_use":{if(l.name==="Task"){let w=l.input?.description&&`\`${l.input.description}\``;T({title:[Ut(l.name),w].filter(Boolean).join(" ")})}else l.id&&(I[l.id]=l);A.flush();break}case"tool_result":{let w=l.tool_use_id?I[l.tool_use_id]:void 0,Z;if(w){let X=w.input?.file_path&&Mt.relative(s,w.input.file_path),F=X&&`\`${X}\``;Z=[Ut(w.name||""),F].filter(Boolean).join(" ")}let Te=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(w?.name||""),Q;if(typeof l.content=="string")Q=l.content;else if(Array.isArray(l.content)){let X=[];l.content.forEach(F=>{F?.type==="text"&&typeof F.text=="string"?X.push(F.text):F?.type==="image"&&typeof F.source=="object"&&F.source?F.source.type==="base64"&&F.source.media_type?X.push(`![](data:${F.source.media_type};base64,${F.source.data})`):M.log(`Unsupported image type ${F.source.type}`,F.source):M.log(`Unsupported block type ${F?.type}`)}),Q=X.join(`
12
+
13
+ `)}Te&&Q&&(Q=`\`\`\`
14
+ ${Q.trim()}
15
+ \`\`\``),T({title:Z,message:Q},!0);break}case"thinking":{l.thinking&&T({title:"Thinking",message:l.thinking},!0);break}default:M.log(`Message content type is not supported ${l.type}`,l)}}):d?.type==="result"&&(E=d.duration_ms||0,d.is_error?b=d.result:v=d.result,[x,h].forEach(l=>{l[l.length-1]?.message===v&&l.pop()}))}),await k.catch(y=>{({error:b,result:v}=Kr({catchError:y,runCmd:k,error:b,result:v,runnerName:"Claude"}))}),G.close(),A.flush(),{steps:x,duration:E,result:await ae({initialResult:v,agentName:Lt,hasError:!!b}),error:le({error:b,agentName:Lt}),isRetryableError:ce(b),agentSessionId:m}}var jt=async()=>{let e=Mt.join(Hr.homedir(),".claude");await Br.rm(e,{recursive:!0,force:!0})};import Ee from"fs/promises";import Yt from"os";import Ce from"path";import re from"process";import Wr from"readline";var j=_("runner_codex"),Gt="Codex CLI",pe="gpt-5.2",Vr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(j.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(j.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(j.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function et({config:e,netlify:t,persistSteps:r=void 0,sendSteps:n=void 0,aiGateway:o,cwd:i=re.cwd()}){let{accountType:s,prompt:u,modelVersionOverrides:a}=e,{model:f}=e;if(o){let{token:d,url:l}=o;if(!d||!l)throw new Error("No token or url provided from AI Gateway");if(a?.codex){let w=a?.codex?.[s];if(w){if(!await o.isModelAvailableForProvider("openai",w))throw new Error(`Model override '${w}' is not available for openai provider`);f=w}}else if(f){if(!await o.isModelAvailableForProvider("openai",f))throw new Error(`Model '${f}' is not available for openai provider`)}else!!pe&&await o.isModelAvailableForProvider("openai",pe)?(f=pe,j.log(`Using default model: ${pe}`)):pe&&j.log(`Default model ${pe} is not available, proceeding without model specification`);re.env.OPENAI_API_KEY=d,re.env.OPENAI_BASE_URL=l}else if(!re.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let p=[],c=[],m=[],h={},x=0,I=0,g,E,v=`${re.env.NVM_BIN}/node`,b=Ce.join(Yt.homedir(),".codex"),P=Ce.join(b,"config.toml"),O=Ce.join(b,"auth.json");try{await Ee.mkdir(b,{recursive:!0});let d={OPENAI_API_KEY:re.env.OPENAI_API_KEY};await Ee.writeFile(O,JSON.stringify(d,null,2),"utf-8"),j.log("Created Codex auth.json file");let l="";try{l=await Ee.readFile(P,"utf-8")}catch{}l.includes("web_search_request")||(l.includes("[features]")?l=l.replace(/\[features\]/,`[features]
16
+ web_search_request = true`):l+=`
17
+ [features]
18
+ web_search_request = true
19
+ `,await Ee.writeFile(P,l,"utf-8"),j.log("Updated Codex config with web_search_request enabled"))}catch(d){throw j.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let k=[te(i,"codex"),"exec","--yolo","--json","--enable","web_search_request",...f?["--model",f]:[],u].filter(Boolean);j.log(`Running ${v} ${k.join(" ")}`);let A=t.utils.run(v,k,{all:!0,cwd:i,env:{...re.env}}),T=se(()=>{r?.({steps:p,duration:I}),n?.({steps:c,duration:I}),c=[]},250),G=(d,l)=>{d.id=x,x+=1,m.push(d),p.push(d),c.push(d),l||T.flush(),T(),l&&T.flush()},y=Wr.createInterface({input:A.all});return y.on("error",d=>{j.error("Readline interface error",{error:d.message,stack:d.stack})}),y.on("line",d=>{let l=null;try{l=JSON.parse(d)}catch{j.log("Could not parse line",d);return}if(l?.duration_ms&&(I=l.duration_ms),l?.type==="item.started"&&l?.item?.type==="command_execution")h[l.item.id]=l.item;else if(l?.type==="item.completed"&&l?.item?.type==="command_execution"){let w=Xr(l.item);w&&G(w,!0)}else if(l?.type==="item.completed"&&l?.item?.type==="reasoning"){let w={title:"Reasoning",message:l.item.text};G(w,!0)}else if(l?.type==="local_shell_call")h[l.call_id]=l;else if(l?.type==="local_shell_call_output"){let w=zr(h[l.call_id],l);w&&G(w,!0)}else l?.type==="message"&&l.role==="assistant"?g=l.content.map(w=>w.text).join(`
20
+ `):l?.type==="message"&&l.role==="system"&&(E=l.content.map(w=>w.text).join(`
21
+ `))}),await A.catch(d=>{let l=Vr({catchError:d,runCmd:A,error:E,result:g,runnerName:"Codex"});E=l.error,g=l.result}),y.close(),T.flush(),{steps:m,duration:I,result:await ae({initialResult:g,agentName:Gt,hasError:!!E}),error:le({error:E,agentName:Gt}),isRetryableError:ce(E)}}var Bt=async()=>{let e=Ce.join(Yt.homedir(),".codex");await Ee.rm(e,{recursive:!0,force:!0})},Jr=new Set(["bash","-lc"]),Xr=e=>{if(!e||e.type!=="command_execution")return null;let t=e.command;t.startsWith("bash -lc ")&&(t=t.replace(/^bash -lc ['"]/,"").replace(/['"]$/,""));let r=`Running \`${t}\``,n=e.aggregated_output?.trim();return n&&(n=`\`\`\`
22
+ ${n}
23
+ \`\`\``),e.status==="failed"&&e.exit_code!==0&&(n=n?`${n}
24
+
25
+ *Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},zr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(i=>!Jr.has(i)),n=r?`Running \`${r.join(" ")}\``:void 0,o;try{o=JSON.parse(t.output).output?.trim(),o&&(o=`\`\`\`
26
+ ${o.trim()}
27
+ \`\`\``)}catch(i){j.error("Could not decode outputMsg",i,t.output)}return{title:n,message:o}};import Pe from"fs/promises";import qt from"os";import Oe from"path";import fe from"process";import Zr from"readline";var Y=_("runner_gemini"),Ht="Gemini CLI",ge="",Qr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(Y.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(Y.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(Y.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),en={list_directory:"List",read_file:"Read",write_file:"Write",glob:"Find",search_file_content:"Find",replace:"Edit",run_shell_command:"Run",web_fetch:"Web Fetch",web_search:"Web Search",read_many_files:"Read Many",save_memory:"Memorize"},tn=async()=>{let e=Oe.join(qt.homedir(),".gemini"),t=Oe.join(e,"settings.json");try{await Pe.mkdir(e,{recursive:!0});let r={};try{let n=await Pe.readFile(t,"utf-8");r=JSON.parse(n)}catch{Y.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await Pe.writeFile(t,JSON.stringify(r,null,2),"utf-8"),Y.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){Y.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function tt({config:e,netlify:t,persistSteps:r=void 0,sendSteps:n=void 0,aiGateway:o,cwd:i=fe.cwd()}){let{accountType:s,prompt:u,modelVersionOverrides:a}=e,{model:f}=e;if(await tn(),o){let{token:y,url:d}=o;if(!y||!d)throw new Error("No token or url provided from AI Gateway");if(a?.gemini){let l=a?.gemini?.[s];if(l){if(!await o.isModelAvailableForProvider("gemini",l))throw new Error(`Model override '${l}' is not available for gemini provider`);f=l}}if(!f)!!ge&&await o.isModelAvailableForProvider("gemini",ge)?(f=ge,Y.log(`Using default model: ${ge}`)):ge&&Y.log(`Default model ${ge} is not available, proceeding without model specification`);else if(f&&!a?.gemini?.[s]&&!await o.isModelAvailableForProvider("gemini",f))throw new Error(`Model '${f}' is not available for gemini provider`);fe.env.GEMINI_API_KEY=y,fe.env.GOOGLE_GEMINI_BASE_URL=d}else if(!fe.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let p=[],c=[],m=[],h={},x=0,I=0,g,E,v=[te(i,"gemini"),...f?["--model",f]:[],"--yolo","--output-format","stream-json","-p",u],b=`${fe.env.NVM_BIN}/node`;Y.log(`Running ${b} ${v.join(" ")}`);let P=t.utils.run(b,v,{all:!0,env:fe.env,cwd:i});P.stdin?.end();let O=se(()=>{r?.({steps:p,duration:I}),n?.({steps:c,duration:I}),c=[]},250),k=(y,d)=>{y.id=x,x+=1,m.push(y),p.push(y),c.push(y),d||O.flush(),O(),d&&O.flush()},A=Zr.createInterface({input:P.all});A.on("error",y=>{Y.error("Readline interface error",{error:y.message,stack:y.stack})});let T="",G=()=>{T&&k({message:T.trim()}),T=""};return A.on("line",y=>{let d=null;try{if(y.startsWith("[API Error")){let l=y.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:St(l,!1)?.error?.message||l||"Gemini encountered error"}}else d=JSON.parse(y)}catch{return}if(d)switch(["message","result"].includes(d.type)||G(),d.type){case"message":{d.role!=="user"&&d.content&&(T+=d.content);break}case"tool_use":{let l=en[d.tool_name]??d.tool_name,w=d.parameters?.file_path,Z=w&&Oe.relative(i,w),Te=d.parameters?.command,X={title:[l,Z&&`\`${Z}\``,Te&&`\`${Te}\``].filter(Boolean).join(" ")};h[d.tool_id]=X,O.flush();break}case"tool_result":{let l=h[d.tool_id];l&&(d.output&&(l.message=`\`\`\`
28
+ ${d.output.trim()}
29
+ \`\`\``),k(l,!0));break}case"result":{I=d.stats?.duration_ms,d.status==="error"?E=d.error?.message:g=T.trim();break}case"error":{E=d.error;break}case"finished":break;default:{Y.warn("Unhandled message type:",d.type);break}}}),await P.catch(y=>{({error:E,result:g}=Qr({catchError:y,runCmd:P,error:E,result:g,runnerName:"Gemini"}))}),A.close(),O.flush(),{steps:m,duration:I,result:await ae({initialResult:g,agentName:Ht,hasError:!!E}),error:le({error:E,agentName:Ht}),isRetryableError:ce(E)}}var Kt=async()=>{let e=Oe.join(qt.homedir(),".gemini");await Pe.rm(e,{recursive:!0,force:!0})};var rn={codex:{runner:et,clean:Bt},claude:{runner:Qe,clean:jt},gemini:{runner:tt,clean:Kt}},Wt=rn;var Vt=_("init_stage"),Jt=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:n})=>await S(nn(),"init-stage",async o=>{let i=performance.now();o?.setAttributes({"init.runner":e.runner,"init.id":e.id,"init.sessionId":e.sessionId,"init.hasRepo":e.hasRepo,"init.useGateway":e.useGateway,"init.validateAgent":e.validateAgent,"init.runnerVersion":n||"unknown"});let s=Wt[e.runner];if(!s)throw o?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let u=on({apiToken:r});gt(u);let a=e.useGateway?await wt({netlify:u,config:e}):void 0;o?.setAttributes({"init.aiGateway.created":!!a}),e.validateAgent&&e.errorLogsPath&&o?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let f=5*1024,p=At(async({steps:x=[],duration:I})=>{let g=x.map(E=>{let v=E.title?We(V(E.title),f):void 0,b=E.message?We(V(E.message)):void 0;return{...E,title:v,message:b}});x.length=0;try{return await q(e.id,e.sessionId,{steps:g,duration:I})}catch(E){Vt.error("persistSteps failed",{error:E?.message||E})}},t);Vt.info("Adding build files to stage");let c=await Xe();await Ve(c);let m;e.hasRepo?e.sha?(m=e.sha,o?.setAttributes({"init.sha.source":"provided"})):(m=await $t(),await ye(e.id,{sha:m}),o?.setAttributes({"init.sha.source":"current_commit"})):(m=await kt(),o?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let h=performance.now()-i;return o?.setAttributes({"init.sha":m||"unknown","init.duration.ms":h,"init.status":"success"}),{aiGateway:a,context:u,persistSteps:p,runner:s,sha:m}}),on=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Fe.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Fe.env.NETLIFY_API_TOKEN,SITE_ID:Fe.env.SITE_ID,FUNCTIONS_DIST:Fe.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:N}});import{getTracer as rt}from"@netlify/otel";import sn from"crypto";import z from"fs/promises";import L from"path";import B from"process";var D=_("context"),an=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:B.env.NETLIFY_TEAM_ID,userId:B.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:B.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},ln=10,cn=async e=>{let{name:t,ext:r}=L.parse(e),n=e,o=L.join(B.cwd(),U,n),i=0;for(;await un(o);){if(i>=ln)throw new Error("Failed to generate context file");n=`${t}-${sn.randomUUID().slice(0,5)}${r}`,o=L.join(B.cwd(),U,n),i+=1}return n},un=async e=>{try{return await z.access(e),!0}catch{return!1}},dn=async()=>{try{D.log("Fetching Netlify features context...");let e=await fetch("https://docs.netlify.com/ai-context/context-consumers",{signal:AbortSignal.timeout(1e4)});if(!e.ok)throw new Error(`Failed to fetch context consumers: ${e.status} ${e.statusText}`);let t=await e.json();if(!t||typeof t!="object"||!Array.isArray(t.consumers))return D.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(n=>n&&typeof n=="object"&&n.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(D.warn("Catchall consumer missing or invalid contextScopes"),null):r:(D.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?D.warn("Netlify features context request timed out"):D.warn("Failed to fetch Netlify features context:",e.message),null}},pn=async(e,t)=>{try{let r=await fetch(e,{signal:AbortSignal.timeout(1e4)});if(!r.ok)throw new Error(`Failed to fetch ${e}: ${r.status} ${r.statusText}`);let n=await r.text();return await z.writeFile(t,n,"utf-8"),!0}catch(r){return r.name==="AbortError"?D.warn(`Download timeout for ${e}`):D.warn(`Failed to download context file ${e}:`,r.message),!1}},$e=null,fn=async()=>{if($e)return $e;let e=await dn();if(!e)return[];let t=L.join(B.cwd(),U,qe);await z.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([o,i])=>{if(!i||typeof i!="object"||!i.endpoint||!i.scope)return D.warn(`Invalid scope data for ${o}, skipping...`),null;let s=`${o}.md`,u=L.join(t,s),a=L.join(U,qe,s);return D.log(`Downloading ${i.scope} context...`),await pn(i.endpoint,u)?(D.log(`Downloaded: ${a}`),{scope:i.scope,path:a,key:o}):null});return $e=(await Promise.all(r)).filter(o=>o!==null),$e},Xt=async({cliPath:e,netlify:t,config:r,buildErrorContext:n})=>{let o=an(t),i=await cn(bt),s=L.join(B.cwd(),U);await z.mkdir(s,{recursive:!0});let u=L.join(U,i),a=L.join(B.cwd(),u),f=L.join(B.cwd(),U,ie);try{await z.unlink(f),D.log(`Deleted old results file: ${f}`)}catch{}let p=n?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
30
+ Your task is to analyze and fix the build errors.
31
+ Don't apply techniques of reverting changes. Apply fixes related to errors.
32
+ Don't try to run build by yourself. Just fix the errors.
33
+
34
+ <build_error_context>
35
+ ${n}
36
+ </build_error_context>`:"",c="";r.siteContext&&r.siteContext.length!==0&&(c=`
37
+ <project_rules>
38
+ ${r.siteContext.filter(g=>g.site_context).map(g=>typeof g.site_context=="string"?g.site_context:typeof g.site_context=="object"?JSON.stringify(g.site_context):"").join(`
39
+
40
+ `)}
41
+ </project_rules>
42
+ `);let m="";if(r.sessionHistoryContext?.length){let g=L.join(B.cwd(),U,He);await z.mkdir(g,{recursive:!0});let E=await Promise.all(r.sessionHistoryContext.map(async(v,b)=>{let P=b+1,O=`attempt-${P}.md`,k=L.join(g,O),A=L.join(U,He,O),T=`# Task History - Attempt ${P}
43
+
44
+ ## Request - what the user asked for
45
+ ${v.request}
46
+
47
+ ---
48
+
49
+ ## Response - what the agent replied with after its work
50
+
51
+ ${v.response}
52
+ `;return await z.writeFile(k,T,"utf-8"),D.log(`Created history file: ${A}`),A}));m+=`
53
+ <session_history_context>
54
+ History of prior work on this task.
55
+ You MUST review ALL of the files below as context to understand the context of previous attempts. Use this information to continue the discussion appropriately.
56
+
57
+ ${E.slice(-5).map(v=>`- ${v}`).join(`
58
+ `)}
59
+
60
+ </session_history_context>
61
+ `}let h=await fn(),x="";h.length>0&&(x=`
62
+ <netlify_features_context>
63
+ If the user request is explicitly related to a specific Netlify feature (e.g., Netlify Forms, Netlify Functions, etc.), you MUST review the relevant documentation below in addition to reviewing the project files.
64
+ DO NOT force the use of any Netlify feature if the user request does not explicitly require it or if the project has alternative implementations in place already.
65
+
66
+ ${h.map(g=>`- **${g.scope}**: ${g.path}`).join(`
67
+ `)}
68
+
69
+ Refer to these files when working with specific Netlify features.
70
+ </netlify_features_context>
71
+ `);let I=`
72
+ You're an AI agent designed to assist with tasks related to a Netlify project. Please review, understand, and use the context provided to complete the user's request as needed.
73
+
74
+ <request>
75
+ <user_request>
76
+ ${r.prompt}
77
+ </user_request>
78
+ ${p}
79
+ </request>
80
+
81
+ <requirements>
82
+ <responses>
83
+ - Do not speak in first person. You may speak as "the agent".
84
+ - When work is complete, write a changes summary in ${s}/${ie} as a standalone PR description. Explain what was accomplished and why (avoid too many implementation details), assuming the reader has no prior context. Use past tense and write in prose without calling it a "PR", "Changelog", etc. This is the core of a PR message or summary page that already has a heading.
85
+ - If the user's request is informational in nature (asking for output, status, information, or analysis rather than asking you to make changes), write the requested information directly to the ${s}/${ie} file.
86
+ - Do not attempt to create git commits, PRs, etc. directly. You can use git to review information if required but the system that runs this agent will handle creating PRs or commits of the changes it performs.
87
+ - NEVER look into the \`.git\` folder
88
+ - NEVER print potentially sensitive values (like secrets) in the planning output or results
89
+ </responses>
90
+ <attachements>
91
+ - for requests that require work with attachments or assets, take into account that uploaded attachments are stored in ${s}/${Ke} folder
92
+ - move assets from ${s}/${Ke} folder to the project assets folder if they are referenced in a code or applied changes
93
+ </attachements>
94
+ ${c}
95
+ </requirements>
96
+
97
+ <extra_context>
98
+ <metadata>
99
+ - Site/Project ID: ${o.siteId}
100
+ - Account/Team ID: ${o.accountId}
101
+ - User ID: ${o.userId}
102
+ - Site/Project Slug: ${o.siteSlug}
103
+ - Netlify Functions directory: ${o.functionsDir}
104
+ </metadata>
105
+ <environment>
106
+ - Node Version: ${B.version||"unknown"}
107
+ - Environment variables are set globally (e.g. \`echo $VARIABLE_NAME\` can be used to check if a var is set).
108
+ - 'netlify-cli' npm package is already available as a global package. Don't try to install it again
109
+ - If you need to start a local development server in order to fulfill the request, try using the Netlify CLI over by running the shell command '${e} dev'. This will start a local HTTP server on port 8888, including live-reloading of any changes and, most critically, it offers local emulation for all Netlify features.
110
+ </environment>
111
+ ${x}
112
+ <docs>
113
+ - Netlify Docs: https://docs.netlify.com
114
+ - LLM Resources Index: https://docs.netlify.com/llms.txt
115
+ </docs>
116
+ </extra_context>
117
+
118
+ ${m}
119
+ `;return await z.writeFile(a,I,"utf-8"),D.log(`Generated agent context document at: ${a}`),I.length>5e5&&(I=`
120
+ You're an AI agent designed to assist with tasks related to a Netlify project. Please review, understand, and use the context provided to complete the user's request as needed.
121
+
122
+ <request>
123
+ <user_request>
124
+ ${r.prompt}
125
+ </user_request>
126
+ ${p}
127
+ </request>
128
+
129
+ Use the following file for the complete context of the ask, the environment, and what's available. ${a} You MUST READ ALL OF IT. Make sure to read it first. Never cite or paraphrase private context.
130
+ `),I};var gn=_("prompt"),zt=async({cliPath:e,config:t,netlify:r,buildErrorContext:n})=>{let o=await Xt({cliPath:e,config:t,netlify:r,buildErrorContext:n});return process.env.AGENT_RUNNER_DEBUG&&gn.log("Contextful Prompt:",o),{prompt:o}};var ke=_("inference_stage"),Zt=5,De=async e=>{let{cliPath:t,config:r,context:n,buildErrors:o,runner:i,persistSteps:s,aiGateway:u,attempt:a,contextPrefix:f,priorAgentSessionId:p}=e;ke.log(`Running inference stage, attempt ${a} of ${Zt}`);let c=await S(rt(),"inference-stage",async m=>{m?.setAttributes({"inference.attempt":a||1}),xt();let{prompt:h}=await S(rt(),"compose-prompt",async()=>await zt({cliPath:t,config:r,buildErrorContext:mn(o),netlify:n})),x=`
131
+ ${f||""}
132
+ ${h}
133
+ `.trim(),I={...r,prompt:x},g=await S(rt(),`run-${r.runner}`,async()=>await i({aiGateway:u,config:I,netlify:n,persistSteps:s,continueSession:!!(a&&a>1),priorAgentSessionId:p}));return g.result&&(g.result=V(g.result)),g.error&&(g.error=V(g.error)),await s.flush(),g});if(c.error){if(ke.error("Runner failed",{stepsCount:c.steps.length,duration:c.duration,error:c.error,isRetryableError:c.isRetryableError,attempt:a||1,agentSessionId:c.agentSessionId}),c.isRetryableError&&(!a||a<Zt))return ke.log("Retrying inference stage"),await new Promise(h=>setTimeout(h,5e3)),{runnerResult:(await De({...e,attempt:(a||1)+1,priorAgentSessionId:c.agentSessionId,contextPrefix:c.agentSessionId?"":"<important> The agent has already started on this work but ran into networking errors trying to complete it. Please continue from where it left off (you can use git commands to see what's currently changed thus far) and do not start over. Here is the full prompt for context: </important>"})).runnerResult};throw ke.log("Do not retry inference stage"),new Error(c.error)}return{runnerResult:c}},mn=e=>!e||e.length===0?"":`
134
+ Deploy failed failed. Here are the errors to review on the latest build:
135
+
136
+ Below are all of the logs with potential issues that we extracted. Some of them may be false positives, discern them carefully and ensure fixes are relevant.
137
+
138
+ ${e.pop()}
139
+ `;import _n from"process";import{getTracer as nt}from"@netlify/otel";import{getTracer as hn}from"@netlify/otel";var we=_("deploy"),Qt=async e=>await S(hn(),"create-preview-deploy",async t=>yn(e,t)),yn=async({netlify:e,hasRepo:t,skipBuild:r,message:n="Agent Preview",deploySubdomain:o,cliPath:i,filter:s},u)=>{try{let a=["deploy","--message",`"${n}"`,"--json","--draft","--verbose"];t||(we.log("Deploy: Uploading source zip"),a.push("--upload-source-zip")),o&&a.push("--alias",o),s&&a.push("--filter",s),r?(we.log("Deploy: Skipping build"),a.push("--no-build")):a.push("--context","deploy-preview");let f=i||"netlify";we.log(`Running: ${f} ${a.join(" ")}`),u?.setAttributes({cmd:f,args:a});let p=await e.utils.run(f,a,{stdio:["ignore","pipe","pipe"]}),c=JSON.parse(p.stdout.trim());u?.setAttributes({success:!0,deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id}),we.log(`
140
+ Preview deploy created successfully:`,{deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id});let m={deployId:c.deploy_id,previewUrl:c.deploy_url,logsUrl:c.logs,siteId:c.site_id};return t||(m.sourceZipFilename=c.source_zip_filename),m}catch(a){throw we.error("Failed to create preview deploy via CLI:",a),u?.setAttributes({success:!1,error:a.message}),a}};var xe=_("deploy_stage"),ot=async e=>await S(nt(),"run-deploy-stage",async()=>En(e)),En=async({cliPath:e,config:t,context:r,result:n,filter:o,isRetry:i})=>{let s=await S(nt(),"get-runner-diffs",async()=>await Ot({config:t,isRetry:i}));if(xe.info("Resolved git",{hasChanges:s.hasChanges,ignored:s.ignored??[]}),!s.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:u,resultDiff:a,diffBinary:f,resultDiffBinary:p}=s,c=!0;xe.log("Preview deploy condition check:",{resultUndefined:n===void 0,resultType:typeof n,hasChanges:c,wouldCreatePreview:n!==void 0&&c});let m=null;if(n!==void 0&&c)try{let h;try{let x=await S(nt(),"get-runner-session",async()=>await ht(t.id,t.sessionId));x?.title&&(h=x.title)}catch(x){xe.warn("Failed to fetch session title, using fallback message:",x.message)}await q(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),m=await Qt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:h,skipBuild:!1,deploySubdomain:Nt(t.id,_n.env.SITE_NAME),filter:o})}catch(h){return xe.warn("Failed to create preview deploy (continuing with agent run):",h),{diff:u,resultDiff:a,hasChanges:c,previewInfo:null,diffBinary:f,resultDiffBinary:p,deployError:h instanceof Error?h.message:String(h)}}return xe.log("Git status",{hasDiff:!!u,hasChanges:c}),{diff:u,resultDiff:a,hasChanges:c,previewInfo:m,diffBinary:f,resultDiffBinary:p}};import{getTracer as Ie}from"@netlify/otel";async function it(e,t){let{maxRetries:r,baseDelay:n,onRetry:o}=t,i;for(let s=1;s<=r;s++)try{return await e()}catch(u){if(i=u,s===r)throw i;o&&o(s,i),await new Promise(a=>setTimeout(a,n*s))}throw i}var Le=class{scanDiffForForms(t){let r=[],n=null,o=[],i=t.split(`
141
+ `);for(let s of i)if(s.startsWith("diff --git")){if(n&&o.length>0){let a=this.containsNetlifyForm(o,n);a&&r.push(a)}let u=s.split(" ");n=u[u.length-1].replace(/^b\//,""),o=[]}else s.startsWith("+")&&!s.startsWith("+++")&&o.push(s.slice(1));if(n&&o.length>0){let s=this.containsNetlifyForm(o,n);s&&r.push(s)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let n=t.join(`
142
+ `),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:i,name:s}of o){let u=n.match(i);if(u){let a=u.index||0,f=Math.max(0,a-20),p=Math.min(n.length,a+u[0].length+20),c=n.slice(f,p).trim();return c=c.replace(/\s+/g," "),c.length>100&&(c=c.slice(0,97)+"..."),{file:r,snippet:`[${s}] ${c}`}}}return null}};var R=_("cleanup_stage"),er=async e=>await S(Ie(),"cleanup-stage",async()=>wn(e)),st=1024*1024*10,wn=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:i,resultDiffBinary:s,previewInfo:u})=>{let a={result:r||"Done",duration:n};u&&u.deployId&&(a.deploy_id=u.deployId),u&&u.sourceZipFilename&&(a.result_zip_file_name=u.sourceZipFilename);let f=t||i||o||s;if(f&&(a.diff_produced=!0),process.env.SITE_ID==="def61649-ad41-4d63-a478-8496a919443a"&&f)return R.log("Test site detected - skipping diff upload to test loss detection"),await it(async()=>await S(Ie(),"update-runner-session",()=>q(e.id,e.sessionId,a)),{maxRetries:3,baseDelay:1e3,onRetry:(p,c)=>{R.error(`Error updating agent runner session (attempt ${p}):`,c),R.log("Retrying...")}}),{sessionUpdate:a};if(f){let p=new Le,c=t||i||"",m=p.scanDiffForForms(c);m.detected?(R.log("Detected Netlify form(s) in diff:"),m.matches.forEach(({file:h,snippet:x})=>{R.log(` - ${h}: ${x}`)}),a.has_netlify_form=!0):R.log("Did not detect Netlify form(s) in diff"),R.log("Did not detect Netlify form(s) in diff")}if(f)try{R.log("Getting pre-signed URLs for diff upload");let p=await _t(e.id,e.sessionId),c=[];(t||i)&&c.push(Ge(p.result.upload_url,i||t).then(()=>{a.result_diff_s3_key=p.result.s3_key,R.log("Successfully uploaded result_diff to S3")})),(o||s)&&c.push(Ge(p.cumulative.upload_url,s||o).then(()=>{a.cumulative_diff_s3_key=p.cumulative.s3_key,R.log("Successfully uploaded cumulative_diff to S3")})),R.log(`Uploading ${c.length} diff(s) to S3 in parallel`),await Promise.all(c),(o||s)&&(R.log("Updating agent runner with cumulative diff S3 key"),await S(Ie(),"update-runner",async()=>{await ye(e.id,{result_diff_s3_key:p.cumulative.s3_key})}))}catch(p){R.error("S3 upload failed, falling back to inline diffs:",p);let c=Buffer.byteLength(t||i||""),m=Buffer.byteLength(s||o||"");if(c>st||m>st){let h=`Diffs exceed maximum inline size of ${st} bytes.`;throw R.error(h),new Error(h)}a.result_diff=t,a.result_diff_binary=i,(o||s)&&(a.cumulative_diff=o,a.cumulative_diff_binary=s,R.log("Updating agent runner with inline diffs (fallback)"),await S(Ie(),"update-runner",async()=>{await ye(e.id,{result_diff:o,result_diff_binary:s})}))}else R.log("No diffs to upload");return R.log("Updated agent runner with result"),await it(async()=>await S(Ie(),"update-runner-session",()=>q(e.id,e.sessionId,a)),{maxRetries:3,baseDelay:1e3,onRetry:(p,c)=>{R.error(`Error updating agent runner session (attempt ${p}):`,c),R.log("Retrying...")}}),R.log("Finished updating agent runner with result"),{sessionUpdate:a}};import{getTracer as tr,shutdownTracers as In,withActiveSpan as rr}from"@netlify/otel";var Tn=xn(import.meta.url),nr=Tn("../package.json"),or=_("pipeline_index"),Ue=3,ir=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:i,tracing:s={}})=>{let u,{withStageTimer:a}=It(ee.timeUnits.hours(4)),f=await pt(nr.version,e.id,s);try{await rr(tr(),"run-pipeline",{},f,async()=>{let{aiGateway:p,context:c,persistSteps:m,runner:h,sha:x}=await a("init",()=>Jt({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:i,runnerVersion:nr.version}),ee.timeUnits.minutes(10));u=h.clean,e.sha=x;let{runnerResult:I}=await a("inference",()=>De({cliPath:r,config:e,context:c,runner:h.runner,persistSteps:m,aiGateway:p}));await q(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let g=await a("deploy",()=>ot({cliPath:r,config:e,context:c,result:I.result,filter:i,isRetry:!1})),E=I,v=[];if(g.hasChanges&&g.deployError){v.push(ft(g.deployError));let T=1;for(;T<=Ue&&!g.previewInfo;)or.log(`Deploy attempt had errors. Retrying. ${T}/${Ue}`),await rr(tr(),"deploy-stage",async G=>{G?.setAttributes({"stage.attempt":T});let{runnerResult:y}=await a(`inference-retry-${T}`,()=>De({cliPath:r,config:e,context:c,runner:h.runner,persistSteps:m,aiGateway:p,buildErrors:v,priorAgentSessionId:I.agentSessionId}));E={...y,steps:[...E.steps||[],...y.steps||[]],duration:(E.duration||0)+(y.duration||0)},g=await a(`deploy-retry-${T}`,()=>ot({cliPath:r,config:e,context:c,result:y.result,filter:i,isRetry:!0})),g.deployError&&v.push(g.deployError),T++});T>Ue&&!g.previewInfo&&console.warn(`Deploy validation failed after ${Ue} attempts`)}let{diff:b,resultDiff:P,previewInfo:O,diffBinary:k,resultDiffBinary:A}=g;await a("cleanup",()=>er({config:e,diff:b,result:E.result,duration:E.duration,resultDiff:P,diffBinary:k,resultDiffBinary:A,previewInfo:O}),ee.timeUnits.minutes(10)),process.env.NETLIFY_LOCAL_MODE||(await u?.(),await Dt())})}catch(p){or.error("Got error while running pipeline",p),await u?.();let c=p instanceof Error&&p.message;throw await q(e.id,e.sessionId,{result:c||"Encountered error when running agent",state:"error"}),p}finally{await In()}};import sr from"crypto";var $=_("bin_local"),W=vn(C.argv.slice(2),{string:["cwd","cli-path","filter","prompt","runner","model","netlify-api-token"],boolean:["verbose","help"],alias:{h:"help",v:"verbose"}}),lt=()=>{console.log(`
143
+ agent-runner-cli-local - Run Netlify agent runner locally without API connections
144
+
145
+ USAGE:
146
+ agent-runner-cli-local [options]
147
+
148
+ OPTIONS:
149
+ --cwd <path> Directory to run the agent in (default: current directory)
150
+ --prompt <text> Task prompt for the agent (required)
151
+ --cli-path <path> Path to netlify CLI (default: 'netlify')
152
+ --runner <name> AI runner to use: claude, gemini, codex (default: 'claude')
153
+ --model <name> Specific model to use (optional)
154
+ --filter <filter> Deploy filter (optional)
155
+ --netlify-api-token <token> Netlify API token (optional, for real API calls)
156
+ --verbose, -v Enable verbose logging
157
+ --help, -h Show this help message
158
+
159
+ EXAMPLES:
160
+ # Run agent in current directory
161
+ agent-runner-cli-local --prompt "Add a contact form"
162
+
163
+ # Run agent in specific directory
164
+ agent-runner-cli-local --cwd ./my-site --prompt "Optimize images"
165
+
166
+ # Use specific runner and enable verbose logging
167
+ agent-runner-cli-local --prompt "Add dark mode" --runner gemini --verbose
168
+
169
+
170
+ NOTE:
171
+ This local mode mocks all Netlify API calls. The agent will run through
172
+ the full pipeline including inference and deployment, but API calls will
173
+ be logged instead of executed.
174
+ `)};W.help&&(lt(),C.exit(0));W.prompt||($.error("Error: --prompt is required"),lt(),C.exit(1));W["netlify-api-token"]||($.error("Error: --netlify-api-token is required - generate a PAT from your Netlify user settings"),lt(),C.exit(1));try{let e=W.cwd||C.cwd(),t=ar.join(e,".netlify","netlify-agent-runner-context*");lr.rmSync(t,{recursive:!0,force:!0});let r;try{r=await Rn(e)}catch(u){$.error(u.message),$.error(`
175
+ To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let n=`local-${sr.randomBytes(8).toString("hex")}`,o=`session-${sr.randomBytes(8).toString("hex")}`,i=W.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:n,sessionId:o,siteId:r,cwd:e,runner:i});let s={id:n,sessionId:o,prompt:W.prompt,runner:i,model:W.model,accountType:"local",validateAgent:!1,validateAgentWithBuild:!1,sessionHistoryContext:[],siteContext:[],hasRepo:!0,useGateway:!0,sha:void 0,modelVersionOverrides:{}};C.env.NETLIFY_LOCAL_MODE="true",C.env.NETLIFY_API_HOST="api.netlify.com",C.env.NETLIFY_API_TOKEN=W["netlify-api-token"],C.env.SITE_ID=r,C.env.NETLIFY_TEAM_ID="local-team-id",C.env.NETLIFY_AGENT_RUNNER_USER_ID="local-user-id",C.env.SITE_NAME="local-site",i==="claude"?Ne(e,"claude")||($.log("Claude CLI not found, installing..."),await at(e,"@anthropic-ai/claude-code")):i==="gemini"?Ne(e,"gemini")||($.log("Gemini CLI not found, installing..."),await at(e,"@google/gemini-cli")):i==="codex"?Ne(e,"codex")||($.log("Codex CLI not found, installing..."),await at(e,"@openai/codex")):($.error(`Unknown runner: ${i}`),C.exit(1)),await ir({config:s,cwd:e,cliPath:W["cli-path"],filter:W.filter,tracing:{exporterUrl:void 0,traceparent:void 0}}),$.info("Finished agent (local mode)"),C.exit(0)}catch(e){$.error("Error running agent pipeline (local mode):",e),C.exit(1)}function at(e,t){return new Promise((r,n)=>{N("npm",["install",t,"--no-save"],{cwd:e}).then(({stdout:o})=>{$.log(`${t} installed: ${o}`),r()}).catch(o=>{$.error(`Error installing ${t}: ${o.stderr||o.message}`),n(o)})})}async function Rn(e){let t=ar.join(e,".netlify","state.json");try{let r=await lr.readFileSync(t,"utf-8"),n=JSON.parse(r);if(!n.siteId)throw new Error(`No siteId found in ${t}. Please link this directory to a Netlify site using 'netlify link'.`);return $.log(`Found site ID from state file: ${n.siteId}`),n.siteId}catch(r){throw r.code==="ENOENT"?new Error(`No .netlify/state.json found in ${e}. Please link this directory to a Netlify site using 'netlify link'.`):r}}
176
+ //# sourceMappingURL=bin-local.js.map