@netlify/agent-runner-cli 1.46.0 → 1.47.1
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/bin-local.js +43 -39
- package/dist/bin.js +43 -39
- package/dist/index.js +42 -38
- package/package.json +4 -4
package/dist/bin-local.js
CHANGED
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import
|
|
3
|
-
`),r=[],o=-1,n=0;for(;n<t.length;){let
|
|
4
|
-
`)),o=
|
|
2
|
+
import b from"process";import qt from"path";import Wt from"fs";import rn from"minimist";import{createRequire as Qr}from"module";import{createTracerProvider as Vt}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as Ze}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as Jt}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as Xt}from"@netlify/otel";import{propagation as Qe,context as et,W3CTraceContextPropagator as zt}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as Zt}from"@opentelemetry/exporter-trace-otlp-grpc";function w(e){let t=!process.env.VITEST;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 Pe=w("tracing"),tt=async(e,t,r)=>(await Vt({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new Ze(new Oe),new Ze(new Zt({url:r.exporterUrl}))],instrumentations:[new Jt({skipHeaders:!0})]}),r.traceparent?(Qe.setGlobalPropagator(new zt),Qe.extract(et.active(),{traceparent:r.traceparent,isRemote:!0})):et.active());function A(e,t,r){return Pe.log(`\u23F3 TRACE: ${t} starting...`),Xt(e,t,r)}var Oe=class{export(t,r){for(let o of t)this.logSpan(o);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,o=t.attributes,n=[];for(let[u,s]of Object.entries(o))u.includes("duration")&&typeof s=="number"?n.push(`${u}=${s.toFixed(2)}ms`):n.push(`${u}=${s}`);let i=t.status?.code===2?"\u274C":"\u2705",a=n.length>0?` [${n.join(", ")}]`:"";Pe.log(`${i} TRACE: ${t.name} completed in ${r.toFixed(2)}ms${a}`),t.status?.code===2&&t.status.message&&Pe.log(` \u274C Error: ${t.status.message}`)}};var Qt=["error","failed","exception","fatal","panic","abort","crash"];function rt(e){let t=e.split(`
|
|
3
|
+
`),r=[],o=-1,n=0;for(;n<t.length;){let u=t[n].slice(0,500).toLowerCase();if(Qt.some(y=>u.includes(y))){let y=Math.max(0,n-10,o+1),l=Math.min(t.length-1,n+20),c=[];for(let g=y;g<=l;g++)c.push(t[g]);r.push(c.join(`
|
|
4
|
+
`)),o=l,n=l+1}else n++}if(r.length===0)return e;let i=r.map((a,u)=>`<extracted_error_chunk order="${u+1}">
|
|
5
5
|
${a}
|
|
6
6
|
</extracted_error_chunk>`).join(`
|
|
7
7
|
|
|
8
|
-
`);return i.length>e.length*.8?e:i}import Te from"process";import{getTracer as Or}from"@netlify/otel";import le from"process";var pe=le.env.NETLIFY_API_URL,fe=le.env.NETLIFY_API_TOKEN,H=_("api"),be=()=>le.env.NETLIFY_LOCAL_MODE==="true",ge=async(e,t={})=>{if(!pe||!fe)throw new Error("No API URL or token");let r=new URL(e,pe),o={...t,headers:{...t.headers,Authorization:`Bearer ${fe}`}};le.env.AGENT_RUNNERS_DEBUG==="true"&&(o.headers["x-nf-debug-logging"]="true"),t.json&&(o.headers||={},o.headers["Content-Type"]="application/json",o.body=JSON.stringify(t.json));let n=await fetch(r,o),i=n.ok&&n.status<=299;if(le.env.AGENT_RUNNERS_DEBUG==="true")H.log(`Response headers for ${r}:`),n.headers.forEach((l,s)=>{H.log(` ${s}: ${l}`)});else{let l=n.headers.get("x-request-id")||n.headers.get("x-nf-request-id");H.log(`Request ID for ${r}: ${l||"N/A"}`)}if(i||H.error(`Got status ${n.status} for request ${r}`),t.raw){if(!i)throw n;return n}let a=await(n.headers.get("content-type")?.includes("application/json")?n.json():n.text());if(!i)throw a;return a},Qe=e=>{H.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(pe=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(fe=e.constants.NETLIFY_API_TOKEN)},et=()=>({apiUrl:pe,token:fe}),me=async(e,t)=>be()?(H.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ge(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),G=async(e,t,r)=>be()?(H.log("Mock API: updateRunnerSession called",{runnerId:e,sessionId:t,data:r}),{id:e,sessionId:t,...r}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var tt=async(e,t)=>be()?(H.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`),rt=(e,t,r)=>ge(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}});var Z=_("ai_gateway"),Ce=null;var nt=async()=>{if(Ce)return Ce;Z.log("Fetching available AI gateway providers");let e=await fetch(`${et().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 Ce=t,Z.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},Vt=async(e,t)=>{let o=(await nt()).providers[e];if(!o)return Z.log(`Provider '${e}' not found`),!1;let n=o.models.includes(t);return Z.log(`Model validation for ${e}/${t}`,{isAvailable:n}),n},ot=async({netlify:e,config:t})=>{let r,o,n,i,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let l=async()=>{clearTimeout(n),Z.log("Requesting AI gateway information");let s=await rt(a,t.id,t.sessionId);if({token:r,url:i}=s,o=s.expires_at?s.expires_at*1e3:void 0,Z.log("Got AI gateway information",{token:!!r,expiresAt:o,url:i}),o){let m=o-Date.now()-6e4;m>0&&(n=setTimeout(()=>{l()},m))}};return await Promise.all([l(),nt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:Vt}};import Y from"process";import he from"path";import Pe from"fs";import{fileURLToPath as Qt}from"url";import{execa as er,execaCommand as An}from"execa";import{Transform as Wt}from"stream";var Jt=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"]),Xt=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function zt(){return Object.entries(process.env).filter(([e,t])=>!(!t||Jt.has(e)||Xt.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function j(e){if(typeof e!="string")return e;let t=zt();if(t.length===0)return e;let r=e;return t.forEach(o=>{let n=new RegExp(Zt(o),"g");r=r.replace(n,"******")}),r}function Zt(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var Q=class extends Wt{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,o){let n=t.toString(),i=j(n);o(null,i)}};function it(){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(o,n,i){let a=typeof o=="string"?j(o):o;return typeof n=="function"?t(a,n):t(a,n,i)},process.stderr.write=function(o,n,i){let a=typeof o=="string"?j(o):o;return typeof n=="function"?r(a,n):r(a,n,i)}}var ue=null,st=e=>(ue&&ue.destroy(),ue=new K({totalAllowedTime:e}),ue),at=()=>ue;var K=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,o)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let n=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,a=null;o!==void 0&&(a=new Promise((l,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${o}ms`))},o)}));try{return a?await Promise.race([r(),a]):await r()}finally{n(),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 tr=Qt(import.meta.url),rr=he.dirname(tr),ye=_("shell"),Oe=new Set,nr={preferLocal:!0},Ee=(e,t,r)=>{let[o,n]=or(t,r),i={...nr,...n},a=er(e,o,i);return ir(a,i),ar(a),a};var or=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},ir=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(Y.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new Q).pipe(Y.stdout),e.stdout?.pipe(new Q).pipe(Y.stdout),e.stderr?.pipe(new Q).pipe(Y.stderr);return}e.stdout?.pipe(Y.stdout),e.stderr?.pipe(Y.stderr)},lt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(Y.kill(-e.pid,t),ye.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return ye.error("Error killing process:",r),!1}},sr=e=>lt(e,"SIGKILL"),ar=e=>{Oe.add(e);let t=at();if(t){let r=t.onTimesUp(()=>{ye.log(`Global timer expired, killing process ${e.pid}`),lt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(ye.log(`Force killing process ${e.pid} after timeout`),sr(e))},5e3)});e.on("exit",()=>{Oe.delete(e),r()}),e.on("error",()=>{Oe.delete(e),r()})}};function _e(e,t){return!!V(e,t)}function V(e,t){if(Y.env.NODE_PATH){let n=he.join(Y.env.NODE_PATH,".bin",t);if(Pe.existsSync(n))return n}let r=he.join(e,"node_modules",".bin",t);if(Pe.existsSync(r))return r;let o=he.join(rr,"..","node_modules",".bin",t);if(Pe.existsSync(o))return o}var ut="netlify-agent-runner-context.md",$e="task-history",De="netlify-context",F=".netlify",ee="results.md",Le="assets";var lr=_("utils"),ur=e=>new Promise(t=>{setTimeout(t,e)}),ct=(e,t=3e3)=>{let r=!1,o=null,n=[],i=null,a=(...l)=>{if(r)return o=l,new Promise(u=>{n.push(u)});r=!0;let s,m=new Promise(u=>{s=u});return i=(async()=>{await Promise.resolve();let u=await e(...l);for(s(u);;){if(await ur(t),!o)return r=!1,i=null,u;let c=o,f=n;o=null,n=[],u=await e(...c),f.forEach(E=>{E(u)})}})(),m};return a.flush=async()=>{if((r||o)&&i)return await i,a.flush()},a},we=(e,t,r=!1)=>{let o=null,n=null,i=null,a=function(...l){n=l,i=this;let s=r&&!o;clearTimeout(o),o=setTimeout(()=>{o=null,r||(e.apply(i,n),n=null,i=null)},t),s&&(e.apply(i,n),n=null,i=null)};return a.cancel=()=>{clearTimeout(o),o=null,n=null,i=null},a.flush=()=>{if(o){clearTimeout(o);let l=n,s=i;o=null,n=null,i=null,e.apply(s,l)}},a},dt=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(o){t&&(r?.error?r.error("Could not parse JSON",o):lr.error("Could not parse JSON",o))}},pt=(e,t)=>{let n=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let l=`--${t}${n}`;if(l.length>55)return"";let s=60-l.length;if(s<=0)return"";if(s>=i.length+6){let m=Math.min(s-i.length,e.length);return`${i}${e.slice(0,m)}`}return e.slice(0,s)};import{Buffer as ft}from"buffer";import cr from"path";var gt=async({config:e,netlify:t})=>{let r=await pr(t),{hasChanges:o}=r,{status:n}=r;if(!o)return{hasChanges:!1};let i=await fr(n);await t.utils.run("git",["add",".",...i]);let a={stdio:["ignore","pipe","pipe"]},s=(await t.utils.run("git",["diff","--staged"],a)).stdout;if(o=!!s,!o)return{hasChanges:!1,ignored:i};let u=(await t.utils.run("git",["diff","--staged","--binary"],a)).stdout,c,f;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await t.utils.run("git",["commit","-m","Agent runner"]),c=(await t.utils.run("git",["diff",e.sha,"HEAD"],a)).stdout;let g=(await t.utils.run("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;c!==g&&(f=ft.from(g).toString("base64"))}let E={hasChanges:!0,diff:s,resultDiff:c,ignored:i};return s!==u&&(E.diffBinary=ft.from(u).toString("base64")),f&&(E.resultDiffBinary=f),E},dr=["?? mise.toml","?? deno.lock",/\?\? .+?\.log/],pr=async e=>{let t=await e.utils.run("git",["status","-s"]);return{hasChanges:(t.stdout.trim().length===0?[]:t.stdout.split(`
|
|
9
|
-
`).filter(n=>!
|
|
10
|
-
`).forEach(o=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${
|
|
11
|
-
|
|
12
|
-
`)}
|
|
13
|
-
${
|
|
14
|
-
\`\`\``),
|
|
15
|
-
`):
|
|
16
|
-
|
|
8
|
+
`);return i.length>e.length*.8?e:i}import Re from"process";import{getTracer as Lr}from"@netlify/otel";import le from"process";var me=le.env.NETLIFY_API_URL,he=le.env.NETLIFY_API_TOKEN,G=w("api"),ye=()=>le.env.NETLIFY_LOCAL_MODE==="true",ue=async(e,t={})=>{if(!me||!he)throw new Error("No API URL or token");let r=new URL(e,me),o={...t,headers:{...t.headers,Authorization:`Bearer ${he}`}};le.env.AGENT_RUNNERS_DEBUG==="true"&&(o.headers["x-nf-debug-logging"]="true"),t.json&&(o.headers||={},o.headers["Content-Type"]="application/json",o.body=JSON.stringify(t.json));let n=await fetch(r,o),i=n.ok&&n.status<=299;if(le.env.AGENT_RUNNERS_DEBUG==="true")G.log(`Response headers for ${r}:`),n.headers.forEach((u,s)=>{G.log(` ${s}: ${u}`)});else{let u=n.headers.get("x-request-id")||n.headers.get("x-nf-request-id");G.log(`Request ID for ${r}: ${u||"N/A"}`)}if(i||G.error(`Got status ${n.status} for request ${r}`),t.raw){if(!i)throw n;return n}let a=await(n.headers.get("content-type")?.includes("application/json")?n.json():n.text());if(!i)throw a;return a},nt=e=>{G.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(me=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(he=e.constants.NETLIFY_API_TOKEN)},ot=()=>({apiUrl:me,token:he}),ce=async(e,t)=>ye()?(G.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ue(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),B=async(e,t,r)=>ye()?(G.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):ue(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var it=async(e,t)=>ye()?(G.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ue(`/api/v1/agent_runners/${e}/sessions/${t}`),st=(e,t,r)=>ue(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),at=async(e,t)=>ye()?(G.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"}}):ue(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),$e=async(e,t)=>{G.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 ee=w("ai_gateway"),ke=null;var lt=async()=>{if(ke)return ke;ee.log("Fetching available AI gateway providers");let e=await fetch(`${ot().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 ke=t,ee.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},er=async(e,t)=>{let o=(await lt()).providers[e];if(!o)return ee.log(`Provider '${e}' not found`),!1;let n=o.models.includes(t);return ee.log(`Model validation for ${e}/${t}`,{isAvailable:n}),n},ut=async({netlify:e,config:t})=>{let r,o,n,i,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let u=async()=>{clearTimeout(n),ee.log("Requesting AI gateway information");let s=await st(a,t.id,t.sessionId);if({token:r,url:i}=s,o=s.expires_at?s.expires_at*1e3:void 0,ee.log("Got AI gateway information",{token:!!r,expiresAt:o,url:i}),o){let y=o-Date.now()-6e4;y>0&&(n=setTimeout(()=>{u()},y))}};return await Promise.all([u(),lt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:er}};import K from"process";import Ee from"path";import De from"fs";import{fileURLToPath as sr}from"url";import{execa as ar,execaCommand as Cn}from"execa";import{Transform as tr}from"stream";var rr=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"]),nr=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function or(){return Object.entries(process.env).filter(([e,t])=>!(!t||rr.has(e)||nr.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function H(e){if(typeof e!="string")return e;let t=or();if(t.length===0)return e;let r=e;return t.forEach(o=>{let n=new RegExp(ir(o),"g");r=r.replace(n,"******")}),r}function ir(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var te=class extends tr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,o){let n=t.toString(),i=H(n);o(null,i)}};function ct(){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(o,n,i){let a=typeof o=="string"?H(o):o;return typeof n=="function"?t(a,n):t(a,n,i)},process.stderr.write=function(o,n,i){let a=typeof o=="string"?H(o):o;return typeof n=="function"?r(a,n):r(a,n,i)}}var de=null,dt=e=>(de&&de.destroy(),de=new V({totalAllowedTime:e}),de),pt=()=>de;var V=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,o)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let n=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,a=null;o!==void 0&&(a=new Promise((u,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${o}ms`))},o)}));try{return a?await Promise.race([r(),a]):await r()}finally{n(),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 lr=sr(import.meta.url),ur=Ee.dirname(lr),_e=w("shell"),Le=new Set,cr={preferLocal:!0},we=(e,t,r)=>{let[o,n]=dr(t,r),i={...cr,...n},a=ar(e,o,i);return pr(a,i),gr(a),a};var dr=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 te).pipe(K.stdout),e.stdout?.pipe(new te).pipe(K.stdout),e.stderr?.pipe(new te).pipe(K.stderr);return}e.stdout?.pipe(K.stdout),e.stderr?.pipe(K.stderr)},ft=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(K.kill(-e.pid,t),_e.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return _e.error("Error killing process:",r),!1}},fr=e=>ft(e,"SIGKILL"),gr=e=>{Le.add(e);let t=pt();if(t){let r=t.onTimesUp(()=>{_e.log(`Global timer expired, killing process ${e.pid}`),ft(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(_e.log(`Force killing process ${e.pid} after timeout`),fr(e))},5e3)});e.on("exit",()=>{Le.delete(e),r()}),e.on("error",()=>{Le.delete(e),r()})}};function Ie(e,t){return!!J(e,t)}function J(e,t){if(K.env.NODE_PATH){let n=Ee.join(K.env.NODE_PATH,".bin",t);if(De.existsSync(n))return n}let r=Ee.join(e,"node_modules",".bin",t);if(De.existsSync(r))return r;let o=Ee.join(ur,"..","node_modules",".bin",t);if(De.existsSync(o))return o}var gt="netlify-agent-runner-context.md",Fe="task-history",Ue="netlify-context",F=".netlify",re="results.md",Me="assets";var mr=w("utils"),hr=e=>new Promise(t=>{setTimeout(t,e)}),mt=(e,t=3e3)=>{let r=!1,o=null,n=[],i=null,a=(...u)=>{if(r)return o=u,new Promise(l=>{n.push(l)});r=!0;let s,y=new Promise(l=>{s=l});return i=(async()=>{await Promise.resolve();let l=await e(...u);for(s(l);;){if(await hr(t),!o)return r=!1,i=null,l;let c=o,g=n;o=null,n=[],l=await e(...c),g.forEach(E=>{E(l)})}})(),y};return a.flush=async()=>{if((r||o)&&i)return await i,a.flush()},a},Te=(e,t,r=!1)=>{let o=null,n=null,i=null,a=function(...u){n=u,i=this;let s=r&&!o;clearTimeout(o),o=setTimeout(()=>{o=null,r||(e.apply(i,n),n=null,i=null)},t),s&&(e.apply(i,n),n=null,i=null)};return a.cancel=()=>{clearTimeout(o),o=null,n=null,i=null},a.flush=()=>{if(o){clearTimeout(o);let u=n,s=i;o=null,n=null,i=null,e.apply(s,u)}},a},ht=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(o){t&&(r?.error?r.error("Could not parse JSON",o):mr.error("Could not parse JSON",o))}},yt=(e,t)=>{let n=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let u=`--${t}${n}`;if(u.length>55)return"";let s=60-u.length;if(s<=0)return"";if(s>=i.length+6){let y=Math.min(s-i.length,e.length);return`${i}${e.slice(0,y)}`}return e.slice(0,s)};import{Buffer as Et}from"buffer";import yr from"path";var _t=async({config:e,netlify:t})=>{let r=await _r(t),{hasChanges:o}=r,{status:n}=r;if(!o)return{hasChanges:!1};let i=await wr(n);await t.utils.run("git",["add",".",...i]);let a={stdio:["ignore","pipe","pipe"]},s=(await t.utils.run("git",["diff","--staged"],a)).stdout;if(o=!!s,!o)return{hasChanges:!1,ignored:i};let l=(await t.utils.run("git",["diff","--staged","--binary"],a)).stdout,c,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await t.utils.run("git",["commit","-m","Agent runner"]),c=(await t.utils.run("git",["diff",e.sha,"HEAD"],a)).stdout;let h=(await t.utils.run("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;c!==h&&(g=Et.from(h).toString("base64"))}let E={hasChanges:!0,diff:s,resultDiff:c,ignored:i};return s!==l&&(E.diffBinary=Et.from(l).toString("base64")),g&&(E.resultDiffBinary=g),E},Er=["?? mise.toml","?? deno.lock","?? .npmrc",/\?\? .+?\.log/],_r=async e=>{let t=await e.utils.run("git",["status","-s"]);return{hasChanges:(t.stdout.trim().length===0?[]:t.stdout.split(`
|
|
9
|
+
`).filter(n=>!Er.some(i=>i instanceof RegExp?i.test(n):n===i))).length!==0,status:t.stdout}};var wt=async e=>{let{stdout:t}=await e.utils.run("git",["rev-parse","HEAD"]);return t.trim()},It=async e=>{let{stdout:t}=await e.utils.run("git",["rev-list","--max-parents=0","HEAD"]);return t.trim()},wr=async e=>{let t=[".netlify","mise.toml","deno.lock",".npmrc","node_modules"],r=[];return e.split(`
|
|
10
|
+
`).forEach(o=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${yr.sep}`].some(u=>o.startsWith(u))&&r.push(`:!${i}`)});let n=o.match(/\?\? (.+?)\.log$/)?.[1];n&&r.push(`:!${n}.log`)}),r};import Tr from"fs/promises";import xr from"os";import vt from"path";import X from"process";import vr from"readline";import Ge from"path";import Ir from"fs/promises";var je=w("agent-output-utils");async function ne({initialResult:e,agentName:t,hasError:r}){let o="",n=Ge.join(process.cwd(),F,re);try{let i=await Ir.readFile(n,"utf-8");i&&(o=i,je.log(`Pulled result from ${Ge.relative(process.cwd(),n)}`))}catch{je.log(`No results file found at ${Ge.relative(process.cwd(),n)}`)}return o||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function oe({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,o=r?.replace(/\s+/g," ").trim().toLowerCase()||"",n="";return o?.includes("ai gateway is not available for your account")||o?.includes("ai gateway is not enabled for your account")?n="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.":o?.includes("error when talking to gemini api")?n="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(o?.includes("connection closed prematurely")||o?.includes("499")&&t.toLowerCase().includes("gemini"))&&(n=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),o?.includes("request timed out")&&(n=`The ${t} API request's have timed out. Please try again or use a different available agent.`),o?.includes("network error")&&(n=`The ${t} agent is having network issues. Please try again or use a different available agent.`),n&&je.log(`Providing updated error messsage: ${n}, replacing original error: ${r}`),n||r||void 0}function ie(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 U=w("runner_claude"),Tt="Claude Code",xe="claude-sonnet-4-5-20250929",xt=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,Rr=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(U.log(`${n} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!o,resultLength:o?o.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),o?(U.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:o}:{error:"Process completed with errors but result was captured",result:o}):(U.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0}));async function Ye({config:e,netlify:t,persistSteps:r,aiGateway:o,continueSession:n,priorAgentSessionId:i}){let a=e,{accountType:u,prompt:s,modelVersionOverrides:y}=a,{model:l}=a,c="";if(o){let{token:f,url:_}=o;if(!f||!_)throw new Error("No token or url provided from AI Gateway");if(y?.claude){let d=y?.claude?.[u];if(d){if(!await o.isModelAvailableForProvider("anthropic",d))throw new Error(`Model override '${d}' is not available for anthropic provider`);l=d}}else if(l){if(!await o.isModelAvailableForProvider("anthropic",l))throw new Error(`Model '${l}' is not available for anthropic provider`)}else await o.isModelAvailableForProvider("anthropic",xe)?(l=xe,U.log(`Using default model: ${xe}`)):U.log(`Default model ${xe} is not available, proceeding without model specification`);X.env.ANTHROPIC_API_KEY=f,X.env.ANTHROPIC_BASE_URL=_}else if(!X.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],E=[],T={},I=0,h=0,x,v,C=[J(X.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...l?["--model",l]:[],...n?["--continue"]:[],...n&&i?["--resume",i]:[],"-p",s],N=`${X.env.NVM_BIN}/node`;U.log(`Running ${N} ${C.join(" ")}`);let R=t.utils.run(N,C,{all:!0,env:X.env});R.stdin?.end();let S=Te(()=>{r?.({steps:g,duration:h})},250),m=(f,_)=>{let d={...f,id:I};I+=1,E.push(d),g.push(d),_||S.flush(),S(),_&&S.flush()},p=vr.createInterface({input:R.all});return p.on("error",f=>{U.error("Readline interface error",{error:f.message,stack:f.stack})}),p.on("line",f=>{let _=null;try{_=JSON.parse(f)}catch{U.log("Could not parse line",f)}_?.session_id&&_.session_id!==c&&(c=_.session_id),Array.isArray(_?.message?.content)?_.message.content.forEach(d=>{switch(d.type){case"text":{d.text&&m({message:d.text});break}case"image":{typeof d.source=="object"&&d.source&&d.source.type==="base64"&&d.source.media_type?m({message:``}):U.log(`Unsupported image type ${d.source?.type}`,d.source);break}case"tool_use":{if(d.name==="Task"){let P=d.input?.description&&`\`${d.input.description}\``;m({title:[xt(d.name),P].filter(Boolean).join(" ")})}else d.id&&(T[d.id]=d);S.flush();break}case"tool_result":{let P=d.tool_use_id?T[d.tool_use_id]:void 0,ae;if(P){let Q=P.input?.file_path&&vt.relative(X.cwd(),P.input.file_path),O=Q&&`\`${Q}\``;ae=[xt(P.name||""),O].filter(Boolean).join(" ")}let ze=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(P?.name||""),q;if(typeof d.content=="string")q=d.content;else if(Array.isArray(d.content)){let Q=[];d.content.forEach(O=>{O?.type==="text"&&typeof O.text=="string"?Q.push(O.text):O?.type==="image"&&typeof O.source=="object"&&O.source?O.source.type==="base64"&&O.source.media_type?Q.push(``):U.log(`Unsupported image type ${O.source.type}`,O.source):U.log(`Unsupported block type ${O?.type}`)}),q=Q.join(`
|
|
11
|
+
|
|
12
|
+
`)}ze&&q&&(q=`\`\`\`
|
|
13
|
+
${q.trim()}
|
|
14
|
+
\`\`\``),m({title:ae,message:q},!0);break}case"thinking":{d.thinking&&m({title:"Thinking",message:d.thinking},!0);break}default:U.log(`Message content type is not supported ${d.type}`,d)}}):_?.type==="result"&&(h=_.duration_ms||0,_.is_error?v=_.result:x=_.result,[E,g].forEach(d=>{d[d.length-1]?.message===x&&d.pop()}))}),await R.catch(f=>{({error:v,result:x}=Rr({catchError:f,runCmd:R,error:v,result:x,runnerName:"Claude"}))}),p.close(),S.flush(),{steps:E,duration:h,result:await ne({initialResult:x,agentName:Tt,hasError:!!v}),error:oe({error:v,agentName:Tt}),isRetryableError:ie(v),agentSessionId:c}}var Rt=async()=>{let e=vt.join(xr.homedir(),".claude");await Tr.rm(e,{recursive:!0,force:!0})};import pe from"fs/promises";import At from"os";import ve from"path";import z from"process";import Sr from"readline";var j=w("runner_codex"),St="Codex CLI",Ar=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(j.log(`${n} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!o,resultLength:o?o.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),o?(j.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:o}:{error:"Process completed with errors but result was captured",result:o}):(j.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0}));async function Be({config:e,netlify:t,persistSteps:r,sendSteps:o,aiGateway:n}){let{accountType:i,prompt:a,modelVersionOverrides:u}=e,{model:s}=e;if(n){let{token:m,url:p}=n;if(!m||!p)throw new Error("No token or url provided from AI Gateway");if(u?.codex){let f=u?.codex?.[i];if(f){if(!await n.isModelAvailableForProvider("openai",f))throw new Error(`Model override '${f}' is not available for openai provider`);s=f}}else if(s&&!await n.isModelAvailableForProvider("openai",s))throw new Error(`Model '${s}' is not available for openai provider`);z.env.OPENAI_API_KEY=m,z.env.OPENAI_BASE_URL=p}else if(!z.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let y=[],l=[],c={},g=0,E=0,T,I,h=`${z.env.NVM_BIN}/node`,x=ve.join(At.homedir(),".codex"),v=ve.join(x,"config.toml"),C=ve.join(x,"auth.json");try{await pe.mkdir(x,{recursive:!0});let m={OPENAI_API_KEY:z.env.OPENAI_API_KEY};await pe.writeFile(C,JSON.stringify(m,null,2),"utf-8"),j.log("Created Codex auth.json file");let p="";try{p=await pe.readFile(v,"utf-8")}catch{}p.includes("web_search")||(p.includes("[tools]")?p=p.replace(/\[tools\]/,`[tools]
|
|
15
|
+
web_search = true`):p+=`
|
|
16
|
+
[tools]
|
|
17
|
+
web_search = true
|
|
18
|
+
`,await pe.writeFile(v,p,"utf-8"),j.log("Updated Codex config with web_search enabled"))}catch(m){throw j.warn("Failed to setup Codex config and credentials",{error:m.message}),new Error(`Codex setup failed: ${m.message}`)}let N=[J(z.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...s?["--model",s]:[],a].filter(Boolean);j.log(`Running ${h} ${N.join(" ")}`);let R=t.utils.run(h,N,{all:!0,env:{...z.env}}),S=Sr.createInterface({input:R.all});return S.on("error",m=>{j.error("Readline interface error",{error:m.message,stack:m.stack})}),S.on("line",m=>{let p=null;try{p=JSON.parse(m)}catch{j.log("Could not parse line",m);return}let f=[],_=!1;if(p?.duration_ms&&(E=p.duration_ms,_=!0),p?.type==="local_shell_call")c[p.call_id]=p;else if(p?.type==="local_shell_call_output"){let d=br(c[p.call_id],p);d&&(d.id=g,g+=1,l.push(d),y.push(d),f.push(d),_=!0)}else p?.type==="message"&&p.role==="assistant"?T=p.content.map(d=>d.text).join(`
|
|
19
|
+
`):p?.type==="message"&&p.role==="system"&&(I=p.content.map(d=>d.text).join(`
|
|
20
|
+
`));_&&(r?.({steps:y,duration:E}),o?.({steps:f,duration:E}))}),await R.catch(m=>{let p=Ar({catchError:m,runCmd:R,error:I,result:T,runnerName:"Codex"});I=p.error,T=p.result}),S.close(),{steps:l,duration:E,result:await ne({initialResult:T,agentName:St,hasError:!!I}),error:oe({error:I,agentName:St}),isRetryableError:ie(I)}}var Nt=async()=>{let e=ve.join(At.homedir(),".codex");await pe.rm(e,{recursive:!0,force:!0})},Nr=new Set(["bash","-lc"]),br=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(i=>!Nr.has(i)),o=r?`Running \`${r.join(" ")}\``:void 0,n;try{n=JSON.parse(t.output).output?.trim(),n&&(n=`\`\`\`
|
|
17
21
|
${n.trim()}
|
|
18
|
-
\`\`\``)}catch(i){
|
|
22
|
+
\`\`\``)}catch(i){j.error("Could not decode outputMsg",i,t.output)}return{title:o,message:n}};import Cr from"fs/promises";import Pr from"os";import Ct from"path";import Z from"process";import Or from"readline";var se=w("runner_gemini"),bt="Gemini CLI",$r=({catchError:e,runCmd:t,error:r,result:o,runnerName:n})=>(se.log(`${n} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!o,resultLength:o?o.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),o?(se.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:o}:{error:"Process completed with errors but result was captured",result:o}):(se.log("Setting result to undefined because no valid result was captured"),{error:r||`${n} failed`,result:void 0})),kr={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"};async function He({config:e,netlify:t,persistSteps:r,sendSteps:o,aiGateway:n}){let{accountType:i,prompt:a,modelVersionOverrides:u}=e,{model:s}=e;if(n){let{token:m,url:p}=n;if(!m||!p)throw new Error("No token or url provided from AI Gateway");if(u?.gemini){let f=u?.gemini?.[i];if(f){if(!await n.isModelAvailableForProvider("gemini",f))throw new Error(`Model override '${f}' is not available for gemini provider`);s=f}}else if(s&&!await n.isModelAvailableForProvider("gemini",s))throw new Error(`Model '${s}' is not available for gemini provider`);Z.env.GEMINI_API_KEY=m,Z.env.GOOGLE_GEMINI_BASE_URL=p}else if(!Z.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let y=[],l=[],c=[],g={},E=0,T=0,I,h,x=[J(Z.cwd(),"gemini"),...s?["--model",s]:[],"--yolo","-p",a],v=`${Z.env.NVM_BIN}/node`;se.log(`Running ${v} ${x.join(" ")}`);let C=t.utils.run(v,x,{all:!0,env:Z.env});C.stdin?.end();let N=Te(()=>{r?.({steps:y,duration:T}),o?.({steps:l,duration:T}),l=[]},250),R=(m,p)=>{m.id=E,E+=1,c.push(m),y.push(m),l.push(m),p||N.flush(),N(),p&&N.flush()},S=Or.createInterface({input:C.all});return S.on("error",m=>{se.error("Readline interface error",{error:m.message,stack:m.stack})}),S.on("line",m=>{let p=null;try{if(m.startsWith("[API Error")){let f=m.match(/\[api error: (.+?)]$/i)?.[1];p={type:"error",value:ht(f,!1)?.error?.message||f||"Gemini encountered error"}}else p=JSON.parse(m)}catch{return}if(p)switch(p.type){case"thought":{let f=p.value;R({title:f?.subject??"Thinking...",message:f?.description},!0);break}case"content":{p.value&&R({message:p.value});break}case"tool_call_request":{let f=p.value,_=kr[f.name]??f.name,d=f.args?.path||f.args?.absolute_path,P=d&&Ct.relative(Z.cwd(),d),ae=f.args?.command,q={title:[_,P&&`\`${P}\``,ae&&`\`${ae}\``].filter(Boolean).join(" ")};g[f.callId]=q,N.flush();break}case"tool_result":{let f=p.value,_=g[f.callId];if(_){let d=[f.resultDisplay,f.responseParts?.functionResponse?.response?.output].find(P=>typeof P=="string"&&P);d&&(_.message=`\`\`\`
|
|
19
23
|
${d.trim()}
|
|
20
|
-
\`\`\``),
|
|
24
|
+
\`\`\``),R(_,!0)}break}case"result":{T=p.duration_ms,I=p.value,[c,y,l].forEach(f=>{f[f.length-1]?.message===I&&f.pop()});break}case"error":{h=p.value;break}case"finished":break;default:{se.warn("Unhandled message type:",p.type);break}}}),await C.catch(m=>{({error:h,result:I}=$r({catchError:m,runCmd:C,error:h,result:I,runnerName:"Gemini"}))}),S.close(),N.flush(),{steps:c,duration:T,result:await ne({initialResult:I,agentName:bt,hasError:!!h}),error:oe({error:h,agentName:bt}),isRetryableError:ie(h)}}var Pt=async()=>{let e=Ct.join(Pr.homedir(),".gemini");await Cr.rm(e,{recursive:!0,force:!0})};var Dr={codex:{runner:Be,clean:Nt},claude:{runner:Ye,clean:Rt},gemini:{runner:He,clean:Pt}},Ot=Dr;var $t=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:o})=>await A(Lr(),"init-stage",async n=>{let i=performance.now();n?.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":o||"unknown"});let a=Ot[e.runner];if(!a)throw n?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let u=Fr({apiToken:r});nt(u);let s=e.useGateway?await ut({netlify:u,config:e}):void 0;n?.setAttributes({"init.aiGateway.created":!!s}),e.validateAgent&&e.errorLogsPath&&n?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let y=mt(({steps:g=[],duration:E})=>{let T=g.map(I=>({...I,title:I.title?H(I.title):void 0,message:I.message?H(I.message):void 0}));return g.length=0,B(e.id,e.sessionId,{steps:T,duration:E})},t),l;e.hasRepo?e.sha?(l=e.sha,n?.setAttributes({"init.sha.source":"provided"})):(l=await wt(u),await ce(e.id,{sha:l}),n?.setAttributes({"init.sha.source":"current_commit"})):(l=await It(u),n?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let c=performance.now()-i;return n?.setAttributes({"init.sha":l||"unknown","init.duration.ms":c,"init.status":"success"}),{aiGateway:s,context:u,persistSteps:y,runner:a,sha:l}}),Fr=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Re.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Re.env.NETLIFY_API_TOKEN,SITE_ID:Re.env.SITE_ID,FUNCTIONS_DIST:Re.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:we}});import{getTracer as Ke}from"@netlify/otel";import Ur from"crypto";import W from"fs/promises";import D from"path";import M from"process";var k=w("context"),Mr=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:M.env.NETLIFY_TEAM_ID,userId:M.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:M.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},Gr=10,jr=async e=>{let{name:t,ext:r}=D.parse(e),o=e,n=D.join(M.cwd(),F,o),i=0;for(;await Yr(n);){if(i>=Gr)throw new Error("Failed to generate context file");o=`${t}-${Ur.randomUUID().slice(0,5)}${r}`,n=D.join(M.cwd(),F,o),i+=1}return o},Yr=async e=>{try{return await W.access(e),!0}catch{return!1}},Br=async()=>{try{k.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 k.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(o=>o&&typeof o=="object"&&o.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(k.warn("Catchall consumer missing or invalid contextScopes"),null):r:(k.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?k.warn("Netlify features context request timed out"):k.warn("Failed to fetch Netlify features context:",e.message),null}},Hr=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 o=await r.text();return await W.writeFile(t,o,"utf-8"),!0}catch(r){return r.name==="AbortError"?k.warn(`Download timeout for ${e}`):k.warn(`Failed to download context file ${e}:`,r.message),!1}},Se=null,Kr=async()=>{if(Se)return Se;let e=await Br();if(!e)return[];let t=D.join(M.cwd(),F,Ue);await W.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([n,i])=>{if(!i||typeof i!="object"||!i.endpoint||!i.scope)return k.warn(`Invalid scope data for ${n}, skipping...`),null;let a=`${n}.md`,u=D.join(t,a),s=D.join(F,Ue,a);return k.log(`Downloading ${i.scope} context...`),await Hr(i.endpoint,u)?(k.log(`Downloaded: ${s}`),{scope:i.scope,path:s,key:n}):null});return Se=(await Promise.all(r)).filter(n=>n!==null),Se},kt=async({cliPath:e,netlify:t,config:r,buildErrorContext:o})=>{let n=Mr(t),i=await jr(gt),a=D.join(M.cwd(),F);await W.mkdir(a,{recursive:!0});let u=D.join(F,i),s=D.join(M.cwd(),u),y=D.join(M.cwd(),F,re);try{await W.unlink(y),k.log(`Deleted old results file: ${y}`)}catch{}let l=o?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
|
|
21
25
|
Your task is to analyze and fix the build errors.
|
|
22
26
|
Don't apply techniques of reverting changes. Apply fixes related to errors.
|
|
23
27
|
Don't try to run build by yourself. Just fix the errors.
|
|
@@ -26,35 +30,35 @@ Don't try to run build by yourself. Just fix the errors.
|
|
|
26
30
|
${o}
|
|
27
31
|
</build_error_context>`:"",c="";r.siteContext&&r.siteContext.length!==0&&(c=`
|
|
28
32
|
<project_rules>
|
|
29
|
-
${r.siteContext.filter(
|
|
33
|
+
${r.siteContext.filter(h=>h.site_context).map(h=>typeof h.site_context=="string"?h.site_context:typeof h.site_context=="object"?JSON.stringify(h.site_context):"").join(`
|
|
30
34
|
|
|
31
35
|
`)}
|
|
32
36
|
</project_rules>
|
|
33
|
-
`);let
|
|
37
|
+
`);let g="";if(r.sessionHistoryContext?.length){let h=D.join(M.cwd(),F,Fe);await W.mkdir(h,{recursive:!0});let x=await Promise.all(r.sessionHistoryContext.map(async(v,C)=>{let N=C+1,R=`attempt-${N}.md`,S=D.join(h,R),m=D.join(F,Fe,R),p=`# Task History - Attempt ${N}
|
|
34
38
|
|
|
35
39
|
## Request - what the user asked for
|
|
36
|
-
${
|
|
40
|
+
${v.request}
|
|
37
41
|
|
|
38
42
|
---
|
|
39
43
|
|
|
40
44
|
## Response - what the agent replied with after its work
|
|
41
45
|
|
|
42
|
-
${
|
|
43
|
-
`;return await
|
|
46
|
+
${v.response}
|
|
47
|
+
`;return await W.writeFile(S,p,"utf-8"),k.log(`Created history file: ${m}`),m}));g+=`
|
|
44
48
|
<session_history_context>
|
|
45
49
|
History of prior work on this task.
|
|
46
50
|
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.
|
|
47
51
|
|
|
48
|
-
${
|
|
52
|
+
${x.slice(-5).map(v=>`- ${v}`).join(`
|
|
49
53
|
`)}
|
|
50
54
|
|
|
51
55
|
</session_history_context>
|
|
52
|
-
`}let E=await
|
|
56
|
+
`}let E=await Kr(),T="";E.length>0&&(T=`
|
|
53
57
|
<netlify_features_context>
|
|
54
58
|
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.
|
|
55
59
|
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.
|
|
56
60
|
|
|
57
|
-
${E.map(
|
|
61
|
+
${E.map(h=>`- **${h.scope}**: ${h.path}`).join(`
|
|
58
62
|
`)}
|
|
59
63
|
|
|
60
64
|
Refer to these files when working with specific Netlify features.
|
|
@@ -66,21 +70,21 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
66
70
|
<user_request>
|
|
67
71
|
${r.prompt}
|
|
68
72
|
</user_request>
|
|
69
|
-
${
|
|
73
|
+
${l}
|
|
70
74
|
</request>
|
|
71
75
|
|
|
72
76
|
<requirements>
|
|
73
77
|
<responses>
|
|
74
78
|
- Do not speak in first person. You may speak as "the agent".
|
|
75
|
-
- When work is complete, write a changes summary in ${a}/${
|
|
76
|
-
- 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 ${a}/${
|
|
79
|
+
- When work is complete, write a changes summary in ${a}/${re} 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.
|
|
80
|
+
- 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 ${a}/${re} file.
|
|
77
81
|
- 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.
|
|
78
82
|
- NEVER look into the \`.git\` folder
|
|
79
83
|
- NEVER print potentially sensitive values (like secrets) in the planning output or results
|
|
80
84
|
</responses>
|
|
81
85
|
<attachements>
|
|
82
|
-
- for requests that require work with attachments or assets, take into account that uploaded attachments are stored in ${a}/${
|
|
83
|
-
- move assets from ${a}/${
|
|
86
|
+
- for requests that require work with attachments or assets, take into account that uploaded attachments are stored in ${a}/${Me} folder
|
|
87
|
+
- move assets from ${a}/${Me} folder to the project assets folder if they are referenced in a code or applied changes
|
|
84
88
|
</attachements>
|
|
85
89
|
${c}
|
|
86
90
|
</requirements>
|
|
@@ -94,41 +98,41 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
94
98
|
- Netlify Functions directory: ${n.functionsDir}
|
|
95
99
|
</metadata>
|
|
96
100
|
<environment>
|
|
97
|
-
- Node Version: ${
|
|
101
|
+
- Node Version: ${M.version||"unknown"}
|
|
98
102
|
- Environment variables are set globally (e.g. \`echo $VARIABLE_NAME\` can be used to check if a var is set).
|
|
99
103
|
- 'netlify-cli' npm package is already available as a global package. Don't try to install it again
|
|
100
104
|
- 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.
|
|
101
105
|
</environment>
|
|
102
|
-
${
|
|
106
|
+
${T}
|
|
103
107
|
<docs>
|
|
104
108
|
- Netlify Docs: https://docs.netlify.com
|
|
105
109
|
- LLM Resources Index: https://docs.netlify.com/llms.txt
|
|
106
110
|
</docs>
|
|
107
111
|
</extra_context>
|
|
108
112
|
|
|
109
|
-
${
|
|
110
|
-
`;return await
|
|
113
|
+
${g}
|
|
114
|
+
`;return await W.writeFile(s,I,"utf-8"),k.log(`Generated agent context document at: ${s}`),I.length>5e5&&(I=`
|
|
111
115
|
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.
|
|
112
116
|
|
|
113
117
|
<request>
|
|
114
118
|
<user_request>
|
|
115
119
|
${r.prompt}
|
|
116
120
|
</user_request>
|
|
117
|
-
${
|
|
121
|
+
${l}
|
|
118
122
|
</request>
|
|
119
123
|
|
|
120
124
|
Use the following file for the complete context of the ask, the environment, and what's available. ${s} You MUST READ ALL OF IT. Make sure to read it first. Never cite or paraphrase private context.
|
|
121
|
-
`),I};var
|
|
122
|
-
${
|
|
125
|
+
`),I};var qr=w("prompt"),Dt=async({cliPath:e,config:t,netlify:r,buildErrorContext:o})=>{let n=await kt({cliPath:e,config:t,netlify:r,buildErrorContext:o});return process.env.AGENT_RUNNER_DEBUG&&qr.log("Contextful Prompt:",n),{prompt:n}};var Ae=w("inference_stage"),Lt=5,Ne=async e=>{let{cliPath:t,config:r,context:o,buildErrors:n,runner:i,persistSteps:a,aiGateway:u,attempt:s,contextPrefix:y,priorAgentSessionId:l}=e;Ae.log(`Running inference stage, attempt ${s} of ${Lt}`);let c=await A(Ke(),"inference-stage",async g=>{g?.setAttributes({"inference.attempt":s||1}),ct();let{prompt:E}=await A(Ke(),"compose-prompt",async()=>await Dt({cliPath:t,config:r,buildErrorContext:Wr(n),netlify:o})),T=`
|
|
126
|
+
${y||""}
|
|
123
127
|
${E}
|
|
124
|
-
`.trim(),I={...r,prompt:
|
|
128
|
+
`.trim(),I={...r,prompt:T},h=await A(Ke(),`run-${r.runner}`,async()=>await i({aiGateway:u,config:I,netlify:o,persistSteps:a,continueSession:!!(s&&s>1),priorAgentSessionId:l}));return h.result&&(h.result=H(h.result)),h.error&&(h.error=H(h.error)),await a.flush(),h});if(c.error){if(Ae.error("Runner failed",{stepsCount:c.steps.length,duration:c.duration,error:c.error,isRetryableError:c.isRetryableError,attempt:s||1,agentSessionId:c.agentSessionId}),c.isRetryableError&&(!s||s<Lt))return Ae.log("Retrying inference stage"),await new Promise(E=>setTimeout(E,5e3)),{runnerResult:(await Ne({...e,attempt:(s||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 Ae.log("Do not retry inference stage"),new Error(c.error)}return{runnerResult:c}},Wr=e=>!e||e.length===0?"":`
|
|
125
129
|
Deploy failed failed. Here are the errors to review on the latest build:
|
|
126
130
|
|
|
127
131
|
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.
|
|
128
132
|
|
|
129
133
|
${e.pop()}
|
|
130
|
-
`;import
|
|
131
|
-
Preview deploy created successfully:`,{deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id});let
|
|
134
|
+
`;import Xr from"process";import{getTracer as qe}from"@netlify/otel";import{getTracer as Vr}from"@netlify/otel";var fe=w("deploy"),Ft=async e=>await A(Vr(),"create-preview-deploy",async t=>Jr(e,t)),Jr=async({netlify:e,hasRepo:t,skipBuild:r,message:o="Agent Preview",deploySubdomain:n,cliPath:i,filter:a},u)=>{try{let s=["deploy","--message",`"${o}"`,"--json","--draft","--verbose"];t||(fe.log("Deploy: Uploading source zip"),s.push("--upload-source-zip")),n&&s.push("--alias",n),a&&s.push("--filter",a),r?(fe.log("Deploy: Skipping build"),s.push("--no-build")):s.push("--context","deploy-preview");let y=i||"netlify";fe.log(`Running: ${y} ${s.join(" ")}`),u?.setAttributes({cmd:y,args:s});let l=await e.utils.run(y,s,{stdio:["ignore","pipe","pipe"]}),c=JSON.parse(l.stdout.trim());u?.setAttributes({success:!0,deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id}),fe.log(`
|
|
135
|
+
Preview deploy created successfully:`,{deployId:c.deploy_id,deployUrl:c.deploy_url,siteId:c.site_id});let g={deployId:c.deploy_id,previewUrl:c.deploy_url,logsUrl:c.logs,siteId:c.site_id};return t||(g.sourceZipFilename=c.source_zip_filename),g}catch(s){throw fe.error("Failed to create preview deploy via CLI:",s),u?.setAttributes({success:!1,error:s.message}),s}};var ge=w("deploy_stage"),We=async e=>await A(qe(),"run-deploy-stage",async()=>zr(e)),zr=async({cliPath:e,config:t,context:r,result:o,filter:n})=>{let i=await A(qe(),"get-runner-diffs",async()=>await _t({config:t,netlify:r}));if(ge.info("Resolved git",{hasChanges:i.hasChanges,ignored:i.ignored??[]}),!i.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:a,resultDiff:u,diffBinary:s,resultDiffBinary:y}=i,l=!0;ge.log("Preview deploy condition check:",{resultUndefined:o===void 0,resultType:typeof o,hasChanges:l,wouldCreatePreview:o!==void 0&&l});let c=null;if(o!==void 0&&l)try{let g;try{let E=await A(qe(),"get-runner-session",async()=>await it(t.id,t.sessionId));E?.title&&(g=E.title)}catch(E){ge.warn("Failed to fetch session title, using fallback message:",E.message)}await B(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),c=await Ft({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:g,skipBuild:!1,deploySubdomain:yt(t.id,Xr.env.SITE_NAME),filter:n})}catch(g){return ge.warn("Failed to create preview deploy (continuing with agent run):",g),{diff:a,resultDiff:u,hasChanges:l,previewInfo:null,diffBinary:s,resultDiffBinary:y,deployError:g instanceof Error?g.message:String(g)}}return ge.log("Git status",{hasDiff:!!a,hasChanges:l}),{diff:a,resultDiff:u,hasChanges:l,previewInfo:c,diffBinary:s,resultDiffBinary:y}};import{getTracer as be}from"@netlify/otel";async function Ut(e,t){let{maxRetries:r,baseDelay:o,onRetry:n}=t,i;for(let a=1;a<=r;a++)try{return await e()}catch(u){if(i=u,a===r)throw i;n&&n(a,i),await new Promise(s=>setTimeout(s,o*a))}throw i}var L=w("cleanup_stage"),Mt=async e=>await A(be(),"cleanup-stage",async()=>Zr(e)),Ve=1024*1024*10,Zr=async({config:e,diff:t,result:r,duration:o,resultDiff:n,diffBinary:i,resultDiffBinary:a,previewInfo:u})=>{let s={result:r||"Done",duration:o};if(u&&u.deployId&&(s.deploy_id=u.deployId),u&&u.sourceZipFilename&&(s.result_zip_file_name=u.sourceZipFilename),t||i||n||a)try{L.log("Getting pre-signed URLs for diff upload");let l=await at(e.id,e.sessionId),c=[];(t||i)&&c.push($e(l.result.upload_url,i||t).then(()=>{s.result_diff_s3_key=l.result.s3_key,L.log("Successfully uploaded result_diff to S3")})),(n||a)&&c.push($e(l.cumulative.upload_url,a||n).then(()=>{s.cumulative_diff_s3_key=l.cumulative.s3_key,L.log("Successfully uploaded cumulative_diff to S3")})),L.log(`Uploading ${c.length} diff(s) to S3 in parallel`),await Promise.all(c),(n||a)&&(L.log("Updating agent runner with cumulative diff S3 key"),await A(be(),"update-runner",async()=>{await ce(e.id,{result_diff_s3_key:l.cumulative.s3_key})}))}catch(l){L.error("S3 upload failed, falling back to inline diffs:",l);let c=Buffer.byteLength(t||i||""),g=Buffer.byteLength(a||n||"");if(c>Ve||g>Ve){let E=`Diffs exceed maximum inline size of ${Ve} bytes.`;throw L.error(E),new Error(E)}s.result_diff=t,s.result_diff_binary=i,(n||a)&&(s.cumulative_diff=n,s.cumulative_diff_binary=a,L.log("Updating agent runner with inline diffs (fallback)"),await A(be(),"update-runner",async()=>{await ce(e.id,{result_diff:n,result_diff_binary:a})}))}else L.log("No diffs to upload");return L.log("Updated agent runner with result"),await Ut(async()=>await A(be(),"update-runner-session",()=>B(e.id,e.sessionId,s)),{maxRetries:3,baseDelay:1e3,onRetry:(l,c)=>{L.error(`Error updating agent runner session (attempt ${l}):`,c),L.log("Retrying...")}}),L.log("Finished updating agent runner with result"),{sessionUpdate:s}};import{getTracer as Gt,shutdownTracers as en,withActiveSpan as jt}from"@netlify/otel";var tn=Qr(import.meta.url),Yt=tn("../package.json"),Bt=w("pipeline_index"),Ce=3,Ht=async({config:e,apiToken:t,cliPath:r="netlify",cwd:o,errorLogsPath:n,filter:i,tracing:a={}})=>{let u,{withStageTimer:s}=dt(V.timeUnits.hours(4)),y=await tt(Yt.version,e.id,a);try{await jt(Gt(),"run-pipeline",{},y,async()=>{let l,{aiGateway:c,context:g,persistSteps:E,runner:T,sha:I}=await s("init",()=>$t({config:e,apiToken:t,cliPath:r,cwd:o,errorLogsPath:n,filter:i,runnerVersion:Yt.version}),V.timeUnits.minutes(10));u=T.clean,e.sha=I;let{runnerResult:h}=await s("inference",()=>Ne({cliPath:r,config:e,context:g,runner:T.runner,persistSteps:E,aiGateway:c}));await B(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let x=await s("deploy",()=>We({cliPath:r,config:e,context:g,result:h.result,filter:i})),v=h,C=[];if(x.hasChanges&&x.deployError){C.push(rt(x.deployError));let f=1;for(;f<=Ce&&!x.previewInfo;)Bt.log(`Deploy attempt had errors. Retrying. ${f}/${Ce}`),await jt(Gt(),"deploy-stage",async _=>{_?.setAttributes({"stage.attempt":f});let{runnerResult:d}=await s(`inference-retry-${f}`,()=>Ne({cliPath:r,config:e,context:g,runner:T.runner,persistSteps:E,aiGateway:c,buildErrors:C,priorAgentSessionId:h.agentSessionId}));v={...d,steps:[...v.steps||[],...d.steps||[]],duration:(v.duration||0)+(d.duration||0)},x=await s(`deploy-retry-${f}`,()=>We({cliPath:r,config:e,context:g,result:d.result,filter:i})),x.deployError&&C.push(x.deployError),f++});f>Ce&&!x.previewInfo&&(l=new Error(`Deploy validation failed after ${Ce} attempts`))}let{diff:N,resultDiff:R,previewInfo:S,diffBinary:m,resultDiffBinary:p}=x;if(await s("cleanup",()=>Mt({config:e,diff:N,result:v.result,duration:v.duration,resultDiff:R,diffBinary:m,resultDiffBinary:p,previewInfo:S}),V.timeUnits.minutes(10)),l)throw l;process.env.NETLIFY_LOCAL_MODE||await T.clean?.()})}catch(l){Bt.error("Got error while running pipeline",l),await u?.();let c=l instanceof Error&&l.message;throw await B(e.id,e.sessionId,{result:c||"Encountered error when running agent",state:"error"}),l}finally{await en()}};import Kt from"crypto";var $=w("bin_local"),Y=rn(b.argv.slice(2),{string:["cwd","cli-path","filter","prompt","runner","model","netlify-api-token"],boolean:["verbose","help"],alias:{h:"help",v:"verbose"}}),Xe=()=>{console.log(`
|
|
132
136
|
agent-runner-cli-local - Run Netlify agent runner locally without API connections
|
|
133
137
|
|
|
134
138
|
USAGE:
|
|
@@ -160,6 +164,6 @@ NOTE:
|
|
|
160
164
|
This local mode mocks all Netlify API calls. The agent will run through
|
|
161
165
|
the full pipeline including inference and deployment, but API calls will
|
|
162
166
|
be logged instead of executed.
|
|
163
|
-
`)};
|
|
164
|
-
To link this directory to a Netlify site, run:`),$.error(" netlify link"),
|
|
167
|
+
`)};Y.help&&(Xe(),b.exit(0));Y.prompt||($.error("Error: --prompt is required"),Xe(),b.exit(1));Y["netlify-api-token"]||($.error("Error: --netlify-api-token is required - generate a PAT from your Netlify user settings"),Xe(),b.exit(1));try{let e=Y.cwd||b.cwd(),t=qt.join(e,".netlify","netlify-agent-runner-context*");Wt.rmSync(t,{recursive:!0,force:!0});let r;try{r=await nn(e)}catch(u){$.error(u.message),$.error(`
|
|
168
|
+
To link this directory to a Netlify site, run:`),$.error(" netlify link"),b.exit(1)}let o=`local-${Kt.randomBytes(8).toString("hex")}`,n=`session-${Kt.randomBytes(8).toString("hex")}`,i=Y.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:o,sessionId:n,siteId:r,cwd:e,runner:i});let a={id:o,sessionId:n,prompt:Y.prompt,runner:i,model:Y.model,accountType:"local",validateAgent:!1,validateAgentWithBuild:!1,sessionHistoryContext:[],siteContext:[],hasRepo:!0,useGateway:!0,sha:void 0,modelVersionOverrides:{}};b.env.NETLIFY_LOCAL_MODE="true",b.env.NETLIFY_API_HOST="api.netlify.com",b.env.NETLIFY_API_TOKEN=Y["netlify-api-token"],b.env.SITE_ID=r,b.env.NETLIFY_TEAM_ID="local-team-id",b.env.NETLIFY_AGENT_RUNNER_USER_ID="local-user-id",b.env.SITE_NAME="local-site",i==="claude"?Ie(e,"claude")||($.log("Claude CLI not found, installing..."),await Je(e,"@anthropic-ai/claude-code")):i==="gemini"?Ie(e,"gemini")||($.log("Gemini CLI not found, installing..."),await Je(e,"@google/gemini-cli@0.1.17")):i==="codex"?Ie(e,"codex")||($.log("Codex CLI not found, installing..."),await Je(e,"@openai/codex")):($.error(`Unknown runner: ${i}`),b.exit(1)),await Ht({config:a,cwd:e,cliPath:Y["cli-path"],filter:Y.filter,tracing:{exporterUrl:void 0,traceparent:void 0}}),$.info("Finished agent (local mode)"),b.exit(0)}catch(e){$.error("Error running agent pipeline (local mode):",e),b.exit(1)}function Je(e,t){return new Promise((r,o)=>{we("npm",["install",t,"--no-save"],{cwd:e}).then(({stdout:n})=>{$.log(`${t} installed: ${n}`),r()}).catch(n=>{$.error(`Error installing ${t}: ${n.stderr||n.message}`),o(n)})})}async function nn(e){let t=qt.join(e,".netlify","state.json");try{let r=await Wt.readFileSync(t,"utf-8"),o=JSON.parse(r);if(!o.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: ${o.siteId}`),o.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}}
|
|
165
169
|
//# sourceMappingURL=bin-local.js.map
|