@netlify/agent-runner-cli 1.58.0-alpha → 1.58.1-alpha
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 +16 -16
- package/dist/bin.js +2 -2
- package/dist/index.js +17 -17
- package/package.json +5 -5
package/dist/bin-local.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import C from"process";import nr from"path";import or from"fs";import En from"minimist";import{createRequire as hn}from"module";import{createTracerProvider as ir}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as it}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as sr}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as ar}from"@netlify/otel";import{propagation as st,context as at,W3CTraceContextPropagator as lr}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as cr}from"@opentelemetry/exporter-trace-otlp-grpc";function y(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 Le=y("tracing"),lt=async(e,t,r)=>(await ir({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new it(new Ue),new it(new cr({url:r.exporterUrl}))],instrumentations:[new sr({skipHeaders:!0})]}),r.traceparent?(st.setGlobalPropagator(new lr),st.extract(at.active(),{traceparent:r.traceparent,isRemote:!0})):at.active());function
|
|
2
|
+
import C from"process";import nr from"path";import or from"fs";import En from"minimist";import{createRequire as hn}from"module";import{createTracerProvider as ir}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as it}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as sr}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as ar}from"@netlify/otel";import{propagation as st,context as at,W3CTraceContextPropagator as lr}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as cr}from"@opentelemetry/exporter-trace-otlp-grpc";function y(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 Le=y("tracing"),lt=async(e,t,r)=>(await ir({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new it(new Ue),new it(new cr({url:r.exporterUrl}))],instrumentations:[new sr({skipHeaders:!0})]}),r.traceparent?(st.setGlobalPropagator(new lr),st.extract(at.active(),{traceparent:r.traceparent,isRemote:!0})):at.active());function A(e,t,r){return Le.log(`\u23F3 TRACE: ${t} starting...`),ar(e,t,r)}var Ue=class{export(t,r){for(let n of t)this.logSpan(n);r({code:1})}async shutdown(){}forceFlush(){return Promise.resolve()}logSpan(t){let r=(t.endTime[0]-t.startTime[0])*1e3+(t.endTime[1]-t.startTime[1])/1e6,n=t.attributes,o=[];for(let[c,s]of Object.entries(n))c.includes("duration")&&typeof s=="number"?o.push(`${c}=${s.toFixed(2)}ms`):o.push(`${c}=${s}`);let i=t.status?.code===2?"\u274C":"\u2705",a=o.length>0?` [${o.join(", ")}]`:"";Le.log(`${i} TRACE: ${t.name} completed in ${r.toFixed(2)}ms${a}`),t.status?.code===2&&t.status.message&&Le.log(` \u274C Error: ${t.status.message}`)}};var ur=["error","failed","exception","fatal","panic","abort","crash"];function ct(e){let t=e.split(`
|
|
3
3
|
`),r=[],n=-1,o=0;for(;o<t.length;){let c=t[o].slice(0,500).toLowerCase();if(ur.some(m=>c.includes(m))){let m=Math.max(0,o-10,n+1),p=Math.min(t.length-1,o+20),u=[];for(let g=m;g<=p;g++)u.push(t[g]);r.push(u.join(`
|
|
4
4
|
`)),n=p,o=p+1}else o++}if(r.length===0)return e;let i=r.map((a,c)=>`<extracted_error_chunk order="${c+1}">
|
|
5
5
|
${a}
|
|
6
6
|
</extracted_error_chunk>`).join(`
|
|
7
7
|
|
|
8
|
-
`);return i.length>e.length*.8?e:i}import Ce from"process";import{getTracer as zr}from"@netlify/otel";import fe from"process";var Ie=fe.env.NETLIFY_API_URL,xe=fe.env.NETLIFY_API_TOKEN,Y=y("api"),Te=()=>fe.env.NETLIFY_LOCAL_MODE==="true",ge=async(e,t={})=>{if(!Ie||!xe)throw new Error("No API URL or token");let r=new URL(e,Ie),n={...t,headers:{...t.headers,Authorization:`Bearer ${xe}`}};fe.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),i=o.ok&&o.status<=299;if(fe.env.AGENT_RUNNERS_DEBUG==="true")Y.log(`Response headers for ${r}:`),o.headers.forEach((c,s)=>{Y.log(` ${s}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");Y.log(`Request ID for ${r}: ${c||"N/A"}`)}if(i||Y.error(`Got status ${o.status} for request ${r}`),t.raw){if(!i)throw o;return o}let a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw a;return a},ut=e=>{Y.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(Ie=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(xe=e.constants.NETLIFY_API_TOKEN)},dt=()=>({apiUrl:Ie,token:xe}),me=async(e,t)=>Te()?(Y.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ge(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),q=async(e,t,r)=>Te()?(Y.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var pt=async(e,t)=>Te()?(Y.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`),ft=(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}}),gt=async(e,t)=>Te()?(Y.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"}}):ge(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Me=async(e,t)=>{Y.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 oe=y("ai_gateway"),je=null;var mt=async()=>{if(je)return je;oe.log("Fetching available AI gateway providers");let e=await fetch(`${dt().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 je=t,oe.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},dr=async(e,t)=>{let n=(await mt()).providers[e];if(!n)return oe.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return oe.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ht=async({netlify:e,config:t})=>{let r,n,o,i,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),oe.log("Requesting AI gateway information");let s=await ft(a,t.id,t.sessionId);if({token:r,url:i}=s,n=s.expires_at?s.expires_at*1e3:void 0,oe.log("Got AI gateway information",{token:!!r,expiresAt:n,url:i}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),mt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:dr}};import B from"process";import V from"path";import ve from"fs";import{fileURLToPath as _r}from"url";import{createRequire as Er}from"module";import{execa as wr,execaCommand as Vn}from"execa";import{Transform as pr}from"stream";var fr=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"]),gr=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function mr(){return Object.entries(process.env).filter(([e,t])=>!(!t||fr.has(e)||gr.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=mr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(hr(n),"g");r=r.replace(o,"******")}),r}function hr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ie=class extends pr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),i=W(o);n(null,i)}};function yt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,i){let a=typeof n=="string"?W(n):n;return typeof o=="function"?t(a,o):t(a,o,i)},process.stderr.write=function(n,o,i){let a=typeof n=="string"?W(n):n;return typeof o=="function"?r(a,o):r(a,o,i)}}var he=null,_t=e=>(he&&he.destroy(),he=new Q({totalAllowedTime:e}),he),Et=()=>he;var Q=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,a=null;n!==void 0&&(a=new Promise((c,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):await r()}finally{o(),i&&clearTimeout(i)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var wt={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.0-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.58","@google/gemini-cli":"0.19.1","@netlify/otel":"^5.0.1","@openai/codex":"0.65.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var Ir=_r(import.meta.url),xr=V.dirname(Ir),Tr=Er(import.meta.url),Re=y("shell"),Ge=new Set,vr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Rr(t,r),i={...vr,...o},a=wr(e,n,i);return Ar(a,i),br(a),a};var Rr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Ar=(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 ie).pipe(B.stdout),e.stdout?.pipe(new ie).pipe(B.stdout),e.stderr?.pipe(new ie).pipe(B.stderr);return}e.stdout?.pipe(B.stdout),e.stderr?.pipe(B.stderr)},It=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(B.kill(-e.pid,t),Re.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Re.error("Error killing process:",r),!1}},Sr=e=>It(e,"SIGKILL"),br=e=>{Ge.add(e);let t=Et();if(t){let r=t.onTimesUp(()=>{Re.log(`Global timer expired, killing process ${e.pid}`),It(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Re.log(`Force killing process ${e.pid} after timeout`),Sr(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function Ae(e,t){return!!ee(e,t)}function ee(e,t){if(!B.env.NETLIFY_LOCAL_MODE)try{let o=Tr.resolve(wt.name),i=V.dirname(o);for(;i!==V.dirname(i);){let a=V.dirname(i);if(V.basename(a)==="node_modules"){let c=V.join(a,".bin",t);if(ve.existsSync(c))return c;break}i=a}}catch(o){console.error("Could not resolve package.json",o)}if(B.env.NODE_PATH){let o=V.join(B.env.NODE_PATH,".bin",t);if(ve.existsSync(o))return o}let r=V.join(e,"node_modules",".bin",t);if(ve.existsSync(r))return r;let n=V.join(xr,"..","node_modules",".bin",t);if(ve.existsSync(n))return n}var xt="netlify-agent-runner-context.md",Ye="task-history",Be="netlify-context",U=".netlify",se="results.md",He="assets";var Nr=y("utils"),Cr=e=>new Promise(t=>{setTimeout(t,e)}),Tt=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,a=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let s,m=new Promise(p=>{s=p});return i=(async()=>{await Promise.resolve();let p=await e(...c);for(s(p);;){if(await Cr(t),!n)return r=!1,i=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(h=>{h(p)})}})(),m};return a.flush=async()=>{if((r||n)&&i)return await i,a.flush()},a},ae=(e,t,r=!1)=>{let n=null,o=null,i=null,a=function(...c){o=c,i=this;let s=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(i,o),o=null,i=null)},t),s&&(e.apply(i,o),o=null,i=null)};return a.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,s=i;n=null,o=null,i=null,e.apply(s,c)}},a},vt=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nr.error("Could not parse JSON",n))}},Rt=(e,t)=>{let o=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let s=60-c.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 At}from"buffer";import Pr from"path";var St=y("repo"),bt=async({config:e})=>{St.info("Getting runner diffs");let t=await Fr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=$r(n);await kr(o),St.info("Changes after processing"),await qe();let i=await We(n);await Ke(i);let a={stdio:["ignore","pipe","pipe"]},s=(await N("git",["diff","--staged"],a)).stdout;if(r=!!s,!r)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],a)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),u=(await N("git",["diff",e.sha,"HEAD"],a)).stdout;let f=(await N("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=At.from(f).toString("base64"))}let h={hasChanges:!0,diff:s,resultDiff:u,ignored:i};return s!==p&&(h.diffBinary=At.from(p).toString("base64")),g&&(h.resultDiffBinary=g),h},Ke=async(e=[])=>{await N("git",["add",".",...e])},qe=async()=>(await N("git",["status","-s"])).stdout,Nt=/.. (.+)?\.log$/,Or=[Nt],Fr=async()=>{let e=await qe();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
|
+
`);return i.length>e.length*.8?e:i}import Ce from"process";import{getTracer as zr}from"@netlify/otel";import fe from"process";var Ie=fe.env.NETLIFY_API_URL,xe=fe.env.NETLIFY_API_TOKEN,Y=y("api"),Te=()=>fe.env.NETLIFY_LOCAL_MODE==="true",ge=async(e,t={})=>{if(!Ie||!xe)throw new Error("No API URL or token");let r=new URL(e,Ie),n={...t,headers:{...t.headers,Authorization:`Bearer ${xe}`}};fe.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),i=o.ok&&o.status<=299;if(fe.env.AGENT_RUNNERS_DEBUG==="true")Y.log(`Response headers for ${r}:`),o.headers.forEach((c,s)=>{Y.log(` ${s}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");Y.log(`Request ID for ${r}: ${c||"N/A"}`)}if(i||Y.error(`Got status ${o.status} for request ${r}`),t.raw){if(!i)throw o;return o}let a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!i)throw a;return a},ut=e=>{Y.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(Ie=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(xe=e.constants.NETLIFY_API_TOKEN)},dt=()=>({apiUrl:Ie,token:xe}),me=async(e,t)=>Te()?(Y.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):ge(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),q=async(e,t,r)=>Te()?(Y.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var pt=async(e,t)=>Te()?(Y.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):ge(`/api/v1/agent_runners/${e}/sessions/${t}`),ft=(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}}),gt=async(e,t)=>Te()?(Y.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"}}):ge(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Me=async(e,t)=>{Y.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 oe=y("ai_gateway"),je=null;var mt=async()=>{if(je)return je;oe.log("Fetching available AI gateway providers");let e=await fetch(`${dt().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 je=t,oe.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},dr=async(e,t)=>{let n=(await mt()).providers[e];if(!n)return oe.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return oe.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ht=async({netlify:e,config:t})=>{let r,n,o,i,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),oe.log("Requesting AI gateway information");let s=await ft(a,t.id,t.sessionId);if({token:r,url:i}=s,n=s.expires_at?s.expires_at*1e3:void 0,oe.log("Got AI gateway information",{token:!!r,expiresAt:n,url:i}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),mt()]),{get url(){return i},get token(){return r},isModelAvailableForProvider:dr}};import B from"process";import V from"path";import ve from"fs";import{fileURLToPath as _r}from"url";import{createRequire as Er}from"module";import{execa as wr,execaCommand as Vn}from"execa";import{Transform as pr}from"stream";var fr=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"]),gr=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function mr(){return Object.entries(process.env).filter(([e,t])=>!(!t||fr.has(e)||gr.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=mr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(hr(n),"g");r=r.replace(o,"******")}),r}function hr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ie=class extends pr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),i=W(o);n(null,i)}};function yt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,i){let a=typeof n=="string"?W(n):n;return typeof o=="function"?t(a,o):t(a,o,i)},process.stderr.write=function(n,o,i){let a=typeof n=="string"?W(n):n;return typeof o=="function"?r(a,o):r(a,o,i)}}var he=null,_t=e=>(he&&he.destroy(),he=new Q({totalAllowedTime:e}),he),Et=()=>he;var Q=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),i=null,a=null;n!==void 0&&(a=new Promise((c,s)=>{i=setTimeout(()=>{s(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):await r()}finally{o(),i&&clearTimeout(i)}};this.startTime=Date.now(),this.totalAllowedTime=t,this.globalTimeoutId=null,this.subscribers=[],this.hasTimedOut=!1,this.setupGlobalTimeout()}getElapsedTime(){return Date.now()-this.startTime}getRemainingTime(){let t=this.getElapsedTime(),r=this.totalAllowedTime-t;return Math.max(0,r)}isTimeExpired(){return this.getRemainingTime()===0||this.hasTimedOut}setupGlobalTimeout(){this.globalTimeoutId&&clearTimeout(this.globalTimeoutId),this.globalTimeoutId=setTimeout(()=>{this.notifyTimeUp()},this.totalAllowedTime)}notifyTimeUp(){this.hasTimedOut=!0;for(let t=this.subscribers.length-1;t>=0;t--)try{this.subscribers[t]()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}}onTimesUp(t){if(this.subscribers.push(t),this.hasTimedOut)try{t()}catch(r){console.error("TimeKeeper: Error in time up callback:",r)}return()=>{let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}}off(t){let r=this.subscribers.indexOf(t);r>-1&&this.subscribers.splice(r,1)}clearSubscribers(){this.subscribers.length=0}getSubscriberCount(){return this.subscribers.length}destroy(){this.globalTimeoutId&&(clearTimeout(this.globalTimeoutId),this.globalTimeoutId=null),this.clearSubscribers()}static{this.timeUnits={seconds:t=>t*1e3,minutes:t=>t*60*1e3,hours:t=>t*60*60*1e3}}};var wt={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.1-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.61","@google/gemini-cli":"0.19.4","@netlify/otel":"^5.1.0","@openai/codex":"0.66.0-alpha.11","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var Ir=_r(import.meta.url),xr=V.dirname(Ir),Tr=Er(import.meta.url),Re=y("shell"),Ge=new Set,vr={preferLocal:!0},N=(e,t,r)=>{let[n,o]=Rr(t,r),i={...vr,...o},a=wr(e,n,i);return Sr(a,i),br(a),a};var Rr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Sr=(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 ie).pipe(B.stdout),e.stdout?.pipe(new ie).pipe(B.stdout),e.stderr?.pipe(new ie).pipe(B.stderr);return}e.stdout?.pipe(B.stdout),e.stderr?.pipe(B.stderr)},It=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(B.kill(-e.pid,t),Re.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Re.error("Error killing process:",r),!1}},Ar=e=>It(e,"SIGKILL"),br=e=>{Ge.add(e);let t=Et();if(t){let r=t.onTimesUp(()=>{Re.log(`Global timer expired, killing process ${e.pid}`),It(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Re.log(`Force killing process ${e.pid} after timeout`),Ar(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function Se(e,t){return!!ee(e,t)}function ee(e,t){if(!B.env.NETLIFY_LOCAL_MODE)try{let o=Tr.resolve(wt.name),i=V.dirname(o);for(;i!==V.dirname(i);){let a=V.dirname(i);if(V.basename(a)==="node_modules"){let c=V.join(a,".bin",t);if(ve.existsSync(c))return c;break}i=a}}catch(o){console.error("Could not resolve package.json",o)}if(B.env.NODE_PATH){let o=V.join(B.env.NODE_PATH,".bin",t);if(ve.existsSync(o))return o}let r=V.join(e,"node_modules",".bin",t);if(ve.existsSync(r))return r;let n=V.join(xr,"..","node_modules",".bin",t);if(ve.existsSync(n))return n}var xt="netlify-agent-runner-context.md",Ye="task-history",Be="netlify-context",U=".netlify",se="results.md",He="assets";var Nr=y("utils"),Cr=e=>new Promise(t=>{setTimeout(t,e)}),Tt=(e,t=3e3)=>{let r=!1,n=null,o=[],i=null,a=(...c)=>{if(r)return n=c,new Promise(p=>{o.push(p)});r=!0;let s,m=new Promise(p=>{s=p});return i=(async()=>{await Promise.resolve();let p=await e(...c);for(s(p);;){if(await Cr(t),!n)return r=!1,i=null,p;let u=n,g=o;n=null,o=[],p=await e(...u),g.forEach(h=>{h(p)})}})(),m};return a.flush=async()=>{if((r||n)&&i)return await i,a.flush()},a},ae=(e,t,r=!1)=>{let n=null,o=null,i=null,a=function(...c){o=c,i=this;let s=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(i,o),o=null,i=null)},t),s&&(e.apply(i,o),o=null,i=null)};return a.cancel=()=>{clearTimeout(n),n=null,o=null,i=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,s=i;n=null,o=null,i=null,e.apply(s,c)}},a},vt=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nr.error("Could not parse JSON",n))}},Rt=(e,t)=>{let o=".netlify.app",i="agent-";if(!t)return`${i}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let s=60-c.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 St}from"buffer";import Pr from"path";var At=y("repo"),bt=async({config:e})=>{At.info("Getting runner diffs");let t=await Fr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=$r(n);await kr(o),At.info("Changes after processing"),await qe();let i=await We(n);await Ke(i);let a={stdio:["ignore","pipe","pipe"]},s=(await N("git",["diff","--staged"],a)).stdout;if(r=!!s,!r)return{hasChanges:!1,ignored:i};let p=(await N("git",["diff","--staged","--binary"],a)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await N("git",["commit","-m","Agent runner"]),u=(await N("git",["diff",e.sha,"HEAD"],a)).stdout;let f=(await N("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=St.from(f).toString("base64"))}let h={hasChanges:!0,diff:s,resultDiff:u,ignored:i};return s!==p&&(h.diffBinary=St.from(p).toString("base64")),g&&(h.resultDiffBinary=g),h},Ke=async(e=[])=>{await N("git",["add",".",...e])},qe=async()=>(await N("git",["status","-s"])).stdout,Nt=/.. (.+)?\.log$/,Or=[Nt],Fr=async()=>{let e=await qe();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
9
|
`).filter(n=>Or.some(i=>i instanceof RegExp?i.test(n):n===i)?!1:n[1]?.trim()!=="")).length!==0,status:e}},Ct=async()=>{let{stdout:e}=await N("git",["rev-parse","HEAD"]);return e.trim()},Pt=async()=>{let{stdout:e}=await N("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},We=async e=>{e||=await qe();let t=[".netlify","node_modules"],r=[];return e.split(`
|
|
10
10
|
`).forEach(n=>{t.forEach(i=>{[`?? ${i}`,`?? ${i}${Pr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${i}`)});let o=n.match(Nt)?.[1];o&&r.push(`:!${o}.log`)}),r},Ot=async()=>{await N("git",["reset","--hard","HEAD"])},$r=e=>{let t=e.split(`
|
|
11
|
-
`).reduce((r,n)=>{if(!n)return r;let[o,i,,...a]=n,c=a.join(""),s=o.trim(),m=i.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:s,change:m},r},{});return Object.values(t)},kr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(N("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import Lr from"fs/promises";import Ur from"os";import kt from"path";import te from"process";import Mr from"readline";import Ve from"path";import Dr from"fs/promises";var Je=y("agent-output-utils");async function le({initialResult:e,agentName:t,hasError:r}){let n="",o=Ve.join(process.cwd(),U,se);try{let i=await Dr.readFile(o,"utf-8");i&&(n=i,Je.log(`Pulled result from ${Ve.relative(process.cwd(),o)}`))}catch{Je.log(`No results file found at ${Ve.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ce({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Je.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ue(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var M=y("runner_claude"),Ft="Claude Code",de="claude-opus-4-5-20251101",$t=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,jr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(M.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(M.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(M.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Xe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:i}){let a=e,{accountType:c,prompt:s,modelVersionOverrides:m}=a,{model:p}=a,u="";if(n){let{token:_,url:d}=n;if(!_||!d)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let l=m?.claude?.[c];if(l){if(!await n.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);p=l}}else if(p){if(!await n.isModelAvailableForProvider("anthropic",p))throw new Error(`Model '${p}' is not available for anthropic provider`)}else!!de&&await n.isModelAvailableForProvider("anthropic",de)?(p=de,M.log(`Using default model: ${de}`)):de&&M.log(`Default model ${de} is not available, proceeding without model specification`);te.env.ANTHROPIC_API_KEY=_,te.env.ANTHROPIC_BASE_URL=d}else if(!te.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],h=[],I={},w=0,f=0,v,x,k=[ee(te.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...p?["--model",p]:[],...o?["--continue"]:[],...o&&i?["--resume",i]:[],"-p",s],P=`${te.env.NVM_BIN}/node`;M.log(`Running ${P} ${k.join(" ")}`);let O=t.utils.run(P,k,{all:!0,env:
|
|
11
|
+
`).reduce((r,n)=>{if(!n)return r;let[o,i,,...a]=n,c=a.join(""),s=o.trim(),m=i.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:s,change:m},r},{});return Object.values(t)},kr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(N("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import Lr from"fs/promises";import Ur from"os";import kt from"path";import te from"process";import Mr from"readline";import Ve from"path";import Dr from"fs/promises";var Je=y("agent-output-utils");async function le({initialResult:e,agentName:t,hasError:r}){let n="",o=Ve.join(process.cwd(),U,se);try{let i=await Dr.readFile(o,"utf-8");i&&(n=i,Je.log(`Pulled result from ${Ve.relative(process.cwd(),o)}`))}catch{Je.log(`No results file found at ${Ve.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ce({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Je.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ue(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var M=y("runner_claude"),Ft="Claude Code",de="claude-opus-4-5-20251101",$t=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,jr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(M.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(M.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(M.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Xe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:i}){let a=e,{accountType:c,prompt:s,modelVersionOverrides:m}=a,{model:p}=a,u="";if(n){let{token:_,url:d}=n;if(!_||!d)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let l=m?.claude?.[c];if(l){if(!await n.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);p=l}}else if(p){if(!await n.isModelAvailableForProvider("anthropic",p))throw new Error(`Model '${p}' is not available for anthropic provider`)}else!!de&&await n.isModelAvailableForProvider("anthropic",de)?(p=de,M.log(`Using default model: ${de}`)):de&&M.log(`Default model ${de} is not available, proceeding without model specification`);te.env.ANTHROPIC_API_KEY=_,te.env.ANTHROPIC_BASE_URL=d}else if(!te.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],h=[],I={},w=0,f=0,v,x,k=[ee(te.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...p?["--model",p]:[],...o?["--continue"]:[],...o&&i?["--resume",i]:[],"-p",s],P=`${te.env.NVM_BIN}/node`;M.log(`Running ${P} ${k.join(" ")}`);let O=t.utils.run(P,k,{all:!0,env:te.env});O.stdin?.end();let S=ae(()=>{r?.({steps:g,duration:f})},250),T=(_,d)=>{let l={..._,id:w};w+=1,h.push(l),g.push(l),d||S.flush(),S(),d&&S.flush()},R=Mr.createInterface({input:O.all});return R.on("error",_=>{M.error("Readline interface error",{error:_.message,stack:_.stack})}),R.on("line",_=>{let d=null;try{d=JSON.parse(_)}catch{M.log("Could not parse line",_)}d?.session_id&&d.session_id!==u&&(u=d.session_id),Array.isArray(d?.message?.content)?d.message.content.forEach(l=>{switch(l.type){case"text":{l.text&&T({message:l.text});break}case"image":{typeof l.source=="object"&&l.source&&l.source.type==="base64"&&l.source.media_type?T({message:``}):M.log(`Unsupported image type ${l.source?.type}`,l.source);break}case"tool_use":{if(l.name==="Task"){let E=l.input?.description&&`\`${l.input.description}\``;T({title:[$t(l.name),E].filter(Boolean).join(" ")})}else l.id&&(I[l.id]=l);S.flush();break}case"tool_result":{let E=l.tool_use_id?I[l.tool_use_id]:void 0,z;if(E){let J=E.input?.file_path&&kt.relative(te.cwd(),E.input.file_path),F=J&&`\`${J}\``;z=[$t(E.name||""),F].filter(Boolean).join(" ")}let we=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),Z;if(typeof l.content=="string")Z=l.content;else if(Array.isArray(l.content)){let J=[];l.content.forEach(F=>{F?.type==="text"&&typeof F.text=="string"?J.push(F.text):F?.type==="image"&&typeof F.source=="object"&&F.source?F.source.type==="base64"&&F.source.media_type?J.push(``):M.log(`Unsupported image type ${F.source.type}`,F.source):M.log(`Unsupported block type ${F?.type}`)}),Z=J.join(`
|
|
12
12
|
|
|
13
13
|
`)}we&&Z&&(Z=`\`\`\`
|
|
14
14
|
${Z.trim()}
|
|
15
|
-
\`\`\``),T({title:z,message:Z},!0);break}case"thinking":{l.thinking&&T({title:"Thinking",message:l.thinking},!0);break}default:M.log(`Message content type is not supported ${l.type}`,l)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?x=d.result:v=d.result,[h,g].forEach(l=>{l[l.length-1]?.message===v&&l.pop()}))}),await O.catch(_=>{({error:x,result:v}=jr({catchError:_,runCmd:O,error:x,result:v,runnerName:"Claude"}))}),R.close(),
|
|
15
|
+
\`\`\``),T({title:z,message:Z},!0);break}case"thinking":{l.thinking&&T({title:"Thinking",message:l.thinking},!0);break}default:M.log(`Message content type is not supported ${l.type}`,l)}}):d?.type==="result"&&(f=d.duration_ms||0,d.is_error?x=d.result:v=d.result,[h,g].forEach(l=>{l[l.length-1]?.message===v&&l.pop()}))}),await O.catch(_=>{({error:x,result:v}=jr({catchError:_,runCmd:O,error:x,result:v,runnerName:"Claude"}))}),R.close(),S.flush(),{steps:h,duration:f,result:await le({initialResult:v,agentName:Ft,hasError:!!x}),error:ce({error:x,agentName:Ft}),isRetryableError:ue(x),agentSessionId:u}}var Dt=async()=>{let e=kt.join(Ur.homedir(),".claude");await Lr.rm(e,{recursive:!0,force:!0})};import ye from"fs/promises";import Ut from"os";import Ae from"path";import re from"process";import Gr from"readline";var H=y("runner_codex"),Lt="Codex CLI",Yr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(H.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(H.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(H.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function ze({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:i,prompt:a,modelVersionOverrides:c}=e,{model:s}=e;if(o){let{token:d,url:l}=o;if(!d||!l)throw new Error("No token or url provided from AI Gateway");if(c?.codex){let E=c?.codex?.[i];if(E){if(!await o.isModelAvailableForProvider("openai",E))throw new Error(`Model override '${E}' is not available for openai provider`);s=E}}else if(s&&!await o.isModelAvailableForProvider("openai",s))throw new Error(`Model '${s}' is not available for openai provider`);re.env.OPENAI_API_KEY=d,re.env.OPENAI_BASE_URL=l}else if(!re.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let m=[],p=[],u=[],g={},h=0,I=0,w,f,v=`${re.env.NVM_BIN}/node`,x=Ae.join(Ut.homedir(),".codex"),k=Ae.join(x,"config.toml"),P=Ae.join(x,"auth.json");try{await ye.mkdir(x,{recursive:!0});let d={OPENAI_API_KEY:re.env.OPENAI_API_KEY};await ye.writeFile(P,JSON.stringify(d,null,2),"utf-8"),H.log("Created Codex auth.json file");let l="";try{l=await ye.readFile(k,"utf-8")}catch{}l.includes("web_search")||(l.includes("[tools]")?l=l.replace(/\[tools\]/,`[tools]
|
|
16
16
|
web_search = true`):l+=`
|
|
17
17
|
[tools]
|
|
18
18
|
web_search = true
|
|
19
|
-
`,await ye.writeFile(k,l,"utf-8"),H.log("Updated Codex config with web_search enabled"))}catch(d){throw H.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let O=[ee(re.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...s?["--model",s]:[],a].filter(Boolean);H.log(`Running ${v} ${O.join(" ")}`);let
|
|
19
|
+
`,await ye.writeFile(k,l,"utf-8"),H.log("Updated Codex config with web_search enabled"))}catch(d){throw H.warn("Failed to setup Codex config and credentials",{error:d.message}),new Error(`Codex setup failed: ${d.message}`)}let O=[ee(re.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...s?["--model",s]:[],a].filter(Boolean);H.log(`Running ${v} ${O.join(" ")}`);let S=t.utils.run(v,O,{all:!0,env:{...re.env}}),T=ae(()=>{r?.({steps:m,duration:I}),n?.({steps:p,duration:I}),p=[]},250),R=(d,l)=>{d.id=h,h+=1,u.push(d),m.push(d),p.push(d),l||T.flush(),T(),l&&T.flush()},_=Gr.createInterface({input:S.all});return _.on("error",d=>{H.error("Readline interface error",{error:d.message,stack:d.stack})}),_.on("line",d=>{let l=null;try{l=JSON.parse(d)}catch{H.log("Could not parse line",d);return}if(l?.duration_ms&&(I=l.duration_ms),l?.type==="item.started"&&l?.item?.type==="command_execution")g[l.item.id]=l.item;else if(l?.type==="item.completed"&&l?.item?.type==="command_execution"){let E=Hr(l.item);E&&R(E,!0)}else if(l?.type==="item.completed"&&l?.item?.type==="reasoning"){let E={title:"Reasoning",message:l.item.text};R(E,!0)}else if(l?.type==="local_shell_call")g[l.call_id]=l;else if(l?.type==="local_shell_call_output"){let E=Kr(g[l.call_id],l);E&&R(E,!0)}else l?.type==="message"&&l.role==="assistant"?w=l.content.map(E=>E.text).join(`
|
|
20
20
|
`):l?.type==="message"&&l.role==="system"&&(f=l.content.map(E=>E.text).join(`
|
|
21
|
-
`))}),await
|
|
21
|
+
`))}),await S.catch(d=>{let l=Yr({catchError:d,runCmd:S,error:f,result:w,runnerName:"Codex"});f=l.error,w=l.result}),_.close(),T.flush(),{steps:u,duration:I,result:await le({initialResult:w,agentName:Lt,hasError:!!f}),error:ce({error:f,agentName:Lt}),isRetryableError:ue(f)}}var Mt=async()=>{let e=Ae.join(Ut.homedir(),".codex");await ye.rm(e,{recursive:!0,force:!0})},Br=new Set(["bash","-lc"]),Hr=e=>{if(!e||e.type!=="command_execution")return null;let t=e.command;t.startsWith("bash -lc ")&&(t=t.replace(/^bash -lc ['"]/,"").replace(/['"]$/,""));let r=`Running \`${t}\``,n=e.aggregated_output?.trim();return n&&(n=`\`\`\`
|
|
22
22
|
${n}
|
|
23
23
|
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(n=n?`${n}
|
|
24
24
|
|
|
25
25
|
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},Kr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(i=>!Br.has(i)),n=r?`Running \`${r.join(" ")}\``:void 0,o;try{o=JSON.parse(t.output).output?.trim(),o&&(o=`\`\`\`
|
|
26
26
|
${o.trim()}
|
|
27
|
-
\`\`\``)}catch(i){H.error("Could not decode outputMsg",i,t.output)}return{title:n,message:o}};import be from"fs/promises";import Gt from"os";import Ne from"path";import ne from"process";import qr from"readline";var j=y("runner_gemini"),jt="Gemini CLI",pe="",Wr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(j.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(j.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(j.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),Vr={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"},Jr=async()=>{let e=Ne.join(Gt.homedir(),".gemini"),t=Ne.join(e,"settings.json");try{await be.mkdir(e,{recursive:!0});let r={};try{let n=await be.readFile(t,"utf-8");r=JSON.parse(n)}catch{j.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await be.writeFile(t,JSON.stringify(r,null,2),"utf-8"),j.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){j.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function Ze({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:i,prompt:a,modelVersionOverrides:c}=e,{model:s}=e;if(await Jr(),o){let{token:_,url:d}=o;if(!_||!d)throw new Error("No token or url provided from AI Gateway");if(c?.gemini){let l=c?.gemini?.[i];if(l){if(!await o.isModelAvailableForProvider("gemini",l))throw new Error(`Model override '${l}' is not available for gemini provider`);s=l}}if(!s)!!pe&&await o.isModelAvailableForProvider("gemini",pe)?(s=pe,j.log(`Using default model: ${pe}`)):pe&&j.log(`Default model ${pe} is not available, proceeding without model specification`);else if(s&&!c?.gemini?.[i]&&!await o.isModelAvailableForProvider("gemini",s))throw new Error(`Model '${s}' is not available for gemini provider`);ne.env.GEMINI_API_KEY=_,ne.env.GOOGLE_GEMINI_BASE_URL=d}else if(!ne.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let m=[],p=[],u=[],g={},h=0,I=0,w,f,v=[ee(ne.cwd(),"gemini"),...s?["--model",s]:[],"--yolo","--output-format","stream-json","-p",a],x=`${ne.env.NVM_BIN}/node`;j.log(`Running ${x} ${v.join(" ")}`);let k=t.utils.run(x,v,{all:!0,env:ne.env});k.stdin?.end();let P=ae(()=>{r?.({steps:m,duration:I}),n?.({steps:p,duration:I}),p=[]},250),O=(_,d)=>{_.id=h,h+=1,u.push(_),m.push(_),p.push(_),d||P.flush(),P(),d&&P.flush()},
|
|
27
|
+
\`\`\``)}catch(i){H.error("Could not decode outputMsg",i,t.output)}return{title:n,message:o}};import be from"fs/promises";import Gt from"os";import Ne from"path";import ne from"process";import qr from"readline";var j=y("runner_gemini"),jt="Gemini CLI",pe="",Wr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(j.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(j.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(j.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),Vr={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"},Jr=async()=>{let e=Ne.join(Gt.homedir(),".gemini"),t=Ne.join(e,"settings.json");try{await be.mkdir(e,{recursive:!0});let r={};try{let n=await be.readFile(t,"utf-8");r=JSON.parse(n)}catch{j.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await be.writeFile(t,JSON.stringify(r,null,2),"utf-8"),j.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){j.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function Ze({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:i,prompt:a,modelVersionOverrides:c}=e,{model:s}=e;if(await Jr(),o){let{token:_,url:d}=o;if(!_||!d)throw new Error("No token or url provided from AI Gateway");if(c?.gemini){let l=c?.gemini?.[i];if(l){if(!await o.isModelAvailableForProvider("gemini",l))throw new Error(`Model override '${l}' is not available for gemini provider`);s=l}}if(!s)!!pe&&await o.isModelAvailableForProvider("gemini",pe)?(s=pe,j.log(`Using default model: ${pe}`)):pe&&j.log(`Default model ${pe} is not available, proceeding without model specification`);else if(s&&!c?.gemini?.[i]&&!await o.isModelAvailableForProvider("gemini",s))throw new Error(`Model '${s}' is not available for gemini provider`);ne.env.GEMINI_API_KEY=_,ne.env.GOOGLE_GEMINI_BASE_URL=d}else if(!ne.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let m=[],p=[],u=[],g={},h=0,I=0,w,f,v=[ee(ne.cwd(),"gemini"),...s?["--model",s]:[],"--yolo","--output-format","stream-json","-p",a],x=`${ne.env.NVM_BIN}/node`;j.log(`Running ${x} ${v.join(" ")}`);let k=t.utils.run(x,v,{all:!0,env:ne.env});k.stdin?.end();let P=ae(()=>{r?.({steps:m,duration:I}),n?.({steps:p,duration:I}),p=[]},250),O=(_,d)=>{_.id=h,h+=1,u.push(_),m.push(_),p.push(_),d||P.flush(),P(),d&&P.flush()},S=qr.createInterface({input:k.all});S.on("error",_=>{j.error("Readline interface error",{error:_.message,stack:_.stack})});let T="",R=()=>{T&&O({message:T.trim()}),T=""};return S.on("line",_=>{let d=null;try{if(_.startsWith("[API Error")){let l=_.match(/\[api error: (.+?)]$/i)?.[1];d={type:"error",value:vt(l,!1)?.error?.message||l||"Gemini encountered error"}}else d=JSON.parse(_)}catch{return}if(d)switch(["message","result"].includes(d.type)||R(),d.type){case"message":{d.role!=="user"&&d.content&&(T+=d.content);break}case"tool_use":{let l=Vr[d.tool_name]??d.tool_name,E=d.parameters?.file_path,z=E&&Ne.relative(ne.cwd(),E),we=d.parameters?.command,J={title:[l,z&&`\`${z}\``,we&&`\`${we}\``].filter(Boolean).join(" ")};g[d.tool_id]=J,P.flush();break}case"tool_result":{let l=g[d.tool_id];l&&(d.output&&(l.message=`\`\`\`
|
|
28
28
|
${d.output.trim()}
|
|
29
|
-
\`\`\``),O(l,!0));break}case"result":{I=d.stats?.duration_ms,d.status==="error"?f=d.error?.message:w=T.trim();break}case"error":{f=d.error;break}case"finished":break;default:{j.warn("Unhandled message type:",d.type);break}}}),await k.catch(_=>{({error:f,result:w}=Wr({catchError:_,runCmd:k,error:f,result:w,runnerName:"Gemini"}))}),
|
|
29
|
+
\`\`\``),O(l,!0));break}case"result":{I=d.stats?.duration_ms,d.status==="error"?f=d.error?.message:w=T.trim();break}case"error":{f=d.error;break}case"finished":break;default:{j.warn("Unhandled message type:",d.type);break}}}),await k.catch(_=>{({error:f,result:w}=Wr({catchError:_,runCmd:k,error:f,result:w,runnerName:"Gemini"}))}),S.close(),P.flush(),{steps:u,duration:I,result:await le({initialResult:w,agentName:jt,hasError:!!f}),error:ce({error:f,agentName:jt}),isRetryableError:ue(f)}}var Yt=async()=>{let e=Ne.join(Gt.homedir(),".gemini");await be.rm(e,{recursive:!0,force:!0})};var Xr={codex:{runner:ze,clean:Mt},claude:{runner:Xe,clean:Dt},gemini:{runner:Ze,clean:Yt}},Bt=Xr;var Zr=y("init_stage"),Ht=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:n})=>await A(zr(),"init-stage",async o=>{let i=performance.now();o?.setAttributes({"init.runner":e.runner,"init.id":e.id,"init.sessionId":e.sessionId,"init.hasRepo":e.hasRepo,"init.useGateway":e.useGateway,"init.validateAgent":e.validateAgent,"init.runnerVersion":n||"unknown"});let a=Bt[e.runner];if(!a)throw o?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let c=Qr({apiToken:r});ut(c);let s=e.useGateway?await ht({netlify:c,config:e}):void 0;o?.setAttributes({"init.aiGateway.created":!!s}),e.validateAgent&&e.errorLogsPath&&o?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let m=Tt(({steps:h=[],duration:I})=>{let w=h.map(f=>({...f,title:f.title?W(f.title):void 0,message:f.message?W(f.message):void 0}));return h.length=0,q(e.id,e.sessionId,{steps:w,duration:I})},t);Zr.info("Adding build files to stage");let p=await We();await Ke(p);let u;e.hasRepo?e.sha?(u=e.sha,o?.setAttributes({"init.sha.source":"provided"})):(u=await Ct(),await me(e.id,{sha:u}),o?.setAttributes({"init.sha.source":"current_commit"})):(u=await Pt(),o?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let g=performance.now()-i;return o?.setAttributes({"init.sha":u||"unknown","init.duration.ms":g,"init.status":"success"}),{aiGateway:s,context:c,persistSteps:m,runner:a,sha:u}}),Qr=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Ce.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Ce.env.NETLIFY_API_TOKEN,SITE_ID:Ce.env.SITE_ID,FUNCTIONS_DIST:Ce.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:N}});import{getTracer as Qe}from"@netlify/otel";import en from"crypto";import X from"fs/promises";import L from"path";import G from"process";var D=y("context"),tn=e=>{let t=e?.constants||{};return{siteId:t.SITE_ID,accountId:G.env.NETLIFY_TEAM_ID,userId:G.env.NETLIFY_AGENT_RUNNER_USER_ID,siteSlug:G.env.SITE_NAME,apiHost:t.NETLIFY_API_HOST,functionsDir:t.FUNCTIONS_DIST}},rn=10,nn=async e=>{let{name:t,ext:r}=L.parse(e),n=e,o=L.join(G.cwd(),U,n),i=0;for(;await on(o);){if(i>=rn)throw new Error("Failed to generate context file");n=`${t}-${en.randomUUID().slice(0,5)}${r}`,o=L.join(G.cwd(),U,n),i+=1}return n},on=async e=>{try{return await X.access(e),!0}catch{return!1}},sn=async()=>{try{D.log("Fetching Netlify features context...");let e=await fetch("https://docs.netlify.com/ai-context/context-consumers",{signal:AbortSignal.timeout(1e4)});if(!e.ok)throw new Error(`Failed to fetch context consumers: ${e.status} ${e.statusText}`);let t=await e.json();if(!t||typeof t!="object"||!Array.isArray(t.consumers))return D.warn("Invalid response structure: missing or invalid consumers array"),null;let r=t.consumers.find(n=>n&&typeof n=="object"&&n.key==="catchall-consumer");return r?!r.contextScopes||typeof r.contextScopes!="object"?(D.warn("Catchall consumer missing or invalid contextScopes"),null):r:(D.warn("Catchall consumer not found in context consumers"),null)}catch(e){return e.name==="AbortError"?D.warn("Netlify features context request timed out"):D.warn("Failed to fetch Netlify features context:",e.message),null}},an=async(e,t)=>{try{let r=await fetch(e,{signal:AbortSignal.timeout(1e4)});if(!r.ok)throw new Error(`Failed to fetch ${e}: ${r.status} ${r.statusText}`);let n=await r.text();return await X.writeFile(t,n,"utf-8"),!0}catch(r){return r.name==="AbortError"?D.warn(`Download timeout for ${e}`):D.warn(`Failed to download context file ${e}:`,r.message),!1}},Pe=null,ln=async()=>{if(Pe)return Pe;let e=await sn();if(!e)return[];let t=L.join(G.cwd(),U,Be);await X.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([o,i])=>{if(!i||typeof i!="object"||!i.endpoint||!i.scope)return D.warn(`Invalid scope data for ${o}, skipping...`),null;let a=`${o}.md`,c=L.join(t,a),s=L.join(U,Be,a);return D.log(`Downloading ${i.scope} context...`),await an(i.endpoint,c)?(D.log(`Downloaded: ${s}`),{scope:i.scope,path:s,key:o}):null});return Pe=(await Promise.all(r)).filter(o=>o!==null),Pe},Kt=async({cliPath:e,netlify:t,config:r,buildErrorContext:n})=>{let o=tn(t),i=await nn(xt),a=L.join(G.cwd(),U);await X.mkdir(a,{recursive:!0});let c=L.join(U,i),s=L.join(G.cwd(),c),m=L.join(G.cwd(),U,se);try{await X.unlink(m),D.log(`Deleted old results file: ${m}`)}catch{}let p=n?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
|
|
30
30
|
Your task is to analyze and fix the build errors.
|
|
31
31
|
Don't apply techniques of reverting changes. Apply fixes related to errors.
|
|
32
32
|
Don't try to run build by yourself. Just fix the errors.
|
|
@@ -39,7 +39,7 @@ ${r.siteContext.filter(f=>f.site_context).map(f=>typeof f.site_context=="string"
|
|
|
39
39
|
|
|
40
40
|
`)}
|
|
41
41
|
</project_rules>
|
|
42
|
-
`);let g="";if(r.sessionHistoryContext?.length){let f=L.join(G.cwd(),U,Ye);await X.mkdir(f,{recursive:!0});let v=await Promise.all(r.sessionHistoryContext.map(async(x,k)=>{let P=k+1,O=`attempt-${P}.md`,
|
|
42
|
+
`);let g="";if(r.sessionHistoryContext?.length){let f=L.join(G.cwd(),U,Ye);await X.mkdir(f,{recursive:!0});let v=await Promise.all(r.sessionHistoryContext.map(async(x,k)=>{let P=k+1,O=`attempt-${P}.md`,S=L.join(f,O),T=L.join(U,Ye,O),R=`# Task History - Attempt ${P}
|
|
43
43
|
|
|
44
44
|
## Request - what the user asked for
|
|
45
45
|
${x.request}
|
|
@@ -49,7 +49,7 @@ ${x.request}
|
|
|
49
49
|
## Response - what the agent replied with after its work
|
|
50
50
|
|
|
51
51
|
${x.response}
|
|
52
|
-
`;return await X.writeFile(
|
|
52
|
+
`;return await X.writeFile(S,R,"utf-8"),D.log(`Created history file: ${T}`),T}));g+=`
|
|
53
53
|
<session_history_context>
|
|
54
54
|
History of prior work on this task.
|
|
55
55
|
You MUST review ALL of the files below as context to understand the context of previous attempts. Use this information to continue the discussion appropriately.
|
|
@@ -127,19 +127,19 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
127
127
|
</request>
|
|
128
128
|
|
|
129
129
|
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.
|
|
130
|
-
`),w};var cn=y("prompt"),qt=async({cliPath:e,config:t,netlify:r,buildErrorContext:n})=>{let o=await Kt({cliPath:e,config:t,netlify:r,buildErrorContext:n});return process.env.AGENT_RUNNER_DEBUG&&cn.log("Contextful Prompt:",o),{prompt:o}};var Oe=y("inference_stage"),Wt=5,Fe=async e=>{let{cliPath:t,config:r,context:n,buildErrors:o,runner:i,persistSteps:a,aiGateway:c,attempt:s,contextPrefix:m,priorAgentSessionId:p}=e;Oe.log(`Running inference stage, attempt ${s} of ${Wt}`);let u=await
|
|
130
|
+
`),w};var cn=y("prompt"),qt=async({cliPath:e,config:t,netlify:r,buildErrorContext:n})=>{let o=await Kt({cliPath:e,config:t,netlify:r,buildErrorContext:n});return process.env.AGENT_RUNNER_DEBUG&&cn.log("Contextful Prompt:",o),{prompt:o}};var Oe=y("inference_stage"),Wt=5,Fe=async e=>{let{cliPath:t,config:r,context:n,buildErrors:o,runner:i,persistSteps:a,aiGateway:c,attempt:s,contextPrefix:m,priorAgentSessionId:p}=e;Oe.log(`Running inference stage, attempt ${s} of ${Wt}`);let u=await A(Qe(),"inference-stage",async g=>{g?.setAttributes({"inference.attempt":s||1}),yt();let{prompt:h}=await A(Qe(),"compose-prompt",async()=>await qt({cliPath:t,config:r,buildErrorContext:un(o),netlify:n})),I=`
|
|
131
131
|
${m||""}
|
|
132
132
|
${h}
|
|
133
|
-
`.trim(),w={...r,prompt:I},f=await
|
|
133
|
+
`.trim(),w={...r,prompt:I},f=await A(Qe(),`run-${r.runner}`,async()=>await i({aiGateway:c,config:w,netlify:n,persistSteps:a,continueSession:!!(s&&s>1),priorAgentSessionId:p}));return f.result&&(f.result=W(f.result)),f.error&&(f.error=W(f.error)),await a.flush(),f});if(u.error){if(Oe.error("Runner failed",{stepsCount:u.steps.length,duration:u.duration,error:u.error,isRetryableError:u.isRetryableError,attempt:s||1,agentSessionId:u.agentSessionId}),u.isRetryableError&&(!s||s<Wt))return Oe.log("Retrying inference stage"),await new Promise(h=>setTimeout(h,5e3)),{runnerResult:(await Fe({...e,attempt:(s||1)+1,priorAgentSessionId:u.agentSessionId,contextPrefix:u.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 Oe.log("Do not retry inference stage"),new Error(u.error)}return{runnerResult:u}},un=e=>!e||e.length===0?"":`
|
|
134
134
|
Deploy failed failed. Here are the errors to review on the latest build:
|
|
135
135
|
|
|
136
136
|
Below are all of the logs with potential issues that we extracted. Some of them may be false positives, discern them carefully and ensure fixes are relevant.
|
|
137
137
|
|
|
138
138
|
${e.pop()}
|
|
139
|
-
`;import fn from"process";import{getTracer as et}from"@netlify/otel";import{getTracer as dn}from"@netlify/otel";var _e=y("deploy"),Vt=async e=>await
|
|
140
|
-
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(s){throw _e.error("Failed to create preview deploy via CLI:",s),c?.setAttributes({success:!1,error:s.message}),s}};var Ee=y("deploy_stage"),tt=async e=>await
|
|
139
|
+
`;import fn from"process";import{getTracer as et}from"@netlify/otel";import{getTracer as dn}from"@netlify/otel";var _e=y("deploy"),Vt=async e=>await A(dn(),"create-preview-deploy",async t=>pn(e,t)),pn=async({netlify:e,hasRepo:t,skipBuild:r,message:n="Agent Preview",deploySubdomain:o,cliPath:i,filter:a},c)=>{try{let s=["deploy","--message",`"${n}"`,"--json","--draft","--verbose"];t||(_e.log("Deploy: Uploading source zip"),s.push("--upload-source-zip")),o&&s.push("--alias",o),a&&s.push("--filter",a),r?(_e.log("Deploy: Skipping build"),s.push("--no-build")):s.push("--context","deploy-preview");let m=i||"netlify";_e.log(`Running: ${m} ${s.join(" ")}`),c?.setAttributes({cmd:m,args:s});let p=await e.utils.run(m,s,{stdio:["ignore","pipe","pipe"]}),u=JSON.parse(p.stdout.trim());c?.setAttributes({success:!0,deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id}),_e.log(`
|
|
140
|
+
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(s){throw _e.error("Failed to create preview deploy via CLI:",s),c?.setAttributes({success:!1,error:s.message}),s}};var Ee=y("deploy_stage"),tt=async e=>await A(et(),"run-deploy-stage",async()=>gn(e)),gn=async({cliPath:e,config:t,context:r,result:n,filter:o})=>{let i=await A(et(),"get-runner-diffs",async()=>await bt({config:t}));if(Ee.info("Resolved git",{hasChanges:i.hasChanges,ignored:i.ignored??[]}),!i.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:a,resultDiff:c,diffBinary:s,resultDiffBinary:m}=i,p=!0;Ee.log("Preview deploy condition check:",{resultUndefined:n===void 0,resultType:typeof n,hasChanges:p,wouldCreatePreview:n!==void 0&&p});let u=null;if(n!==void 0&&p)try{let g;try{let h=await A(et(),"get-runner-session",async()=>await pt(t.id,t.sessionId));h?.title&&(g=h.title)}catch(h){Ee.warn("Failed to fetch session title, using fallback message:",h.message)}await q(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),u=await Vt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:g,skipBuild:!1,deploySubdomain:Rt(t.id,fn.env.SITE_NAME),filter:o})}catch(g){return Ee.warn("Failed to create preview deploy (continuing with agent run):",g),{diff:a,resultDiff:c,hasChanges:p,previewInfo:null,diffBinary:s,resultDiffBinary:m,deployError:g instanceof Error?g.message:String(g)}}return Ee.log("Git status",{hasDiff:!!a,hasChanges:p}),{diff:a,resultDiff:c,hasChanges:p,previewInfo:u,diffBinary:s,resultDiffBinary:m}};import{getTracer as ke}from"@netlify/otel";async function Jt(e,t){let{maxRetries:r,baseDelay:n,onRetry:o}=t,i;for(let a=1;a<=r;a++)try{return await e()}catch(c){if(i=c,a===r)throw i;o&&o(a,i),await new Promise(s=>setTimeout(s,n*a))}throw i}var $e=class{scanDiffForForms(t){let r=[],n=null,o=[],i=t.split(`
|
|
141
141
|
`);for(let a of i)if(a.startsWith("diff --git")){if(n&&o.length>0){let s=this.containsNetlifyForm(o,n);s&&r.push(s)}let c=a.split(" ");n=c[c.length-1].replace(/^b\//,""),o=[]}else a.startsWith("+")&&!a.startsWith("+++")&&o.push(a.slice(1));if(n&&o.length>0){let a=this.containsNetlifyForm(o,n);a&&r.push(a)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let n=t.join(`
|
|
142
|
-
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:i,name:a}of o){let c=n.match(i);if(c){let s=c.index||0,m=Math.max(0,s-20),p=Math.min(n.length,s+c[0].length+20),u=n.slice(m,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${a}] ${u}`}}}return null}};var b=y("cleanup_stage"),Xt=async e=>await
|
|
142
|
+
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:i,name:a}of o){let c=n.match(i);if(c){let s=c.index||0,m=Math.max(0,s-20),p=Math.min(n.length,s+c[0].length+20),u=n.slice(m,p).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${a}] ${u}`}}}return null}};var b=y("cleanup_stage"),Xt=async e=>await A(ke(),"cleanup-stage",async()=>mn(e)),rt=1024*1024*10,mn=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:i,resultDiffBinary:a,previewInfo:c})=>{let s={result:r||"Done",duration:n};c&&c.deployId&&(s.deploy_id=c.deployId),c&&c.sourceZipFilename&&(s.result_zip_file_name=c.sourceZipFilename);let m=t||i||o||a;if(m){let p=new $e,u=t||i||"",g=p.scanDiffForForms(u);g.detected?(b.log("Detected Netlify form(s) in diff:"),g.matches.forEach(({file:h,snippet:I})=>{b.log(` - ${h}: ${I}`)}),s.has_netlify_form=!0):b.log("Did not detect Netlify form(s) in diff"),b.log("Did not detect Netlify form(s) in diff")}if(m)try{b.log("Getting pre-signed URLs for diff upload");let p=await gt(e.id,e.sessionId),u=[];(t||i)&&u.push(Me(p.result.upload_url,i||t).then(()=>{s.result_diff_s3_key=p.result.s3_key,b.log("Successfully uploaded result_diff to S3")})),(o||a)&&u.push(Me(p.cumulative.upload_url,a||o).then(()=>{s.cumulative_diff_s3_key=p.cumulative.s3_key,b.log("Successfully uploaded cumulative_diff to S3")})),b.log(`Uploading ${u.length} diff(s) to S3 in parallel`),await Promise.all(u),(o||a)&&(b.log("Updating agent runner with cumulative diff S3 key"),await A(ke(),"update-runner",async()=>{await me(e.id,{result_diff_s3_key:p.cumulative.s3_key})}))}catch(p){b.error("S3 upload failed, falling back to inline diffs:",p);let u=Buffer.byteLength(t||i||""),g=Buffer.byteLength(a||o||"");if(u>rt||g>rt){let h=`Diffs exceed maximum inline size of ${rt} bytes.`;throw b.error(h),new Error(h)}s.result_diff=t,s.result_diff_binary=i,(o||a)&&(s.cumulative_diff=o,s.cumulative_diff_binary=a,b.log("Updating agent runner with inline diffs (fallback)"),await A(ke(),"update-runner",async()=>{await me(e.id,{result_diff:o,result_diff_binary:a})}))}else b.log("No diffs to upload");return b.log("Updated agent runner with result"),await Jt(async()=>await A(ke(),"update-runner-session",()=>q(e.id,e.sessionId,s)),{maxRetries:3,baseDelay:1e3,onRetry:(p,u)=>{b.error(`Error updating agent runner session (attempt ${p}):`,u),b.log("Retrying...")}}),b.log("Finished updating agent runner with result"),{sessionUpdate:s}};import{getTracer as zt,shutdownTracers as yn,withActiveSpan as Zt}from"@netlify/otel";var _n=hn(import.meta.url),Qt=_n("../package.json"),er=y("pipeline_index"),De=3,tr=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:i,tracing:a={}})=>{let c,{withStageTimer:s}=_t(Q.timeUnits.hours(4)),m=await lt(Qt.version,e.id,a);try{await Zt(zt(),"run-pipeline",{},m,async()=>{let{aiGateway:p,context:u,persistSteps:g,runner:h,sha:I}=await s("init",()=>Ht({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:i,runnerVersion:Qt.version}),Q.timeUnits.minutes(10));c=h.clean,e.sha=I;let{runnerResult:w}=await s("inference",()=>Fe({cliPath:r,config:e,context:u,runner:h.runner,persistSteps:g,aiGateway:p}));await q(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let f=await s("deploy",()=>tt({cliPath:r,config:e,context:u,result:w.result,filter:i})),v=w,x=[];if(f.hasChanges&&f.deployError){x.push(ct(f.deployError));let R=1;for(;R<=De&&!f.previewInfo;)er.log(`Deploy attempt had errors. Retrying. ${R}/${De}`),await Zt(zt(),"deploy-stage",async _=>{_?.setAttributes({"stage.attempt":R});let{runnerResult:d}=await s(`inference-retry-${R}`,()=>Fe({cliPath:r,config:e,context:u,runner:h.runner,persistSteps:g,aiGateway:p,buildErrors:x,priorAgentSessionId:w.agentSessionId}));v={...d,steps:[...v.steps||[],...d.steps||[]],duration:(v.duration||0)+(d.duration||0)},f=await s(`deploy-retry-${R}`,()=>tt({cliPath:r,config:e,context:u,result:d.result,filter:i})),f.deployError&&x.push(f.deployError),R++});R>De&&!f.previewInfo&&console.warn(`Deploy validation failed after ${De} attempts`)}let{diff:k,resultDiff:P,previewInfo:O,diffBinary:S,resultDiffBinary:T}=f;await s("cleanup",()=>Xt({config:e,diff:k,result:v.result,duration:v.duration,resultDiff:P,diffBinary:S,resultDiffBinary:T,previewInfo:O}),Q.timeUnits.minutes(10)),process.env.NETLIFY_LOCAL_MODE||(await c?.(),await Ot())})}catch(p){er.error("Got error while running pipeline",p),await c?.();let u=p instanceof Error&&p.message;throw await q(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),p}finally{await yn()}};import rr from"crypto";var $=y("bin_local"),K=En(C.argv.slice(2),{string:["cwd","cli-path","filter","prompt","runner","model","netlify-api-token"],boolean:["verbose","help"],alias:{h:"help",v:"verbose"}}),ot=()=>{console.log(`
|
|
143
143
|
agent-runner-cli-local - Run Netlify agent runner locally without API connections
|
|
144
144
|
|
|
145
145
|
USAGE:
|
|
@@ -172,5 +172,5 @@ NOTE:
|
|
|
172
172
|
the full pipeline including inference and deployment, but API calls will
|
|
173
173
|
be logged instead of executed.
|
|
174
174
|
`)};K.help&&(ot(),C.exit(0));K.prompt||($.error("Error: --prompt is required"),ot(),C.exit(1));K["netlify-api-token"]||($.error("Error: --netlify-api-token is required - generate a PAT from your Netlify user settings"),ot(),C.exit(1));try{let e=K.cwd||C.cwd(),t=nr.join(e,".netlify","netlify-agent-runner-context*");or.rmSync(t,{recursive:!0,force:!0});let r;try{r=await wn(e)}catch(c){$.error(c.message),$.error(`
|
|
175
|
-
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let n=`local-${rr.randomBytes(8).toString("hex")}`,o=`session-${rr.randomBytes(8).toString("hex")}`,i=K.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:n,sessionId:o,siteId:r,cwd:e,runner:i});let a={id:n,sessionId:o,prompt:K.prompt,runner:i,model:K.model,accountType:"local",validateAgent:!1,validateAgentWithBuild:!1,sessionHistoryContext:[],siteContext:[],hasRepo:!0,useGateway:!0,sha:void 0,modelVersionOverrides:{}};C.env.NETLIFY_LOCAL_MODE="true",C.env.NETLIFY_API_HOST="api.netlify.com",C.env.NETLIFY_API_TOKEN=K["netlify-api-token"],C.env.SITE_ID=r,C.env.NETLIFY_TEAM_ID="local-team-id",C.env.NETLIFY_AGENT_RUNNER_USER_ID="local-user-id",C.env.SITE_NAME="local-site",i==="claude"?
|
|
175
|
+
To link this directory to a Netlify site, run:`),$.error(" netlify link"),C.exit(1)}let n=`local-${rr.randomBytes(8).toString("hex")}`,o=`session-${rr.randomBytes(8).toString("hex")}`,i=K.runner||"claude";$.log("Starting agent runner in local mode",{runnerId:n,sessionId:o,siteId:r,cwd:e,runner:i});let a={id:n,sessionId:o,prompt:K.prompt,runner:i,model:K.model,accountType:"local",validateAgent:!1,validateAgentWithBuild:!1,sessionHistoryContext:[],siteContext:[],hasRepo:!0,useGateway:!0,sha:void 0,modelVersionOverrides:{}};C.env.NETLIFY_LOCAL_MODE="true",C.env.NETLIFY_API_HOST="api.netlify.com",C.env.NETLIFY_API_TOKEN=K["netlify-api-token"],C.env.SITE_ID=r,C.env.NETLIFY_TEAM_ID="local-team-id",C.env.NETLIFY_AGENT_RUNNER_USER_ID="local-user-id",C.env.SITE_NAME="local-site",i==="claude"?Se(e,"claude")||($.log("Claude CLI not found, installing..."),await nt(e,"@anthropic-ai/claude-code")):i==="gemini"?Se(e,"gemini")||($.log("Gemini CLI not found, installing..."),await nt(e,"@google/gemini-cli")):i==="codex"?Se(e,"codex")||($.log("Codex CLI not found, installing..."),await nt(e,"@openai/codex")):($.error(`Unknown runner: ${i}`),C.exit(1)),await tr({config:a,cwd:e,cliPath:K["cli-path"],filter:K.filter,tracing:{exporterUrl:void 0,traceparent:void 0}}),$.info("Finished agent (local mode)"),C.exit(0)}catch(e){$.error("Error running agent pipeline (local mode):",e),C.exit(1)}function nt(e,t){return new Promise((r,n)=>{N("npm",["install",t,"--no-save"],{cwd:e}).then(({stdout:o})=>{$.log(`${t} installed: ${o}`),r()}).catch(o=>{$.error(`Error installing ${t}: ${o.stderr||o.message}`),n(o)})})}async function wn(e){let t=nr.join(e,".netlify","state.json");try{let r=await or.readFileSync(t,"utf-8"),n=JSON.parse(r);if(!n.siteId)throw new Error(`No siteId found in ${t}. Please link this directory to a Netlify site using 'netlify link'.`);return $.log(`Found site ID from state file: ${n.siteId}`),n.siteId}catch(r){throw r.code==="ENOENT"?new Error(`No .netlify/state.json found in ${e}. Please link this directory to a Netlify site using 'netlify link'.`):r}}
|
|
176
176
|
//# sourceMappingURL=bin-local.js.map
|
package/dist/bin.js
CHANGED
|
@@ -5,10 +5,10 @@ import it from"process";import Sn from"minimist";import{createRequire as wn}from
|
|
|
5
5
|
${a}
|
|
6
6
|
</extracted_error_chunk>`).join(`
|
|
7
7
|
|
|
8
|
-
`);return s.length>e.length*.8?e:s}import be from"process";import{getTracer as tn}from"@netlify/otel";import de from"process";var we=de.env.NETLIFY_API_URL,Te=de.env.NETLIFY_API_TOKEN,j=y("api"),Ie=()=>de.env.NETLIFY_LOCAL_MODE==="true",fe=async(e,t={})=>{if(!we||!Te)throw new Error("No API URL or token");let r=new URL(e,we),n={...t,headers:{...t.headers,Authorization:`Bearer ${Te}`}};de.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(de.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw a;return a},dt=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(we=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Te=e.constants.NETLIFY_API_TOKEN)},ft=()=>({apiUrl:we,token:Te}),ge=async(e,t)=>Ie()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):fe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),H=async(e,t,r)=>Ie()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):fe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var gt=async(e,t)=>Ie()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):fe(`/api/v1/agent_runners/${e}/sessions/${t}`),mt=(e,t,r)=>fe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),ht=async(e,t)=>Ie()?(j.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"}}):fe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ue=async(e,t)=>{j.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 re=y("ai_gateway"),Me=null;var yt=async()=>{if(Me)return Me;re.log("Fetching available AI gateway providers");let e=await fetch(`${ft().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 Me=t,re.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},mr=async(e,t)=>{let n=(await yt()).providers[e];if(!n)return re.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return re.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},_t=async({netlify:e,config:t})=>{let r,n,o,s,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),re.log("Requesting AI gateway information");let i=await mt(a,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,re.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),yt()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:mr}};import Y from"process";import K from"path";import xe from"fs";import{fileURLToPath as Ir}from"url";import{createRequire as xr}from"module";import{execa as Rr,execaCommand as ro}from"execa";import{Transform as hr}from"stream";var yr=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"]),_r=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function Er(){return Object.entries(process.env).filter(([e,t])=>!(!t||yr.has(e)||_r.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=Er();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(wr(n),"g");r=r.replace(o,"******")}),r}function wr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ne=class extends hr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=W(o);n(null,s)}};function Et(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let a=typeof n=="string"?W(n):n;return typeof o=="function"?t(a,o):t(a,o,s)},process.stderr.write=function(n,o,s){let a=typeof n=="string"?W(n):n;return typeof o=="function"?r(a,o):r(a,o,s)}}var me=null,wt=e=>(me&&me.destroy(),me=new z({totalAllowedTime:e}),me),Tt=()=>me;var z=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,a=null;n!==void 0&&(a=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):await r()}finally{o(),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 It={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.0-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.58","@google/gemini-cli":"0.19.1","@netlify/otel":"^5.0.1","@openai/codex":"0.65.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var vr=Ir(import.meta.url),Nr=K.dirname(vr),Ar=xr(import.meta.url),Re=y("shell"),Ge=new Set,Sr={preferLocal:!0},F=(e,t,r)=>{let[n,o]=br(t,r),s={...Sr,...o},a=Rr(e,n,s);return Cr(a,s),Or(a),a};var br=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Cr=(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 ne).pipe(Y.stdout),e.stdout?.pipe(new ne).pipe(Y.stdout),e.stderr?.pipe(new ne).pipe(Y.stderr);return}e.stdout?.pipe(Y.stdout),e.stderr?.pipe(Y.stderr)},xt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(Y.kill(-e.pid,t),Re.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Re.error("Error killing process:",r),!1}},Pr=e=>xt(e,"SIGKILL"),Or=e=>{Ge.add(e);let t=Tt();if(t){let r=t.onTimesUp(()=>{Re.log(`Global timer expired, killing process ${e.pid}`),xt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Re.log(`Force killing process ${e.pid} after timeout`),Pr(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function oe(e,t){if(!Y.env.NETLIFY_LOCAL_MODE)try{let o=Ar.resolve(It.name),s=K.dirname(o);for(;s!==K.dirname(s);){let a=K.dirname(s);if(K.basename(a)==="node_modules"){let c=K.join(a,".bin",t);if(xe.existsSync(c))return c;break}s=a}}catch(o){console.error("Could not resolve package.json",o)}if(Y.env.NODE_PATH){let o=K.join(Y.env.NODE_PATH,".bin",t);if(xe.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(xe.existsSync(r))return r;let n=K.join(Nr,"..","node_modules",".bin",t);if(xe.existsSync(n))return n}var Rt="netlify-agent-runner-context.md",je="task-history",Ye="netlify-context",k=".netlify",se="results.md",Be="assets",He="other",We="personal";var Ke="enterprise",qe="free",vt=[We,"pro",Ke,qe];var Nt=y("utils"),Fr=e=>new Promise(t=>{setTimeout(t,e)}),At=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,a=(...c)=>{if(r)return n=c,new Promise(d=>{o.push(d)});r=!0;let i,m=new Promise(d=>{i=d});return s=(async()=>{await Promise.resolve();let d=await e(...c);for(i(d);;){if(await Fr(t),!n)return r=!1,s=null,d;let u=n,g=o;n=null,o=[],d=await e(...u),g.forEach(h=>{h(d)})}})(),m};return a.flush=async()=>{if((r||n)&&s)return await s,a.flush()},a},ie=(e,t,r=!1)=>{let n=null,o=null,s=null,a=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return a.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},a},ve=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nt.error("Could not parse JSON",n))}},St=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.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)},Lr=e=>!e||typeof e!="object"||Array.isArray(e)||Object.keys(e).length===0?!1:!!vt.some(t=>t in e),bt=()=>{let e={},t={codex:process.env.NETLIFY_FF_AGENT_RUNNER_CODEX_VERSION,claude:process.env.NETLIFY_FF_AGENT_RUNNER_CLAUDE_VERSION,gemini:process.env.NETLIFY_FF_AGENT_RUNNER_GEMINI_VERSION};return Object.entries(t).forEach(([r,n])=>{if(n){let o=`NETLIFY_FF_AGENT_RUNNER_${r.toUpperCase()}_VERSION`;try{let s=JSON.parse(n);Lr(s)&&(e[r]=s)}catch(s){let c=s instanceof SyntaxError?"Invalid JSON":s.message;Nt.error(`Could not parse ${r} model version override from ${o}: ${c}`)}}}),e};import{Buffer as Ct}from"buffer";import Dr from"path";var Pt=y("repo"),Ot=async({config:e})=>{Pt.info("Getting runner diffs");let t=await kr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=Ur(n);await Mr(o),Pt.info("Changes after processing"),await Je();let s=await Xe(n);await Ve(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 d=(await F("git",["diff","--staged","--binary"],a)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await F("git",["commit","-m","Agent runner"]),u=(await F("git",["diff",e.sha,"HEAD"],a)).stdout;let f=(await F("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=Ct.from(f).toString("base64"))}let h={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==d&&(h.diffBinary=Ct.from(d).toString("base64")),g&&(h.resultDiffBinary=g),h},Ve=async(e=[])=>{await F("git",["add",".",...e])},Je=async()=>(await F("git",["status","-s"])).stdout,Ft=/.. (.+)?\.log$/,$r=[Ft],kr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
|
+
`);return s.length>e.length*.8?e:s}import be from"process";import{getTracer as tn}from"@netlify/otel";import de from"process";var we=de.env.NETLIFY_API_URL,Te=de.env.NETLIFY_API_TOKEN,j=y("api"),Ie=()=>de.env.NETLIFY_LOCAL_MODE==="true",fe=async(e,t={})=>{if(!we||!Te)throw new Error("No API URL or token");let r=new URL(e,we),n={...t,headers:{...t.headers,Authorization:`Bearer ${Te}`}};de.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(de.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw a;return a},dt=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(we=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Te=e.constants.NETLIFY_API_TOKEN)},ft=()=>({apiUrl:we,token:Te}),ge=async(e,t)=>Ie()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):fe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),H=async(e,t,r)=>Ie()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):fe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var gt=async(e,t)=>Ie()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):fe(`/api/v1/agent_runners/${e}/sessions/${t}`),mt=(e,t,r)=>fe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),ht=async(e,t)=>Ie()?(j.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"}}):fe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),Ue=async(e,t)=>{j.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 re=y("ai_gateway"),Me=null;var yt=async()=>{if(Me)return Me;re.log("Fetching available AI gateway providers");let e=await fetch(`${ft().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 Me=t,re.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},mr=async(e,t)=>{let n=(await yt()).providers[e];if(!n)return re.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return re.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},_t=async({netlify:e,config:t})=>{let r,n,o,s,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),re.log("Requesting AI gateway information");let i=await mt(a,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,re.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),yt()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:mr}};import Y from"process";import K from"path";import xe from"fs";import{fileURLToPath as Ir}from"url";import{createRequire as xr}from"module";import{execa as Rr,execaCommand as ro}from"execa";import{Transform as hr}from"stream";var yr=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"]),_r=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function Er(){return Object.entries(process.env).filter(([e,t])=>!(!t||yr.has(e)||_r.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function W(e){if(typeof e!="string")return e;let t=Er();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(wr(n),"g");r=r.replace(o,"******")}),r}function wr(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var ne=class extends hr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=W(o);n(null,s)}};function Et(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let a=typeof n=="string"?W(n):n;return typeof o=="function"?t(a,o):t(a,o,s)},process.stderr.write=function(n,o,s){let a=typeof n=="string"?W(n):n;return typeof o=="function"?r(a,o):r(a,o,s)}}var me=null,wt=e=>(me&&me.destroy(),me=new z({totalAllowedTime:e}),me),Tt=()=>me;var z=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,a=null;n!==void 0&&(a=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):await r()}finally{o(),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 It={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.1-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.61","@google/gemini-cli":"0.19.4","@netlify/otel":"^5.1.0","@openai/codex":"0.66.0-alpha.11","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var vr=Ir(import.meta.url),Nr=K.dirname(vr),Ar=xr(import.meta.url),Re=y("shell"),Ge=new Set,Sr={preferLocal:!0},F=(e,t,r)=>{let[n,o]=br(t,r),s={...Sr,...o},a=Rr(e,n,s);return Cr(a,s),Or(a),a};var br=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},Cr=(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 ne).pipe(Y.stdout),e.stdout?.pipe(new ne).pipe(Y.stdout),e.stderr?.pipe(new ne).pipe(Y.stderr);return}e.stdout?.pipe(Y.stdout),e.stderr?.pipe(Y.stderr)},xt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(Y.kill(-e.pid,t),Re.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Re.error("Error killing process:",r),!1}},Pr=e=>xt(e,"SIGKILL"),Or=e=>{Ge.add(e);let t=Tt();if(t){let r=t.onTimesUp(()=>{Re.log(`Global timer expired, killing process ${e.pid}`),xt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Re.log(`Force killing process ${e.pid} after timeout`),Pr(e))},5e3)});e.on("exit",()=>{Ge.delete(e),r()}),e.on("error",()=>{Ge.delete(e),r()})}};function oe(e,t){if(!Y.env.NETLIFY_LOCAL_MODE)try{let o=Ar.resolve(It.name),s=K.dirname(o);for(;s!==K.dirname(s);){let a=K.dirname(s);if(K.basename(a)==="node_modules"){let c=K.join(a,".bin",t);if(xe.existsSync(c))return c;break}s=a}}catch(o){console.error("Could not resolve package.json",o)}if(Y.env.NODE_PATH){let o=K.join(Y.env.NODE_PATH,".bin",t);if(xe.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(xe.existsSync(r))return r;let n=K.join(Nr,"..","node_modules",".bin",t);if(xe.existsSync(n))return n}var Rt="netlify-agent-runner-context.md",je="task-history",Ye="netlify-context",k=".netlify",se="results.md",Be="assets",He="other",We="personal";var Ke="enterprise",qe="free",vt=[We,"pro",Ke,qe];var Nt=y("utils"),Fr=e=>new Promise(t=>{setTimeout(t,e)}),At=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,a=(...c)=>{if(r)return n=c,new Promise(d=>{o.push(d)});r=!0;let i,m=new Promise(d=>{i=d});return s=(async()=>{await Promise.resolve();let d=await e(...c);for(i(d);;){if(await Fr(t),!n)return r=!1,s=null,d;let u=n,g=o;n=null,o=[],d=await e(...u),g.forEach(h=>{h(d)})}})(),m};return a.flush=async()=>{if((r||n)&&s)return await s,a.flush()},a},ie=(e,t,r=!1)=>{let n=null,o=null,s=null,a=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return a.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},a},ve=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Nt.error("Could not parse JSON",n))}},St=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.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)},Lr=e=>!e||typeof e!="object"||Array.isArray(e)||Object.keys(e).length===0?!1:!!vt.some(t=>t in e),bt=()=>{let e={},t={codex:process.env.NETLIFY_FF_AGENT_RUNNER_CODEX_VERSION,claude:process.env.NETLIFY_FF_AGENT_RUNNER_CLAUDE_VERSION,gemini:process.env.NETLIFY_FF_AGENT_RUNNER_GEMINI_VERSION};return Object.entries(t).forEach(([r,n])=>{if(n){let o=`NETLIFY_FF_AGENT_RUNNER_${r.toUpperCase()}_VERSION`;try{let s=JSON.parse(n);Lr(s)&&(e[r]=s)}catch(s){let c=s instanceof SyntaxError?"Invalid JSON":s.message;Nt.error(`Could not parse ${r} model version override from ${o}: ${c}`)}}}),e};import{Buffer as Ct}from"buffer";import Dr from"path";var Pt=y("repo"),Ot=async({config:e})=>{Pt.info("Getting runner diffs");let t=await kr(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=Ur(n);await Mr(o),Pt.info("Changes after processing"),await Je();let s=await Xe(n);await Ve(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 d=(await F("git",["diff","--staged","--binary"],a)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await F("git",["commit","-m","Agent runner"]),u=(await F("git",["diff",e.sha,"HEAD"],a)).stdout;let f=(await F("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=Ct.from(f).toString("base64"))}let h={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==d&&(h.diffBinary=Ct.from(d).toString("base64")),g&&(h.resultDiffBinary=g),h},Ve=async(e=[])=>{await F("git",["add",".",...e])},Je=async()=>(await F("git",["status","-s"])).stdout,Ft=/.. (.+)?\.log$/,$r=[Ft],kr=async()=>{let e=await Je();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
9
9
|
`).filter(n=>$r.some(s=>s instanceof RegExp?s.test(n):n===s)?!1:n[1]?.trim()!=="")).length!==0,status:e}},Lt=async()=>{let{stdout:e}=await F("git",["rev-parse","HEAD"]);return e.trim()},Dt=async()=>{let{stdout:e}=await F("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Xe=async e=>{e||=await Je();let t=[".netlify","node_modules"],r=[];return e.split(`
|
|
10
10
|
`).forEach(n=>{t.forEach(s=>{[`?? ${s}`,`?? ${s}${Dr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${s}`)});let o=n.match(Ft)?.[1];o&&r.push(`:!${o}.log`)}),r},$t=async()=>{await F("git",["reset","--hard","HEAD"])},Ur=e=>{let t=e.split(`
|
|
11
|
-
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...a]=n,c=a.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,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 jr from"fs/promises";import Yr from"os";import Mt from"path";import Z from"process";import Br from"readline";import ze from"path";import Gr from"fs/promises";var Ze=y("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let n="",o=ze.join(process.cwd(),k,se);try{let s=await Gr.readFile(o,"utf-8");s&&(n=s,Ze.log(`Pulled result from ${ze.relative(process.cwd(),o)}`))}catch{Ze.log(`No results file found at ${ze.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function le({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ze.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ce(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var U=y("runner_claude"),kt="Claude Code",ue="claude-opus-4-5-20251101",Ut=e=>({Task:"Task",Bash:"Run command",Glob:"Find files",Grep:"Search files",LS:"List directory",ExitPlanMode:"Exit planning",Read:"Read file",Edit:"Edit file",MultiEdit:"Edit multiple files",Write:"Coding",NotebookEdit:"Edit notebook",WebFetch:"Fetch webpage",TodoWrite:"Update task list",WebSearch:"Search web",BashOutput:"Get command output",KillBash:"Stop command"})[e]||e,Hr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(U.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(U.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(U.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Qe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:s}){let a=e,{accountType:c,prompt:i,modelVersionOverrides:m}=a,{model:d}=a,u="";if(n){let{token:_,url:p}=n;if(!_||!p)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let l=m?.claude?.[c];if(l){if(!await n.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);d=l}}else if(d){if(!await n.isModelAvailableForProvider("anthropic",d))throw new Error(`Model '${d}' is not available for anthropic provider`)}else!!ue&&await n.isModelAvailableForProvider("anthropic",ue)?(d=ue,U.log(`Using default model: ${ue}`)):ue&&U.log(`Default model ${ue} is not available, proceeding without model specification`);Z.env.ANTHROPIC_API_KEY=_,Z.env.ANTHROPIC_BASE_URL=p}else if(!Z.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],h=[],T={},w=0,f=0,I,x,O=[oe(Z.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...d?["--model",d]:[],...o?["--continue"]:[],...o&&s?["--resume",s]:[],"-p",i],b=`${Z.env.NVM_BIN}/node`;U.log(`Running ${b} ${O.join(" ")}`);let C=t.utils.run(b,O,{all:!0,env:
|
|
11
|
+
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...a]=n,c=a.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,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 jr from"fs/promises";import Yr from"os";import Mt from"path";import Z from"process";import Br from"readline";import ze from"path";import Gr from"fs/promises";var Ze=y("agent-output-utils");async function ae({initialResult:e,agentName:t,hasError:r}){let n="",o=ze.join(process.cwd(),k,se);try{let s=await Gr.readFile(o,"utf-8");s&&(n=s,Ze.log(`Pulled result from ${ze.relative(process.cwd(),o)}`))}catch{Ze.log(`No results file found at ${ze.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function le({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ze.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ce(e){if(!e)return!1;let r=(e&&typeof e=="object"?JSON.stringify(e):e)?.replace(/\s+/g," ").trim().toLowerCase()||"";return!!(r?.includes("error when talking to gemini api")||r?.includes("499")||r?.includes("connection closed prematurely")||r?.includes("request timed out")||r?.includes("network error"))}var U=y("runner_claude"),kt="Claude Code",ue="claude-opus-4-5-20251101",Ut=e=>({Task:"Task",Bash:"Run command",Glob:"Find files",Grep:"Search files",LS:"List directory",ExitPlanMode:"Exit planning",Read:"Read file",Edit:"Edit file",MultiEdit:"Edit multiple files",Write:"Coding",NotebookEdit:"Edit notebook",WebFetch:"Fetch webpage",TodoWrite:"Update task list",WebSearch:"Search web",BashOutput:"Get command output",KillBash:"Stop command"})[e]||e,Hr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(U.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(U.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(U.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function Qe({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:s}){let a=e,{accountType:c,prompt:i,modelVersionOverrides:m}=a,{model:d}=a,u="";if(n){let{token:_,url:p}=n;if(!_||!p)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let l=m?.claude?.[c];if(l){if(!await n.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);d=l}}else if(d){if(!await n.isModelAvailableForProvider("anthropic",d))throw new Error(`Model '${d}' is not available for anthropic provider`)}else!!ue&&await n.isModelAvailableForProvider("anthropic",ue)?(d=ue,U.log(`Using default model: ${ue}`)):ue&&U.log(`Default model ${ue} is not available, proceeding without model specification`);Z.env.ANTHROPIC_API_KEY=_,Z.env.ANTHROPIC_BASE_URL=p}else if(!Z.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],h=[],T={},w=0,f=0,I,x,O=[oe(Z.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...d?["--model",d]:[],...o?["--continue"]:[],...o&&s?["--resume",s]:[],"-p",i],b=`${Z.env.NVM_BIN}/node`;U.log(`Running ${b} ${O.join(" ")}`);let C=t.utils.run(b,O,{all:!0,env:Z.env});C.stdin?.end();let N=ie(()=>{r?.({steps:g,duration:f})},250),R=(_,p)=>{let l={..._,id:w};w+=1,h.push(l),g.push(l),p||N.flush(),N(),p&&N.flush()},v=Br.createInterface({input:C.all});return v.on("error",_=>{U.error("Readline interface error",{error:_.message,stack:_.stack})}),v.on("line",_=>{let p=null;try{p=JSON.parse(_)}catch{U.log("Could not parse line",_)}p?.session_id&&p.session_id!==u&&(u=p.session_id),Array.isArray(p?.message?.content)?p.message.content.forEach(l=>{switch(l.type){case"text":{l.text&&R({message:l.text});break}case"image":{typeof l.source=="object"&&l.source&&l.source.type==="base64"&&l.source.media_type?R({message:``}):U.log(`Unsupported image type ${l.source?.type}`,l.source);break}case"tool_use":{if(l.name==="Task"){let E=l.input?.description&&`\`${l.input.description}\``;R({title:[Ut(l.name),E].filter(Boolean).join(" ")})}else l.id&&(T[l.id]=l);N.flush();break}case"tool_result":{let E=l.tool_use_id?T[l.tool_use_id]:void 0,J;if(E){let q=E.input?.file_path&&Mt.relative(Z.cwd(),E.input.file_path),P=q&&`\`${q}\``;J=[Ut(E.name||""),P].filter(Boolean).join(" ")}let Ee=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),X;if(typeof l.content=="string")X=l.content;else if(Array.isArray(l.content)){let q=[];l.content.forEach(P=>{P?.type==="text"&&typeof P.text=="string"?q.push(P.text):P?.type==="image"&&typeof P.source=="object"&&P.source?P.source.type==="base64"&&P.source.media_type?q.push(``):U.log(`Unsupported image type ${P.source.type}`,P.source):U.log(`Unsupported block type ${P?.type}`)}),X=q.join(`
|
|
12
12
|
|
|
13
13
|
`)}Ee&&X&&(X=`\`\`\`
|
|
14
14
|
${X.trim()}
|
package/dist/index.js
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import{createRequire as sn}from"module";import{createTracerProvider as Jt}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as Qe}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as Xt}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as zt}from"@netlify/otel";import{propagation as et,context as tt,W3CTraceContextPropagator as Zt}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as Qt}from"@opentelemetry/exporter-trace-otlp-grpc";function _(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
|
|
1
|
+
import{createRequire as sn}from"module";import{createTracerProvider as Jt}from"@netlify/otel/bootstrap";import{SimpleSpanProcessor as Qe}from"@netlify/otel/opentelemetry";import{FetchInstrumentation as Xt}from"@netlify/otel/instrumentation-fetch";import{withActiveSpan as zt}from"@netlify/otel";import{propagation as et,context as tt,W3CTraceContextPropagator as Zt}from"@netlify/otel/opentelemetry";import{OTLPTraceExporter as Qt}from"@opentelemetry/exporter-trace-otlp-grpc";function _(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 Oe=_("tracing"),rt=async(e,t,r)=>(await Jt({serviceName:"@netlify/agent-runner-cli",serviceVersion:e,deploymentEnvironment:"production",siteUrl:"",siteId:process.env.SITE_ID??"",siteName:t,spanProcessors:[new Qe(new $e),new Qe(new Qt({url:r.exporterUrl}))],instrumentations:[new Xt({skipHeaders:!0})]}),r.traceparent?(et.setGlobalPropagator(new Zt),et.extract(tt.active(),{traceparent:r.traceparent,isRemote:!0})):tt.active());function b(e,t,r){return Oe.log(`\u23F3 TRACE: ${t} starting...`),zt(e,t,r)}var $e=class{export(t,r){for(let n of t)this.logSpan(n);r({code:1})}async shutdown(){}forceFlush(){return Promise.resolve()}logSpan(t){let r=(t.endTime[0]-t.startTime[0])*1e3+(t.endTime[1]-t.startTime[1])/1e6,n=t.attributes,o=[];for(let[c,i]of Object.entries(n))c.includes("duration")&&typeof i=="number"?o.push(`${c}=${i.toFixed(2)}ms`):o.push(`${c}=${i}`);let s=t.status?.code===2?"\u274C":"\u2705",a=o.length>0?` [${o.join(", ")}]`:"";Oe.log(`${s} TRACE: ${t.name} completed in ${r.toFixed(2)}ms${a}`),t.status?.code===2&&t.status.message&&Oe.log(` \u274C Error: ${t.status.message}`)}};var er=["error","failed","exception","fatal","panic","abort","crash"];function nt(e){let t=e.split(`
|
|
2
2
|
`),r=[],n=-1,o=0;for(;o<t.length;){let c=t[o].slice(0,500).toLowerCase();if(er.some(m=>c.includes(m))){let m=Math.max(0,o-10,n+1),d=Math.min(t.length-1,o+20),u=[];for(let g=m;g<=d;g++)u.push(t[g]);r.push(u.join(`
|
|
3
3
|
`)),n=d,o=d+1}else o++}if(r.length===0)return e;let s=r.map((a,c)=>`<extracted_error_chunk order="${c+1}">
|
|
4
4
|
${a}
|
|
5
5
|
</extracted_error_chunk>`).join(`
|
|
6
6
|
|
|
7
|
-
`);return s.length>e.length*.8?e:s}import Se from"process";import{getTracer as Gr}from"@netlify/otel";import ue from"process";var _e=ue.env.NETLIFY_API_URL,Ee=ue.env.NETLIFY_API_TOKEN,j=_("api"),we=()=>ue.env.NETLIFY_LOCAL_MODE==="true",pe=async(e,t={})=>{if(!_e||!Ee)throw new Error("No API URL or token");let r=new URL(e,_e),n={...t,headers:{...t.headers,Authorization:`Bearer ${Ee}`}};ue.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(ue.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw a;return a},ot=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(_e=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Ee=e.constants.NETLIFY_API_TOKEN)},st=()=>({apiUrl:_e,token:Ee}),de=async(e,t)=>we()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):pe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),B=async(e,t,r)=>we()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var it=async(e,t)=>we()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`),at=(e,t,r)=>pe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),lt=async(e,t)=>we()?(j.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"}}):pe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),De=async(e,t)=>{j.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=_("ai_gateway"),ke=null;var ct=async()=>{if(ke)return ke;ee.log("Fetching available AI gateway providers");let e=await fetch(`${st().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},tr=async(e,t)=>{let n=(await ct()).providers[e];if(!n)return ee.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return ee.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ut=async({netlify:e,config:t})=>{let r,n,o,s,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),ee.log("Requesting AI gateway information");let i=await at(a,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,ee.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),ct()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:tr}};import G from"process";import K from"path";import xe from"fs";import{fileURLToPath as lr}from"url";import{createRequire as cr}from"module";import{execa as ur,execaCommand as kn}from"execa";import{Transform as rr}from"stream";var nr=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"]),or=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function sr(){return Object.entries(process.env).filter(([e,t])=>!(!t||nr.has(e)||or.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function H(e){if(typeof e!="string")return e;let t=sr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(ir(n),"g");r=r.replace(o,"******")}),r}function ir(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var te=class extends rr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=H(o);n(null,s)}};function pt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let a=typeof n=="string"?H(n):n;return typeof o=="function"?t(a,o):t(a,o,s)},process.stderr.write=function(n,o,s){let a=typeof n=="string"?H(n):n;return typeof o=="function"?r(a,o):r(a,o,s)}}var fe=null,dt=e=>(fe&&fe.destroy(),fe=new X({totalAllowedTime:e}),fe),ft=()=>fe;var X=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,a=null;n!==void 0&&(a=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):await r()}finally{o(),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 gt={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.0-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.58","@google/gemini-cli":"0.19.1","@netlify/otel":"^5.0.1","@openai/codex":"0.65.0","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var pr=lr(import.meta.url),dr=K.dirname(pr),fr=cr(import.meta.url),Te=_("shell"),Le=new Set,gr={preferLocal:!0},F=(e,t,r)=>{let[n,o]=mr(t,r),s={...gr,...o},a=ur(e,n,s);return hr(a,s),_r(a),a};var mr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},hr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(G.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new te).pipe(G.stdout),e.stdout?.pipe(new te).pipe(G.stdout),e.stderr?.pipe(new te).pipe(G.stderr);return}e.stdout?.pipe(G.stdout),e.stderr?.pipe(G.stderr)},mt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(G.kill(-e.pid,t),Te.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Te.error("Error killing process:",r),!1}},yr=e=>mt(e,"SIGKILL"),_r=e=>{Le.add(e);let t=ft();if(t){let r=t.onTimesUp(()=>{Te.log(`Global timer expired, killing process ${e.pid}`),mt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Te.log(`Force killing process ${e.pid} after timeout`),yr(e))},5e3)});e.on("exit",()=>{Le.delete(e),r()}),e.on("error",()=>{Le.delete(e),r()})}};function re(e,t){if(!G.env.NETLIFY_LOCAL_MODE)try{let o=fr.resolve(gt.name),s=K.dirname(o);for(;s!==K.dirname(s);){let a=K.dirname(s);if(K.basename(a)==="node_modules"){let c=K.join(a,".bin",t);if(xe.existsSync(c))return c;break}s=a}}catch(o){console.error("Could not resolve package.json",o)}if(G.env.NODE_PATH){let o=K.join(G.env.NODE_PATH,".bin",t);if(xe.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(xe.existsSync(r))return r;let n=K.join(dr,"..","node_modules",".bin",t);if(xe.existsSync(n))return n}var ht="netlify-agent-runner-context.md",Ue="task-history",Me="netlify-context",k=".netlify",ne="results.md",je="assets";var Er=_("utils"),wr=e=>new Promise(t=>{setTimeout(t,e)}),yt=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,a=(...c)=>{if(r)return n=c,new Promise(d=>{o.push(d)});r=!0;let i,m=new Promise(d=>{i=d});return s=(async()=>{await Promise.resolve();let d=await e(...c);for(i(d);;){if(await wr(t),!n)return r=!1,s=null,d;let u=n,g=o;n=null,o=[],d=await e(...u),g.forEach(h=>{h(d)})}})(),m};return a.flush=async()=>{if((r||n)&&s)return await s,a.flush()},a},oe=(e,t,r=!1)=>{let n=null,o=null,s=null,a=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return a.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},a},_t=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Er.error("Could not parse JSON",n))}},Et=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.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 wt}from"buffer";import xr from"path";var xt=_("repo"),Tt=async({config:e})=>{xt.info("Getting runner diffs");let t=await Ir(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=vr(n);await Rr(o),xt.info("Changes after processing"),await Ye();let s=await Be(n);await Ge(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 d=(await F("git",["diff","--staged","--binary"],a)).stdout,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await F("git",["commit","-m","Agent runner"]),u=(await F("git",["diff",e.sha,"HEAD"],a)).stdout;let f=(await F("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=wt.from(f).toString("base64"))}let h={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==d&&(h.diffBinary=wt.from(d).toString("base64")),g&&(h.resultDiffBinary=g),h},Ge=async(e=[])=>{await F("git",["add",".",...e])},Ye=async()=>(await F("git",["status","-s"])).stdout,It=/.. (.+)?\.log$/,Tr=[It],Ir=async()=>{let e=await Ye();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
|
-
`).filter(n=>Tr.some(s=>s instanceof RegExp?s.test(n):n===s)?!1:n[1]?.trim()!=="")).length!==0,status:e}},vt=async()=>{let{stdout:e}=await
|
|
9
|
-
`).forEach(n=>{t.forEach(s=>{[`?? ${s}`,`?? ${s}${xr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${s}`)});let o=n.match(It)?.[1];o&&r.push(`:!${o}.log`)}),r},St=async()=>{await
|
|
10
|
-
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...a]=n,c=a.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:i,change:m},r},{});return Object.values(t)},Rr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(
|
|
7
|
+
`);return s.length>e.length*.8?e:s}import Se from"process";import{getTracer as Gr}from"@netlify/otel";import ue from"process";var _e=ue.env.NETLIFY_API_URL,Ee=ue.env.NETLIFY_API_TOKEN,j=_("api"),we=()=>ue.env.NETLIFY_LOCAL_MODE==="true",pe=async(e,t={})=>{if(!_e||!Ee)throw new Error("No API URL or token");let r=new URL(e,_e),n={...t,headers:{...t.headers,Authorization:`Bearer ${Ee}`}};ue.env.AGENT_RUNNERS_DEBUG==="true"&&(n.headers["x-nf-debug-logging"]="true"),t.json&&(n.headers||={},n.headers["Content-Type"]="application/json",n.body=JSON.stringify(t.json));let o=await fetch(r,n),s=o.ok&&o.status<=299;if(ue.env.AGENT_RUNNERS_DEBUG==="true")j.log(`Response headers for ${r}:`),o.headers.forEach((c,i)=>{j.log(` ${i}: ${c}`)});else{let c=o.headers.get("x-request-id")||o.headers.get("x-nf-request-id");j.log(`Request ID for ${r}: ${c||"N/A"}`)}if(s||j.error(`Got status ${o.status} for request ${r}`),t.raw){if(!s)throw o;return o}let a=await(o.headers.get("content-type")?.includes("application/json")?o.json():o.text());if(!s)throw a;return a},ot=e=>{j.log("Setting details for api",{apiUrl:e?.constants?.NETLIFY_API_HOST,token:!!e?.constants?.NETLIFY_API_TOKEN}),e?.constants?.NETLIFY_API_HOST&&(_e=`https://${e.constants.NETLIFY_API_HOST}`),e?.constants?.NETLIFY_API_TOKEN&&(Ee=e.constants.NETLIFY_API_TOKEN)},st=()=>({apiUrl:_e,token:Ee}),de=async(e,t)=>we()?(j.log("Mock API: updateRunner called",{runnerId:e,data:t}),{id:e,...t}):pe(`/api/v1/agent_runners/${e}`,{method:"PUT",json:t}),B=async(e,t,r)=>we()?(j.log("Mock API: updateRunnerSession called",JSON.stringify({runnerId:e,sessionId:t,data:r},null,2)),{id:e,sessionId:t,...r}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`,{method:"PUT",json:r});var it=async(e,t)=>we()?(j.log("Mock API: getRunnerSession called",{runnerId:e,sessionId:t}),{id:t,runnerId:e,state:"running"}):pe(`/api/v1/agent_runners/${e}/sessions/${t}`),at=(e,t,r)=>pe(`/api/v1/sites/${e}/ai-gateway/token`,{headers:{"X-Nf-Agent-Runner-Id":t,"X-Nf-Agent-Runner-Session-Id":r}}),lt=async(e,t)=>we()?(j.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"}}):pe(`/api/v1/agent_runners/${e}/sessions/${t}/diff/upload_urls`,{method:"POST"}),ke=async(e,t)=>{j.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=_("ai_gateway"),De=null;var ct=async()=>{if(De)return De;ee.log("Fetching available AI gateway providers");let e=await fetch(`${st().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 De=t,ee.log("Cached AI gateway providers",{providerCount:Object.keys(t.providers).length}),t},tr=async(e,t)=>{let n=(await ct()).providers[e];if(!n)return ee.log(`Provider '${e}' not found`),!1;let o=n.models.includes(t);return ee.log(`Model validation for ${e}/${t}`,{isAvailable:o}),o},ut=async({netlify:e,config:t})=>{let r,n,o,s,a=e.constants?.SITE_ID;if(!a)throw new Error("No site id");let c=async()=>{clearTimeout(o),ee.log("Requesting AI gateway information");let i=await at(a,t.id,t.sessionId);if({token:r,url:s}=i,n=i.expires_at?i.expires_at*1e3:void 0,ee.log("Got AI gateway information",{token:!!r,expiresAt:n,url:s}),n){let m=n-Date.now()-6e4;m>0&&(o=setTimeout(()=>{c()},m))}};return await Promise.all([c(),ct()]),{get url(){return s},get token(){return r},isModelAvailableForProvider:tr}};import G from"process";import K from"path";import xe from"fs";import{fileURLToPath as lr}from"url";import{createRequire as cr}from"module";import{execa as ur,execaCommand as Dn}from"execa";import{Transform as rr}from"stream";var nr=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"]),or=new Set(["true","false","undefined","null","deploy","project","claude","gemini","codex",""]);function sr(){return Object.entries(process.env).filter(([e,t])=>!(!t||nr.has(e)||or.has(t)||!isNaN(Number(t))||t.length<5)).map(([,e])=>e).filter(Boolean)}function H(e){if(typeof e!="string")return e;let t=sr();if(t.length===0)return e;let r=e;return t.forEach(n=>{let o=new RegExp(ir(n),"g");r=r.replace(o,"******")}),r}function ir(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}var te=class extends rr{constructor(t={}){super({...t,objectMode:!1})}_transform(t,r,n){let o=t.toString(),s=H(o);n(null,s)}};function pt(){if(!(process.env.NETLIFY_MASK_LOGS!=="false"))return;let t=process.stdout.write.bind(process.stdout),r=process.stderr.write.bind(process.stderr);process.stdout.write=function(n,o,s){let a=typeof n=="string"?H(n):n;return typeof o=="function"?t(a,o):t(a,o,s)},process.stderr.write=function(n,o,s){let a=typeof n=="string"?H(n):n;return typeof o=="function"?r(a,o):r(a,o,s)}}var fe=null,dt=e=>(fe&&fe.destroy(),fe=new X({totalAllowedTime:e}),fe),ft=()=>fe;var X=class{constructor({totalAllowedTime:t}){this.withStageTimer=async(t,r,n)=>{if(this.isTimeExpired())throw new Error(`${t} stage did not complete in the allowed time. Time has already expired.`);let o=this.onTimesUp(()=>{throw new Error(`${t} stage did not complete in the allowed time.`)}),s=null,a=null;n!==void 0&&(a=new Promise((c,i)=>{s=setTimeout(()=>{i(new Error(`${t} stage exceeded its maximum duration of ${n}ms`))},n)}));try{return a?await Promise.race([r(),a]):await r()}finally{o(),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 gt={name:"@netlify/agent-runner-cli",type:"module",version:"1.58.1-alpha",description:"CLI tool for running Netlify agents",main:"./dist/index.js",types:"./dist/index.d.ts",exports:"./dist/index.js",bin:{"agent-runner-cli":"./dist/bin.js","agent-runner-cli-local":"./dist/bin-local.js"},files:["dist/**/*.js","dist/**/*.d.ts","patches","scripts"],scripts:{build:"tsup",dev:"tsup --watch",prepare:"husky install node_modules/@netlify/eslint-config-node/.husky/",prepublishOnly:"npm ci && npm test",prepack:"npm run build",test:"run-s build format test:dev",format:"run-s build format:check-fix:*","format:ci":"run-s build format:check:*","format:check-fix:lint":"run-e format:check:lint format:fix:lint","format:check:lint":"cross-env-shell eslint $npm_package_config_eslint","format:fix:lint":"cross-env-shell eslint --fix $npm_package_config_eslint","format:check-fix:prettier":"run-e format:check:prettier format:fix:prettier","format:check:prettier":"cross-env-shell prettier --check $npm_package_config_prettier","format:fix:prettier":"cross-env-shell prettier --write $npm_package_config_prettier","test:dev":"run-s build test:dev:*","test:ci":"run-s build test:ci:*","test:dev:vitest":"vitest","test:ci:vitest":"c8 -r lcovonly -r text -r json vitest",postinstall:"node scripts/postinstall.js"},config:{eslint:'--cache --format=codeframe --max-warnings=0 "{src,scripts,test,.github}/**/*.{js,ts,md,html}"',prettier:'--ignore-path .gitignore --loglevel=warn "{src,scripts,test,.github}/**/*.{js,ts,md,yml,json,html}" "*.{js,ts,yml,json,html}" ".*.{js,ts,yml,json,html}" "!**/package-lock.json" "!package-lock.json"'},keywords:[],license:"MIT",repository:"netlify/agent-runner-cli",bugs:{url:"https://github.com/netlify/agent-runner-cli/issues"},author:"Netlify Inc.",directories:{test:"test"},devDependencies:{"@commitlint/cli":"^19.0.0","@commitlint/config-conventional":"^19.0.0","@eslint/compat":"^1.3.2","@eslint/js":"^9.35.0","@netlify/eslint-config-node":"^7.0.1","@types/node":"^24.5.0","@typescript-eslint/eslint-plugin":"^7.1.0","@typescript-eslint/parser":"^7.1.0","@vitest/eslint-plugin":"^1.3.10",c8:"^9.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-n":"^17.0.0",husky:"^8.0.0","patch-package":"^8.0.0",tsup:"^8.5.0",typescript:"^5.0.0","typescript-eslint":"^8.44.0",vitest:"^1.5.0"},dependencies:{"@anthropic-ai/claude-code":"2.0.61","@google/gemini-cli":"0.19.4","@netlify/otel":"^5.1.0","@openai/codex":"0.66.0-alpha.11","@opentelemetry/exporter-trace-otlp-grpc":"^0.57.0",execa:"^8.0.0","get-port":"^5.1.1",minimist:"^1.2.8"}};var pr=lr(import.meta.url),dr=K.dirname(pr),fr=cr(import.meta.url),Te=_("shell"),Le=new Set,gr={preferLocal:!0},O=(e,t,r)=>{let[n,o]=mr(t,r),s={...gr,...o},a=ur(e,n,s);return hr(a,s),_r(a),a};var mr=function(e,t){return Array.isArray(e)?[e,t]:typeof e=="object"&&e!==null?[[],e]:[[],void 0]},hr=(e,t)=>{if(t.stdio!==void 0||t.stdout!==void 0||t.stderr!==void 0)return;if(G.env.NETLIFY_MASK_LOGS!=="false"){e.all?.pipe(new te).pipe(G.stdout),e.stdout?.pipe(new te).pipe(G.stdout),e.stderr?.pipe(new te).pipe(G.stderr);return}e.stdout?.pipe(G.stdout),e.stderr?.pipe(G.stderr)},mt=(e,t="SIGTERM")=>{try{return e.pid&&!e.killed?(G.kill(-e.pid,t),Te.log(`Killed process ${e.pid} with signal ${t}`),!0):!1}catch(r){return Te.error("Error killing process:",r),!1}},yr=e=>mt(e,"SIGKILL"),_r=e=>{Le.add(e);let t=ft();if(t){let r=t.onTimesUp(()=>{Te.log(`Global timer expired, killing process ${e.pid}`),mt(e,"SIGTERM"),setTimeout(()=>{e.pid&&!e.killed&&(Te.log(`Force killing process ${e.pid} after timeout`),yr(e))},5e3)});e.on("exit",()=>{Le.delete(e),r()}),e.on("error",()=>{Le.delete(e),r()})}};function re(e,t){if(!G.env.NETLIFY_LOCAL_MODE)try{let o=fr.resolve(gt.name),s=K.dirname(o);for(;s!==K.dirname(s);){let a=K.dirname(s);if(K.basename(a)==="node_modules"){let c=K.join(a,".bin",t);if(xe.existsSync(c))return c;break}s=a}}catch(o){console.error("Could not resolve package.json",o)}if(G.env.NODE_PATH){let o=K.join(G.env.NODE_PATH,".bin",t);if(xe.existsSync(o))return o}let r=K.join(e,"node_modules",".bin",t);if(xe.existsSync(r))return r;let n=K.join(dr,"..","node_modules",".bin",t);if(xe.existsSync(n))return n}var ht="netlify-agent-runner-context.md",Ue="task-history",Me="netlify-context",D=".netlify",ne="results.md",je="assets";var Er=_("utils"),wr=e=>new Promise(t=>{setTimeout(t,e)}),yt=(e,t=3e3)=>{let r=!1,n=null,o=[],s=null,a=(...c)=>{if(r)return n=c,new Promise(d=>{o.push(d)});r=!0;let i,m=new Promise(d=>{i=d});return s=(async()=>{await Promise.resolve();let d=await e(...c);for(i(d);;){if(await wr(t),!n)return r=!1,s=null,d;let u=n,g=o;n=null,o=[],d=await e(...u),g.forEach(h=>{h(d)})}})(),m};return a.flush=async()=>{if((r||n)&&s)return await s,a.flush()},a},oe=(e,t,r=!1)=>{let n=null,o=null,s=null,a=function(...c){o=c,s=this;let i=r&&!n;clearTimeout(n),n=setTimeout(()=>{n=null,r||(e.apply(s,o),o=null,s=null)},t),i&&(e.apply(s,o),o=null,s=null)};return a.cancel=()=>{clearTimeout(n),n=null,o=null,s=null},a.flush=()=>{if(n){clearTimeout(n);let c=o,i=s;n=null,o=null,s=null,e.apply(i,c)}},a},_t=(e,t=!0,r)=>{if(e)try{return JSON.parse(e)}catch(n){t&&(r?.error?r.error("Could not parse JSON",n):Er.error("Could not parse JSON",n))}},Et=(e,t)=>{let o=".netlify.app",s="agent-";if(!t)return`${s}${e.slice(0,6)}`;let c=`--${t}${o}`;if(c.length>55)return"";let i=60-c.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 wt}from"buffer";import xr from"path";var xt=_("repo"),Tt=async({config:e})=>{xt.info("Getting runner diffs");let t=await Ir(),{hasChanges:r}=t,{status:n}=t;if(!r)return{hasChanges:!1};let o=vr(n);await Rr(o),xt.info("Changes after processing"),await Ye();let s=await Be(n);await Ge(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,u,g;if(e.sha){process.env.NETLIFY_LOCAL_MODE||await O("git",["commit","-m","Agent runner"]),u=(await O("git",["diff",e.sha,"HEAD"],a)).stdout;let f=(await O("git",["diff",e.sha,"HEAD","--binary"],a)).stdout;u!==f&&(g=wt.from(f).toString("base64"))}let h={hasChanges:!0,diff:i,resultDiff:u,ignored:s};return i!==d&&(h.diffBinary=wt.from(d).toString("base64")),g&&(h.resultDiffBinary=g),h},Ge=async(e=[])=>{await O("git",["add",".",...e])},Ye=async()=>(await O("git",["status","-s"])).stdout,It=/.. (.+)?\.log$/,Tr=[It],Ir=async()=>{let e=await Ye();return{hasChanges:(e.trim().length===0?[]:e.split(`
|
|
8
|
+
`).filter(n=>Tr.some(s=>s instanceof RegExp?s.test(n):n===s)?!1:n[1]?.trim()!=="")).length!==0,status:e}},vt=async()=>{let{stdout:e}=await O("git",["rev-parse","HEAD"]);return e.trim()},Rt=async()=>{let{stdout:e}=await O("git",["rev-list","--max-parents=0","HEAD"]);return e.trim()},Be=async e=>{e||=await Ye();let t=[".netlify","node_modules"],r=[];return e.split(`
|
|
9
|
+
`).forEach(n=>{t.forEach(s=>{[`?? ${s}`,`?? ${s}${xr.sep}`].some(c=>n.startsWith(c))&&r.push(`:!${s}`)});let o=n.match(It)?.[1];o&&r.push(`:!${o}.log`)}),r},St=async()=>{await O("git",["reset","--hard","HEAD"])},vr=e=>{let t=e.split(`
|
|
10
|
+
`).reduce((r,n)=>{if(!n)return r;let[o,s,,...a]=n,c=a.join(""),i=o.trim(),m=s.trim();return r[c]?r[c].change=m:r[c]={filePath:c,stage:i,change:m},r},{});return Object.values(t)},Rr=async e=>{let t=[];for(let r of e)r.stage&&!r.change&&t.push(O("git",["restore","--staged","--worktree",r.filePath]));await Promise.allSettled(t)};import br from"fs/promises";import Ar from"os";import Nt from"path";import z from"process";import Nr from"readline";import He from"path";import Sr from"fs/promises";var Ke=_("agent-output-utils");async function se({initialResult:e,agentName:t,hasError:r}){let n="",o=He.join(process.cwd(),D,ne);try{let s=await Sr.readFile(o,"utf-8");s&&(n=s,Ke.log(`Pulled result from ${He.relative(process.cwd(),o)}`))}catch{Ke.log(`No results file found at ${He.relative(process.cwd(),o)}`)}return n||(!e&&!r?`${t} has finished working on task.`:e||void 0)}function ie({error:e,agentName:t}){let r=e&&typeof e=="object"?JSON.stringify(e):e,n=r?.replace(/\s+/g," ").trim().toLowerCase()||"",o="";return n?.includes("ai gateway is not available for your account")||n?.includes("ai gateway is not enabled for your account")?o="AI Gateway is currently not available on your account. Please confirm your account meets the criteria for using Agent Runners and AI Gateway and that your account has remaining AI Gateway inference credits available. Reach out to Netlify support if this is unexpected.":n?.includes("error when talking to gemini api")?o="Gemini's API is currently having issues. Please try again or use a different available agent while Google resolves the issue.":(n?.includes("connection closed prematurely")||n?.includes("499")&&t.toLowerCase().includes("gemini"))&&(o=`The ${t} models were currently overloaded. Please try again or use a different available agent.`),n?.includes("request timed out")&&(o=`The ${t} API request's have timed out. Please try again or use a different available agent.`),n?.includes("network error")&&(o=`The ${t} agent is having network issues. Please try again or use a different available agent.`),o&&Ke.log(`Providing updated error messsage: ${o}, replacing original error: ${r}`),o||r||void 0}function ae(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 L=_("runner_claude"),bt="Claude Code",le="claude-opus-4-5-20251101",At=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,Cr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(L.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(L.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(L.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function We({config:e,netlify:t,persistSteps:r,aiGateway:n,continueSession:o,priorAgentSessionId:s}){let a=e,{accountType:c,prompt:i,modelVersionOverrides:m}=a,{model:d}=a,u="";if(n){let{token:y,url:p}=n;if(!y||!p)throw new Error("No token or url provided from AI Gateway");if(m?.claude){let l=m?.claude?.[c];if(l){if(!await n.isModelAvailableForProvider("anthropic",l))throw new Error(`Model override '${l}' is not available for anthropic provider`);d=l}}else if(d){if(!await n.isModelAvailableForProvider("anthropic",d))throw new Error(`Model '${d}' is not available for anthropic provider`)}else!!le&&await n.isModelAvailableForProvider("anthropic",le)?(d=le,L.log(`Using default model: ${le}`)):le&&L.log(`Default model ${le} is not available, proceeding without model specification`);z.env.ANTHROPIC_API_KEY=y,z.env.ANTHROPIC_BASE_URL=p}else if(!z.env.ANTHROPIC_API_KEY)throw new Error("ANTHROPIC_API_KEY is not provided");let g=[],h=[],x={},w=0,f=0,v,T,F=[re(z.cwd(),"claude"),"--permission-mode","bypassPermissions","--dangerously-skip-permissions","--output-format","stream-json","--verbose",...d?["--model",d]:[],...o?["--continue"]:[],...o&&s?["--resume",s]:[],"-p",i],N=`${z.env.NVM_BIN}/node`;L.log(`Running ${N} ${F.join(" ")}`);let C=t.utils.run(N,F,{all:!0,env:z.env});C.stdin?.end();let S=oe(()=>{r?.({steps:g,duration:f})},250),I=(y,p)=>{let l={...y,id:w};w+=1,h.push(l),g.push(l),p||S.flush(),S(),p&&S.flush()},R=Nr.createInterface({input:C.all});return R.on("error",y=>{L.error("Readline interface error",{error:y.message,stack:y.stack})}),R.on("line",y=>{let p=null;try{p=JSON.parse(y)}catch{L.log("Could not parse line",y)}p?.session_id&&p.session_id!==u&&(u=p.session_id),Array.isArray(p?.message?.content)?p.message.content.forEach(l=>{switch(l.type){case"text":{l.text&&I({message:l.text});break}case"image":{typeof l.source=="object"&&l.source&&l.source.type==="base64"&&l.source.media_type?I({message:``}):L.log(`Unsupported image type ${l.source?.type}`,l.source);break}case"tool_use":{if(l.name==="Task"){let E=l.input?.description&&`\`${l.input.description}\``;I({title:[At(l.name),E].filter(Boolean).join(" ")})}else l.id&&(x[l.id]=l);S.flush();break}case"tool_result":{let E=l.tool_use_id?x[l.tool_use_id]:void 0,V;if(E){let W=E.input?.file_path&&Nt.relative(z.cwd(),E.input.file_path),P=W&&`\`${W}\``;V=[At(E.name||""),P].filter(Boolean).join(" ")}let ye=["Bash","Glob","Grep","LS","Read","Edit","Write"].includes(E?.name||""),J;if(typeof l.content=="string")J=l.content;else if(Array.isArray(l.content)){let W=[];l.content.forEach(P=>{P?.type==="text"&&typeof P.text=="string"?W.push(P.text):P?.type==="image"&&typeof P.source=="object"&&P.source?P.source.type==="base64"&&P.source.media_type?W.push(``):L.log(`Unsupported image type ${P.source.type}`,P.source):L.log(`Unsupported block type ${P?.type}`)}),J=W.join(`
|
|
11
11
|
|
|
12
12
|
`)}ye&&J&&(J=`\`\`\`
|
|
13
13
|
${J.trim()}
|
|
14
|
-
\`\`\``),I({title:V,message:J},!0);break}case"thinking":{l.thinking&&I({title:"Thinking",message:l.thinking},!0);break}default:L.log(`Message content type is not supported ${l.type}`,l)}}):p?.type==="result"&&(f=p.duration_ms||0,p.is_error?T=p.result:v=p.result,[h,g].forEach(l=>{l[l.length-1]?.message===v&&l.pop()}))}),await C.catch(y=>{({error:T,result:v}=Cr({catchError:y,runCmd:C,error:T,result:v,runnerName:"Claude"}))}),R.close(),S.flush(),{steps:h,duration:f,result:await se({initialResult:v,agentName:
|
|
14
|
+
\`\`\``),I({title:V,message:J},!0);break}case"thinking":{l.thinking&&I({title:"Thinking",message:l.thinking},!0);break}default:L.log(`Message content type is not supported ${l.type}`,l)}}):p?.type==="result"&&(f=p.duration_ms||0,p.is_error?T=p.result:v=p.result,[h,g].forEach(l=>{l[l.length-1]?.message===v&&l.pop()}))}),await C.catch(y=>{({error:T,result:v}=Cr({catchError:y,runCmd:C,error:T,result:v,runnerName:"Claude"}))}),R.close(),S.flush(),{steps:h,duration:f,result:await se({initialResult:v,agentName:bt,hasError:!!T}),error:ie({error:T,agentName:bt}),isRetryableError:ae(T),agentSessionId:u}}var Ct=async()=>{let e=Nt.join(Ar.homedir(),".claude");await br.rm(e,{recursive:!0,force:!0})};import ge from"fs/promises";import Ft from"os";import Ie from"path";import Z from"process";import Pr from"readline";var Y=_("runner_codex"),Pt="Codex CLI",Fr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(Y.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(Y.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(Y.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0}));async function qe({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:s,prompt:a,modelVersionOverrides:c}=e,{model:i}=e;if(o){let{token:p,url:l}=o;if(!p||!l)throw new Error("No token or url provided from AI Gateway");if(c?.codex){let E=c?.codex?.[s];if(E){if(!await o.isModelAvailableForProvider("openai",E))throw new Error(`Model override '${E}' is not available for openai provider`);i=E}}else if(i&&!await o.isModelAvailableForProvider("openai",i))throw new Error(`Model '${i}' is not available for openai provider`);Z.env.OPENAI_API_KEY=p,Z.env.OPENAI_BASE_URL=l}else if(!Z.env.OPENAI_API_KEY)throw new Error("OPENAI_API_KEY is not provided");let m=[],d=[],u=[],g={},h=0,x=0,w,f,v=`${Z.env.NVM_BIN}/node`,T=Ie.join(Ft.homedir(),".codex"),F=Ie.join(T,"config.toml"),N=Ie.join(T,"auth.json");try{await ge.mkdir(T,{recursive:!0});let p={OPENAI_API_KEY:Z.env.OPENAI_API_KEY};await ge.writeFile(N,JSON.stringify(p,null,2),"utf-8"),Y.log("Created Codex auth.json file");let l="";try{l=await ge.readFile(F,"utf-8")}catch{}l.includes("web_search")||(l.includes("[tools]")?l=l.replace(/\[tools\]/,`[tools]
|
|
15
15
|
web_search = true`):l+=`
|
|
16
16
|
[tools]
|
|
17
17
|
web_search = true
|
|
18
|
-
`,await ge.writeFile(
|
|
18
|
+
`,await ge.writeFile(F,l,"utf-8"),Y.log("Updated Codex config with web_search enabled"))}catch(p){throw Y.warn("Failed to setup Codex config and credentials",{error:p.message}),new Error(`Codex setup failed: ${p.message}`)}let C=[re(Z.cwd(),"codex"),"exec","--yolo","--json","--config","web_search=true",...i?["--model",i]:[],a].filter(Boolean);Y.log(`Running ${v} ${C.join(" ")}`);let S=t.utils.run(v,C,{all:!0,env:{...Z.env}}),I=oe(()=>{r?.({steps:m,duration:x}),n?.({steps:d,duration:x}),d=[]},250),R=(p,l)=>{p.id=h,h+=1,u.push(p),m.push(p),d.push(p),l||I.flush(),I(),l&&I.flush()},y=Pr.createInterface({input:S.all});return y.on("error",p=>{Y.error("Readline interface error",{error:p.message,stack:p.stack})}),y.on("line",p=>{let l=null;try{l=JSON.parse(p)}catch{Y.log("Could not parse line",p);return}if(l?.duration_ms&&(x=l.duration_ms),l?.type==="item.started"&&l?.item?.type==="command_execution")g[l.item.id]=l.item;else if(l?.type==="item.completed"&&l?.item?.type==="command_execution"){let E=$r(l.item);E&&R(E,!0)}else if(l?.type==="item.completed"&&l?.item?.type==="reasoning"){let E={title:"Reasoning",message:l.item.text};R(E,!0)}else if(l?.type==="local_shell_call")g[l.call_id]=l;else if(l?.type==="local_shell_call_output"){let E=kr(g[l.call_id],l);E&&R(E,!0)}else l?.type==="message"&&l.role==="assistant"?w=l.content.map(E=>E.text).join(`
|
|
19
19
|
`):l?.type==="message"&&l.role==="system"&&(f=l.content.map(E=>E.text).join(`
|
|
20
|
-
`))}),await S.catch(p=>{let l=
|
|
20
|
+
`))}),await S.catch(p=>{let l=Fr({catchError:p,runCmd:S,error:f,result:w,runnerName:"Codex"});f=l.error,w=l.result}),y.close(),I.flush(),{steps:u,duration:x,result:await se({initialResult:w,agentName:Pt,hasError:!!f}),error:ie({error:f,agentName:Pt}),isRetryableError:ae(f)}}var Ot=async()=>{let e=Ie.join(Ft.homedir(),".codex");await ge.rm(e,{recursive:!0,force:!0})},Or=new Set(["bash","-lc"]),$r=e=>{if(!e||e.type!=="command_execution")return null;let t=e.command;t.startsWith("bash -lc ")&&(t=t.replace(/^bash -lc ['"]/,"").replace(/['"]$/,""));let r=`Running \`${t}\``,n=e.aggregated_output?.trim();return n&&(n=`\`\`\`
|
|
21
21
|
${n}
|
|
22
22
|
\`\`\``),e.status==="failed"&&e.exit_code!==0&&(n=n?`${n}
|
|
23
23
|
|
|
24
|
-
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},
|
|
24
|
+
*Exit code: ${e.exit_code}*`:`*Command failed with exit code: ${e.exit_code}*`),{title:r,message:n}},kr=(e,t)=>{if(!e||!t||e.call_id!==t.call_id)return null;let r=e.action?.command?.filter(s=>!Or.has(s)),n=r?`Running \`${r.join(" ")}\``:void 0,o;try{o=JSON.parse(t.output).output?.trim(),o&&(o=`\`\`\`
|
|
25
25
|
${o.trim()}
|
|
26
|
-
\`\`\``)}catch(s){Y.error("Could not decode outputMsg",s,t.output)}return{title:n,message:o}};import ve from"fs/promises";import
|
|
26
|
+
\`\`\``)}catch(s){Y.error("Could not decode outputMsg",s,t.output)}return{title:n,message:o}};import ve from"fs/promises";import kt from"os";import Re from"path";import Q from"process";import Dr from"readline";var U=_("runner_gemini"),$t="Gemini CLI",ce="",Lr=({catchError:e,runCmd:t,error:r,result:n,runnerName:o})=>(U.log(`${o} command completed with catch handler triggered`,{hadExistingError:!!r,hadExistingResult:!!n,resultLength:n?n.length:0,catchError:e?.message||"No error object",processExitCode:t.exitCode,processKilled:t.killed}),n?(U.log("Preserving existing result despite catch handler being triggered"),r?{error:r,result:n}:{error:"Process completed with errors but result was captured",result:n}):(U.log("Setting result to undefined because no valid result was captured"),{error:r||`${o} failed`,result:void 0})),Ur={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"},Mr=async()=>{let e=Re.join(kt.homedir(),".gemini"),t=Re.join(e,"settings.json");try{await ve.mkdir(e,{recursive:!0});let r={};try{let n=await ve.readFile(t,"utf-8");r=JSON.parse(n)}catch{U.log("Creating new Gemini CLI settings file")}r.general||(r.general={}),r.general.previewFeatures||(r.general.previewFeatures=!0),r.model||(r.model={}),r.model.compressionThreshold!==.3&&(r.model.compressionThreshold=.3),await ve.writeFile(t,JSON.stringify(r,null,2),"utf-8"),U.log("Configured Gemini CLI settings (preview features and compression threshold)")}catch(r){U.error("Failed to ensure Gemini CLI settings",{error:r.message})}};async function Ve({config:e,netlify:t,persistSteps:r,sendSteps:n,aiGateway:o}){let{accountType:s,prompt:a,modelVersionOverrides:c}=e,{model:i}=e;if(await Mr(),o){let{token:y,url:p}=o;if(!y||!p)throw new Error("No token or url provided from AI Gateway");if(c?.gemini){let l=c?.gemini?.[s];if(l){if(!await o.isModelAvailableForProvider("gemini",l))throw new Error(`Model override '${l}' is not available for gemini provider`);i=l}}if(!i)!!ce&&await o.isModelAvailableForProvider("gemini",ce)?(i=ce,U.log(`Using default model: ${ce}`)):ce&&U.log(`Default model ${ce} is not available, proceeding without model specification`);else if(i&&!c?.gemini?.[s]&&!await o.isModelAvailableForProvider("gemini",i))throw new Error(`Model '${i}' is not available for gemini provider`);Q.env.GEMINI_API_KEY=y,Q.env.GOOGLE_GEMINI_BASE_URL=p}else if(!Q.env.GEMINI_API_KEY)throw new Error("GEMINI_API_KEY is not provided");let m=[],d=[],u=[],g={},h=0,x=0,w,f,v=[re(Q.cwd(),"gemini"),...i?["--model",i]:[],"--yolo","--output-format","stream-json","-p",a],T=`${Q.env.NVM_BIN}/node`;U.log(`Running ${T} ${v.join(" ")}`);let F=t.utils.run(T,v,{all:!0,env:Q.env});F.stdin?.end();let N=oe(()=>{r?.({steps:m,duration:x}),n?.({steps:d,duration:x}),d=[]},250),C=(y,p)=>{y.id=h,h+=1,u.push(y),m.push(y),d.push(y),p||N.flush(),N(),p&&N.flush()},S=Dr.createInterface({input:F.all});S.on("error",y=>{U.error("Readline interface error",{error:y.message,stack:y.stack})});let I="",R=()=>{I&&C({message:I.trim()}),I=""};return S.on("line",y=>{let p=null;try{if(y.startsWith("[API Error")){let l=y.match(/\[api error: (.+?)]$/i)?.[1];p={type:"error",value:_t(l,!1)?.error?.message||l||"Gemini encountered error"}}else p=JSON.parse(y)}catch{return}if(p)switch(["message","result"].includes(p.type)||R(),p.type){case"message":{p.role!=="user"&&p.content&&(I+=p.content);break}case"tool_use":{let l=Ur[p.tool_name]??p.tool_name,E=p.parameters?.file_path,V=E&&Re.relative(Q.cwd(),E),ye=p.parameters?.command,W={title:[l,V&&`\`${V}\``,ye&&`\`${ye}\``].filter(Boolean).join(" ")};g[p.tool_id]=W,N.flush();break}case"tool_result":{let l=g[p.tool_id];l&&(p.output&&(l.message=`\`\`\`
|
|
27
27
|
${p.output.trim()}
|
|
28
|
-
\`\`\``),C(l,!0));break}case"result":{x=p.stats?.duration_ms,p.status==="error"?f=p.error?.message:w=I.trim();break}case"error":{f=p.error;break}case"finished":break;default:{U.warn("Unhandled message type:",p.type);break}}}),await
|
|
28
|
+
\`\`\``),C(l,!0));break}case"result":{x=p.stats?.duration_ms,p.status==="error"?f=p.error?.message:w=I.trim();break}case"error":{f=p.error;break}case"finished":break;default:{U.warn("Unhandled message type:",p.type);break}}}),await F.catch(y=>{({error:f,result:w}=Lr({catchError:y,runCmd:F,error:f,result:w,runnerName:"Gemini"}))}),S.close(),N.flush(),{steps:u,duration:x,result:await se({initialResult:w,agentName:$t,hasError:!!f}),error:ie({error:f,agentName:$t}),isRetryableError:ae(f)}}var Dt=async()=>{let e=Re.join(kt.homedir(),".gemini");await ve.rm(e,{recursive:!0,force:!0})};var jr={codex:{runner:qe,clean:Ot},claude:{runner:We,clean:Ct},gemini:{runner:Ve,clean:Dt}},Lt=jr;var Yr=_("init_stage"),Ut=async({config:e,apiThrottle:t,apiToken:r,runnerVersion:n})=>await b(Gr(),"init-stage",async o=>{let s=performance.now();o?.setAttributes({"init.runner":e.runner,"init.id":e.id,"init.sessionId":e.sessionId,"init.hasRepo":e.hasRepo,"init.useGateway":e.useGateway,"init.validateAgent":e.validateAgent,"init.runnerVersion":n||"unknown"});let a=Lt[e.runner];if(!a)throw o?.setAttributes({"init.error":"unsupported_runner"}),new Error(`${e.runner} is not supported`);let c=Br({apiToken:r});ot(c);let i=e.useGateway?await ut({netlify:c,config:e}):void 0;o?.setAttributes({"init.aiGateway.created":!!i}),e.validateAgent&&e.errorLogsPath&&o?.setAttributes({"init.errorLogsPath":e.errorLogsPath});let m=yt(({steps:h=[],duration:x})=>{let w=h.map(f=>({...f,title:f.title?H(f.title):void 0,message:f.message?H(f.message):void 0}));return h.length=0,B(e.id,e.sessionId,{steps:w,duration:x})},t);Yr.info("Adding build files to stage");let d=await Be();await Ge(d);let u;e.hasRepo?e.sha?(u=e.sha,o?.setAttributes({"init.sha.source":"provided"})):(u=await vt(),await de(e.id,{sha:u}),o?.setAttributes({"init.sha.source":"current_commit"})):(u=await Rt(),o?.setAttributes({"init.sha.source":"first_commit","init.source":"zip"}));let g=performance.now()-s;return o?.setAttributes({"init.sha":u||"unknown","init.duration.ms":g,"init.status":"success"}),{aiGateway:i,context:c,persistSteps:m,runner:a,sha:u}}),Br=({apiToken:e})=>({constants:{NETLIFY_API_HOST:Se.env.NETLIFY_API_HOST||"api.netlify.com",NETLIFY_API_TOKEN:e||Se.env.NETLIFY_API_TOKEN,SITE_ID:Se.env.SITE_ID,FUNCTIONS_DIST:Se.env.FUNCTIONS_DIST||"netlify/functions"},utils:{run:O}});import{getTracer as Je}from"@netlify/otel";import Hr from"crypto";import q from"fs/promises";import k from"path";import M from"process";var $=_("context"),Kr=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}},Wr=10,qr=async e=>{let{name:t,ext:r}=k.parse(e),n=e,o=k.join(M.cwd(),D,n),s=0;for(;await Vr(o);){if(s>=Wr)throw new Error("Failed to generate context file");n=`${t}-${Hr.randomUUID().slice(0,5)}${r}`,o=k.join(M.cwd(),D,n),s+=1}return n},Vr=async e=>{try{return await q.access(e),!0}catch{return!1}},Jr=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(n=>n&&typeof n=="object"&&n.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}},Xr=async(e,t)=>{try{let r=await fetch(e,{signal:AbortSignal.timeout(1e4)});if(!r.ok)throw new Error(`Failed to fetch ${e}: ${r.status} ${r.statusText}`);let n=await r.text();return await q.writeFile(t,n,"utf-8"),!0}catch(r){return r.name==="AbortError"?$.warn(`Download timeout for ${e}`):$.warn(`Failed to download context file ${e}:`,r.message),!1}},be=null,zr=async()=>{if(be)return be;let e=await Jr();if(!e)return[];let t=k.join(M.cwd(),D,Me);await q.mkdir(t,{recursive:!0});let r=Object.entries(e.contextScopes).map(async([o,s])=>{if(!s||typeof s!="object"||!s.endpoint||!s.scope)return $.warn(`Invalid scope data for ${o}, skipping...`),null;let a=`${o}.md`,c=k.join(t,a),i=k.join(D,Me,a);return $.log(`Downloading ${s.scope} context...`),await Xr(s.endpoint,c)?($.log(`Downloaded: ${i}`),{scope:s.scope,path:i,key:o}):null});return be=(await Promise.all(r)).filter(o=>o!==null),be},Mt=async({cliPath:e,netlify:t,config:r,buildErrorContext:n})=>{let o=Kr(t),s=await qr(ht),a=k.join(M.cwd(),D);await q.mkdir(a,{recursive:!0});let c=k.join(D,s),i=k.join(M.cwd(),c),m=k.join(M.cwd(),D,ne);try{await q.unlink(m),$.log(`Deleted old results file: ${m}`)}catch{}let d=n?`You've already made changes to complete the above request. However, the build is currently failing after your changes.
|
|
29
29
|
Your task is to analyze and fix the build errors.
|
|
30
30
|
Don't apply techniques of reverting changes. Apply fixes related to errors.
|
|
31
31
|
Don't try to run build by yourself. Just fix the errors.
|
|
@@ -38,7 +38,7 @@ ${r.siteContext.filter(f=>f.site_context).map(f=>typeof f.site_context=="string"
|
|
|
38
38
|
|
|
39
39
|
`)}
|
|
40
40
|
</project_rules>
|
|
41
|
-
`);let g="";if(r.sessionHistoryContext?.length){let f=
|
|
41
|
+
`);let g="";if(r.sessionHistoryContext?.length){let f=k.join(M.cwd(),D,Ue);await q.mkdir(f,{recursive:!0});let v=await Promise.all(r.sessionHistoryContext.map(async(T,F)=>{let N=F+1,C=`attempt-${N}.md`,S=k.join(f,C),I=k.join(D,Ue,C),R=`# Task History - Attempt ${N}
|
|
42
42
|
|
|
43
43
|
## Request - what the user asked for
|
|
44
44
|
${T.request}
|
|
@@ -126,17 +126,17 @@ You're an AI agent designed to assist with tasks related to a Netlify project. P
|
|
|
126
126
|
</request>
|
|
127
127
|
|
|
128
128
|
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.
|
|
129
|
-
`),w};var Zr=_("prompt"),jt=async({cliPath:e,config:t,netlify:r,buildErrorContext:n})=>{let o=await Mt({cliPath:e,config:t,netlify:r,buildErrorContext:n});return process.env.AGENT_RUNNER_DEBUG&&Zr.log("Contextful Prompt:",o),{prompt:o}};var
|
|
129
|
+
`),w};var Zr=_("prompt"),jt=async({cliPath:e,config:t,netlify:r,buildErrorContext:n})=>{let o=await Mt({cliPath:e,config:t,netlify:r,buildErrorContext:n});return process.env.AGENT_RUNNER_DEBUG&&Zr.log("Contextful Prompt:",o),{prompt:o}};var Ae=_("inference_stage"),Gt=5,Ne=async e=>{let{cliPath:t,config:r,context:n,buildErrors:o,runner:s,persistSteps:a,aiGateway:c,attempt:i,contextPrefix:m,priorAgentSessionId:d}=e;Ae.log(`Running inference stage, attempt ${i} of ${Gt}`);let u=await b(Je(),"inference-stage",async g=>{g?.setAttributes({"inference.attempt":i||1}),pt();let{prompt:h}=await b(Je(),"compose-prompt",async()=>await jt({cliPath:t,config:r,buildErrorContext:Qr(o),netlify:n})),x=`
|
|
130
130
|
${m||""}
|
|
131
131
|
${h}
|
|
132
|
-
`.trim(),w={...r,prompt:x},f=await
|
|
132
|
+
`.trim(),w={...r,prompt:x},f=await b(Je(),`run-${r.runner}`,async()=>await s({aiGateway:c,config:w,netlify:n,persistSteps:a,continueSession:!!(i&&i>1),priorAgentSessionId:d}));return f.result&&(f.result=H(f.result)),f.error&&(f.error=H(f.error)),await a.flush(),f});if(u.error){if(Ae.error("Runner failed",{stepsCount:u.steps.length,duration:u.duration,error:u.error,isRetryableError:u.isRetryableError,attempt:i||1,agentSessionId:u.agentSessionId}),u.isRetryableError&&(!i||i<Gt))return Ae.log("Retrying inference stage"),await new Promise(h=>setTimeout(h,5e3)),{runnerResult:(await Ne({...e,attempt:(i||1)+1,priorAgentSessionId:u.agentSessionId,contextPrefix:u.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(u.error)}return{runnerResult:u}},Qr=e=>!e||e.length===0?"":`
|
|
133
133
|
Deploy failed failed. Here are the errors to review on the latest build:
|
|
134
134
|
|
|
135
135
|
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.
|
|
136
136
|
|
|
137
137
|
${e.pop()}
|
|
138
|
-
`;import rn from"process";import{getTracer as Xe}from"@netlify/otel";import{getTracer as en}from"@netlify/otel";var me=_("deploy"),Yt=async e=>await
|
|
139
|
-
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(i){throw me.error("Failed to create preview deploy via CLI:",i),c?.setAttributes({success:!1,error:i.message}),i}};var he=_("deploy_stage"),ze=async e=>await
|
|
138
|
+
`;import rn from"process";import{getTracer as Xe}from"@netlify/otel";import{getTracer as en}from"@netlify/otel";var me=_("deploy"),Yt=async e=>await b(en(),"create-preview-deploy",async t=>tn(e,t)),tn=async({netlify:e,hasRepo:t,skipBuild:r,message:n="Agent Preview",deploySubdomain:o,cliPath:s,filter:a},c)=>{try{let i=["deploy","--message",`"${n}"`,"--json","--draft","--verbose"];t||(me.log("Deploy: Uploading source zip"),i.push("--upload-source-zip")),o&&i.push("--alias",o),a&&i.push("--filter",a),r?(me.log("Deploy: Skipping build"),i.push("--no-build")):i.push("--context","deploy-preview");let m=s||"netlify";me.log(`Running: ${m} ${i.join(" ")}`),c?.setAttributes({cmd:m,args:i});let d=await e.utils.run(m,i,{stdio:["ignore","pipe","pipe"]}),u=JSON.parse(d.stdout.trim());c?.setAttributes({success:!0,deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id}),me.log(`
|
|
139
|
+
Preview deploy created successfully:`,{deployId:u.deploy_id,deployUrl:u.deploy_url,siteId:u.site_id});let g={deployId:u.deploy_id,previewUrl:u.deploy_url,logsUrl:u.logs,siteId:u.site_id};return t||(g.sourceZipFilename=u.source_zip_filename),g}catch(i){throw me.error("Failed to create preview deploy via CLI:",i),c?.setAttributes({success:!1,error:i.message}),i}};var he=_("deploy_stage"),ze=async e=>await b(Xe(),"run-deploy-stage",async()=>nn(e)),nn=async({cliPath:e,config:t,context:r,result:n,filter:o})=>{let s=await b(Xe(),"get-runner-diffs",async()=>await Tt({config:t}));if(he.info("Resolved git",{hasChanges:s.hasChanges,ignored:s.ignored??[]}),!s.hasChanges)return{diff:"",hasChanges:!1,previewInfo:null};let{diff:a,resultDiff:c,diffBinary:i,resultDiffBinary:m}=s,d=!0;he.log("Preview deploy condition check:",{resultUndefined:n===void 0,resultType:typeof n,hasChanges:d,wouldCreatePreview:n!==void 0&&d});let u=null;if(n!==void 0&&d)try{let g;try{let h=await b(Xe(),"get-runner-session",async()=>await it(t.id,t.sessionId));h?.title&&(g=h.title)}catch(h){he.warn("Failed to fetch session title, using fallback message:",h.message)}await B(t.id,t.sessionId,{steps:[{title:"Deploying the run preview"}]}),u=await Yt({cliPath:e,netlify:r,hasRepo:t.hasRepo,message:g,skipBuild:!1,deploySubdomain:Et(t.id,rn.env.SITE_NAME),filter:o})}catch(g){return he.warn("Failed to create preview deploy (continuing with agent run):",g),{diff:a,resultDiff:c,hasChanges:d,previewInfo:null,diffBinary:i,resultDiffBinary:m,deployError:g instanceof Error?g.message:String(g)}}return he.log("Git status",{hasDiff:!!a,hasChanges:d}),{diff:a,resultDiff:c,hasChanges:d,previewInfo:u,diffBinary:i,resultDiffBinary:m}};import{getTracer as Pe}from"@netlify/otel";async function Bt(e,t){let{maxRetries:r,baseDelay:n,onRetry:o}=t,s;for(let a=1;a<=r;a++)try{return await e()}catch(c){if(s=c,a===r)throw s;o&&o(a,s),await new Promise(i=>setTimeout(i,n*a))}throw s}var Ce=class{scanDiffForForms(t){let r=[],n=null,o=[],s=t.split(`
|
|
140
140
|
`);for(let a of s)if(a.startsWith("diff --git")){if(n&&o.length>0){let i=this.containsNetlifyForm(o,n);i&&r.push(i)}let c=a.split(" ");n=c[c.length-1].replace(/^b\//,""),o=[]}else a.startsWith("+")&&!a.startsWith("+++")&&o.push(a.slice(1));if(n&&o.length>0){let a=this.containsNetlifyForm(o,n);a&&r.push(a)}return{detected:r.length>0,matches:r}}containsNetlifyForm(t,r){let n=t.join(`
|
|
141
|
-
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:s,name:a}of o){let c=n.match(s);if(c){let i=c.index||0,m=Math.max(0,i-20),d=Math.min(n.length,i+c[0].length+20),u=n.slice(m,d).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${a}] ${u}`}}}return null}};var
|
|
141
|
+
`),o=[{pattern:/<[\w-]*form[\s\S]*?(data-)?netlify/i,name:"standard form element"},{pattern:/<[A-Z][\w]*[\s\S]*?component\s*=\s*["']form["'][\s\S]*?(data-)?netlify/i,name:"component with form prop"}];for(let{pattern:s,name:a}of o){let c=n.match(s);if(c){let i=c.index||0,m=Math.max(0,i-20),d=Math.min(n.length,i+c[0].length+20),u=n.slice(m,d).trim();return u=u.replace(/\s+/g," "),u.length>100&&(u=u.slice(0,97)+"..."),{file:r,snippet:`[${a}] ${u}`}}}return null}};var A=_("cleanup_stage"),Ht=async e=>await b(Pe(),"cleanup-stage",async()=>on(e)),Ze=1024*1024*10,on=async({config:e,diff:t,result:r,duration:n,resultDiff:o,diffBinary:s,resultDiffBinary:a,previewInfo:c})=>{let i={result:r||"Done",duration:n};c&&c.deployId&&(i.deploy_id=c.deployId),c&&c.sourceZipFilename&&(i.result_zip_file_name=c.sourceZipFilename);let m=t||s||o||a;if(m){let d=new Ce,u=t||s||"",g=d.scanDiffForForms(u);g.detected?(A.log("Detected Netlify form(s) in diff:"),g.matches.forEach(({file:h,snippet:x})=>{A.log(` - ${h}: ${x}`)}),i.has_netlify_form=!0):A.log("Did not detect Netlify form(s) in diff"),A.log("Did not detect Netlify form(s) in diff")}if(m)try{A.log("Getting pre-signed URLs for diff upload");let d=await lt(e.id,e.sessionId),u=[];(t||s)&&u.push(ke(d.result.upload_url,s||t).then(()=>{i.result_diff_s3_key=d.result.s3_key,A.log("Successfully uploaded result_diff to S3")})),(o||a)&&u.push(ke(d.cumulative.upload_url,a||o).then(()=>{i.cumulative_diff_s3_key=d.cumulative.s3_key,A.log("Successfully uploaded cumulative_diff to S3")})),A.log(`Uploading ${u.length} diff(s) to S3 in parallel`),await Promise.all(u),(o||a)&&(A.log("Updating agent runner with cumulative diff S3 key"),await b(Pe(),"update-runner",async()=>{await de(e.id,{result_diff_s3_key:d.cumulative.s3_key})}))}catch(d){A.error("S3 upload failed, falling back to inline diffs:",d);let u=Buffer.byteLength(t||s||""),g=Buffer.byteLength(a||o||"");if(u>Ze||g>Ze){let h=`Diffs exceed maximum inline size of ${Ze} bytes.`;throw A.error(h),new Error(h)}i.result_diff=t,i.result_diff_binary=s,(o||a)&&(i.cumulative_diff=o,i.cumulative_diff_binary=a,A.log("Updating agent runner with inline diffs (fallback)"),await b(Pe(),"update-runner",async()=>{await de(e.id,{result_diff:o,result_diff_binary:a})}))}else A.log("No diffs to upload");return A.log("Updated agent runner with result"),await Bt(async()=>await b(Pe(),"update-runner-session",()=>B(e.id,e.sessionId,i)),{maxRetries:3,baseDelay:1e3,onRetry:(d,u)=>{A.error(`Error updating agent runner session (attempt ${d}):`,u),A.log("Retrying...")}}),A.log("Finished updating agent runner with result"),{sessionUpdate:i}};import{getTracer as Kt,shutdownTracers as an,withActiveSpan as Wt}from"@netlify/otel";var ln=sn(import.meta.url),qt=ln("../package.json"),Vt=_("pipeline_index"),Fe=3,Ws=async({config:e,apiToken:t,cliPath:r="netlify",cwd:n,errorLogsPath:o,filter:s,tracing:a={}})=>{let c,{withStageTimer:i}=dt(X.timeUnits.hours(4)),m=await rt(qt.version,e.id,a);try{await Wt(Kt(),"run-pipeline",{},m,async()=>{let{aiGateway:d,context:u,persistSteps:g,runner:h,sha:x}=await i("init",()=>Ut({config:e,apiToken:t,cliPath:r,cwd:n,errorLogsPath:o,filter:s,runnerVersion:qt.version}),X.timeUnits.minutes(10));c=h.clean,e.sha=x;let{runnerResult:w}=await i("inference",()=>Ne({cliPath:r,config:e,context:u,runner:h.runner,persistSteps:g,aiGateway:d}));await B(e.id,e.sessionId,{steps:[{title:"Building and deploying the preview"}]});let f=await i("deploy",()=>ze({cliPath:r,config:e,context:u,result:w.result,filter:s})),v=w,T=[];if(f.hasChanges&&f.deployError){T.push(nt(f.deployError));let R=1;for(;R<=Fe&&!f.previewInfo;)Vt.log(`Deploy attempt had errors. Retrying. ${R}/${Fe}`),await Wt(Kt(),"deploy-stage",async y=>{y?.setAttributes({"stage.attempt":R});let{runnerResult:p}=await i(`inference-retry-${R}`,()=>Ne({cliPath:r,config:e,context:u,runner:h.runner,persistSteps:g,aiGateway:d,buildErrors:T,priorAgentSessionId:w.agentSessionId}));v={...p,steps:[...v.steps||[],...p.steps||[]],duration:(v.duration||0)+(p.duration||0)},f=await i(`deploy-retry-${R}`,()=>ze({cliPath:r,config:e,context:u,result:p.result,filter:s})),f.deployError&&T.push(f.deployError),R++});R>Fe&&!f.previewInfo&&console.warn(`Deploy validation failed after ${Fe} attempts`)}let{diff:F,resultDiff:N,previewInfo:C,diffBinary:S,resultDiffBinary:I}=f;await i("cleanup",()=>Ht({config:e,diff:F,result:v.result,duration:v.duration,resultDiff:N,diffBinary:S,resultDiffBinary:I,previewInfo:C}),X.timeUnits.minutes(10)),process.env.NETLIFY_LOCAL_MODE||(await c?.(),await St())})}catch(d){Vt.error("Got error while running pipeline",d),await c?.();let u=d instanceof Error&&d.message;throw await B(e.id,e.sessionId,{result:u||"Encountered error when running agent",state:"error"}),d}finally{await an()}};export{Ws as runPipeline};
|
|
142
142
|
//# 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.58.
|
|
4
|
+
"version": "1.58.1-alpha",
|
|
5
5
|
"description": "CLI tool for running Netlify agents",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"vitest": "^1.5.0"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@anthropic-ai/claude-code": "2.0.
|
|
76
|
-
"@google/gemini-cli": "0.19.
|
|
77
|
-
"@netlify/otel": "^5.0
|
|
78
|
-
"@openai/codex": "0.
|
|
75
|
+
"@anthropic-ai/claude-code": "2.0.61",
|
|
76
|
+
"@google/gemini-cli": "0.19.4",
|
|
77
|
+
"@netlify/otel": "^5.1.0",
|
|
78
|
+
"@openai/codex": "0.66.0-alpha.11",
|
|
79
79
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.57.0",
|
|
80
80
|
"execa": "^8.0.0",
|
|
81
81
|
"get-port": "^5.1.1",
|