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