@rubytech/create-maxy 1.0.447 → 1.0.448

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy",
3
- "version": "1.0.447",
3
+ "version": "1.0.448",
4
4
  "description": "Install Maxy — AI for Productive People",
5
5
  "bin": {
6
6
  "create-maxy": "./dist/index.js"
@@ -340,7 +340,7 @@ Please report this to https://github.com/markedjs/marked.`,e){let e=`<p>An error
340
340
  border: 1px solid rgba(0,0,0,0.1); }
341
341
  td { padding: 6px 10px; border: 1px solid rgba(0,0,0,0.1); }
342
342
  `;function Pw({data:e,onSubmit:t,submitted:n,isStreaming:r}){let{title:i,columns:a,rows:o,filePath:s,brandName:c,brandLogo:l}=e??{},u=i??`Grid`,[d,f]=(0,I.useState)(a??[`Column 1`]),[p,m]=(0,I.useState)(()=>{let e=o??[[``]];return e.length>0?e:[[``]]}),[h,g]=(0,I.useState)(null),[_,v]=(0,I.useState)(``),y=(0,I.useRef)(null),[b,x]=(0,I.useState)(()=>(a??[`Column 1`]).map(()=>Aw)),S=(0,I.useRef)(null),[C,w]=(0,I.useState)(`idle`),E=(0,I.useRef)(null),D=(0,I.useRef)(null),O=(0,I.useRef)(JSON.stringify({columns:a,rows:o}));(0,I.useEffect)(()=>{let e=JSON.stringify({columns:a,rows:o});e!==O.current&&(O.current=e,a&&f(a),o&&(m(o.length>0?o:[[``]]),x(e=>{let t=a?.length??e.length;return t>e.length?[...e,...Array(t-e.length).fill(Aw)]:e.slice(0,t)})))},[a,o]);let k=(0,I.useCallback)(()=>{E.current&&clearTimeout(E.current),E.current=setTimeout(()=>{w(`saving`),t(JSON.stringify({action:`save`,columns:d,rows:p,...s?{filePath:s}:{}})),D.current&&clearTimeout(D.current),w(`saved`),D.current=setTimeout(()=>w(`idle`),2e3)},500)},[d,p,s,t]);(0,I.useEffect)(()=>()=>{E.current&&clearTimeout(E.current),D.current&&clearTimeout(D.current)},[]);let A=ow({title:u,isStreaming:r,channelName:`maxy-grid-editor`,renderPopout:(0,I.useCallback)((e,t)=>{let n=e.document;n.open(),n.close(),n.title=t;let r=n.createElement(`style`);r.textContent=Nw,n.head.appendChild(r);let i=n.createElement(`div`);i.className=`title`,i.textContent=t,n.body.appendChild(i);let a=n.createElement(`table`),o=n.createElement(`thead`),s=n.createElement(`tr`);for(let e of d){let t=n.createElement(`th`);t.textContent=e,s.appendChild(t)}o.appendChild(s),a.appendChild(o);let c=n.createElement(`tbody`);for(let e of p){let t=n.createElement(`tr`);for(let r of e){let e=n.createElement(`td`);e.textContent=r,t.appendChild(e)}c.appendChild(t)}a.appendChild(c),n.body.appendChild(a)},[d,p])}),j=sw({onSubmit:t}),M=(0,I.useCallback)((e,t)=>{g({row:e,col:t}),v(p[e]?.[t]??``),setTimeout(()=>y.current?.focus(),0)},[p]),ee=(0,I.useCallback)(()=>{if(!h)return;let{row:e,col:t}=h;m(n=>{let r=n.map(e=>[...e]);return r[e]&&(r[e][t]=_),r}),g(null),k()},[h,_,k]),te=(0,I.useCallback)(()=>{g(null)},[]),ne=(0,I.useCallback)(e=>{if(h)if(e.key===`Tab`){e.preventDefault(),ee();let{row:t,col:n}=h,r=n+1;if(r<d.length)M(t,r);else{let e=t+1;e>=p.length&&m(e=>[...e,Array(d.length).fill(``)]),M(Math.min(e,p.length),0)}}else if(e.key===`Enter`){e.preventDefault(),ee();let{row:t,col:n}=h,r=t+1;r>=p.length&&m(e=>[...e,Array(d.length).fill(``)]),M(Math.min(r,p.length),n)}else e.key===`Escape`&&te()},[h,d.length,p.length,ee,M,te]),re=(0,I.useCallback)(()=>{m(e=>[...e,Array(d.length).fill(``)]),k()},[d.length,k]),ie=(0,I.useCallback)(e=>{m(t=>t.length<=1?[Array(d.length).fill(``)]:t.filter((t,n)=>n!==e)),h?.row===e&&g(null),k()},[d.length,h,k]),oe=(0,I.useCallback)(e=>{let t=e.clipboardData.getData(`text/plain`);if(!t||!h)return;let n=t.split(`
343
- `).filter(e=>e.trim());if(n.length<=1&&!n[0]?.includes(` `)&&!n[0]?.includes(`,`))return;e.preventDefault();let r=n.slice(0,Ow).map(jw);n.length>Ow&&console.warn(`Grid editor: paste truncated from ${n.length} to ${Ow} rows`);let{row:i,col:a}=h;m(e=>{let t=e.map(e=>[...e]);for(let e=0;e<r.length;e++){let n=i+e;for(;n>=t.length;)t.push(Array(d.length).fill(``));for(let i=0;i<r[e].length;i++){let o=a+i;o<d.length&&(t[n][o]=r[e][i])}}return t}),k()},[h,d.length,k]),se=(0,I.useCallback)(()=>{let e=Mw(d,p),t=new Blob([e],{type:`text/csv;charset=utf-8;`}),n=URL.createObjectURL(t),r=document.createElement(`a`);r.href=n,r.download=`${u.replace(/[^a-zA-Z0-9]/g,`_`)}.csv`,r.click(),URL.revokeObjectURL(n)},[d,p,u]),ce=(0,I.useCallback)(()=>{gw({title:u,content:_w(d,p),brandName:c,brandLogo:l})},[u,d,p,c,l]),N=(0,I.useCallback)((e,t)=>{t.preventDefault(),S.current={colIndex:e,startX:t.clientX,startWidth:b[e]};let n=null,r=e=>{S.current&&(n&&cancelAnimationFrame(n),n=requestAnimationFrame(()=>{if(!S.current)return;let t=e.clientX-S.current.startX,n=Math.max(kw,S.current.startWidth+t);x(e=>{let t=[...e];return t[S.current.colIndex]=n,t})}))},i=()=>{S.current=null,n&&cancelAnimationFrame(n),window.removeEventListener(`mousemove`,r),window.removeEventListener(`mouseup`,i)};window.addEventListener(`mousemove`,r),window.addEventListener(`mouseup`,i)},[b]),le=(0,I.useCallback)(()=>{h&&j.openCommentInput()},[h,j]),P=(0,I.useCallback)(()=>{if(!h)return;let e=p[h.row]?.[h.col]??``;j.submitComment(e,{row:h.row,column:h.col})},[h,p,j]);if(n)return null;let ue=typeof window<`u`&&window.innerWidth<640,pe=typeof BroadcastChannel<`u`,me=(0,L.jsxs)(`div`,{className:`editor-base__actions`,children:[C===`saving`&&(0,L.jsx)(`span`,{className:`editor-base__status`,children:`Saving...`}),C===`saved`&&(0,L.jsx)(`span`,{className:`editor-base__status`,children:`Saved`}),j.pendingComments.length>0&&(0,L.jsxs)(T,{variant:`ghost`,size:`sm`,onClick:j.sendComments,children:[`Send `,j.pendingComments.length,` comment`,j.pendingComments.length>1?`s`:``]}),h&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Oe,onClick:le,"aria-label":`Comment on cell`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:F,onClick:se,"aria-label":`Download CSV`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:fe,onClick:ce,"aria-label":`Export PDF`}),!ue&&pe&&!A.poppedOut&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:de,onClick:A.handlePopout,"aria-label":`Pop out`}),!A.fullscreen&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Ee,onClick:A.handleFullscreen,"aria-label":`Full screen`}),A.fullscreen&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Ae,onClick:A.exitFullscreen,"aria-label":`Exit full screen`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:je,onClick:A.handleMinimise,"aria-label":`Minimise`})]}),he=(0,L.jsxs)(`div`,{className:`grid-editor__table-wrap`,onPaste:oe,children:[j.showCommentInput?(0,L.jsxs)(`div`,{className:`grid-editor__comment-popover`,children:[(0,L.jsx)(`input`,{ref:j.commentInputRef,type:`text`,value:j.commentText,onChange:e=>j.setCommentText(e.target.value),onKeyDown:e=>{e.key===`Enter`&&P(),e.key===`Escape`&&j.cancelComment()},placeholder:`Add a comment...`,className:`doc-editor__comment-input`,"aria-label":`Add comment on cell`}),(0,L.jsxs)(`div`,{className:`doc-editor__comment-actions`,children:[(0,L.jsx)(T,{variant:`primary`,size:`sm`,onClick:P,disabled:!j.commentText.trim(),children:`Add`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:qe,onClick:j.cancelComment,"aria-label":`Cancel`})]})]}):null,(0,L.jsxs)(`table`,{className:`grid-editor__table`,role:`grid`,"aria-label":u,children:[(0,L.jsx)(`thead`,{children:(0,L.jsxs)(`tr`,{children:[(0,L.jsx)(`th`,{className:`grid-editor__row-header`}),d.map((e,t)=>(0,L.jsxs)(`th`,{className:`grid-editor__col-header`,style:{width:b[t]},children:[e,(0,L.jsx)(`div`,{className:`grid-editor__resize-handle`,onMouseDown:e=>N(t,e),role:`separator`,"aria-orientation":`vertical`})]},t))]})}),(0,L.jsx)(`tbody`,{children:p.map((e,t)=>(0,L.jsxs)(`tr`,{children:[(0,L.jsxs)(`td`,{className:`grid-editor__row-header`,children:[(0,L.jsx)(`span`,{className:`grid-editor__row-num`,children:t+1}),p.length>1&&(0,L.jsx)(`button`,{className:`grid-editor__row-delete`,onClick:()=>ie(t),"aria-label":`Delete row ${t+1}`,children:(0,L.jsx)(Ue,{size:12})})]}),e.map((e,n)=>{let r=h?.row===t&&h?.col===n;return(0,L.jsx)(`td`,{className:`grid-editor__cell ${r?`grid-editor__cell--active`:``}`,onClick:()=>!r&&M(t,n),role:`gridcell`,"aria-selected":r,style:{width:b[n]},children:r?(0,L.jsx)(`input`,{ref:y,type:`text`,className:`grid-editor__cell-input`,value:_,onChange:e=>v(e.target.value),onKeyDown:ne,onBlur:ee,"aria-label":`${d[n]} row ${t+1}`}):(0,L.jsx)(`span`,{className:`grid-editor__cell-text`,children:e})},n)})]},t))})]}),(0,L.jsxs)(`button`,{className:`grid-editor__add-row`,onClick:re,"aria-label":`Add row`,children:[(0,L.jsx)(ae,{size:14}),(0,L.jsx)(`span`,{children:`Add row`})]})]});return A.fullscreen?(0,L.jsxs)(`div`,{className:`editor-base-fullscreen`,children:[(0,L.jsxs)(`div`,{className:`editor-base-fullscreen__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base-fullscreen__title`,children:u}),me]}),(0,L.jsx)(`div`,{className:`editor-base-fullscreen__body`,style:{maxWidth:`none`},children:he})]}):A.poppedOut?(0,L.jsx)(`div`,{className:`editor-base editor-base--popout`,children:(0,L.jsxs)(`div`,{className:`editor-base__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base__title`,children:u}),(0,L.jsxs)(`div`,{className:`editor-base__actions`,children:[(0,L.jsx)(`span`,{className:`editor-base__status`,children:`Popped out`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:ze,onClick:A.handlePopIn,"aria-label":`Pop back in`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:je,onClick:A.handleMinimise,"aria-label":`Close`})]})]})}):A.minimised?(0,L.jsx)(`div`,{className:`editor-base editor-base--minimised`,onClick:A.handleExpand,role:`button`,tabIndex:0,onKeyDown:e=>e.key===`Enter`&&A.handleExpand(),children:(0,L.jsxs)(`div`,{className:`editor-base__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base__title`,children:u}),(0,L.jsxs)(`div`,{className:`editor-base__actions`,onClick:e=>e.stopPropagation(),children:[!ue&&pe&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:de,onClick:A.handlePopout,"aria-label":`Pop out`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Ee,onClick:A.handleFullscreen,"aria-label":`Full screen`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Fe,onClick:A.handleExpand,"aria-label":`Expand`})]})]})}):(0,L.jsxs)(`div`,{className:`editor-base grid-editor`,children:[(0,L.jsxs)(`div`,{className:`editor-base__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base__title`,children:u}),me]}),(0,L.jsx)(`div`,{className:`grid-editor__body`,children:he})]})}var Fw=Object.defineProperty,Iw=Object.getOwnPropertySymbols,Lw=Object.prototype.hasOwnProperty,Rw=Object.prototype.propertyIsEnumerable,zw=(e,t,n)=>t in e?Fw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bw=(e,t)=>{for(var n in t||={})Lw.call(t,n)&&zw(e,n,t[n]);if(Iw)for(var n of Iw(t))Rw.call(t,n)&&zw(e,n,t[n]);return e},Vw=(e,t)=>{var n={};for(var r in e)Lw.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Iw)for(var r of Iw(e))t.indexOf(r)<0&&Rw.call(e,r)&&(n[r]=e[r]);return n},Hw;(e=>{let t=class t{constructor(e,n,r,a){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],e<t.MIN_VERSION||e>t.MAX_VERSION)throw RangeError(`Version value out of range`);if(a<-1||a>7)throw RangeError(`Mask value out of range`);this.size=e*4+17;let o=[];for(let e=0;e<this.size;e++)o.push(!1);for(let e=0;e<this.size;e++)this.modules.push(o.slice()),this.isFunction.push(o.slice());this.drawFunctionPatterns();let s=this.addEccAndInterleave(r);if(this.drawCodewords(s),a==-1){let e=1e9;for(let t=0;t<8;t++){this.applyMask(t),this.drawFormatBits(t);let n=this.getPenaltyScore();n<e&&(a=t,e=n),this.applyMask(t)}}i(0<=a&&a<=7),this.mask=a,this.applyMask(a),this.drawFormatBits(a),this.isFunction=[]}static encodeText(n,r){let i=e.QrSegment.makeSegments(n);return t.encodeSegments(i,r)}static encodeBinary(n,r){let i=e.QrSegment.makeBytes(n);return t.encodeSegments([i],r)}static encodeSegments(e,r,a=1,s=40,c=-1,l=!0){if(!(t.MIN_VERSION<=a&&a<=s&&s<=t.MAX_VERSION)||c<-1||c>7)throw RangeError(`Invalid value`);let u,d;for(u=a;;u++){let n=t.getNumDataCodewords(u,r)*8,i=o.getTotalBits(e,u);if(i<=n){d=i;break}if(u>=s)throw RangeError(`Data too long`)}for(let e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])l&&d<=t.getNumDataCodewords(u,e)*8&&(r=e);let f=[];for(let t of e){n(t.mode.modeBits,4,f),n(t.numChars,t.mode.numCharCountBits(u),f);for(let e of t.getData())f.push(e)}i(f.length==d);let p=t.getNumDataCodewords(u,r)*8;i(f.length<=p),n(0,Math.min(4,p-f.length),f),n(0,(8-f.length%8)%8,f),i(f.length%8==0);for(let e=236;f.length<p;e^=253)n(e,8,f);let m=[];for(;m.length*8<f.length;)m.push(0);return f.forEach((e,t)=>m[t>>>3]|=e<<7-(t&7)),new t(u,r,m,c)}getModule(e,t){return 0<=e&&e<this.size&&0<=t&&t<this.size&&this.modules[t][e]}getModules(){return this.modules}drawFunctionPatterns(){for(let e=0;e<this.size;e++)this.setFunctionModule(6,e,e%2==0),this.setFunctionModule(e,6,e%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);let e=this.getAlignmentPatternPositions(),t=e.length;for(let n=0;n<t;n++)for(let r=0;r<t;r++)n==0&&r==0||n==0&&r==t-1||n==t-1&&r==0||this.drawAlignmentPattern(e[n],e[r]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(e){let t=this.errorCorrectionLevel.formatBits<<3|e,n=t;for(let e=0;e<10;e++)n=n<<1^(n>>>9)*1335;let a=(t<<10|n)^21522;i(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^(e>>>11)*7973;let t=this.version<<12|e;i(t>>>18==0);for(let e=0;e<18;e++){let n=r(t,e),i=this.size-11+e%3,a=Math.floor(e/3);this.setFunctionModule(i,a,n),this.setFunctionModule(a,i,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let r=-4;r<=4;r++){let i=Math.max(Math.abs(r),Math.abs(n)),a=e+r,o=t+n;0<=a&&a<this.size&&0<=o&&o<this.size&&this.setFunctionModule(a,o,i!=2&&i!=4)}}drawAlignmentPattern(e,t){for(let n=-2;n<=2;n++)for(let r=-2;r<=2;r++)this.setFunctionModule(e+r,t+n,Math.max(Math.abs(r),Math.abs(n))!=1)}setFunctionModule(e,t,n){this.modules[t][e]=n,this.isFunction[t][e]=!0}addEccAndInterleave(e){let n=this.version,r=this.errorCorrectionLevel;if(e.length!=t.getNumDataCodewords(n,r))throw RangeError(`Invalid argument`);let a=t.NUM_ERROR_CORRECTION_BLOCKS[r.ordinal][n],o=t.ECC_CODEWORDS_PER_BLOCK[r.ordinal][n],s=Math.floor(t.getNumRawDataModules(n)/8),c=a-s%a,l=Math.floor(s/a),u=[],d=t.reedSolomonComputeDivisor(o);for(let n=0,r=0;n<a;n++){let i=e.slice(r,r+l-o+(n<c?0:1));r+=i.length;let a=t.reedSolomonComputeRemainder(i,d);n<c&&i.push(0),u.push(i.concat(a))}let f=[];for(let e=0;e<u[0].length;e++)u.forEach((t,n)=>{(e!=l-o||n>=c)&&f.push(t[e])});return i(f.length==s),f}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw RangeError(`Invalid argument`);let n=0;for(let t=this.size-1;t>=1;t-=2){t==6&&(t=5);for(let i=0;i<this.size;i++)for(let a=0;a<2;a++){let o=t-a,s=t+1&2?i:this.size-1-i;!this.isFunction[s][o]&&n<e.length*8&&(this.modules[s][o]=r(e[n>>>3],7-(n&7)),n++)}}i(n==e.length*8)}applyMask(e){if(e<0||e>7)throw RangeError(`Mask value out of range`);for(let t=0;t<this.size;t++)for(let n=0;n<this.size;n++){let r;switch(e){case 0:r=(n+t)%2==0;break;case 1:r=t%2==0;break;case 2:r=n%3==0;break;case 3:r=(n+t)%3==0;break;case 4:r=(Math.floor(n/3)+Math.floor(t/2))%2==0;break;case 5:r=n*t%2+n*t%3==0;break;case 6:r=(n*t%2+n*t%3)%2==0;break;case 7:r=((n+t)%2+n*t%3)%2==0;break;default:throw Error(`Unreachable`)}!this.isFunction[t][n]&&r&&(this.modules[t][n]=!this.modules[t][n])}}getPenaltyScore(){let e=0;for(let n=0;n<this.size;n++){let r=!1,i=0,a=[0,0,0,0,0,0,0];for(let o=0;o<this.size;o++)this.modules[n][o]==r?(i++,i==5?e+=t.PENALTY_N1:i>5&&e++):(this.finderPenaltyAddHistory(i,a),r||(e+=this.finderPenaltyCountPatterns(a)*t.PENALTY_N3),r=this.modules[n][o],i=1);e+=this.finderPenaltyTerminateAndCount(r,i,a)*t.PENALTY_N3}for(let n=0;n<this.size;n++){let r=!1,i=0,a=[0,0,0,0,0,0,0];for(let o=0;o<this.size;o++)this.modules[o][n]==r?(i++,i==5?e+=t.PENALTY_N1:i>5&&e++):(this.finderPenaltyAddHistory(i,a),r||(e+=this.finderPenaltyCountPatterns(a)*t.PENALTY_N3),r=this.modules[o][n],i=1);e+=this.finderPenaltyTerminateAndCount(r,i,a)*t.PENALTY_N3}for(let n=0;n<this.size-1;n++)for(let r=0;r<this.size-1;r++){let i=this.modules[n][r];i==this.modules[n][r+1]&&i==this.modules[n+1][r]&&i==this.modules[n+1][r+1]&&(e+=t.PENALTY_N2)}let n=0;for(let e of this.modules)n=e.reduce((e,t)=>e+(t?1:0),n);let r=this.size*this.size,a=Math.ceil(Math.abs(n*20-r*10)/r)-1;return i(0<=a&&a<=9),e+=a*t.PENALTY_N4,i(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(this.version==1)return[];{let e=Math.floor(this.version/7)+2,t=this.version==32?26:Math.ceil((this.version*4+4)/(e*2-2))*2,n=[6];for(let r=this.size-7;n.length<e;r-=t)n.splice(1,0,r);return n}}static getNumRawDataModules(e){if(e<t.MIN_VERSION||e>t.MAX_VERSION)throw RangeError(`Version number out of range`);let n=(16*e+128)*e+64;if(e>=2){let t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return i(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw RangeError(`Degree out of range`);let n=[];for(let t=0;t<e-1;t++)n.push(0);n.push(1);let r=1;for(let i=0;i<e;i++){for(let e=0;e<n.length;e++)n[e]=t.reedSolomonMultiply(n[e],r),e+1<n.length&&(n[e]^=n[e+1]);r=t.reedSolomonMultiply(r,2)}return n}static reedSolomonComputeRemainder(e,n){let r=n.map(e=>0);for(let i of e){let e=i^r.shift();r.push(0),n.forEach((n,i)=>r[i]^=t.reedSolomonMultiply(n,e))}return r}static reedSolomonMultiply(e,t){if(e>>>8||t>>>8)throw RangeError(`Byte out of range`);let n=0;for(let r=7;r>=0;r--)n=n<<1^(n>>>7)*285,n^=(t>>>r&1)*e;return i(n>>>8==0),n}finderPenaltyCountPatterns(e){let t=e[1];i(t<=this.size*3);let n=t>0&&e[2]==t&&e[3]==t*3&&e[4]==t&&e[5]==t;return(n&&e[0]>=t*4&&e[6]>=t?1:0)+(n&&e[6]>=t*4&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){t[0]==0&&(e+=this.size),t.pop(),t.unshift(e)}};t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(e,t,n){if(t<0||t>31||e>>>t)throw RangeError(`Value out of range`);for(let r=t-1;r>=0;r--)n.push(e>>>r&1)}function r(e,t){return(e>>>t&1)!=0}function i(e){if(!e)throw Error(`Assertion error`)}let a=class e{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw RangeError(`Invalid argument`);this.bitData=n.slice()}static makeBytes(t){let r=[];for(let e of t)n(e,8,r);return new e(e.Mode.BYTE,t.length,r)}static makeNumeric(t){if(!e.isNumeric(t))throw RangeError(`String contains non-numeric characters`);let r=[];for(let e=0;e<t.length;){let i=Math.min(t.length-e,3);n(parseInt(t.substring(e,e+i),10),i*3+1,r),e+=i}return new e(e.Mode.NUMERIC,t.length,r)}static makeAlphanumeric(t){if(!e.isAlphanumeric(t))throw RangeError(`String contains unencodable characters in alphanumeric mode`);let r=[],i;for(i=0;i+2<=t.length;i+=2){let a=e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i))*45;a+=e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i+1)),n(a,11,r)}return i<t.length&&n(e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i)),6,r),new e(e.Mode.ALPHANUMERIC,t.length,r)}static makeSegments(t){return t==``?[]:e.isNumeric(t)?[e.makeNumeric(t)]:e.isAlphanumeric(t)?[e.makeAlphanumeric(t)]:[e.makeBytes(e.toUtf8ByteArray(t))]}static makeEci(t){let r=[];if(t<0)throw RangeError(`ECI assignment value out of range`);if(t<128)n(t,8,r);else if(t<16384)n(2,2,r),n(t,14,r);else if(t<1e6)n(6,3,r),n(t,21,r);else throw RangeError(`ECI assignment value out of range`);return new e(e.Mode.ECI,0,r)}static isNumeric(t){return e.NUMERIC_REGEX.test(t)}static isAlphanumeric(t){return e.ALPHANUMERIC_REGEX.test(t)}getData(){return this.bitData.slice()}static getTotalBits(e,t){let n=0;for(let r of e){let e=r.mode.numCharCountBits(t);if(r.numChars>=1<<e)return 1/0;n+=4+e+r.bitData.length}return n}static toUtf8ByteArray(e){e=encodeURI(e);let t=[];for(let n=0;n<e.length;n++)e.charAt(n)==`%`?(t.push(parseInt(e.substring(n+1,n+3),16)),n+=2):t.push(e.charCodeAt(n));return t}};a.NUMERIC_REGEX=/^[0-9]*$/,a.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,a.ALPHANUMERIC_CHARSET=`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:`;let o=a;e.QrSegment=a})(Hw||={}),(e=>{(e=>{let t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};t.LOW=new t(0,1),t.MEDIUM=new t(1,0),t.QUARTILE=new t(2,3),t.HIGH=new t(3,2),e.Ecc=t})(e.QrCode||={})})(Hw||={}),(e=>{(e=>{let t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};t.NUMERIC=new t(1,[10,12,14]),t.ALPHANUMERIC=new t(2,[9,11,13]),t.BYTE=new t(4,[8,16,16]),t.KANJI=new t(8,[8,10,12]),t.ECI=new t(7,[0,0,0]),e.Mode=t})(e.QrSegment||={})})(Hw||={});var Uw=Hw,Ww={L:Uw.QrCode.Ecc.LOW,M:Uw.QrCode.Ecc.MEDIUM,Q:Uw.QrCode.Ecc.QUARTILE,H:Uw.QrCode.Ecc.HIGH},Gw=128,Kw=`L`,qw=`#FFFFFF`,Jw=`#000000`,Yw=!1,Xw=1,Zw=4,Qw=0,$w=.1;function eT(e,t=0){let n=[];return e.forEach(function(e,r){let i=null;e.forEach(function(a,o){if(!a&&i!==null){n.push(`M${i+t} ${r+t}h${o-i}v1H${i+t}z`),i=null;return}if(o===e.length-1){if(!a)return;i===null?n.push(`M${o+t},${r+t} h1v1H${o+t}z`):n.push(`M${i+t},${r+t} h${o+1-i}v1H${i+t}z`);return}a&&i===null&&(i=o)})}),n.join(``)}function tT(e,t){return e.slice().map((e,n)=>n<t.y||n>=t.y+t.h?e:e.map((e,n)=>n<t.x||n>=t.x+t.w?e:!1))}function nT(e,t,n,r){if(r==null)return null;let i=e.length+n*2,a=Math.floor(t*$w),o=i/t,s=(r.width||a)*o,c=(r.height||a)*o,l=r.x==null?e.length/2-s/2:r.x*o,u=r.y==null?e.length/2-c/2:r.y*o,d=r.opacity==null?1:r.opacity,f=null;if(r.excavate){let e=Math.floor(l),t=Math.floor(u);f={x:e,y:t,w:Math.ceil(s+l-e),h:Math.ceil(c+u-t)}}let p=r.crossOrigin;return{x:l,y:u,h:c,w:s,excavation:f,opacity:d,crossOrigin:p}}function rT(e,t){return t==null?e?Zw:Qw:Math.max(Math.floor(t),0)}function iT({value:e,level:t,minVersion:n,includeMargin:r,marginSize:i,imageSettings:a,size:o,boostLevel:s}){let c=I.useMemo(()=>{let r=(Array.isArray(e)?e:[e]).reduce((e,t)=>(e.push(...Uw.QrSegment.makeSegments(t)),e),[]);return Uw.QrCode.encodeSegments(r,Ww[t],n,void 0,void 0,s)},[e,t,n,s]),{cells:l,margin:u,numCells:d,calculatedImageSettings:f}=I.useMemo(()=>{let e=c.getModules(),t=rT(r,i);return{cells:e,margin:t,numCells:e.length+t*2,calculatedImageSettings:nT(e,o,t,a)}},[c,o,a,r,i]);return{qrcode:c,margin:u,cells:l,numCells:d,calculatedImageSettings:f}}var aT=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),oT=I.forwardRef(function(e,t){let n=e,{value:r,size:i=Gw,level:a=Kw,bgColor:o=qw,fgColor:s=Jw,includeMargin:c=Yw,minVersion:l=Xw,boostLevel:u,marginSize:d,imageSettings:f}=n,p=Vw(n,[`value`,`size`,`level`,`bgColor`,`fgColor`,`includeMargin`,`minVersion`,`boostLevel`,`marginSize`,`imageSettings`]),{style:m}=p,h=Vw(p,[`style`]),g=f?.src,_=I.useRef(null),v=I.useRef(null),y=I.useCallback(e=>{_.current=e,typeof t==`function`?t(e):t&&(t.current=e)},[t]),[b,x]=I.useState(!1),{margin:S,cells:C,numCells:w,calculatedImageSettings:T}=iT({value:r,level:a,minVersion:l,boostLevel:u,includeMargin:c,marginSize:d,imageSettings:f,size:i});I.useEffect(()=>{if(_.current!=null){let e=_.current,t=e.getContext(`2d`);if(!t)return;let n=C,r=v.current,a=T!=null&&r!==null&&r.complete&&r.naturalHeight!==0&&r.naturalWidth!==0;a&&T.excavation!=null&&(n=tT(C,T.excavation));let c=window.devicePixelRatio||1;e.height=e.width=i*c;let l=i/w*c;t.scale(l,l),t.fillStyle=o,t.fillRect(0,0,w,w),t.fillStyle=s,aT?t.fill(new Path2D(eT(n,S))):C.forEach(function(e,n){e.forEach(function(e,r){e&&t.fillRect(r+S,n+S,1,1)})}),T&&(t.globalAlpha=T.opacity),a&&t.drawImage(r,T.x+S,T.y+S,T.w,T.h)}}),I.useEffect(()=>{x(!1)},[g]);let E=Bw({height:i,width:i},m),D=null;return g!=null&&(D=I.createElement(`img`,{src:g,key:g,style:{display:`none`},onLoad:()=>{x(!0)},ref:v,crossOrigin:T?.crossOrigin})),I.createElement(I.Fragment,null,I.createElement(`canvas`,Bw({style:E,height:i,width:i,ref:y,role:`img`},h)),D)});oT.displayName=`QRCodeCanvas`;var sT=I.forwardRef(function(e,t){let n=e,{value:r,size:i=Gw,level:a=Kw,bgColor:o=qw,fgColor:s=Jw,includeMargin:c=Yw,minVersion:l=Xw,boostLevel:u,title:d,marginSize:f,imageSettings:p}=n,m=Vw(n,[`value`,`size`,`level`,`bgColor`,`fgColor`,`includeMargin`,`minVersion`,`boostLevel`,`title`,`marginSize`,`imageSettings`]),{margin:h,cells:g,numCells:_,calculatedImageSettings:v}=iT({value:r,level:a,minVersion:l,boostLevel:u,includeMargin:c,marginSize:f,imageSettings:p,size:i}),y=g,b=null;p!=null&&v!=null&&(v.excavation!=null&&(y=tT(g,v.excavation)),b=I.createElement(`image`,{href:p.src,height:v.h,width:v.w,x:v.x+h,y:v.y+h,preserveAspectRatio:`none`,opacity:v.opacity,crossOrigin:v.crossOrigin}));let x=eT(y,h);return I.createElement(`svg`,Bw({height:i,width:i,viewBox:`0 0 ${_} ${_}`,ref:t,role:`img`},m),!!d&&I.createElement(`title`,null,d),I.createElement(`path`,{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:`crispEdges`}),I.createElement(`path`,{fill:s,d:x,shapeRendering:`crispEdges`}),b)});sT.displayName=`QRCodeSVG`;function cT({data:e,onSubmit:t,submitted:n}){let r=e,i=(0,I.useRef)(!1),a=r?.value?.trim()??``;return(0,I.useEffect)(()=>{a&&!n&&!i.current&&(i.current=!0,t(``))},[a,n,t]),a?(0,L.jsxs)(`div`,{className:`qr-code`,children:[(0,L.jsx)(`div`,{className:`qr-code__canvas`,children:(0,L.jsx)(sT,{value:a,size:240,level:`M`,bgColor:`#ffffff`,fgColor:`#000000`})}),r?.label&&(0,L.jsx)(`div`,{className:`qr-code__label`,children:r.label})]}):(0,L.jsx)(`div`,{className:`qr-code qr-code--error`,children:`No QR data provided. Try again or ask the agent to generate a new QR code.`})}var lT={"single-select":c,"multi-select":h,confirm:ft,"info-card":pt,"action-list":mt,form:ht,progress:_t,"browser-viewer":yt,"document-editor":dw,"rich-content-editor":Dw,"grid-editor":Pw,"qr-code":cT,"output-style":c,"thinking-view":c,"plugin-selector":h};function uT({name:e,data:t,onSubmit:n,submitted:r,isStreaming:i}){let a=lT[e];return a?(0,L.jsx)(a,{data:t,onSubmit:n,submitted:r,isStreaming:i}):(console.warn(`[ComponentRenderer] Unknown component: "${e}". Registered: ${Object.keys(lT).join(`, `)}`),(0,L.jsx)(`div`,{className:`component-card component-card--error`,children:(0,L.jsxs)(`p`,{style:{fontFamily:`var(--font-body)`,fontSize:12,color:`var(--text-secondary)`},children:[`Component “`,e,`” is not available. This may require a platform update.`]})}))}var dT=/\b(?:fail|error|unable|could not|cannot|CAPTCHA|SIGN_IN_REQUIRED)\b/i;function fT(e){let t=new Date(e),n=new Date,r=String(t.getHours()).padStart(2,`0`),i=String(t.getMinutes()).padStart(2,`0`);return t.toDateString()===n.toDateString()?`${r}:${i}`:`${String(t.getDate()).padStart(2,`0`)}-${String(t.getMonth()+1).padStart(2,`0`)}-${t.getFullYear()} ${r}:${i}`}var pT=[Ve,Re,j,Fe,ue];function mT({size:e=13}){let[t,n]=(0,I.useState)(0);(0,I.useEffect)(()=>{let e=setInterval(()=>n(e=>(e+1)%8),300);return()=>clearInterval(e)},[]);let r=t<=4?t:8-t,i=pT[r];return(0,L.jsx)(i,{size:e,className:`star-loader star-frame-${r}`})}var hT=[`Thinking`,`Reasoning`,`Analyzing`,`Considering`,`Reflecting`,`Evaluating`,`Weighing`,`Synthesizing`,`Processing`,`Exploring`,`Examining`,`Assessing`,`Reviewing`,`Contemplating`,`Deliberating`],gT=60,_T=1500;function vT(){let e=(0,I.useRef)(-1),t=(0,I.useRef)(void 0),[n,r]=(0,I.useState)(()=>{let t=Math.floor(Math.random()*hT.length);return e.current=t,hT[t]+`…`});return(0,I.useEffect)(()=>{let n=!1;function i(){let t;do t=Math.floor(Math.random()*hT.length);while(t===e.current&&hT.length>1);return e.current=t,t}function a(){if(n)return;let e=hT[i()]+`…`,o=0;function s(){n||(o++,r(e.slice(0,o)),o<e.length?t.current=setTimeout(s,gT):t.current=setTimeout(a,_T))}t.current=setTimeout(s,gT)}return t.current=setTimeout(a,_T),()=>{n=!0,clearTimeout(t.current)}},[]),(0,L.jsx)(`span`,{className:`tl-thinking-typewriter`,children:n})}function yT(e,t){let n=e=>String(e??``);switch(e){case`Read`:return`Read ${n(t.file_path??t.path)}`;case`Write`:return`Write ${n(t.file_path??t.path)}`;case`Edit`:return`Edit ${n(t.file_path??t.path)}`;case`Bash`:return n(t.description??String(t.command??``).slice(0,70));case`Glob`:return`Glob ${n(t.pattern)}`;case`Grep`:return`Grep "${n(t.pattern)}" in ${n(t.path??`.`)}`;case`WebFetch`:return`Fetch ${n(t.url)}`;case`Agent`:return n(t.description??t.task??`Subagent`);case`Skill`:return n(t.skill??`Skill`);default:{let r=e.match(/^mcp__[^_]+__(.+)$/),i=r?r[1]:e,a=Object.keys(t)[0];return a?`${i}: ${n(t[a]).slice(0,50)}`:i}}}function bT({name:e,size:t=12}){let n=e.match(/^mcp__[^_]+__(.+)$/);switch(n?n[1]:e){case`Read`:return(0,L.jsx)(a,{size:t});case`Write`:return(0,L.jsx)(me,{size:t});case`Edit`:return(0,L.jsx)(pe,{size:t});case`Bash`:return(0,L.jsx)(He,{size:t});case`Glob`:case`Grep`:return(0,L.jsx)(Le,{size:t});case`WebFetch`:return(0,L.jsx)(he,{size:t});case`Agent`:return(0,L.jsx)(te,{size:t});case`Skill`:return(0,L.jsx)(Re,{size:t});case`memory-search`:return(0,L.jsx)(P,{size:t});case`memory-write`:return(0,L.jsx)(le,{size:t});case`task-list`:return(0,L.jsx)(oe,{size:t});case`task-create`:return(0,L.jsx)(se,{size:t});case`contact-create`:return(0,L.jsx)(Ge,{size:t});default:return(0,L.jsx)(Ke,{size:t})}}function xT(e){let t=new Map,n=new Map;return e.forEach((e,r)=>{if(e.type===`tool_use`){let t=n.get(e.name)??[];t.push(r),n.set(e.name,t)}else if(e.type===`tool_result`){let i=n.get(e.name);i?.length&&t.set(i.shift(),r)}}),t}function ST(e){return e>=1e3?`${(e/1e3).toFixed(1)}k`:String(e)}function CT(e){let t=``;switch(e.type){case`text`:case`thinking`:t=e.content??``;break;case`tool_use`:t=JSON.stringify(e.input??{});break;case`tool_result`:t=e.output??``;break;case`subagent_start`:t=e.task??``;break;case`subagent_end`:t=e.result??``;break;case`component`:t=JSON.stringify(e.data??{});break;case`status`:t=e.message??``;break;default:return 0}return Math.ceil(t.length/4)}function wT(e){if(e<60)return`${e}s`;let t=Math.floor(e/60),n=e%60;return n>0?`${t}m ${n}s`:`${t}m`}function TT(e){if(e<60)return`${e.toFixed(1)}s`;let t=Math.floor(e/60),n=e%60;return n>=.1?`${t}m ${Math.floor(n)}s`:`${t}m`}function ET({icon:e,isPending:t,isError:n,doneClass:r=`tl-done`,summary:i,detail:a,tokens:s,elapsed:c,isLast:l,expanded:u,onToggle:d,selectCheck:f}){let p=!!a;return(0,L.jsxs)(`div`,{className:`tl-step`,children:[f,(0,L.jsxs)(`div`,{className:`tl-col`,children:[(0,L.jsx)(`div`,{className:`tl-icon${t?` tl-pending`:n?` tl-error`:` ${r}`}`,children:e}),!l&&(0,L.jsx)(`div`,{className:`tl-line tl-line-grow`})]}),(0,L.jsxs)(`div`,{className:`tl-body`,children:[(0,L.jsxs)(`div`,{className:`tl-row`,onClick:p?()=>{window.getSelection()?.toString()||d()}:void 0,style:{cursor:p?`pointer`:`default`},children:[(0,L.jsx)(`span`,{className:`tl-summary`,children:i}),s>0&&(0,L.jsxs)(`span`,{className:`tl-step-tokens`,children:[(0,L.jsx)(Je,{size:9}),ST(s)]}),(0,L.jsx)(`span`,{className:`tl-step-elapsed`,children:TT(c)}),p&&(0,L.jsx)(`span`,{className:`tl-chevron`,children:u?(0,L.jsx)(o,{size:10}):(0,L.jsx)(re,{size:10})})]}),p&&u&&(0,L.jsx)(`pre`,{className:`tl-detail`,children:a})]})]})}function DT({events:e,isStreaming:t,elapsedSeconds:n,streamStartMs:r,expandAll:i,onCompactNow:a,isCompacting:s,sessionCompacted:c,onComponentSubmit:l,submittedComponents:u,timestamp:f,selectionMode:p,selectedItems:m,onToggleItem:h}){let[g,_]=(0,I.useState)(new Set),[v,y]=(0,I.useState)(!t),b=(0,I.useRef)(t);(0,I.useEffect)(()=>{b.current&&!t&&y(!0),!b.current&&t&&y(!1),b.current=t},[t]);let x=(0,I.useRef)(new Map),S=(0,I.useRef)(0),[w,E]=(0,I.useState)(Date.now());(0,I.useEffect)(()=>{let t=Date.now();for(let n=S.current;n<e.length;n++)x.current.has(n)||x.current.set(n,t);S.current=e.length},[e]),(0,I.useEffect)(()=>{if(!t)return;let e=setInterval(()=>E(Date.now()),100);return()=>clearInterval(e)},[t]);let D=e=>{_(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},O=(e,t)=>{let n=e===P[0]?.i&&r?r:x.current.get(e)??w,i=t===void 0?w:x.current.get(t)??w;return Math.max(0,(i-n)/1e3)},k=xT(e),j=new Set(k.values()),M=e.map((e,t)=>({e,i:t})).filter(({e})=>e.type===`text`),ee=new Set(t?[]:e.map((e,t)=>({e,i:t})).filter(({e})=>e.type===`component`).map(({i:e})=>e)),ie=e=>e.type===`component`&&e.name===`browser-viewer`;function ae(e){if(!p||t||!f)return null;let n=`${f}_${e}`;return(0,L.jsx)(`div`,{className:`tl-select-check`,onClick:e=>e.stopPropagation(),children:(0,L.jsx)(d,{checked:m?.has(n)??!1,onChange:()=>h?.(n)})})}let oe=e.findLast(e=>e.type===`usage`),se=e.findLast(e=>e.type===`history_usage`),N=e.findLast(e=>e.type===`status`),le=e.some(e=>e.type===`subagent_start`),P=e.map((e,t)=>({e,i:t})).filter(({e,i:n})=>e.type!==`text`&&e.type!==`usage`&&e.type!==`rate_limit`&&e.type!==`history_usage`&&e.type!==`status`&&e.type!==`done`&&e.type!==`subagent_progress`&&!j.has(n)&&!ee.has(n)&&!(t&&e.type===`component`&&!ie(e))&&!(e.type===`tool_use`&&e.name===`Agent`&&le)),ue=new Map;for(let e=0;e<P.length-1;e++)ue.set(P[e].i,P[e+1].i);let F=(()=>{let e=[],t=!1,n=0;for(let{e:r}of P)if(n+=CT(r),r.type===`thinking`)t=!0;else if(r.type===`tool_use`){let t=r.name;e.includes(t)||e.push(t)}let r=[`${P.length} step${P.length===1?``:`s`}`];if(e.length>0){let t=e.slice(0,3),n=e.length-t.length;r.push(t.join(`, `)+(n>0?` +${n}`:``))}return{text:r.join(` · `),hasThinking:t,tokenSum:n}})(),de=oe?.peak_request_pct==null?oe?.context_window?Math.round((oe.input_tokens+oe.cache_creation_tokens+oe.cache_read_tokens)/oe.context_window*100):null:Math.round(oe.peak_request_pct*100),fe=P.length>0,pe=M.length>0,me=new Set(P.map(e=>e.i)),he=new Set(M.map(e=>e.i)),ge=[];for(let t=0;t<e.length;t++){let n=e[t],r=null;if(me.has(t)?r=`steps`:he.has(t)&&(r=`text`),!r)continue;let i=ge[ge.length-1];i&&i.role===r?i.items.push({e:n,i:t}):ge.push({role:r,items:[{e:n,i:t}]})}let _e=M.length>0?M[M.length-1].i:-1;function ve(n,r,a,s){let c=s===a.length-1;if(n.type===`thinking`){let e=i===void 0?!g.has(r):i,t=ue.get(r);return(0,L.jsxs)(`div`,{className:`tl-step`,children:[ae(r),(0,L.jsxs)(`div`,{className:`tl-col`,children:[(0,L.jsx)(`div`,{className:`tl-icon tl-dim`,children:(0,L.jsx)(be,{size:11})}),!c&&(0,L.jsx)(`div`,{className:`tl-line tl-line-grow`})]}),(0,L.jsx)(`div`,{className:`tl-body`,children:(0,L.jsxs)(`div`,{className:`tl-row tl-row-top`,onClick:()=>{window.getSelection()?.toString()||D(r)},style:{cursor:`pointer`},children:[(0,L.jsx)(`div`,{className:`tl-thinking-col`,children:e?(0,L.jsx)(`div`,{className:`tl-thinking-body`,children:n.content}):(0,L.jsxs)(`span`,{className:`tl-summary tl-thinking-label`,children:[n.content.slice(0,80),n.content.length>80?`…`:``]})}),CT(n)>0&&(0,L.jsxs)(`span`,{className:`tl-step-tokens`,children:[(0,L.jsx)(Je,{size:9}),ST(CT(n))]}),(0,L.jsx)(`span`,{className:`tl-step-elapsed`,children:TT(O(r,t))}),(0,L.jsx)(`span`,{className:`tl-chevron`,children:e?(0,L.jsx)(o,{size:10}):(0,L.jsx)(re,{size:10})})]})})]},r)}if(n.type===`status`)return(0,L.jsx)(`div`,{className:`tl-status`,children:n.message},r);if(n.type===`tool_use`){let t=k.get(r),a=t===void 0?void 0:e[t],o=a===void 0,s=a?.type===`tool_result`&&!!a.error,l=o?(0,L.jsx)(we,{size:11,className:`tl-spinner`}):s?(0,L.jsx)(qe,{size:11}):(0,L.jsx)(bT,{name:n.name,size:11}),u=n,d=a?.type===`tool_result`?`Input:
343
+ `).filter(e=>e.trim());if(n.length<=1&&!n[0]?.includes(` `)&&!n[0]?.includes(`,`))return;e.preventDefault();let r=n.slice(0,Ow).map(jw);n.length>Ow&&console.warn(`Grid editor: paste truncated from ${n.length} to ${Ow} rows`);let{row:i,col:a}=h;m(e=>{let t=e.map(e=>[...e]);for(let e=0;e<r.length;e++){let n=i+e;for(;n>=t.length;)t.push(Array(d.length).fill(``));for(let i=0;i<r[e].length;i++){let o=a+i;o<d.length&&(t[n][o]=r[e][i])}}return t}),k()},[h,d.length,k]),se=(0,I.useCallback)(()=>{let e=Mw(d,p),t=new Blob([e],{type:`text/csv;charset=utf-8;`}),n=URL.createObjectURL(t),r=document.createElement(`a`);r.href=n,r.download=`${u.replace(/[^a-zA-Z0-9]/g,`_`)}.csv`,r.click(),URL.revokeObjectURL(n)},[d,p,u]),ce=(0,I.useCallback)(()=>{gw({title:u,content:_w(d,p),brandName:c,brandLogo:l})},[u,d,p,c,l]),N=(0,I.useCallback)((e,t)=>{t.preventDefault(),S.current={colIndex:e,startX:t.clientX,startWidth:b[e]};let n=null,r=e=>{S.current&&(n&&cancelAnimationFrame(n),n=requestAnimationFrame(()=>{if(!S.current)return;let t=e.clientX-S.current.startX,n=Math.max(kw,S.current.startWidth+t);x(e=>{let t=[...e];return t[S.current.colIndex]=n,t})}))},i=()=>{S.current=null,n&&cancelAnimationFrame(n),window.removeEventListener(`mousemove`,r),window.removeEventListener(`mouseup`,i)};window.addEventListener(`mousemove`,r),window.addEventListener(`mouseup`,i)},[b]),le=(0,I.useCallback)(()=>{h&&j.openCommentInput()},[h,j]),P=(0,I.useCallback)(()=>{if(!h)return;let e=p[h.row]?.[h.col]??``;j.submitComment(e,{row:h.row,column:h.col})},[h,p,j]);if(n)return null;let ue=typeof window<`u`&&window.innerWidth<640,pe=typeof BroadcastChannel<`u`,me=(0,L.jsxs)(`div`,{className:`editor-base__actions`,children:[C===`saving`&&(0,L.jsx)(`span`,{className:`editor-base__status`,children:`Saving...`}),C===`saved`&&(0,L.jsx)(`span`,{className:`editor-base__status`,children:`Saved`}),j.pendingComments.length>0&&(0,L.jsxs)(T,{variant:`ghost`,size:`sm`,onClick:j.sendComments,children:[`Send `,j.pendingComments.length,` comment`,j.pendingComments.length>1?`s`:``]}),h&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Oe,onClick:le,"aria-label":`Comment on cell`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:F,onClick:se,"aria-label":`Download CSV`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:fe,onClick:ce,"aria-label":`Export PDF`}),!ue&&pe&&!A.poppedOut&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:de,onClick:A.handlePopout,"aria-label":`Pop out`}),!A.fullscreen&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Ee,onClick:A.handleFullscreen,"aria-label":`Full screen`}),A.fullscreen&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Ae,onClick:A.exitFullscreen,"aria-label":`Exit full screen`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:je,onClick:A.handleMinimise,"aria-label":`Minimise`})]}),he=(0,L.jsxs)(`div`,{className:`grid-editor__table-wrap`,onPaste:oe,children:[j.showCommentInput?(0,L.jsxs)(`div`,{className:`grid-editor__comment-popover`,children:[(0,L.jsx)(`input`,{ref:j.commentInputRef,type:`text`,value:j.commentText,onChange:e=>j.setCommentText(e.target.value),onKeyDown:e=>{e.key===`Enter`&&P(),e.key===`Escape`&&j.cancelComment()},placeholder:`Add a comment...`,className:`doc-editor__comment-input`,"aria-label":`Add comment on cell`}),(0,L.jsxs)(`div`,{className:`doc-editor__comment-actions`,children:[(0,L.jsx)(T,{variant:`primary`,size:`sm`,onClick:P,disabled:!j.commentText.trim(),children:`Add`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:qe,onClick:j.cancelComment,"aria-label":`Cancel`})]})]}):null,(0,L.jsxs)(`table`,{className:`grid-editor__table`,role:`grid`,"aria-label":u,children:[(0,L.jsx)(`thead`,{children:(0,L.jsxs)(`tr`,{children:[(0,L.jsx)(`th`,{className:`grid-editor__row-header`}),d.map((e,t)=>(0,L.jsxs)(`th`,{className:`grid-editor__col-header`,style:{width:b[t]},children:[e,(0,L.jsx)(`div`,{className:`grid-editor__resize-handle`,onMouseDown:e=>N(t,e),role:`separator`,"aria-orientation":`vertical`})]},t))]})}),(0,L.jsx)(`tbody`,{children:p.map((e,t)=>(0,L.jsxs)(`tr`,{children:[(0,L.jsxs)(`td`,{className:`grid-editor__row-header`,children:[(0,L.jsx)(`span`,{className:`grid-editor__row-num`,children:t+1}),p.length>1&&(0,L.jsx)(`button`,{className:`grid-editor__row-delete`,onClick:()=>ie(t),"aria-label":`Delete row ${t+1}`,children:(0,L.jsx)(Ue,{size:12})})]}),e.map((e,n)=>{let r=h?.row===t&&h?.col===n;return(0,L.jsx)(`td`,{className:`grid-editor__cell ${r?`grid-editor__cell--active`:``}`,onClick:()=>!r&&M(t,n),role:`gridcell`,"aria-selected":r,style:{width:b[n]},children:r?(0,L.jsx)(`input`,{ref:y,type:`text`,className:`grid-editor__cell-input`,value:_,onChange:e=>v(e.target.value),onKeyDown:ne,onBlur:ee,"aria-label":`${d[n]} row ${t+1}`}):(0,L.jsx)(`span`,{className:`grid-editor__cell-text`,children:e})},n)})]},t))})]}),(0,L.jsxs)(`button`,{className:`grid-editor__add-row`,onClick:re,"aria-label":`Add row`,children:[(0,L.jsx)(ae,{size:14}),(0,L.jsx)(`span`,{children:`Add row`})]})]});return A.fullscreen?(0,L.jsxs)(`div`,{className:`editor-base-fullscreen`,children:[(0,L.jsxs)(`div`,{className:`editor-base-fullscreen__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base-fullscreen__title`,children:u}),me]}),(0,L.jsx)(`div`,{className:`editor-base-fullscreen__body`,style:{maxWidth:`none`},children:he})]}):A.poppedOut?(0,L.jsx)(`div`,{className:`editor-base editor-base--popout`,children:(0,L.jsxs)(`div`,{className:`editor-base__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base__title`,children:u}),(0,L.jsxs)(`div`,{className:`editor-base__actions`,children:[(0,L.jsx)(`span`,{className:`editor-base__status`,children:`Popped out`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:ze,onClick:A.handlePopIn,"aria-label":`Pop back in`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:je,onClick:A.handleMinimise,"aria-label":`Close`})]})]})}):A.minimised?(0,L.jsx)(`div`,{className:`editor-base editor-base--minimised`,onClick:A.handleExpand,role:`button`,tabIndex:0,onKeyDown:e=>e.key===`Enter`&&A.handleExpand(),children:(0,L.jsxs)(`div`,{className:`editor-base__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base__title`,children:u}),(0,L.jsxs)(`div`,{className:`editor-base__actions`,onClick:e=>e.stopPropagation(),children:[!ue&&pe&&(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:de,onClick:A.handlePopout,"aria-label":`Pop out`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Ee,onClick:A.handleFullscreen,"aria-label":`Full screen`}),(0,L.jsx)(T,{variant:`ghost`,size:`sm`,icon:Fe,onClick:A.handleExpand,"aria-label":`Expand`})]})]})}):(0,L.jsxs)(`div`,{className:`editor-base grid-editor`,children:[(0,L.jsxs)(`div`,{className:`editor-base__bar`,...A.dragBarProps,children:[(0,L.jsx)(`span`,{className:`editor-base__title`,children:u}),me]}),(0,L.jsx)(`div`,{className:`grid-editor__body`,children:he})]})}var Fw=Object.defineProperty,Iw=Object.getOwnPropertySymbols,Lw=Object.prototype.hasOwnProperty,Rw=Object.prototype.propertyIsEnumerable,zw=(e,t,n)=>t in e?Fw(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Bw=(e,t)=>{for(var n in t||={})Lw.call(t,n)&&zw(e,n,t[n]);if(Iw)for(var n of Iw(t))Rw.call(t,n)&&zw(e,n,t[n]);return e},Vw=(e,t)=>{var n={};for(var r in e)Lw.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Iw)for(var r of Iw(e))t.indexOf(r)<0&&Rw.call(e,r)&&(n[r]=e[r]);return n},Hw;(e=>{let t=class t{constructor(e,n,r,a){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],e<t.MIN_VERSION||e>t.MAX_VERSION)throw RangeError(`Version value out of range`);if(a<-1||a>7)throw RangeError(`Mask value out of range`);this.size=e*4+17;let o=[];for(let e=0;e<this.size;e++)o.push(!1);for(let e=0;e<this.size;e++)this.modules.push(o.slice()),this.isFunction.push(o.slice());this.drawFunctionPatterns();let s=this.addEccAndInterleave(r);if(this.drawCodewords(s),a==-1){let e=1e9;for(let t=0;t<8;t++){this.applyMask(t),this.drawFormatBits(t);let n=this.getPenaltyScore();n<e&&(a=t,e=n),this.applyMask(t)}}i(0<=a&&a<=7),this.mask=a,this.applyMask(a),this.drawFormatBits(a),this.isFunction=[]}static encodeText(n,r){let i=e.QrSegment.makeSegments(n);return t.encodeSegments(i,r)}static encodeBinary(n,r){let i=e.QrSegment.makeBytes(n);return t.encodeSegments([i],r)}static encodeSegments(e,r,a=1,s=40,c=-1,l=!0){if(!(t.MIN_VERSION<=a&&a<=s&&s<=t.MAX_VERSION)||c<-1||c>7)throw RangeError(`Invalid value`);let u,d;for(u=a;;u++){let n=t.getNumDataCodewords(u,r)*8,i=o.getTotalBits(e,u);if(i<=n){d=i;break}if(u>=s)throw RangeError(`Data too long`)}for(let e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])l&&d<=t.getNumDataCodewords(u,e)*8&&(r=e);let f=[];for(let t of e){n(t.mode.modeBits,4,f),n(t.numChars,t.mode.numCharCountBits(u),f);for(let e of t.getData())f.push(e)}i(f.length==d);let p=t.getNumDataCodewords(u,r)*8;i(f.length<=p),n(0,Math.min(4,p-f.length),f),n(0,(8-f.length%8)%8,f),i(f.length%8==0);for(let e=236;f.length<p;e^=253)n(e,8,f);let m=[];for(;m.length*8<f.length;)m.push(0);return f.forEach((e,t)=>m[t>>>3]|=e<<7-(t&7)),new t(u,r,m,c)}getModule(e,t){return 0<=e&&e<this.size&&0<=t&&t<this.size&&this.modules[t][e]}getModules(){return this.modules}drawFunctionPatterns(){for(let e=0;e<this.size;e++)this.setFunctionModule(6,e,e%2==0),this.setFunctionModule(e,6,e%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);let e=this.getAlignmentPatternPositions(),t=e.length;for(let n=0;n<t;n++)for(let r=0;r<t;r++)n==0&&r==0||n==0&&r==t-1||n==t-1&&r==0||this.drawAlignmentPattern(e[n],e[r]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(e){let t=this.errorCorrectionLevel.formatBits<<3|e,n=t;for(let e=0;e<10;e++)n=n<<1^(n>>>9)*1335;let a=(t<<10|n)^21522;i(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^(e>>>11)*7973;let t=this.version<<12|e;i(t>>>18==0);for(let e=0;e<18;e++){let n=r(t,e),i=this.size-11+e%3,a=Math.floor(e/3);this.setFunctionModule(i,a,n),this.setFunctionModule(a,i,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let r=-4;r<=4;r++){let i=Math.max(Math.abs(r),Math.abs(n)),a=e+r,o=t+n;0<=a&&a<this.size&&0<=o&&o<this.size&&this.setFunctionModule(a,o,i!=2&&i!=4)}}drawAlignmentPattern(e,t){for(let n=-2;n<=2;n++)for(let r=-2;r<=2;r++)this.setFunctionModule(e+r,t+n,Math.max(Math.abs(r),Math.abs(n))!=1)}setFunctionModule(e,t,n){this.modules[t][e]=n,this.isFunction[t][e]=!0}addEccAndInterleave(e){let n=this.version,r=this.errorCorrectionLevel;if(e.length!=t.getNumDataCodewords(n,r))throw RangeError(`Invalid argument`);let a=t.NUM_ERROR_CORRECTION_BLOCKS[r.ordinal][n],o=t.ECC_CODEWORDS_PER_BLOCK[r.ordinal][n],s=Math.floor(t.getNumRawDataModules(n)/8),c=a-s%a,l=Math.floor(s/a),u=[],d=t.reedSolomonComputeDivisor(o);for(let n=0,r=0;n<a;n++){let i=e.slice(r,r+l-o+(n<c?0:1));r+=i.length;let a=t.reedSolomonComputeRemainder(i,d);n<c&&i.push(0),u.push(i.concat(a))}let f=[];for(let e=0;e<u[0].length;e++)u.forEach((t,n)=>{(e!=l-o||n>=c)&&f.push(t[e])});return i(f.length==s),f}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw RangeError(`Invalid argument`);let n=0;for(let t=this.size-1;t>=1;t-=2){t==6&&(t=5);for(let i=0;i<this.size;i++)for(let a=0;a<2;a++){let o=t-a,s=t+1&2?i:this.size-1-i;!this.isFunction[s][o]&&n<e.length*8&&(this.modules[s][o]=r(e[n>>>3],7-(n&7)),n++)}}i(n==e.length*8)}applyMask(e){if(e<0||e>7)throw RangeError(`Mask value out of range`);for(let t=0;t<this.size;t++)for(let n=0;n<this.size;n++){let r;switch(e){case 0:r=(n+t)%2==0;break;case 1:r=t%2==0;break;case 2:r=n%3==0;break;case 3:r=(n+t)%3==0;break;case 4:r=(Math.floor(n/3)+Math.floor(t/2))%2==0;break;case 5:r=n*t%2+n*t%3==0;break;case 6:r=(n*t%2+n*t%3)%2==0;break;case 7:r=((n+t)%2+n*t%3)%2==0;break;default:throw Error(`Unreachable`)}!this.isFunction[t][n]&&r&&(this.modules[t][n]=!this.modules[t][n])}}getPenaltyScore(){let e=0;for(let n=0;n<this.size;n++){let r=!1,i=0,a=[0,0,0,0,0,0,0];for(let o=0;o<this.size;o++)this.modules[n][o]==r?(i++,i==5?e+=t.PENALTY_N1:i>5&&e++):(this.finderPenaltyAddHistory(i,a),r||(e+=this.finderPenaltyCountPatterns(a)*t.PENALTY_N3),r=this.modules[n][o],i=1);e+=this.finderPenaltyTerminateAndCount(r,i,a)*t.PENALTY_N3}for(let n=0;n<this.size;n++){let r=!1,i=0,a=[0,0,0,0,0,0,0];for(let o=0;o<this.size;o++)this.modules[o][n]==r?(i++,i==5?e+=t.PENALTY_N1:i>5&&e++):(this.finderPenaltyAddHistory(i,a),r||(e+=this.finderPenaltyCountPatterns(a)*t.PENALTY_N3),r=this.modules[o][n],i=1);e+=this.finderPenaltyTerminateAndCount(r,i,a)*t.PENALTY_N3}for(let n=0;n<this.size-1;n++)for(let r=0;r<this.size-1;r++){let i=this.modules[n][r];i==this.modules[n][r+1]&&i==this.modules[n+1][r]&&i==this.modules[n+1][r+1]&&(e+=t.PENALTY_N2)}let n=0;for(let e of this.modules)n=e.reduce((e,t)=>e+(t?1:0),n);let r=this.size*this.size,a=Math.ceil(Math.abs(n*20-r*10)/r)-1;return i(0<=a&&a<=9),e+=a*t.PENALTY_N4,i(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(this.version==1)return[];{let e=Math.floor(this.version/7)+2,t=this.version==32?26:Math.ceil((this.version*4+4)/(e*2-2))*2,n=[6];for(let r=this.size-7;n.length<e;r-=t)n.splice(1,0,r);return n}}static getNumRawDataModules(e){if(e<t.MIN_VERSION||e>t.MAX_VERSION)throw RangeError(`Version number out of range`);let n=(16*e+128)*e+64;if(e>=2){let t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return i(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw RangeError(`Degree out of range`);let n=[];for(let t=0;t<e-1;t++)n.push(0);n.push(1);let r=1;for(let i=0;i<e;i++){for(let e=0;e<n.length;e++)n[e]=t.reedSolomonMultiply(n[e],r),e+1<n.length&&(n[e]^=n[e+1]);r=t.reedSolomonMultiply(r,2)}return n}static reedSolomonComputeRemainder(e,n){let r=n.map(e=>0);for(let i of e){let e=i^r.shift();r.push(0),n.forEach((n,i)=>r[i]^=t.reedSolomonMultiply(n,e))}return r}static reedSolomonMultiply(e,t){if(e>>>8||t>>>8)throw RangeError(`Byte out of range`);let n=0;for(let r=7;r>=0;r--)n=n<<1^(n>>>7)*285,n^=(t>>>r&1)*e;return i(n>>>8==0),n}finderPenaltyCountPatterns(e){let t=e[1];i(t<=this.size*3);let n=t>0&&e[2]==t&&e[3]==t*3&&e[4]==t&&e[5]==t;return(n&&e[0]>=t*4&&e[6]>=t?1:0)+(n&&e[6]>=t*4&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){t[0]==0&&(e+=this.size),t.pop(),t.unshift(e)}};t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(e,t,n){if(t<0||t>31||e>>>t)throw RangeError(`Value out of range`);for(let r=t-1;r>=0;r--)n.push(e>>>r&1)}function r(e,t){return(e>>>t&1)!=0}function i(e){if(!e)throw Error(`Assertion error`)}let a=class e{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw RangeError(`Invalid argument`);this.bitData=n.slice()}static makeBytes(t){let r=[];for(let e of t)n(e,8,r);return new e(e.Mode.BYTE,t.length,r)}static makeNumeric(t){if(!e.isNumeric(t))throw RangeError(`String contains non-numeric characters`);let r=[];for(let e=0;e<t.length;){let i=Math.min(t.length-e,3);n(parseInt(t.substring(e,e+i),10),i*3+1,r),e+=i}return new e(e.Mode.NUMERIC,t.length,r)}static makeAlphanumeric(t){if(!e.isAlphanumeric(t))throw RangeError(`String contains unencodable characters in alphanumeric mode`);let r=[],i;for(i=0;i+2<=t.length;i+=2){let a=e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i))*45;a+=e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i+1)),n(a,11,r)}return i<t.length&&n(e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i)),6,r),new e(e.Mode.ALPHANUMERIC,t.length,r)}static makeSegments(t){return t==``?[]:e.isNumeric(t)?[e.makeNumeric(t)]:e.isAlphanumeric(t)?[e.makeAlphanumeric(t)]:[e.makeBytes(e.toUtf8ByteArray(t))]}static makeEci(t){let r=[];if(t<0)throw RangeError(`ECI assignment value out of range`);if(t<128)n(t,8,r);else if(t<16384)n(2,2,r),n(t,14,r);else if(t<1e6)n(6,3,r),n(t,21,r);else throw RangeError(`ECI assignment value out of range`);return new e(e.Mode.ECI,0,r)}static isNumeric(t){return e.NUMERIC_REGEX.test(t)}static isAlphanumeric(t){return e.ALPHANUMERIC_REGEX.test(t)}getData(){return this.bitData.slice()}static getTotalBits(e,t){let n=0;for(let r of e){let e=r.mode.numCharCountBits(t);if(r.numChars>=1<<e)return 1/0;n+=4+e+r.bitData.length}return n}static toUtf8ByteArray(e){e=encodeURI(e);let t=[];for(let n=0;n<e.length;n++)e.charAt(n)==`%`?(t.push(parseInt(e.substring(n+1,n+3),16)),n+=2):t.push(e.charCodeAt(n));return t}};a.NUMERIC_REGEX=/^[0-9]*$/,a.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,a.ALPHANUMERIC_CHARSET=`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:`;let o=a;e.QrSegment=a})(Hw||={}),(e=>{(e=>{let t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};t.LOW=new t(0,1),t.MEDIUM=new t(1,0),t.QUARTILE=new t(2,3),t.HIGH=new t(3,2),e.Ecc=t})(e.QrCode||={})})(Hw||={}),(e=>{(e=>{let t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};t.NUMERIC=new t(1,[10,12,14]),t.ALPHANUMERIC=new t(2,[9,11,13]),t.BYTE=new t(4,[8,16,16]),t.KANJI=new t(8,[8,10,12]),t.ECI=new t(7,[0,0,0]),e.Mode=t})(e.QrSegment||={})})(Hw||={});var Uw=Hw,Ww={L:Uw.QrCode.Ecc.LOW,M:Uw.QrCode.Ecc.MEDIUM,Q:Uw.QrCode.Ecc.QUARTILE,H:Uw.QrCode.Ecc.HIGH},Gw=128,Kw=`L`,qw=`#FFFFFF`,Jw=`#000000`,Yw=!1,Xw=1,Zw=4,Qw=0,$w=.1;function eT(e,t=0){let n=[];return e.forEach(function(e,r){let i=null;e.forEach(function(a,o){if(!a&&i!==null){n.push(`M${i+t} ${r+t}h${o-i}v1H${i+t}z`),i=null;return}if(o===e.length-1){if(!a)return;i===null?n.push(`M${o+t},${r+t} h1v1H${o+t}z`):n.push(`M${i+t},${r+t} h${o+1-i}v1H${i+t}z`);return}a&&i===null&&(i=o)})}),n.join(``)}function tT(e,t){return e.slice().map((e,n)=>n<t.y||n>=t.y+t.h?e:e.map((e,n)=>n<t.x||n>=t.x+t.w?e:!1))}function nT(e,t,n,r){if(r==null)return null;let i=e.length+n*2,a=Math.floor(t*$w),o=i/t,s=(r.width||a)*o,c=(r.height||a)*o,l=r.x==null?e.length/2-s/2:r.x*o,u=r.y==null?e.length/2-c/2:r.y*o,d=r.opacity==null?1:r.opacity,f=null;if(r.excavate){let e=Math.floor(l),t=Math.floor(u);f={x:e,y:t,w:Math.ceil(s+l-e),h:Math.ceil(c+u-t)}}let p=r.crossOrigin;return{x:l,y:u,h:c,w:s,excavation:f,opacity:d,crossOrigin:p}}function rT(e,t){return t==null?e?Zw:Qw:Math.max(Math.floor(t),0)}function iT({value:e,level:t,minVersion:n,includeMargin:r,marginSize:i,imageSettings:a,size:o,boostLevel:s}){let c=I.useMemo(()=>{let r=(Array.isArray(e)?e:[e]).reduce((e,t)=>(e.push(...Uw.QrSegment.makeSegments(t)),e),[]);return Uw.QrCode.encodeSegments(r,Ww[t],n,void 0,void 0,s)},[e,t,n,s]),{cells:l,margin:u,numCells:d,calculatedImageSettings:f}=I.useMemo(()=>{let e=c.getModules(),t=rT(r,i);return{cells:e,margin:t,numCells:e.length+t*2,calculatedImageSettings:nT(e,o,t,a)}},[c,o,a,r,i]);return{qrcode:c,margin:u,cells:l,numCells:d,calculatedImageSettings:f}}var aT=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),oT=I.forwardRef(function(e,t){let n=e,{value:r,size:i=Gw,level:a=Kw,bgColor:o=qw,fgColor:s=Jw,includeMargin:c=Yw,minVersion:l=Xw,boostLevel:u,marginSize:d,imageSettings:f}=n,p=Vw(n,[`value`,`size`,`level`,`bgColor`,`fgColor`,`includeMargin`,`minVersion`,`boostLevel`,`marginSize`,`imageSettings`]),{style:m}=p,h=Vw(p,[`style`]),g=f?.src,_=I.useRef(null),v=I.useRef(null),y=I.useCallback(e=>{_.current=e,typeof t==`function`?t(e):t&&(t.current=e)},[t]),[b,x]=I.useState(!1),{margin:S,cells:C,numCells:w,calculatedImageSettings:T}=iT({value:r,level:a,minVersion:l,boostLevel:u,includeMargin:c,marginSize:d,imageSettings:f,size:i});I.useEffect(()=>{if(_.current!=null){let e=_.current,t=e.getContext(`2d`);if(!t)return;let n=C,r=v.current,a=T!=null&&r!==null&&r.complete&&r.naturalHeight!==0&&r.naturalWidth!==0;a&&T.excavation!=null&&(n=tT(C,T.excavation));let c=window.devicePixelRatio||1;e.height=e.width=i*c;let l=i/w*c;t.scale(l,l),t.fillStyle=o,t.fillRect(0,0,w,w),t.fillStyle=s,aT?t.fill(new Path2D(eT(n,S))):C.forEach(function(e,n){e.forEach(function(e,r){e&&t.fillRect(r+S,n+S,1,1)})}),T&&(t.globalAlpha=T.opacity),a&&t.drawImage(r,T.x+S,T.y+S,T.w,T.h)}}),I.useEffect(()=>{x(!1)},[g]);let E=Bw({height:i,width:i},m),D=null;return g!=null&&(D=I.createElement(`img`,{src:g,key:g,style:{display:`none`},onLoad:()=>{x(!0)},ref:v,crossOrigin:T?.crossOrigin})),I.createElement(I.Fragment,null,I.createElement(`canvas`,Bw({style:E,height:i,width:i,ref:y,role:`img`},h)),D)});oT.displayName=`QRCodeCanvas`;var sT=I.forwardRef(function(e,t){let n=e,{value:r,size:i=Gw,level:a=Kw,bgColor:o=qw,fgColor:s=Jw,includeMargin:c=Yw,minVersion:l=Xw,boostLevel:u,title:d,marginSize:f,imageSettings:p}=n,m=Vw(n,[`value`,`size`,`level`,`bgColor`,`fgColor`,`includeMargin`,`minVersion`,`boostLevel`,`title`,`marginSize`,`imageSettings`]),{margin:h,cells:g,numCells:_,calculatedImageSettings:v}=iT({value:r,level:a,minVersion:l,boostLevel:u,includeMargin:c,marginSize:f,imageSettings:p,size:i}),y=g,b=null;p!=null&&v!=null&&(v.excavation!=null&&(y=tT(g,v.excavation)),b=I.createElement(`image`,{href:p.src,height:v.h,width:v.w,x:v.x+h,y:v.y+h,preserveAspectRatio:`none`,opacity:v.opacity,crossOrigin:v.crossOrigin}));let x=eT(y,h);return I.createElement(`svg`,Bw({height:i,width:i,viewBox:`0 0 ${_} ${_}`,ref:t,role:`img`},m),!!d&&I.createElement(`title`,null,d),I.createElement(`path`,{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:`crispEdges`}),I.createElement(`path`,{fill:s,d:x,shapeRendering:`crispEdges`}),b)});sT.displayName=`QRCodeSVG`;function cT({data:e,onSubmit:t,submitted:n}){let r=e,i=(0,I.useRef)(!1),a=r?.value?.trim()??``;return(0,I.useEffect)(()=>{a&&!n&&!i.current&&(i.current=!0,t(``))},[a,n,t]),a?(0,L.jsxs)(`div`,{className:`qr-code`,children:[(0,L.jsx)(`div`,{className:`qr-code__canvas`,children:(0,L.jsx)(sT,{value:a,size:240,level:`M`,bgColor:`#ffffff`,fgColor:`#000000`})}),r?.label&&(0,L.jsx)(`div`,{className:`qr-code__label`,children:r.label})]}):(0,L.jsx)(`div`,{className:`qr-code qr-code--error`,children:`No QR data provided. Try again or ask the agent to generate a new QR code.`})}var lT={"single-select":c,"multi-select":h,confirm:ft,"info-card":pt,"action-list":mt,form:ht,progress:_t,"browser-viewer":yt,"document-editor":dw,"rich-content-editor":Dw,"grid-editor":Pw,"qr-code":cT,"output-style":c,"thinking-view":c,"plugin-selector":h};function uT({name:e,data:t,onSubmit:n,submitted:r,isStreaming:i}){let a=lT[e];return a?(0,L.jsx)(a,{data:t,onSubmit:n,submitted:r,isStreaming:i}):(console.warn(`[ComponentRenderer] Unknown component: "${e}". Registered: ${Object.keys(lT).join(`, `)}`),(0,L.jsx)(`div`,{className:`component-card component-card--error`,children:(0,L.jsxs)(`p`,{style:{fontFamily:`var(--font-body)`,fontSize:12,color:`var(--text-secondary)`},children:[`Component “`,e,`” is not available. This may require a platform update.`]})}))}var dT=/\b(?:fail|error|unable|could not|cannot|CAPTCHA|SIGN_IN_REQUIRED)\b/i;function fT(e){let t=new Date(e),n=new Date,r=String(t.getHours()).padStart(2,`0`),i=String(t.getMinutes()).padStart(2,`0`);return t.toDateString()===n.toDateString()?`${r}:${i}`:`${String(t.getDate()).padStart(2,`0`)}-${String(t.getMonth()+1).padStart(2,`0`)}-${t.getFullYear()} ${r}:${i}`}var pT=[Ve,Re,j,Fe,ue];function mT({size:e=13}){let[t,n]=(0,I.useState)(0);(0,I.useEffect)(()=>{let e=setInterval(()=>n(e=>(e+1)%8),300);return()=>clearInterval(e)},[]);let r=t<=4?t:8-t,i=pT[r];return(0,L.jsx)(i,{size:e,className:`star-loader star-frame-${r}`})}var hT=[`Thinking`,`Reasoning`,`Analyzing`,`Considering`,`Reflecting`,`Evaluating`,`Weighing`,`Synthesizing`,`Processing`,`Exploring`,`Examining`,`Assessing`,`Reviewing`,`Contemplating`,`Deliberating`],gT=60,_T=1500;function vT(){let e=(0,I.useRef)(-1),t=(0,I.useRef)(void 0),[n,r]=(0,I.useState)(()=>{let t=Math.floor(Math.random()*hT.length);return e.current=t,hT[t]+`…`});return(0,I.useEffect)(()=>{let n=!1;function i(){let t;do t=Math.floor(Math.random()*hT.length);while(t===e.current&&hT.length>1);return e.current=t,t}function a(){if(n)return;let e=hT[i()]+`…`,o=0;function s(){n||(o++,r(e.slice(0,o)),o<e.length?t.current=setTimeout(s,gT):t.current=setTimeout(a,_T))}t.current=setTimeout(s,gT)}return t.current=setTimeout(a,_T),()=>{n=!0,clearTimeout(t.current)}},[]),(0,L.jsx)(`span`,{className:`tl-thinking-typewriter`,children:n})}function yT(e,t){let n=e=>String(e??``);switch(e){case`Read`:return`Read ${n(t.file_path??t.path)}`;case`Write`:return`Write ${n(t.file_path??t.path)}`;case`Edit`:return`Edit ${n(t.file_path??t.path)}`;case`Bash`:return n(t.description??String(t.command??``).slice(0,70));case`Glob`:return`Glob ${n(t.pattern)}`;case`Grep`:return`Grep "${n(t.pattern)}" in ${n(t.path??`.`)}`;case`WebFetch`:return`Fetch ${n(t.url)}`;case`Agent`:return n(t.description??t.task??`Subagent`);case`Skill`:return n(t.skill??`Skill`);default:{let r=e.match(/^mcp__[^_]+__(.+)$/),i=r?r[1]:e,a=Object.keys(t)[0];return a?`${i}: ${n(t[a]).slice(0,50)}`:i}}}function bT({name:e,size:t=12}){let n=e.match(/^mcp__[^_]+__(.+)$/);switch(n?n[1]:e){case`Read`:return(0,L.jsx)(a,{size:t});case`Write`:return(0,L.jsx)(me,{size:t});case`Edit`:return(0,L.jsx)(pe,{size:t});case`Bash`:return(0,L.jsx)(He,{size:t});case`Glob`:case`Grep`:return(0,L.jsx)(Le,{size:t});case`WebFetch`:return(0,L.jsx)(he,{size:t});case`Agent`:return(0,L.jsx)(te,{size:t});case`Skill`:return(0,L.jsx)(Re,{size:t});case`memory-search`:return(0,L.jsx)(P,{size:t});case`memory-write`:return(0,L.jsx)(le,{size:t});case`task-list`:return(0,L.jsx)(oe,{size:t});case`task-create`:return(0,L.jsx)(se,{size:t});case`contact-create`:return(0,L.jsx)(Ge,{size:t});default:return(0,L.jsx)(Ke,{size:t})}}function xT(e){let t=new Map,n=new Map;return e.forEach((e,r)=>{if(e.type===`tool_use`){let t=n.get(e.name)??[];t.push(r),n.set(e.name,t)}else if(e.type===`tool_result`){let i=n.get(e.name);i?.length&&t.set(i.shift(),r)}}),t}function ST(e){return e>=1e3?`${(e/1e3).toFixed(1)}k`:String(e)}function CT(e){let t=``;switch(e.type){case`text`:case`thinking`:t=e.content??``;break;case`tool_use`:t=JSON.stringify(e.input??{});break;case`tool_result`:t=e.output??``;break;case`subagent_start`:t=e.task??``;break;case`subagent_end`:t=e.result??``;break;case`component`:t=JSON.stringify(e.data??{});break;case`status`:t=e.message??``;break;default:return 0}return Math.ceil(t.length/4)}function wT(e){if(e<60)return`${e}s`;let t=Math.floor(e/60),n=e%60;return n>0?`${t}m ${n}s`:`${t}m`}function TT(e){if(e<60)return`${e.toFixed(1)}s`;let t=Math.floor(e/60),n=e%60;return n>=.1?`${t}m ${Math.floor(n)}s`:`${t}m`}function ET({icon:e,isPending:t,isError:n,doneClass:r=`tl-done`,summary:i,detail:a,tokens:s,elapsed:c,isLast:l,expanded:u,onToggle:d,selectCheck:f}){let p=!!a;return(0,L.jsxs)(`div`,{className:`tl-step`,children:[f,(0,L.jsxs)(`div`,{className:`tl-col`,children:[(0,L.jsx)(`div`,{className:`tl-icon${t?` tl-pending`:n?` tl-error`:` ${r}`}`,children:e}),!l&&(0,L.jsx)(`div`,{className:`tl-line tl-line-grow`})]}),(0,L.jsxs)(`div`,{className:`tl-body`,children:[(0,L.jsxs)(`div`,{className:`tl-row`,onClick:p?()=>{window.getSelection()?.toString()||d()}:void 0,style:{cursor:p?`pointer`:`default`},children:[(0,L.jsx)(`span`,{className:`tl-summary`,children:i}),s>0&&(0,L.jsxs)(`span`,{className:`tl-step-tokens`,children:[(0,L.jsx)(Je,{size:9}),ST(s)]}),(0,L.jsx)(`span`,{className:`tl-step-elapsed`,children:TT(c)}),p&&(0,L.jsx)(`span`,{className:`tl-chevron`,children:u?(0,L.jsx)(o,{size:10}):(0,L.jsx)(re,{size:10})})]}),p&&u&&(0,L.jsx)(`pre`,{className:`tl-detail`,children:a})]})]})}function DT({events:e,isStreaming:t,elapsedSeconds:n,streamStartMs:r,expandAll:i,onCompactNow:a,isCompacting:s,sessionCompacted:c,onComponentSubmit:l,submittedComponents:u,timestamp:f,selectionMode:p,selectedItems:m,onToggleItem:h}){let[g,_]=(0,I.useState)(new Set),[v,y]=(0,I.useState)(!t),b=(0,I.useRef)(t);(0,I.useEffect)(()=>{b.current&&!t&&y(!0),!b.current&&t&&y(!1),b.current=t},[t]);let x=(0,I.useRef)(new Map),S=(0,I.useRef)(0),[w,E]=(0,I.useState)(Date.now());(0,I.useEffect)(()=>{let t=Date.now();for(let n=S.current;n<e.length;n++)x.current.has(n)||x.current.set(n,t);S.current=e.length},[e]),(0,I.useEffect)(()=>{if(!t)return;let e=setInterval(()=>E(Date.now()),100);return()=>clearInterval(e)},[t]);let D=e=>{_(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})},O=(e,t)=>{let n=e===P[0]?.i&&r?r:x.current.get(e)??w,i=t===void 0?w:x.current.get(t)??w;return Math.max(0,(i-n)/1e3)},k=xT(e),j=new Set(k.values()),M=e.map((e,t)=>({e,i:t})).filter(({e})=>e.type===`text`),ee=new Set(t?[]:e.map((e,t)=>({e,i:t})).filter(({e})=>e.type===`component`).map(({i:e})=>e)),ie=e=>e.type===`component`&&[`browser-viewer`,`qr-code`].includes(e.name);function ae(e){if(!p||t||!f)return null;let n=`${f}_${e}`;return(0,L.jsx)(`div`,{className:`tl-select-check`,onClick:e=>e.stopPropagation(),children:(0,L.jsx)(d,{checked:m?.has(n)??!1,onChange:()=>h?.(n)})})}let oe=e.findLast(e=>e.type===`usage`),se=e.findLast(e=>e.type===`history_usage`),N=e.findLast(e=>e.type===`status`),le=e.some(e=>e.type===`subagent_start`),P=e.map((e,t)=>({e,i:t})).filter(({e,i:n})=>e.type!==`text`&&e.type!==`usage`&&e.type!==`rate_limit`&&e.type!==`history_usage`&&e.type!==`status`&&e.type!==`done`&&e.type!==`subagent_progress`&&!j.has(n)&&!ee.has(n)&&!(t&&e.type===`component`&&!ie(e))&&!(e.type===`tool_use`&&e.name===`Agent`&&le)),ue=new Map;for(let e=0;e<P.length-1;e++)ue.set(P[e].i,P[e+1].i);let F=(()=>{let e=[],t=!1,n=0;for(let{e:r}of P)if(n+=CT(r),r.type===`thinking`)t=!0;else if(r.type===`tool_use`){let t=r.name;e.includes(t)||e.push(t)}let r=[`${P.length} step${P.length===1?``:`s`}`];if(e.length>0){let t=e.slice(0,3),n=e.length-t.length;r.push(t.join(`, `)+(n>0?` +${n}`:``))}return{text:r.join(` · `),hasThinking:t,tokenSum:n}})(),de=oe?.peak_request_pct==null?oe?.context_window?Math.round((oe.input_tokens+oe.cache_creation_tokens+oe.cache_read_tokens)/oe.context_window*100):null:Math.round(oe.peak_request_pct*100),fe=P.length>0,pe=M.length>0,me=new Set(P.map(e=>e.i)),he=new Set(M.map(e=>e.i)),ge=[];for(let t=0;t<e.length;t++){let n=e[t],r=null;if(me.has(t)?r=`steps`:he.has(t)&&(r=`text`),!r)continue;let i=ge[ge.length-1];i&&i.role===r?i.items.push({e:n,i:t}):ge.push({role:r,items:[{e:n,i:t}]})}let _e=M.length>0?M[M.length-1].i:-1;function ve(n,r,a,s){let c=s===a.length-1;if(n.type===`thinking`){let e=i===void 0?!g.has(r):i,t=ue.get(r);return(0,L.jsxs)(`div`,{className:`tl-step`,children:[ae(r),(0,L.jsxs)(`div`,{className:`tl-col`,children:[(0,L.jsx)(`div`,{className:`tl-icon tl-dim`,children:(0,L.jsx)(be,{size:11})}),!c&&(0,L.jsx)(`div`,{className:`tl-line tl-line-grow`})]}),(0,L.jsx)(`div`,{className:`tl-body`,children:(0,L.jsxs)(`div`,{className:`tl-row tl-row-top`,onClick:()=>{window.getSelection()?.toString()||D(r)},style:{cursor:`pointer`},children:[(0,L.jsx)(`div`,{className:`tl-thinking-col`,children:e?(0,L.jsx)(`div`,{className:`tl-thinking-body`,children:n.content}):(0,L.jsxs)(`span`,{className:`tl-summary tl-thinking-label`,children:[n.content.slice(0,80),n.content.length>80?`…`:``]})}),CT(n)>0&&(0,L.jsxs)(`span`,{className:`tl-step-tokens`,children:[(0,L.jsx)(Je,{size:9}),ST(CT(n))]}),(0,L.jsx)(`span`,{className:`tl-step-elapsed`,children:TT(O(r,t))}),(0,L.jsx)(`span`,{className:`tl-chevron`,children:e?(0,L.jsx)(o,{size:10}):(0,L.jsx)(re,{size:10})})]})})]},r)}if(n.type===`status`)return(0,L.jsx)(`div`,{className:`tl-status`,children:n.message},r);if(n.type===`tool_use`){let t=k.get(r),a=t===void 0?void 0:e[t],o=a===void 0,s=a?.type===`tool_result`&&!!a.error,l=o?(0,L.jsx)(we,{size:11,className:`tl-spinner`}):s?(0,L.jsx)(qe,{size:11}):(0,L.jsx)(bT,{name:n.name,size:11}),u=n,d=a?.type===`tool_result`?`Input:
344
344
  ${JSON.stringify(u.input,null,2)}
345
345
 
346
346
  Result:
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>Maxy</title>
7
7
  <link rel="icon" href="/favicon.ico">
8
- <script type="module" crossorigin src="/assets/admin-BDETvNDj.js"></script>
8
+ <script type="module" crossorigin src="/assets/admin-DX0fWidx.js"></script>
9
9
  <link rel="modulepreload" crossorigin href="/assets/ChatInput-C_H-xxtM.js">
10
10
  <link rel="stylesheet" crossorigin href="/assets/ChatInput-rWA47V05.css">
11
11
  <link rel="stylesheet" href="/brand-defaults.css">