@wjarka/cezarion 0.11.2 → 0.11.3
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/contract/index.js +2 -1
- package/dist/contract/workspace.d.ts +14 -0
- package/dist/core/opencode-model-catalog.d.ts +5 -5
- package/dist/core/opencode-model-catalog.js +96 -34
- package/dist/core/opencode-model-catalog.js.map +1 -1
- package/dist/core/opencode-server-runner.js +37 -2
- package/dist/core/opencode-server-runner.js.map +1 -1
- package/dist/core/pi-model-catalog.d.ts +7 -0
- package/dist/core/pi-model-catalog.js +123 -26
- package/dist/core/pi-model-catalog.js.map +1 -1
- package/dist/core/pi-runner.js +12 -10
- package/dist/core/pi-runner.js.map +1 -1
- package/dist/core/pi-ui-mapper.d.ts +1 -0
- package/dist/core/pi-ui-mapper.js +68 -11
- package/dist/core/pi-ui-mapper.js.map +1 -1
- package/dist/core/runner-model-catalog.d.ts +2 -0
- package/dist/core/runner-model-catalog.js.map +1 -1
- package/dist/server/server.d.ts +1 -0
- package/dist/workflows/run.d.ts +3 -0
- package/dist/workflows/run.js +48 -21
- package/dist/workflows/run.js.map +1 -1
- package/package.json +3 -3
- package/scripts/mock-pi-rpc.mjs +49 -2
- package/web/dist/assets/{alert-dialog-g-GVThSw.js → alert-dialog-Bib2-aHJ.js} +1 -1
- package/web/dist/assets/arrow-down-DF9UfPoy.js +1 -0
- package/web/dist/assets/arrow-left-BVgebuvi.js +1 -0
- package/web/dist/assets/{centered-state-DdbE_pNl.js → centered-state-TyZe3tga.js} +1 -1
- package/web/dist/assets/chevron-right-W2B4c3Bn.js +1 -0
- package/web/dist/assets/{collapsible-R1r7zUOB.js → collapsible-DTRw1YnV.js} +1 -1
- package/web/dist/assets/{commit-list-Bgb1DHBX.js → commit-list-BKtzO28W.js} +1 -1
- package/web/dist/assets/{compare-variants-UA_0n_5a.js → compare-variants--E1SPJzi.js} +1 -1
- package/web/dist/assets/{diff-Cv3z9esx.js → diff-DtXK3tZy.js} +2 -2
- package/web/dist/assets/{diff-stat-ydfu0_5T.js → diff-stat-CJSJmLcb.js} +1 -1
- package/web/dist/assets/{diff-view-DnPdkmk2.js → diff-view-wZScCPoa.js} +1 -1
- package/web/dist/assets/{dropdown-menu-CPP9gEmn.js → dropdown-menu-CQp168wo.js} +1 -1
- package/web/dist/assets/editable-title-BWosq6YG.js +1 -0
- package/web/dist/assets/{ellipsis-vertical-WNkaehnw.js → ellipsis-vertical-BXllsyll.js} +1 -1
- package/web/dist/assets/{file-RvhJlchx.js → file-BgcgwEU-.js} +1 -1
- package/web/dist/assets/{folder-Dz-weqBo.js → folder-DGrkgLg9.js} +1 -1
- package/web/dist/assets/{git-toolbar-BEKuAjHk.js → git-toolbar-D9Wu2J60.js} +1 -1
- package/web/dist/assets/{github-CmFHDNje.js → github-xAF2VFFK.js} +1 -1
- package/web/dist/assets/{image-preview-DYiOSYoY.js → image-preview-Cd7b7Evu.js} +1 -1
- package/web/dist/assets/index-CKWqcYjr.js +7 -0
- package/web/dist/assets/{markdown-DQHRRO9e.js → markdown-Cvzv-jvo.js} +1 -1
- package/web/dist/assets/new-task-form-CZAdHx_5.js +1 -0
- package/web/dist/assets/{pill-FAFXjmY6.js → pill-B9vrSbT6.js} +1 -1
- package/web/dist/assets/{project-router-Dzc0JK2j.js → project-router-CF-1GU39.js} +1 -1
- package/web/dist/assets/{prompt-templates-DmqtzSPL.js → prompt-templates-CSmaXZ5G.js} +1 -1
- package/web/dist/assets/{refresh-cw-BP4TkA4M.js → refresh-cw-D5a-hkgq.js} +1 -1
- package/web/dist/assets/{repo-git-C20pc5tT.js → repo-git-BicCjDSy.js} +1 -1
- package/web/dist/assets/{run-diff-CvcsWwew.js → run-diff-DWzdGMTg.js} +1 -1
- package/web/dist/assets/run-header-Cc7KFOMX.js +1 -0
- package/web/dist/assets/{search-x-Drnmsmd0.js → search-x-DJIOs-nB.js} +1 -1
- package/web/dist/assets/{skill-empty-hint-D2l_OqZ5.js → skill-empty-hint-BcecPZ6K.js} +1 -1
- package/web/dist/assets/skills-BKYATWFF.js +1 -0
- package/web/dist/assets/{sparkles-B9ja4FHw.js → sparkles-C-1JzGqe.js} +1 -1
- package/web/dist/assets/{square-terminal-CB2du-YG.js → square-terminal-CnrkOecA.js} +1 -1
- package/web/dist/assets/{tab-link-C5FWJ66Y.js → tab-link-CQgzNUwP.js} +1 -1
- package/web/dist/assets/{task-changes-CuUmQArS.js → task-changes--AyxNXvn.js} +1 -1
- package/web/dist/assets/{task-commits-DgIWIhW9.js → task-commits-DlBBODPF.js} +1 -1
- package/web/dist/assets/{task-files-BeDXPyz5.js → task-files-DZ49FGVz.js} +1 -1
- package/web/dist/assets/task-thread-D10akRi2.js +9 -0
- package/web/dist/assets/{textarea-Sm6doUPO.js → textarea-BPMIukW0.js} +1 -1
- package/web/dist/assets/{thread-loading-DojNeADh.js → thread-loading-C9cWYGbd.js} +1 -1
- package/web/dist/assets/{trash-2-C_lGBXG2.js → trash-2-CwmIdbv2.js} +1 -1
- package/web/dist/assets/{triangle-alert-Brk_ldFl.js → triangle-alert-BU7Fnc0D.js} +1 -1
- package/web/dist/assets/{upload-Cxs1UROt.js → upload-B54t9i6X.js} +1 -1
- package/web/dist/assets/{use-desktop-Cmrz3npD.js → use-desktop-Co7z3Xov.js} +1 -1
- package/web/dist/assets/{use-submit-shortcut-DzeqN3GK.js → use-submit-shortcut-DfJM2Y1U.js} +1 -1
- package/web/dist/assets/{utils-Unt0mZvU.js → utils-BLZyueuK.js} +1 -1
- package/web/dist/assets/{workflows-D_GyBbup.js → workflows-CfC6b8y4.js} +1 -1
- package/web/dist/assets/{zoomable-image-ByySCppM.js → zoomable-image-BQMum6hd.js} +1 -1
- package/web/dist/index.html +22 -22
- package/web/dist/assets/arrow-down-BzmL0uj0.js +0 -1
- package/web/dist/assets/arrow-left-DtUM7GFU.js +0 -1
- package/web/dist/assets/chevron-right-DnLh0uM2.js +0 -1
- package/web/dist/assets/editable-title-D_bWdmY0.js +0 -1
- package/web/dist/assets/index-BQTfjxFm.js +0 -7
- package/web/dist/assets/new-task-form-D2KlpqYC.js +0 -1
- package/web/dist/assets/run-header-xFlbebSJ.js +0 -1
- package/web/dist/assets/skills-Cn2ppPow.js +0 -1
- package/web/dist/assets/task-thread-2nmi0vcz.js +0 -9
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/task-thread-2nmi0vcz.js","assets/rolldown-runtime-QTnfLwEv.js","assets/react-runtime-CCIEwYL0.js","assets/centered-state-DdbE_pNl.js","assets/utils-Unt0mZvU.js","assets/bundle-mjs-BT31bpU6.js","assets/editable-title-D_bWdmY0.js","assets/new-task-form-D2KlpqYC.js","assets/dropdown-menu-CPP9gEmn.js","assets/folder-Dz-weqBo.js","assets/sparkles-B9ja4FHw.js","assets/square-terminal-CB2du-YG.js","assets/triangle-alert-Brk_ldFl.js","assets/pill-FAFXjmY6.js","assets/markdown-DQHRRO9e.js","assets/alert-dialog-g-GVThSw.js","assets/chunk-BO2N2NFS-DE6qKn3r.js","assets/lib-BxQXEXDF.js","assets/highlighter-CdHqIwFr.js","assets/arrow-down-BzmL0uj0.js","assets/thread-loading-DojNeADh.js","assets/prompt-templates-DmqtzSPL.js","assets/use-submit-shortcut-DzeqN3GK.js","assets/textarea-Sm6doUPO.js","assets/skills-9oR_oHse.js","assets/chevron-right-DnLh0uM2.js","assets/run-header-xFlbebSJ.js","assets/trash-2-C_lGBXG2.js","assets/ellipsis-vertical-WNkaehnw.js","assets/collapsible-R1r7zUOB.js","assets/project-router-Dzc0JK2j.js","assets/diff-stat-ydfu0_5T.js","assets/tab-link-C5FWJ66Y.js","assets/search-x-Drnmsmd0.js","assets/lib-BQXq3kEf.js","assets/zoomable-image-ByySCppM.js","assets/run-diff-CvcsWwew.js","assets/compare-variants-UA_0n_5a.js","assets/task-changes-CuUmQArS.js","assets/use-desktop-Cmrz3npD.js","assets/diff-Cv3z9esx.js","assets/image-preview-DYiOSYoY.js","assets/git-toolbar-BEKuAjHk.js","assets/file-RvhJlchx.js","assets/upload-Cxs1UROt.js","assets/task-files-BeDXPyz5.js","assets/task-commits-DgIWIhW9.js","assets/arrow-left-DtUM7GFU.js","assets/commit-list-Bgb1DHBX.js","assets/repo-git-C20pc5tT.js","assets/github-CmFHDNje.js","assets/refresh-cw-BP4TkA4M.js","assets/workflows-D_GyBbup.js","assets/skill-empty-hint-D2l_OqZ5.js","assets/skills-Cn2ppPow.js"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{r as e}from"./rolldown-runtime-QTnfLwEv.js";import{i as t,n,t as r}from"./react-runtime-CCIEwYL0.js";import{$r as i,$t as a,A as o,An as s,Ar as c,B as l,Br as u,Bt as d,C as f,Cn as p,Cr as m,Ct as h,D as g,Dr as _,En as v,Er as y,F as b,Fn as x,Fr as S,Ft as C,G as ee,Gn as te,Gr as w,Gt as T,Hr as E,Ht as ne,I as re,Ir as ie,Jt as ae,Kr as D,Kt as oe,L as O,Ln as se,Lr as ce,Lt as le,M as k,Mr as ue,Mt as de,N as fe,Nn as A,Nr as pe,Nt as j,O as me,Or as M,P as he,Pr as ge,Pt as _e,Q as ve,Qr as ye,Qt as be,R as xe,Rr as N,Rt as Se,Sn as Ce,Sr as we,T as Te,Tn as Ee,Tr as De,U as Oe,Un as ke,Ut as Ae,V as je,Vr as Me,Vt as Ne,Wn as Pe,Wt as Fe,Xn as Ie,Yr as Le,Yt as Re,Z as P,Zt as ze,_ as Be,_n as Ve,_r as He,_t as Ue,a as F,ai as We,b as Ge,br as Ke,bt as qe,ci as Je,cn as Ye,ct as Xe,dn as Ze,dr as Qe,dt as $e,ei as et,en as tt,er as nt,et as rt,f as it,fr as at,ft as ot,g as st,gn as ct,gt as lt,h as ut,hn as dt,hr as ft,ht as pt,i as I,ii as mt,it as ht,j as gt,jr as _t,jt as vt,k as yt,kr as bt,li as xt,ln as St,lr as Ct,lt as L,mn as wt,mr as Tt,n as Et,ni as Dt,nr as Ot,oi as kt,on as At,pn as jt,pr as Mt,pt as Nt,qr as Pt,qt as R,r as Ft,ri as It,rn as Lt,rt as Rt,si as zt,sn as Bt,sr as Vt,t as z,ti as Ht,tn as Ut,u as Wt,ui as Gt,un as Kt,ut as qt,vn as Jt,vr as Yt,vt as Xt,wr as Zt,x as Qt,xn as $t,xr as en,y as tn,z as nn,zn as rn,zr as an,zt as on}from"./centered-state-DdbE_pNl.js";import{a as sn,m as cn,n as ln,p as un,r as B,s as dn,t as V,u as fn}from"./utils-Unt0mZvU.js";import{i as pn}from"./bundle-mjs-BT31bpU6.js";import{A as mn,C as hn,D as gn,E as _n,O as vn,S as yn,_ as bn,a as xn,b as Sn,h as Cn,i as wn,k as Tn,m as En,n as Dn,t as On,v as kn,w as An,x as jn,y as Mn}from"./editable-title-D_bWdmY0.js";import{t as Nn}from"./arrow-down-BzmL0uj0.js";import{a as Pn,d as Fn,i as In,l as Ln,n as Rn,o as zn,r as Bn,t as Vn,u as Hn}from"./thread-loading-DojNeADh.js";import{_ as Un,a as Wn,b as Gn,c as Kn,d as qn,f as Jn,g as Yn,h as Xn,i as Zn,l as Qn,m as $n,n as er,o as tr,p as nr,r as rr,s as ir,t as ar,u as or,w as sr,y as cr}from"./new-task-form-D2KlpqYC.js";import{t as lr}from"./chevron-right-DnLh0uM2.js";import{_ as ur,b as dr,c as fr,d as pr,f as mr,g as hr,h as gr,i as _r,l as vr,m as yr,n as br,p as xr,r as Sr,s as Cr,t as wr,u as Tr,v as Er}from"./dropdown-menu-CPP9gEmn.js";import{C as Dr,S as Or,_ as kr,a as Ar,b as jr,c as Mr,d as Nr,f as Pr,g as H,h as Fr,i as Ir,l as Lr,m as Rr,n as zr,o as Br,p as Vr,r as Hr,s as Ur,t as Wr,u as Gr,v as U,x as Kr,y as qr}from"./prompt-templates-DmqtzSPL.js";import{t as Jr}from"./folder-Dz-weqBo.js";import{t as Yr}from"./search-x-Drnmsmd0.js";import{t as Xr}from"./sparkles-B9ja4FHw.js";import{t as Zr}from"./triangle-alert-Brk_ldFl.js";import{n as Qr,t as $r}from"./textarea-Sm6doUPO.js";import{a as ei,c as ti,i as ni,n as ri,o as ii,r as ai,s as oi,t as si}from"./alert-dialog-g-GVThSw.js";import{a as ci,c as li,i as ui,l as di,n as fi,o as pi,r as mi,s as hi}from"./use-submit-shortcut-DzeqN3GK.js";import{a as gi,c as _i,i as vi,l as yi,n as bi,o as xi,r as Si,s as Ci,t as W}from"./project-router-Dzc0JK2j.js";import{a as wi,i as Ti,n as Ei,o as Di,r as Oi,s as G,t as ki}from"./pill-FAFXjmY6.js";import{r as Ai,t as ji}from"./markdown-DQHRRO9e.js";import{a as Mi,c as Ni,d as Pi,f as Fi,i as Ii,l as Li,o as Ri,s as zi,t as Bi,u as Vi}from"./skills-9oR_oHse.js";import{t as Hi}from"./diff-stat-ydfu0_5T.js";import{i as Ui,n as Wi,r as Gi}from"./highlighter-CdHqIwFr.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var Ki=class extends Gt{constructor(e={}){super(),this.config=e,this.#e=new Set,this.#t=new Map,this.#n=0}#e;#t;#n;build(e,t,n){let r=new Pt({client:e,mutationCache:this,mutationId:++this.#n,options:e.defaultMutationOptions(t),state:n});return this.add(r),r}add(e){this.#e.add(e);let t=qi(e);if(typeof t==`string`){let n=this.#t.get(t);n?n.push(e):this.#t.set(t,[e])}this.notify({type:`added`,mutation:e})}remove(e){if(this.#e.delete(e)){let t=qi(e);if(typeof t==`string`){let n=this.#t.get(t);if(n)if(n.length>1){let t=n.indexOf(e);t!==-1&&n.splice(t,1)}else n[0]===e&&this.#t.delete(t)}}this.notify({type:`removed`,mutation:e})}canRun(e){let t=qi(e);if(typeof t==`string`){let n=this.#t.get(t)?.find(e=>e.state.status===`pending`);return!n||n===e}else return!0}runNext(e){let t=qi(e);return typeof t==`string`?(this.#t.get(t)?.find(t=>t!==e&&t.state.isPaused))?.continue()??Promise.resolve():Promise.resolve()}clear(){i.batch(()=>{this.#e.forEach(e=>{this.notify({type:`removed`,mutation:e})}),this.#e.clear(),this.#t.clear()})}getAll(){return Array.from(this.#e)}find(e){let t={exact:!0,...e};return this.getAll().find(e=>It(t,e))}findAll(e={}){return this.getAll().filter(t=>It(e,t))}notify(e){i.batch(()=>{this.listeners.forEach(t=>{t(e)})})}resumePausedMutations(){let e=this.getAll().filter(e=>e.state.isPaused);return i.batch(()=>Promise.all(e.map(e=>e.continue().catch(We))))}};function qi(e){return e.options.scope?.id}var Ji=class extends Gt{constructor(e={}){super(),this.config=e,this.#e=new Map}#e;build(e,t,n){let r=t.queryKey,i=t.queryHash??Dt(r,t),a=this.get(i);return a||(a=new Le({client:e,queryKey:r,queryHash:i,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(r)}),this.add(a)),a}add(e){this.#e.has(e.queryHash)||(this.#e.set(e.queryHash,e),this.notify({type:`added`,query:e}))}remove(e){let t=this.#e.get(e.queryHash);t&&(e.destroy(),t===e&&this.#e.delete(e.queryHash),this.notify({type:`removed`,query:e}))}clear(){i.batch(()=>{this.getAll().forEach(e=>{this.remove(e)})})}get(e){return this.#e.get(e)}getAll(){return[...this.#e.values()]}find(e){let t={exact:!0,...e};return this.getAll().find(e=>mt(t,e))}findAll(e={}){let t=this.getAll();return Object.keys(e).length>0?t.filter(t=>mt(e,t)):t}notify(e){i.batch(()=>{this.listeners.forEach(t=>{t(e)})})}onFocus(){i.batch(()=>{this.getAll().forEach(e=>{e.onFocus()})})}onOnline(){i.batch(()=>{this.getAll().forEach(e=>{e.onOnline()})})}},Yi=class{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e={}){this.#e=e.queryCache||new Ji,this.#t=e.mutationCache||new Ki,this.#n=e.defaultOptions||{},this.#r=new Map,this.#i=new Map,this.#a=0}mount(){this.#a++,this.#a===1&&(this.#o=xt.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onFocus())}),this.#s=ye.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onOnline())}))}unmount(){this.#a--,this.#a===0&&(this.#o?.(),this.#o=void 0,this.#s?.(),this.#s=void 0)}isFetching(e){return this.#e.findAll({...e,fetchStatus:`fetching`}).length}isMutating(e){return this.#t.findAll({...e,status:`pending`}).length}getQueryData(e){let t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state.data}ensureQueryData(e){let t=this.defaultQueryOptions(e),n=this.#e.build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(zt(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return this.#e.findAll(e).map(({queryKey:e,state:t})=>[e,t.data])}setQueryData(e,t,n){let r=this.defaultQueryOptions({queryKey:e}),i=this.#e.get(r.queryHash)?.state.data,a=et(t,i);if(a!==void 0)return this.#e.build(this,r).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return i.batch(()=>this.#e.findAll(e).map(({queryKey:e})=>[e,this.setQueryData(e,t,n)]))}getQueryState(e){let t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state}removeQueries(e){let t=this.#e;i.batch(()=>{t.findAll(e).forEach(e=>{t.remove(e)})})}resetQueries(e,t){let n=this.#e;return i.batch(()=>(n.findAll(e).forEach(e=>{e.reset()}),this.refetchQueries({type:`active`,...e},t)))}cancelQueries(e,t={}){let n={revert:!0,...t},r=i.batch(()=>this.#e.findAll(e).map(e=>e.cancel(n)));return Promise.all(r).then(We).catch(We)}invalidateQueries(e,t={}){return i.batch(()=>(this.#e.findAll(e).forEach(e=>{e.invalidate()}),e?.refetchType===`none`?Promise.resolve():this.refetchQueries({...e,type:e?.refetchType??e?.type??`active`},t)))}refetchQueries(e,t={}){let n={...t,cancelRefetch:t.cancelRefetch??!0},r=i.batch(()=>this.#e.findAll(e).filter(e=>!e.isDisabled()&&!e.isStatic()).map(e=>{let t=e.fetch(void 0,n);return n.throwOnError||(t=t.catch(We)),e.state.fetchStatus===`paused`?Promise.resolve():t}));return Promise.all(r).then(We)}fetchQuery(e){let t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);let n=this.#e.build(this,t);return n.isStaleByTime(zt(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(We).catch(We)}fetchInfiniteQuery(e){return e._type=`infinite`,this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(We).catch(We)}ensureInfiniteQueryData(e){return e._type=`infinite`,this.ensureQueryData(e)}resumePausedMutations(){return ye.isOnline()?this.#t.resumePausedMutations():Promise.resolve()}getQueryCache(){return this.#e}getMutationCache(){return this.#t}getDefaultOptions(){return this.#n}setDefaultOptions(e){this.#n=e}setQueryDefaults(e,t){this.#r.set(Ht(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){let t=[...this.#r.values()],n={};return t.forEach(t=>{kt(e,t.queryKey)&&Object.assign(n,t.defaultOptions)}),n}setMutationDefaults(e,t){this.#i.set(Ht(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){let t=[...this.#i.values()],n={};return t.forEach(t=>{kt(e,t.mutationKey)&&Object.assign(n,t.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;let t={...this.#n.queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||=Dt(t.queryKey,t),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!==`always`),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode=`offlineFirst`),t.queryFn===Je&&(t.enabled=!1),t}defaultMutationOptions(e){return e?._defaulted?e:{...this.#n.mutations,...e?.mutationKey&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){this.#e.clear(),this.#t.clear()}},K=e(t(),1),Xi=n();function Zi(e,t){if(e===`ping`)return{project:null,event:{type:`ping`}};let n;try{n=JSON.parse(t)}catch{return null}if(!Qi(n))return null;let r=n.project;if(typeof r!=`string`||r===``)return null;switch(e){case`run`:{let{project:e,...t}=n;return $i(t)?{project:r,event:{type:`run`,run:t}}:null}case`run-deleted`:{let e=n.id;return typeof e==`string`&&e?{project:r,event:{type:`run-deleted`,id:e}}:null}case`todos`:return Array.isArray(n.items)?{project:r,event:{type:`todos`,items:n.items}}:null;case`usage`:return Qi(n.usage)?{project:r,event:{type:`usage`,usage:n.usage}}:null;default:return null}}function Qi(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function $i(e){return Qi(e)&&typeof e.id==`string`&&e.id!==``}function ea(e,t){if(!e)return;let n=e.findIndex(e=>e.id===t.id);if(n>=0){let r=[...e];return r[n]=na(e[n],t),r}let r=t.createdAt??``,i=e.findIndex(e=>(e.createdAt??``).localeCompare(r)<0),a=[...e];return a.splice(i<0?e.length:i,0,t),a}function ta(e,t){if(!e)return;let n=e.filter(e=>e.id!==t);return n.length===e.length?e:n}function na(e,t){return e?.usage?{...t,usage:e.usage}:t}var ra=Object.freeze({});function ia(){let e=ra,t=new Set;return{subscribe(e){return t.add(e),()=>t.delete(e)},get:()=>e,set(n){e=n;for(let e of t)e()}}}var q=r(),aa=sn(`/workspace/events`),oa=2,sa=3e3,ca=[`run`,`run-deleted`,`todos`,`usage`,`ping`],la=[`project-added`,`project-removed`,`checkout-progress`,`automation-change`],ua=new Set;function da(e){return ua.add(e),()=>{ua.delete(e)}}var fa=400;function pa(e){let t;return{onEvent(n){n.type!==`run`&&n.type!==`run-deleted`||t===void 0&&(t=setTimeout(()=>{t=void 0,e.invalidateQueries({queryKey:R.runsIndex})},fa))},cancel(){clearTimeout(t),t=void 0}}}function ma(e){e.invalidateQueries({queryKey:k.runs.all}),e.invalidateQueries({queryKey:R.runsIndex}),e.invalidateQueries({queryKey:k.todos}),e.invalidateQueries({queryKey:k.health}),e.invalidateQueries({queryKey:k.worktrees}),e.invalidateQueries({queryKey:R.providerStatus})}function ha(e){return dn()??e.getQueryData(k.health)?.bootProject}function ga(e,t,n){switch(n.type){case`run`:{e.setQueryData(k.runs.list(),e=>ea(e,n.run));let t=k.runs.detail(n.run.id);e.getQueryData(t)!==void 0&&e.setQueryData(t,e=>na(e,n.run));let r=k.runs.changes(n.run.id);e.getQueryData(r)!==void 0&&e.invalidateQueries({queryKey:r}),e.invalidateQueries({queryKey:k.worktrees});return}case`run-deleted`:e.setQueryData(k.runs.list(),e=>ta(e,n.id)),e.removeQueries({queryKey:k.runs.detail(n.id)}),e.removeQueries({queryKey:k.runs.diff(n.id)}),e.invalidateQueries({queryKey:k.worktrees});return;case`todos`:e.setQueryData(k.todos,n.items);return;case`usage`:t.set(n.usage);return;case`ping`:return}}function _a(e,t=aa){let n=D();(0,K.useEffect)(()=>{let r=globalThis.EventSource;if(typeof r!=`function`)return;let i=null,a=pa(n),o,s=!1,c=!1,l=!1,u=!1,d=()=>{l=!0,u=!1;let e=R.providerStatus;n.cancelQueries({queryKey:e,exact:!0}).then(()=>n.invalidateQueries({queryKey:e,exact:!0,refetchType:`active`})).finally(()=>{if(c||!u){l=!1;return}d()})},f=()=>{c||o!==void 0||(o=setTimeout(()=>{o=void 0,c||p()},sa))},p=()=>{i?.close(),i=new r(t,{withCredentials:!0}),i.addEventListener(`open`,()=>{s&&ma(n),s=!0});for(let t of ca)i.addEventListener(t,r=>{let i=Zi(t,r.data);i&&(a.onEvent(i.event),!(i.project!==null&&i.project!==ha(n))&&ga(n,e,i.event))});for(let e of la)i.addEventListener(e,t=>{let r;try{r=JSON.parse(t.data)}catch{return}e!==`checkout-progress`&&e!==`automation-change`&&n.invalidateQueries({queryKey:R.projects});for(let t of[...ua])t(e,r)});i.addEventListener(`provider-status`,e=>{let t;try{t=JSON.parse(e.data)}catch{return}let r=y(t);if(!r)return;let i=R.providerStatus,a=De(n.getQueryData(i),r);if(a!==void 0){n.setQueryData(i,a);return}if(l){u=!0;return}d()}),i.addEventListener(`error`,()=>{i?.readyState===oa&&f()})},m=()=>{document.visibilityState===`visible`&&(ma(n),(!i||i.readyState===oa)&&(clearTimeout(o),o=void 0,p()))},h=()=>{clearTimeout(o),o=void 0,i?.close()},g=e=>{e.persisted&&(ma(n),p())};return document.addEventListener(`visibilitychange`,m),window.addEventListener(`pagehide`,h),window.addEventListener(`pageshow`,g),p(),()=>{c=!0,clearTimeout(o),a.cancel(),document.removeEventListener(`visibilitychange`,m),window.removeEventListener(`pagehide`,h),window.removeEventListener(`pageshow`,g),i?.close(),i=null}},[n,e,t])}var va=(0,K.createContext)(null);function ya({children:e}){let[t]=(0,K.useState)(ia);return _a(t),ve(),(0,q.jsx)(va.Provider,{value:t,children:e})}function ba(e){let t=(0,K.useContext)(va),n=t?t.get:Sa;return(0,K.useSyncExternalStore)(t?t.subscribe:xa,()=>e?n()[e]:void 0,()=>void 0)}var xa=()=>()=>void 0,Sa=()=>ra;function Ca(){return new Yi({defaultOptions:{queries:{refetchInterval:!1,staleTime:5*6e4,gcTime:30*6e4,refetchOnWindowFocus:!1,refetchOnReconnect:!1,retry:(e,t)=>t instanceof p&&t.status>=400&&t.status<500?!1:e<1},mutations:{retry:!1}}})}var wa=B(`arrow-right`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),Ta=B(`bell`,[[`path`,{d:`M10.268 21a2 2 0 0 0 3.464 0`,key:`vwvbt9`}],[`path`,{d:`M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326`,key:`11g9vi`}]]),Ea=B(`bookmark`,[[`path`,{d:`M17 3a2 2 0 0 1 2 2v15a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5a2 2 0 0 1 2-2z`,key:`oz39mx`}]]),Da=B(`check-check`,[[`path`,{d:`M18 6 7 17l-5-5`,key:`116fxf`}],[`path`,{d:`m22 10-7.5 7.5L13 16`,key:`ke71qq`}]]),Oa=B(`chevrons-left`,[[`path`,{d:`m11 17-5-5 5-5`,key:`13zhaf`}],[`path`,{d:`m18 17-5-5 5-5`,key:`h8a8et`}]]),ka=B(`chevrons-right`,[[`path`,{d:`m6 17 5-5-5-5`,key:`xnjwq`}],[`path`,{d:`m13 17 5-5-5-5`,key:`17xmmf`}]]),Aa=B(`clock-3`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 6v6h4`,key:`135r8i`}]]),ja=B(`clock`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 6v6l4 2`,key:`mmk7yg`}]]),Ma=B(`coins`,[[`path`,{d:`M13.744 17.736a6 6 0 1 1-7.48-7.48`,key:`bq4yh3`}],[`path`,{d:`M15 6h1v4`,key:`11y1tn`}],[`path`,{d:`m6.134 14.768.866-.5 2 3.464`,key:`17snzx`}],[`circle`,{cx:`16`,cy:`8`,r:`6`,key:`14bfc9`}]]),Na=B(`compass`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m16.24 7.76-1.804 5.411a2 2 0 0 1-1.265 1.265L7.76 16.24l1.804-5.411a2 2 0 0 1 1.265-1.265z`,key:`9ktpf1`}]]),Pa=B(`corner-left-up`,[[`path`,{d:`M14 9 9 4 4 9`,key:`1af5af`}],[`path`,{d:`M20 20h-7a4 4 0 0 1-4-4V4`,key:`1blwi3`}]]),Fa=B(`dollar-sign`,[[`line`,{x1:`12`,x2:`12`,y1:`2`,y2:`22`,key:`7eqyqh`}],[`path`,{d:`M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6`,key:`1b0p4s`}]]),Ia=B(`eye-off`,[[`path`,{d:`M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49`,key:`ct8e1f`}],[`path`,{d:`M14.084 14.158a3 3 0 0 1-4.242-4.242`,key:`151rxh`}],[`path`,{d:`M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143`,key:`13bj9a`}],[`path`,{d:`m2 2 20 20`,key:`1ooewy`}]]),La=B(`file-cog`,[[`path`,{d:`M15 8a1 1 0 0 1-1-1V2a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8z`,key:`1ckgky`}],[`path`,{d:`M20 8v12a2 2 0 0 1-2 2h-4.182`,key:`1726p0`}],[`path`,{d:`m3.305 19.53.923-.382`,key:`ao1pio`}],[`path`,{d:`M4 10.592V4a2 2 0 0 1 2-2h8`,key:`1foop0`}],[`path`,{d:`m4.228 16.852-.924-.383`,key:`1fv9zy`}],[`path`,{d:`m5.852 15.228-.383-.923`,key:`1a9hc2`}],[`path`,{d:`m5.852 20.772-.383.924`,key:`1sh9ke`}],[`path`,{d:`m8.148 15.228.383-.923`,key:`4yu6lf`}],[`path`,{d:`m8.53 21.696-.382-.924`,key:`18b0s9`}],[`path`,{d:`m9.773 16.852.922-.383`,key:`ti6xop`}],[`path`,{d:`m9.773 19.148.922.383`,key:`rws47d`}],[`circle`,{cx:`7`,cy:`18`,r:`3`,key:`lvkj7j`}]]),Ra=B(`file-diff`,[[`path`,{d:`M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z`,key:`1oefj6`}],[`path`,{d:`M9 10h6`,key:`9gxzsh`}],[`path`,{d:`M12 13V7`,key:`h0r20n`}],[`path`,{d:`M9 17h6`,key:`r8uit2`}]]),za=B(`folder-git-2`,[[`path`,{d:`M18 19a5 5 0 0 1-5-5v8`,key:`sz5oeg`}],[`path`,{d:`M9 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v5`,key:`1w6njk`}],[`circle`,{cx:`13`,cy:`12`,r:`2`,key:`1j92g6`}],[`circle`,{cx:`20`,cy:`19`,r:`2`,key:`1obnsp`}]]),Ba=B(`folder-open`,[[`path`,{d:`m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2`,key:`usdka0`}]]),Va=B(`folder-search`,[[`path`,{d:`M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1`,key:`1bw5m7`}],[`path`,{d:`m21 21-1.9-1.9`,key:`1g2n9r`}],[`circle`,{cx:`17`,cy:`17`,r:`3`,key:`18b49y`}]]),Ha=B(`folders`,[[`path`,{d:`M20 5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h2.5a1.5 1.5 0 0 1 1.2.6l.6.8a1.5 1.5 0 0 0 1.2.6z`,key:`a4852j`}],[`path`,{d:`M3 8.268a2 2 0 0 0-1 1.738V19a2 2 0 0 0 2 2h11a2 2 0 0 0 1.732-1`,key:`yxbcw3`}]]),Ua=B(`gauge`,[[`path`,{d:`m12 14 4-4`,key:`9kzdfg`}],[`path`,{d:`M3.34 19a10 10 0 1 1 17.32 0`,key:`19p75a`}]]),Wa=B(`git-branch`,[[`path`,{d:`M15 6a9 9 0 0 0-9 9V3`,key:`1cii5b`}],[`circle`,{cx:`18`,cy:`6`,r:`3`,key:`1h7g24`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}]]),Ga=B(`grip-vertical`,[[`circle`,{cx:`9`,cy:`12`,r:`1`,key:`1vctgf`}],[`circle`,{cx:`9`,cy:`5`,r:`1`,key:`hp0tcf`}],[`circle`,{cx:`9`,cy:`19`,r:`1`,key:`fkjjf6`}],[`circle`,{cx:`15`,cy:`12`,r:`1`,key:`1tmaij`}],[`circle`,{cx:`15`,cy:`5`,r:`1`,key:`19l28e`}],[`circle`,{cx:`15`,cy:`19`,r:`1`,key:`f4zoj3`}]]),Ka=B(`id-card`,[[`path`,{d:`M16 10h2`,key:`8sgtl7`}],[`path`,{d:`M16 14h2`,key:`epxaof`}],[`path`,{d:`M6.17 15a3 3 0 0 1 5.66 0`,key:`n6f512`}],[`circle`,{cx:`9`,cy:`11`,r:`2`,key:`yxgjnd`}],[`rect`,{x:`2`,y:`5`,width:`20`,height:`14`,rx:`2`,key:`qneu4z`}]]),qa=B(`inbox`,[[`polyline`,{points:`22 12 16 12 14 15 10 15 8 12 2 12`,key:`o97t9d`}],[`path`,{d:`M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z`,key:`oot6mr`}]]),Ja=B(`keyboard`,[[`path`,{d:`M10 8h.01`,key:`1r9ogq`}],[`path`,{d:`M12 12h.01`,key:`1mp3jc`}],[`path`,{d:`M14 8h.01`,key:`1primd`}],[`path`,{d:`M16 12h.01`,key:`1l6xoz`}],[`path`,{d:`M18 8h.01`,key:`emo2bl`}],[`path`,{d:`M6 8h.01`,key:`x9i8wu`}],[`path`,{d:`M7 16h10`,key:`wp8him`}],[`path`,{d:`M8 12h.01`,key:`czm47f`}],[`rect`,{width:`20`,height:`16`,x:`2`,y:`4`,rx:`2`,key:`18n3k1`}]]),Ya=B(`layers`,[[`path`,{d:`M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z`,key:`zw3jo`}],[`path`,{d:`M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12`,key:`1wduqc`}],[`path`,{d:`M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17`,key:`kqbvx6`}]]),Xa=B(`link`,[[`path`,{d:`M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71`,key:`1cjeqo`}],[`path`,{d:`M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71`,key:`19qd67`}]]),Za=B(`list-checks`,[[`path`,{d:`M13 5h8`,key:`a7qcls`}],[`path`,{d:`M13 12h8`,key:`h98zly`}],[`path`,{d:`M13 19h8`,key:`c3s6r1`}],[`path`,{d:`m3 17 2 2 4-4`,key:`1jhpwq`}],[`path`,{d:`m3 7 2 2 4-4`,key:`1obspn`}]]),Qa=B(`memory-stick`,[[`path`,{d:`M12 12v-2`,key:`fwoke6`}],[`path`,{d:`M12 18v-2`,key:`qj6yno`}],[`path`,{d:`M16 12v-2`,key:`heuere`}],[`path`,{d:`M16 18v-2`,key:`s1ct0w`}],[`path`,{d:`M2 11h1.5`,key:`15p63e`}],[`path`,{d:`M20 18v-2`,key:`12ehxp`}],[`path`,{d:`M20.5 11H22`,key:`khsy7a`}],[`path`,{d:`M4 18v-2`,key:`1c3oqr`}],[`path`,{d:`M8 12v-2`,key:`1mwtfd`}],[`path`,{d:`M8 18v-2`,key:`qcmpov`}],[`rect`,{x:`2`,y:`6`,width:`20`,height:`10`,rx:`2`,key:`1qcswk`}]]),$a=B(`menu`,[[`path`,{d:`M4 5h16`,key:`1tepv9`}],[`path`,{d:`M4 12h16`,key:`1lakjw`}],[`path`,{d:`M4 19h16`,key:`1djgab`}]]),eo=B(`monitor`,[[`rect`,{width:`20`,height:`14`,x:`2`,y:`3`,rx:`2`,key:`48i651`}],[`line`,{x1:`8`,x2:`16`,y1:`21`,y2:`21`,key:`1svkeh`}],[`line`,{x1:`12`,x2:`12`,y1:`17`,y2:`21`,key:`vw1qmm`}]]),to=B(`moon`,[[`path`,{d:`M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401`,key:`kfwtm`}]]),no=B(`notebook-pen`,[[`path`,{d:`M13.4 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-7.4`,key:`re6nr2`}],[`path`,{d:`M2 6h4`,key:`aawbzj`}],[`path`,{d:`M2 10h4`,key:`l0bgd4`}],[`path`,{d:`M2 14h4`,key:`1gsvsf`}],[`path`,{d:`M2 18h4`,key:`1bu2t1`}],[`path`,{d:`M21.378 5.626a1 1 0 1 0-3.004-3.004l-5.01 5.012a2 2 0 0 0-.506.854l-.837 2.87a.5.5 0 0 0 .62.62l2.87-.837a2 2 0 0 0 .854-.506z`,key:`pqwjuv`}]]),ro=B(`package-check`,[[`path`,{d:`M12 22V12`,key:`d0xqtd`}],[`path`,{d:`m16 17 2 2 4-4`,key:`uh5qu3`}],[`path`,{d:`M21 11.127V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.729l7 4a2 2 0 0 0 2 .001l1.32-.753`,key:`kpkbpo`}],[`path`,{d:`M3.29 7 12 12l8.71-5`,key:`19ckod`}],[`path`,{d:`m7.5 4.27 8.997 5.148`,key:`9yrvtv`}]]),io=B(`palette`,[[`path`,{d:`M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z`,key:`e79jfc`}],[`circle`,{cx:`13.5`,cy:`6.5`,r:`.5`,fill:`currentColor`,key:`1okk4w`}],[`circle`,{cx:`17.5`,cy:`10.5`,r:`.5`,fill:`currentColor`,key:`f64h9f`}],[`circle`,{cx:`6.5`,cy:`12.5`,r:`.5`,fill:`currentColor`,key:`qy21gx`}],[`circle`,{cx:`8.5`,cy:`7.5`,r:`.5`,fill:`currentColor`,key:`fotxhn`}]]),ao=B(`plus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`M12 5v14`,key:`s699le`}]]),oo=B(`scale`,[[`path`,{d:`M12 3v18`,key:`108xh3`}],[`path`,{d:`m19 8 3 8a5 5 0 0 1-6 0zV7`,key:`zcdpyk`}],[`path`,{d:`M3 7h1a17 17 0 0 0 8-2 17 17 0 0 0 8 2h1`,key:`1yorad`}],[`path`,{d:`m5 8 3 8a5 5 0 0 1-6 0zV7`,key:`eua70x`}],[`path`,{d:`M7 21h10`,key:`1b0cd5`}]]),so=B(`settings`,[[`path`,{d:`M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915`,key:`1i5ecw`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),co=B(`sliders-horizontal`,[[`path`,{d:`M10 5H3`,key:`1qgfaw`}],[`path`,{d:`M12 19H3`,key:`yhmn1j`}],[`path`,{d:`M14 3v4`,key:`1sua03`}],[`path`,{d:`M16 17v4`,key:`1q0r14`}],[`path`,{d:`M21 12h-9`,key:`1o4lsq`}],[`path`,{d:`M21 19h-5`,key:`1rlt1p`}],[`path`,{d:`M21 5h-7`,key:`1oszz2`}],[`path`,{d:`M8 10v4`,key:`tgpxqk`}],[`path`,{d:`M8 12H3`,key:`a7s4jb`}]]),lo=B(`square`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}]]),uo=B(`sun`,[[`circle`,{cx:`12`,cy:`12`,r:`4`,key:`4exip2`}],[`path`,{d:`M12 2v2`,key:`tus03m`}],[`path`,{d:`M12 20v2`,key:`1lh1kg`}],[`path`,{d:`m4.93 4.93 1.41 1.41`,key:`149t6j`}],[`path`,{d:`m17.66 17.66 1.41 1.41`,key:`ptbguv`}],[`path`,{d:`M2 12h2`,key:`1t8f8n`}],[`path`,{d:`M20 12h2`,key:`1q8mjw`}],[`path`,{d:`m6.34 17.66-1.41 1.41`,key:`1m8zz5`}],[`path`,{d:`m19.07 4.93-1.41 1.41`,key:`1shlcs`}]]),fo=B(`workflow`,[[`rect`,{width:`8`,height:`8`,x:`3`,y:`3`,rx:`2`,key:`by2w9f`}],[`path`,{d:`M7 11v4a2 2 0 0 0 2 2h4`,key:`xkn7yn`}],[`rect`,{width:`8`,height:`8`,x:`13`,y:`13`,rx:`2`,key:`1cgmvn`}]]),po=Object.freeze({position:`absolute`,border:0,width:1,height:1,padding:0,margin:-1,overflow:`hidden`,clip:`rect(0, 0, 0, 0)`,whiteSpace:`nowrap`,wordWrap:`normal`}),mo=`VisuallyHidden`,ho=K.forwardRef((e,t)=>(0,q.jsx)(Qt.span,{...e,ref:t,style:{...po,...e.style}}));ho.displayName=mo;var go=ho;function _o(e){let t=K.useRef({value:e,previous:e});return K.useMemo(()=>(t.current.value!==e&&(t.current.previous=t.current.value,t.current.value=e),t.current.previous),[e])}var vo=`Label`,yo=K.forwardRef((e,t)=>(0,q.jsx)(Qt.label,{...e,ref:t,onMouseDown:t=>{t.target.closest(`button, input, select, textarea`)||(e.onMouseDown?.(t),!t.defaultPrevented&&t.detail>1&&t.preventDefault())}}));yo.displayName=vo;var bo=yo,xo=`Switch`,[So,Co]=Ge(xo),[wo,To]=So(xo);function Eo(e){let{__scopeSwitch:t,checked:n,children:r,defaultChecked:i,disabled:a,form:o,name:s,onCheckedChange:c,required:l,value:u=`on`,internal_do_not_use_render:d}=e,[f,p]=Be({prop:n,defaultProp:i??!1,onChange:c,caller:xo}),[m,h]=K.useState(null),[g,_]=K.useState(null),v={checked:f,setChecked:p,disabled:a,control:m,setControl:h,name:s,form:o,value:u,hasConsumerStoppedPropagationRef:K.useRef(!1),required:l,defaultChecked:i,isFormControl:!m||!!o||!!m.closest(`form`),bubbleInput:g,setBubbleInput:_};return(0,q.jsx)(wo,{scope:t,...v,children:Po(d)?d(v):r})}var Do=`SwitchTrigger`,Oo=K.forwardRef(({__scopeSwitch:e,onClick:t,...n},r)=>{let{control:i,form:a,value:o,disabled:s,checked:c,required:l,setControl:u,setChecked:d,hasConsumerStoppedPropagationRef:f,isFormControl:p,bubbleInput:m}=To(Do,e),h=g(r,u),_=K.useRef(c);return K.useEffect(()=>{let e=a?i?.ownerDocument.getElementById(a):i?.form;if(e instanceof HTMLFormElement){let t=()=>d(_.current);return e.addEventListener(`reset`,t),()=>e.removeEventListener(`reset`,t)}},[i,a,d]),(0,q.jsx)(Qt.button,{type:`button`,role:`switch`,"aria-checked":c,"aria-required":l,"data-state":Fo(c),"data-disabled":s?``:void 0,disabled:s,value:o,...n,ref:h,onClick:tn(t,e=>{d(e=>!e),m&&p&&(f.current=e.isPropagationStopped(),f.current||e.stopPropagation())})})});Oo.displayName=Do;var ko=K.forwardRef((e,t)=>{let{__scopeSwitch:n,name:r,checked:i,defaultChecked:a,required:o,disabled:s,value:c,onCheckedChange:l,form:u,...d}=e;return(0,q.jsx)(Eo,{__scopeSwitch:n,checked:i,defaultChecked:a,disabled:s,required:o,onCheckedChange:l,name:r,form:u,value:c,internal_do_not_use_render:({isFormControl:e})=>(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(Oo,{...d,ref:t,__scopeSwitch:n}),e&&(0,q.jsx)(No,{__scopeSwitch:n})]})})});ko.displayName=xo;var Ao=`SwitchThumb`,jo=K.forwardRef((e,t)=>{let{__scopeSwitch:n,...r}=e,i=To(Ao,n);return(0,q.jsx)(Qt.span,{"data-state":Fo(i.checked),"data-disabled":i.disabled?``:void 0,...r,ref:t})});jo.displayName=Ao;var Mo=`SwitchBubbleInput`,No=K.forwardRef(({__scopeSwitch:e,...t},n)=>{let{control:r,hasConsumerStoppedPropagationRef:i,checked:a,defaultChecked:o,required:s,disabled:c,name:l,value:u,form:d,bubbleInput:f,setBubbleInput:p}=To(Mo,e),m=g(n,p),h=_o(a),_=ur(r);K.useEffect(()=>{let e=f;if(!e)return;let t=window.HTMLInputElement.prototype,n=Object.getOwnPropertyDescriptor(t,`checked`).set,r=!i.current;if(h!==a&&n){let t=new Event(`click`,{bubbles:r});n.call(e,a),e.dispatchEvent(t)}},[f,h,a,i]);let v=K.useRef(a);return(0,q.jsx)(Qt.input,{type:`checkbox`,"aria-hidden":!0,defaultChecked:o??v.current,required:s,disabled:c,name:l,value:u,form:d,...t,tabIndex:-1,ref:m,style:{...t.style,..._,position:`absolute`,pointerEvents:`none`,opacity:0,margin:0,transform:`translateX(-100%)`}})});No.displayName=Mo;function Po(e){return typeof e==`function`}function Fo(e){return e?`checked`:`unchecked`}var Io=`Tabs`,[Lo,Ro]=Ge(Io,[pr]),zo=pr(),[Bo,Vo]=Lo(Io),Ho=K.forwardRef((e,t)=>{let{__scopeTabs:n,value:r,onValueChange:i,defaultValue:a,orientation:o=`horizontal`,dir:s,activationMode:c=`automatic`,...l}=e,u=Er(s),[d,f]=Be({prop:r,onChange:i,defaultProp:a??``,caller:Io});return(0,q.jsx)(Bo,{scope:n,baseId:ut(),value:d,onValueChange:f,orientation:o,dir:u,activationMode:c,children:(0,q.jsx)(Qt.div,{dir:u,"data-orientation":o,...l,ref:t})})});Ho.displayName=Io;var Uo=`TabsList`,Wo=K.forwardRef((e,t)=>{let{__scopeTabs:n,loop:r=!0,...i}=e,a=Vo(Uo,n),o=zo(n);return(0,q.jsx)(Tr,{asChild:!0,...o,orientation:a.orientation,dir:a.dir,loop:r,children:(0,q.jsx)(Qt.div,{role:`tablist`,"aria-orientation":a.orientation,...i,ref:t})})});Wo.displayName=Uo;var Go=`TabsTrigger`,Ko=K.forwardRef((e,t)=>{let{__scopeTabs:n,value:r,disabled:i=!1,...a}=e,o=Vo(Go,n),s=zo(n),c=Yo(o.baseId,r),l=Xo(o.baseId,r),u=r===o.value;return(0,q.jsx)(vr,{asChild:!0,...s,focusable:!i,active:u,children:(0,q.jsx)(Qt.button,{type:`button`,role:`tab`,"aria-selected":u,"aria-controls":l,"data-state":u?`active`:`inactive`,"data-disabled":i?``:void 0,disabled:i,id:c,...a,ref:t,onMouseDown:tn(e.onMouseDown,e=>{!i&&e.button===0&&e.ctrlKey===!1?o.onValueChange(r):e.preventDefault()}),onKeyDown:tn(e.onKeyDown,e=>{i||e.target!==e.currentTarget||[` `,`Enter`].includes(e.key)&&o.onValueChange(r)}),onFocus:tn(e.onFocus,()=>{let e=o.activationMode!==`manual`;!u&&!i&&e&&o.onValueChange(r)})})})});Ko.displayName=Go;var qo=`TabsContent`,Jo=K.forwardRef((e,t)=>{let{__scopeTabs:n,value:r,forceMount:i,children:a,...o}=e,s=Vo(qo,n),c=Yo(s.baseId,r),l=Xo(s.baseId,r),u=r===s.value,d=K.useRef(u);return K.useEffect(()=>{let e=requestAnimationFrame(()=>d.current=!1);return()=>cancelAnimationFrame(e)},[]),(0,q.jsx)(st,{present:i||u,children:({present:n})=>(0,q.jsx)(Qt.div,{"data-state":u?`active`:`inactive`,"data-orientation":s.orientation,role:`tabpanel`,"aria-labelledby":c,hidden:!n,id:l,tabIndex:0,...o,ref:t,style:{...e.style,animationDuration:d.current?`0s`:void 0},children:n&&a})})});Jo.displayName=qo;function Yo(e,t){return`${e}-trigger-${t}`}function Xo(e,t){return`${e}-content-${t}`}var Zo=Ho,Qo=Wo,$o=Ko,es=Jo,[ts,ns]=Ge(`Tooltip`,[hr]),rs=hr(),is=`TooltipProvider`,as=700,os=`tooltip.open`,[ss,cs]=ts(is),ls=e=>{let{__scopeTooltip:t,delayDuration:n=as,skipDelayDuration:r=300,disableHoverableContent:i=!1,children:a}=e,o=K.useRef(!0),s=K.useRef(!1),c=K.useRef(0);return K.useEffect(()=>{let e=c.current;return()=>window.clearTimeout(e)},[]),(0,q.jsx)(ss,{scope:t,isOpenDelayedRef:o,delayDuration:n,onOpen:K.useCallback(()=>{r<=0||(window.clearTimeout(c.current),o.current=!1)},[r]),onClose:K.useCallback(()=>{r<=0||(window.clearTimeout(c.current),c.current=window.setTimeout(()=>o.current=!0,r))},[r]),isPointerInTransitRef:s,onPointerInTransitChange:K.useCallback(e=>{s.current=e},[]),disableHoverableContent:i,children:a})};ls.displayName=is;var us=`Tooltip`,[ds,fs]=ts(us),ps=e=>{let{__scopeTooltip:t,children:n,open:r,defaultOpen:i,onOpenChange:a,disableHoverableContent:o,delayDuration:s}=e,c=cs(us,e.__scopeTooltip),l=rs(t),[u,d]=K.useState(null),f=ut(),p=K.useRef(0),m=o??c.disableHoverableContent,h=s??c.delayDuration,g=K.useRef(!1),[_,v]=Be({prop:r,defaultProp:i??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(os))):c.onClose(),a?.(e)},caller:us}),y=K.useMemo(()=>_?g.current?`delayed-open`:`instant-open`:`closed`,[_]),b=K.useCallback(()=>{window.clearTimeout(p.current),p.current=0,g.current=!1,v(!0)},[v]),x=K.useCallback(()=>{window.clearTimeout(p.current),p.current=0,v(!1)},[v]),S=K.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{g.current=!0,v(!0),p.current=0},h)},[h,v]);return K.useEffect(()=>()=>{p.current&&=(window.clearTimeout(p.current),0)},[]),(0,q.jsx)(gr,{...l,children:(0,q.jsx)(ds,{scope:t,contentId:f,open:_,stateAttribute:y,trigger:u,onTriggerChange:d,onTriggerEnter:K.useCallback(()=>{c.isOpenDelayedRef.current?S():b()},[c.isOpenDelayedRef,S,b]),onTriggerLeave:K.useCallback(()=>{m?x():(window.clearTimeout(p.current),p.current=0)},[x,m]),onOpen:b,onClose:x,disableHoverableContent:m,children:n})})};ps.displayName=us;var ms=`TooltipTrigger`,hs=K.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=fs(ms,n),a=cs(ms,n),o=rs(n),s=g(t,K.useRef(null),i.onTriggerChange),c=K.useRef(!1),l=K.useRef(!1),u=K.useCallback(()=>c.current=!1,[]);return K.useEffect(()=>()=>document.removeEventListener(`pointerup`,u),[u]),(0,q.jsx)(mr,{asChild:!0,...o,children:(0,q.jsx)(Qt.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...r,ref:s,onPointerMove:tn(e.onPointerMove,e=>{e.pointerType!==`touch`&&!l.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:tn(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:tn(e.onPointerDown,()=>{i.open&&i.onClose(),c.current=!0,document.addEventListener(`pointerup`,u,{once:!0})}),onFocus:tn(e.onFocus,()=>{c.current||i.onOpen()}),onBlur:tn(e.onBlur,i.onClose),onClick:tn(e.onClick,i.onClose)})})});hs.displayName=ms;var gs=`TooltipPortal`,[_s,vs]=ts(gs,{forceMount:void 0}),ys=e=>{let{__scopeTooltip:t,forceMount:n,children:r,container:i}=e,a=fs(gs,t);return(0,q.jsx)(_s,{scope:t,forceMount:n,children:(0,q.jsx)(st,{present:n||a.open,children:(0,q.jsx)(Wt,{asChild:!0,container:i,children:r})})})};ys.displayName=gs;var bs=`TooltipContent`,xs=K.forwardRef((e,t)=>{let n=vs(bs,e.__scopeTooltip),{forceMount:r=n.forceMount,side:i=`top`,...a}=e,o=fs(bs,e.__scopeTooltip);return(0,q.jsx)(st,{present:r||o.open,children:o.disableHoverableContent?(0,q.jsx)(Es,{side:i,...a,ref:t}):(0,q.jsx)(Ss,{side:i,...a,ref:t})})}),Ss=K.forwardRef((e,t)=>{let n=fs(bs,e.__scopeTooltip),r=cs(bs,e.__scopeTooltip),i=K.useRef(null),a=g(t,i),[o,s]=K.useState(null),{trigger:c,onClose:l}=n,u=i.current,{onPointerInTransitChange:d}=r,f=K.useCallback(()=>{s(null),d(!1)},[d]),p=K.useCallback((e,t)=>{let n=e.currentTarget,r={x:e.clientX,y:e.clientY},i=As(r,ks(r,n.getBoundingClientRect())),a=js(t.getBoundingClientRect()),o=Ns([...i,...a]);s(o),d(!0)},[d]);return K.useEffect(()=>()=>f(),[f]),K.useEffect(()=>{if(c&&u){let e=e=>p(e,u),t=e=>p(e,c);return c.addEventListener(`pointerleave`,e),u.addEventListener(`pointerleave`,t),()=>{c.removeEventListener(`pointerleave`,e),u.removeEventListener(`pointerleave`,t)}}},[c,u,p,f]),K.useEffect(()=>{if(o){let e=e=>{let t=e.target,n={x:e.clientX,y:e.clientY},r=c?.contains(t)||u?.contains(t),i=!Ms(n,o);r?f():i&&(f(),l())};return document.addEventListener(`pointermove`,e),()=>document.removeEventListener(`pointermove`,e)}},[c,u,o,l,f]),(0,q.jsx)(Es,{...e,ref:a})}),[Cs,ws]=ts(us,{isInside:!1}),Ts=Te(`TooltipContent`),Es=K.forwardRef((e,t)=>{let{__scopeTooltip:n,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:o,...s}=e,c=fs(bs,n),l=rs(n),{onClose:u}=c;return K.useEffect(()=>(document.addEventListener(os,u),()=>document.removeEventListener(os,u)),[u]),K.useEffect(()=>{if(c.trigger){let e=e=>{e.target instanceof Node&&e.target.contains(c.trigger)&&u()};return window.addEventListener(`scroll`,e,{capture:!0}),()=>window.removeEventListener(`scroll`,e,{capture:!0})}},[c.trigger,u]),(0,q.jsx)(it,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:(0,q.jsxs)(yr,{"data-state":c.stateAttribute,...l,...s,ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-tooltip-content-available-width":`var(--radix-popper-available-width)`,"--radix-tooltip-content-available-height":`var(--radix-popper-available-height)`,"--radix-tooltip-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-tooltip-trigger-height":`var(--radix-popper-anchor-height)`},children:[(0,q.jsx)(Ts,{children:r}),(0,q.jsx)(Cs,{scope:n,isInside:!0,children:(0,q.jsx)(go,{id:c.contentId,role:`tooltip`,children:i||r})})]})})});xs.displayName=bs;var Ds=`TooltipArrow`,Os=K.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=rs(n);return ws(Ds,n).isInside?null:(0,q.jsx)(xr,{...i,...r,ref:t})});Os.displayName=Ds;function ks(e,t){let n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),a=Math.abs(t.left-e.x);switch(Math.min(n,r,i,a)){case a:return`left`;case i:return`right`;case n:return`top`;case r:return`bottom`;default:throw Error(`unreachable`)}}function As(e,t,n=5){let r=[];switch(t){case`top`:r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case`bottom`:r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case`left`:r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case`right`:r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function js(e){let{top:t,right:n,bottom:r,left:i}=e;return[{x:i,y:t},{x:n,y:t},{x:n,y:r},{x:i,y:r}]}function Ms(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function Ns(e){let t=e.slice();return t.sort((e,t)=>e.x<t.x?-1:e.x>t.x?1:e.y<t.y?-1:+(e.y>t.y)),Ps(t)}function Ps(e){if(e.length<=1)return e.slice();let t=[];for(let n=0;n<e.length;n++){let r=e[n];for(;t.length>=2;){let e=t[t.length-1],n=t[t.length-2];if((e.x-n.x)*(r.y-n.y)>=(e.y-n.y)*(r.x-n.x))t.pop();else break}t.push(r)}t.pop();let n=[];for(let t=e.length-1;t>=0;t--){let r=e[t];for(;n.length>=2;){let e=n[n.length-1],t=n[n.length-2];if((e.x-t.x)*(r.y-t.y)>=(e.y-t.y)*(r.x-t.x))n.pop();else break}n.push(r)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var Fs=ls,Is=ps,Ls=hs,Rs=ys,zs=xs,Bs=Os,Vs=me(`inline-flex w-fit shrink-0 items-center justify-center gap-1 overflow-hidden rounded-full border border-transparent px-2 py-0.5 text-xs font-medium whitespace-nowrap transition-[color,box-shadow] focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 [&>svg]:pointer-events-none [&>svg]:size-3`,{variants:{variant:{default:`bg-primary text-primary-foreground [a&]:hover:bg-primary/90`,secondary:`bg-secondary text-secondary-foreground [a&]:hover:bg-secondary/90`,destructive:`bg-destructive text-destructive-foreground focus-visible:ring-destructive/20 [a&]:hover:bg-destructive/90`,outline:`border-border text-foreground [a&]:hover:bg-accent [a&]:hover:text-accent-foreground`,ghost:`[a&]:hover:bg-accent [a&]:hover:text-accent-foreground`,link:`text-primary underline-offset-4 [a&]:hover:underline`}},defaultVariants:{variant:`default`}});function Hs({className:e,variant:t=`default`,asChild:n=!1,...r}){return(0,q.jsx)(n?f:`span`,{"data-slot":`badge`,"data-variant":t,className:V(Vs({variant:t}),e),...r})}function Us({path:e,selected:t,onSelect:n,onEnter:r,decorate:i,emptyHint:a,showHidden:o=!1}){let s=ee(e,o),c=s.data?.parent??null;return(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`p`,{"data-slot":`fs-breadcrumb`,className:`truncate font-mono text-[11.5px] text-soft-foreground`,title:s.data?.path??void 0,children:s.data?.path??(s.isError?``:`Loading…`)}),s.isError?(0,q.jsx)(`p`,{"data-slot":`fs-error`,className:`min-w-0 break-words text-[13px] text-danger`,children:s.error instanceof Error?s.error.message:`could not list that folder`}):(0,q.jsxs)(`ul`,{"data-slot":`fs-listing`,className:`max-h-64 divide-y divide-border/60 overflow-y-auto overscroll-contain rounded-md border border-border`,children:[c===null?null:(0,q.jsx)(`li`,{className:`flex`,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`fs-up`,onClick:()=>r(c),className:`flex flex-1 items-center gap-2 px-3 py-2 text-left text-[13px] hover:bg-muted`,children:[(0,q.jsx)(Pa,{className:`size-3.5 shrink-0 text-muted-foreground`,"aria-hidden":`true`}),`Up one level`]})}),(s.data?.dirs??[]).map(e=>(0,q.jsxs)(`li`,{className:`flex items-stretch`,children:[(0,q.jsxs)(`button`,{type:`button`,"data-slot":`fs-dir`,"aria-pressed":t?.path===e.path,onClick:()=>n(e),onDoubleClick:()=>r(e.path),className:V(`flex min-w-0 flex-1 items-center gap-2 px-3 py-2 text-left text-[13px] hover:bg-muted`,t?.path===e.path&&`bg-muted`),children:[(0,q.jsx)(Jr,{className:`size-3.5 shrink-0 text-muted-foreground`,"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`truncate`,children:e.name}),i?.(e)]}),(0,q.jsx)(`button`,{type:`button`,"data-slot":`fs-enter`,"aria-label":`Open ${e.name}`,onClick:()=>r(e.path),className:`flex shrink-0 items-center px-2.5 text-muted-foreground hover:bg-muted hover:text-foreground`,children:(0,q.jsx)(lr,{className:`size-3.5`,"aria-hidden":`true`})})]},e.path)),s.data&&s.data.dirs.length===0?(0,q.jsx)(`li`,{className:`px-3 py-2 text-[13px] text-muted-foreground`,children:a}):null]}),s.data?.truncated?(0,q.jsx)(`p`,{"data-slot":`fs-truncated`,className:`text-[11.5px] text-muted-foreground`,children:`Too many folders to list — only the first ones are shown.`}):null]})}function Ws(e,t,n=!1){let r=ee(e,n);return t?.path??r.data?.path??null}function Gs({open:e,onOpenChange:t}){let[n,r]=(0,K.useState)(null),[i,a]=(0,K.useState)(null),o=L(),s=lt(),c=an(),l=new Set((o.data?.projects??[]).map(e=>e.root)),u=e=>{r(e),a(null),s.reset()},d=Ws(n,i);return(0,q.jsx)(mi,{open:e,onOpenChange:t,children:(0,q.jsxs)(ci,{"data-slot":`add-project-dialog`,className:`sm:max-w-lg`,children:[(0,q.jsxs)(li,{children:[(0,q.jsx)(di,{children:`Open local folder`}),(0,q.jsx)(pi,{children:`Pick the folder cezar should run in. Git repos are marked; any folder works.`})]}),(0,q.jsx)(Us,{path:n,selected:i,onSelect:a,onEnter:u,emptyHint:`No subfolders here — “Add project” registers this folder.`,decorate:e=>(0,q.jsxs)(q.Fragment,{children:[e.isRepo?(0,q.jsx)(Hs,{variant:`outline`,className:`shrink-0 text-[10px]`,children:`git`}):null,l.has(e.path)?(0,q.jsx)(Hs,{variant:`ghost`,className:`shrink-0 text-[10px] text-muted-foreground`,children:`already added`}):null]})}),s.isError?(0,q.jsx)(`p`,{"data-slot":`add-project-error`,className:`min-w-0 break-words text-[13px] text-danger`,children:s.error instanceof Error?s.error.message:`could not add that folder`}):null,(0,q.jsxs)(hi,{className:`min-w-0 sm:items-center sm:justify-between`,children:[(0,q.jsx)(`span`,{"data-slot":`add-project-target`,className:`min-w-0 truncate font-mono text-[11.5px] text-muted-foreground`,title:d??void 0,children:d??``}),(0,q.jsxs)(`span`,{className:`flex shrink-0 gap-2`,children:[(0,q.jsx)(F,{variant:`outline`,onClick:()=>t(!1),children:`Cancel`}),(0,q.jsx)(F,{"data-slot":`add-project-confirm`,disabled:d===null||s.isPending,onClick:()=>{d===null||s.isPending||s.mutate(d,{onSuccess:({project:e})=>{t(!1),c(`/p/${encodeURIComponent(e.id)}/`)}})},children:s.isPending?`Adding…`:`Add project`})]})]})]})})}function Ks({className:e,type:t,...n}){return(0,q.jsx)(`input`,{type:t,"data-slot":`input`,className:V(`h-9 w-full min-w-0 rounded-md border border-input bg-card px-3 py-1 text-base shadow-xs transition-[color,box-shadow] outline-none selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-soft-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm`,`focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50`,`aria-invalid:border-destructive aria-invalid:ring-destructive/20`,e),...n})}function qs({className:e,...t}){return(0,q.jsx)(bo,{"data-slot":`label`,className:V(`flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50`,e),...t})}function Js({open:e,onOpenChange:t}){let[n,r]=(0,K.useState)(``),[i,a]=(0,K.useState)(``),[o,s]=(0,K.useState)(null),c=L(),l=nn(),u=an(),d=(0,K.useMemo)(()=>`co-${Math.random().toString(36).slice(2)}-${Date.now().toString(36)}`,[]),f=(0,K.useRef)(d);f.current=d,(0,K.useEffect)(()=>da((e,t)=>{if(e!==`checkout-progress`)return;let n=t;n?.checkoutId===f.current&&(n.phase===`cloning`&&n.line?s(n.line):n.phase!==`cloning`&&s(null))}),[]);let p=(0,K.useMemo)(()=>{let e=n.trim().replace(/\/+$/,``).replace(/\.git$/,``).split(`/`).pop()??``;return e.includes(`:`)?e.split(`:`).pop()??``:e},[n]),m=i.trim()===``?p:i.trim(),h=c.data?.projectsDir??``,g=m===``?``:`${h.replace(/\/+$/,``)}/${m}`,_=()=>{n.trim()===``||l.isPending||(s(null),l.mutate({url:n.trim(),checkoutId:d,...i.trim()===``?{}:{name:i.trim()}},{onSuccess:({project:e})=>{t(!1),u(`/p/${encodeURIComponent(e.id)}/`)}}))};return(0,q.jsx)(mi,{open:e,onOpenChange:e=>l.isPending?void 0:t(e),children:(0,q.jsxs)(ci,{"data-slot":`clone-project-dialog`,className:`sm:max-w-lg`,children:[(0,q.jsxs)(li,{children:[(0,q.jsx)(di,{children:`Clone from GitHub`}),(0,q.jsxs)(pi,{children:[`cezar clones with `,(0,q.jsx)(`code`,{children:`gh`}),` into your checkout root and adds the result as a project.`]})]}),(0,q.jsxs)(`div`,{className:`grid gap-1.5`,children:[(0,q.jsx)(qs,{htmlFor:`clone-url`,children:`Repository`}),(0,q.jsx)(Ks,{id:`clone-url`,"data-slot":`clone-url`,autoFocus:!0,placeholder:`owner/repo or https://github.com/owner/repo`,value:n,disabled:l.isPending,onChange:e=>r(e.target.value),onKeyDown:e=>{e.key===`Enter`&&_()}})]}),(0,q.jsxs)(`div`,{className:`grid gap-1.5`,children:[(0,q.jsx)(qs,{htmlFor:`clone-name`,children:`Folder name`}),(0,q.jsx)(Ks,{id:`clone-name`,"data-slot":`clone-name`,placeholder:p===``?`repo`:p,value:i,disabled:l.isPending,onChange:e=>a(e.target.value)}),(0,q.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1`,children:[(0,q.jsx)(`p`,{"data-slot":`clone-target`,className:`min-w-0 flex-1 truncate font-mono text-[11.5px] text-soft-foreground`,title:g,children:g}),l.isPending?(0,q.jsx)(F,{"data-slot":`clone-root-settings`,variant:`ghost`,size:`icon-sm`,className:`size-7`,"aria-label":`Edit checkout root`,title:`Edit checkout root`,disabled:!0,children:(0,q.jsx)(so,{className:`size-3.5`,"aria-hidden":`true`})}):(0,q.jsx)(F,{asChild:!0,variant:`ghost`,size:`icon-sm`,className:`size-7`,children:(0,q.jsx)(_t,{to:`/settings/global/projects`,"data-slot":`clone-root-settings`,"aria-label":`Edit checkout root`,title:`Edit checkout root`,children:(0,q.jsx)(so,{className:`size-3.5`,"aria-hidden":`true`})})})]})]}),l.isPending?(0,q.jsx)(`p`,{"data-slot":`clone-progress`,className:`truncate font-mono text-[11.5px] text-muted-foreground`,children:o??`Starting the clone…`}):null,l.isError?(0,q.jsx)(`p`,{"data-slot":`clone-error`,className:`text-[13px] text-danger`,children:l.error instanceof Error?l.error.message:`could not clone that repository`}):null,(0,q.jsxs)(hi,{children:[(0,q.jsx)(F,{variant:`outline`,disabled:l.isPending,onClick:()=>t(!1),children:`Cancel`}),(0,q.jsx)(F,{"data-slot":`clone-confirm`,disabled:n.trim()===``||m===``||l.isPending,onClick:_,children:l.isPending?`Cloning…`:`Clone`})]})]})})}function Ys(e){return(0,q.jsx)(`svg`,{viewBox:`0 0 24 24`,fill:`currentColor`,"aria-hidden":`true`,...e,children:(0,q.jsx)(`path`,{d:`M12 1.9a10.1 10.1 0 0 0-3.2 19.7c.5.1.7-.2.7-.5v-1.8c-2.8.6-3.4-1.2-3.4-1.2-.5-1.2-1.1-1.5-1.1-1.5-.9-.6.1-.6.1-.6 1 .1 1.5 1 1.5 1 .9 1.6 2.4 1.1 3 .9.1-.7.4-1.1.6-1.4-2.2-.3-4.6-1.1-4.6-5 0-1.1.4-2 1-2.7-.1-.3-.4-1.3.1-2.7 0 0 .9-.3 2.8 1a9.6 9.6 0 0 1 5 0c1.9-1.3 2.8-1 2.8-1 .5 1.4.2 2.4.1 2.7.6.7 1 1.6 1 2.7 0 3.9-2.4 4.7-4.6 5 .4.3.7.9.7 1.9v2.8c0 .3.2.6.7.5A10.1 10.1 0 0 0 12 1.9z`})})}var Xs=[{to:`/`,label:`Tasks`,icon:Za,match:[`/`,`/tasks`,`/compare`],badge:`tasks-unread`},{to:`/inbox`,label:`Inbox`,icon:qa,match:[`/inbox`],badge:`inbox-count`,inbox:!0},{to:`/git`,label:`Git`,icon:Wa,match:[`/git`]},{to:`/github`,label:`GitHub`,icon:Ys,match:[`/github`],forge:!0},{to:`/automations`,label:`Automations`,icon:cr,match:[`/automations`],forge:!0,automations:!0},{to:`/skills`,label:`Skills`,icon:Xr,match:[`/skills`],badge:`skills-update`},{to:`/workflows`,label:`Workflows`,icon:fo,match:[`/workflows`]},{to:`/settings`,label:`Settings`,icon:so,match:[`/settings`]}];function Zs({forge:e=!1,inbox:t=!1,automations:n=!1}={}){return Xs.filter(r=>(!r.forge||e)&&(!r.inbox||t)&&(!r.automations||n))}function Qs(e,t){return t===`/`?e===`/`:e===t||e.startsWith(t+`/`)}function $s(e){let t=null;for(let n of Xs)for(let r of n.match)Qs(e,r)&&(t===null||r.length>t.length)&&(t={to:n.to,length:r.length});return t?.to??null}function ec(e){let t=$s(e);return Xs.find(e=>e.to===t)??null}var tc=`cez-theme`,nc=`(prefers-color-scheme: light)`,rc=`dark`;function ic(e){return e===`light`||e===`dark`||e===`system`?e:rc}function ac(e,t){return e===`light`||e===`system`&&t?`light`:`dark`}function oc(){try{return ic(localStorage.getItem(tc))}catch{return rc}}function sc(e){try{localStorage.setItem(tc,e)}catch{}}function cc(){return typeof window<`u`&&typeof window.matchMedia==`function`&&window.matchMedia(nc).matches}function lc(e,t){e.classList.toggle(`light`,t===`light`),e.style.colorScheme=t}var uc=K.createContext(null);function dc({children:e}){let[t,n]=K.useState(oc),[r,i]=K.useState(cc);K.useEffect(()=>{let e=window.matchMedia?.(nc);if(!e)return;i(e.matches);let t=e=>i(e.matches);return e.addEventListener(`change`,t),()=>e.removeEventListener(`change`,t)},[]);let a=ac(t,r);K.useLayoutEffect(()=>{lc(document.documentElement,a)},[a]);let o=K.useCallback(e=>{n(e),sc(e)},[]),s=K.useMemo(()=>({theme:t,resolvedTheme:a,setTheme:o}),[t,a,o]);return(0,q.jsx)(uc.Provider,{value:s,children:e})}function fc(){let e=K.useContext(uc);if(!e)throw Error(`cezar: useTheme() must be called inside <ThemeProvider>`);return e}var pc={light:`dark`,dark:`system`,system:`light`},mc={light:uo,dark:to,system:eo},hc={light:`light`,dark:`dark`,system:`system`};function gc({className:e}){let{theme:t,setTheme:n}=fc(),r=pc[t],i=mc[t];return(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`icon-sm`,className:e,"data-slot":`theme-toggle`,"data-theme-pref":t,title:`Theme: ${hc[t]}`,"aria-label":`Theme: ${hc[t]}. Switch to ${hc[r]}.`,onClick:()=>n(r),children:(0,q.jsx)(i,{"aria-hidden":`true`})})}function _c(e){if(!(e instanceof HTMLElement))return!1;let t=e.tagName;return t===`INPUT`||t===`TEXTAREA`||t===`SELECT`||e.isContentEditable?!0:e.closest(`[contenteditable=""], [contenteditable="true"]`)!==null}function vc(e){return e instanceof HTMLElement&&e.closest(`[cmdk-input]`)!==null}function yc(e,t){return!(typeof e.key!=`string`||e.key.toLowerCase()!==t.toLowerCase()||!e.metaKey&&!e.ctrlKey||e.altKey||e.shiftKey||e.repeat||_c(e.target)&&!vc(e.target))}function bc(e,t){let n=K.useRef(t);K.useLayoutEffect(()=>{n.current=t}),K.useEffect(()=>{let t=t=>{yc(t,e)&&(t.preventDefault(),n.current(t))};return window.addEventListener(`keydown`,t),()=>window.removeEventListener(`keydown`,t)},[e])}function xc(e,t){return!(typeof e.key!=`string`||e.key.toLowerCase()!==t.toLowerCase()||e.metaKey||e.ctrlKey||e.altKey||e.shiftKey||e.repeat||_c(e.target))}function Sc(e,t=typeof navigator>`u`?``:navigator.platform){let n=e.toUpperCase();return/mac|iphone|ipad|ipod/i.test(t)?`⌘${n}`:`Ctrl+${n}`}function Cc(e,t){let n=K.useRef(t);K.useLayoutEffect(()=>{n.current=t}),K.useEffect(()=>{let t=t=>{xc(t,e)&&n.current(t)};return window.addEventListener(`keydown`,t),()=>window.removeEventListener(`keydown`,t)},[e])}var wc=`cezar:open-command-palette`;function Tc(){window.dispatchEvent(new Event(wc))}function Ec(e){return[...e].sort((e,t)=>Date.parse(t.createdAt)-Date.parse(e.createdAt))}function Dc(e,t,n){let r=t.trim().toLowerCase();if(r===``)return 1;let i=(n?.length?`${e} ${n.join(` `)}`:e).toLowerCase(),a=r.split(/\s+/),o=0;for(let e of a){let t=i.indexOf(e);if(t===-1)return 0;let n=t===0||!/[a-z0-9]/.test(i[t-1]??``);o+=(n?1:.5)/(1+t/48)}return o/a.length}function Oc(e,t,n){let r=Ec(e).map(e=>({projectId:t,id:e.id,title:e.title,titleSummary:e.titleSummary,titleOrigin:e.titleOrigin,status:e.status,activity:e.activity,createdAt:e.createdAt,finishedAt:e.finishedAt,seenAt:e.seenAt,archived:e.archived,autoResumeAt:e.autoResumeAt,workflow:e.workflow,branch:e.branch,startedAt:e.startedAt})),i=new Set(r.map(kc)),a=(n??[]).filter(e=>!i.has(kc(e))).sort((e,t)=>t.createdAt.localeCompare(e.createdAt));return[...r,...a]}var kc=e=>`${e.projectId??``}/${e.id}`;function Ac(e){let t=e.filter(e=>yn(e)).sort((e,t)=>(t.finishedAt??``).localeCompare(e.finishedAt??``)),n=new Set(t.map(kc));return{recentlyFinished:t,otherTasks:e.filter(e=>!n.has(kc(e)))}}function jc(e,t){return[...e].sort((e,n)=>Number(e.id===t)-Number(n.id===t)||n.lastOpenedAt.localeCompare(e.lastOpenedAt))}function Mc(){let[e,t]=K.useState(!1),n=_i();bc(`k`,()=>t(e=>!e));let r=K.useCallback(()=>{t(!1),n(`/new`)},[n]);return bc(`n`,r),Cc(`c`,r),K.useEffect(()=>{let e=()=>t(!0);return window.addEventListener(wc,e),()=>window.removeEventListener(wc,e)},[]),(0,q.jsx)(Rr,{open:e,onOpenChange:t,title:`Command palette`,description:`Search projects, tasks, views, actions, and skills`,showCloseButton:!1,filter:Dc,className:`top-[10vh] translate-y-0 sm:max-w-2xl lg:max-w-3xl xl:max-w-4xl`,children:(0,q.jsx)(Pc,{close:()=>t(!1)})})}function Nc({task:e,projectName:t,showProject:n,now:r,onSelect:i}){let a=wi(e),o=ct(e);return(0,q.jsxs)(U,{value:`task ${o} ${e.id}`,keywords:t?[t]:void 0,"data-slot":`palette-task`,"data-run-id":e.id,"data-project-id":e.projectId??void 0,onSelect:()=>i(e),children:[(0,q.jsx)(G,{tone:a.tone,pulse:a.pulse,"aria-label":a.label,role:`img`}),(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate`,children:o}),n&&t?(0,q.jsx)(`span`,{"data-slot":`palette-task-project`,className:`shrink-0 truncate text-xs text-soft-foreground`,children:t}):null,(0,q.jsx)(`span`,{className:`shrink-0 text-xs text-soft-foreground tabular-nums`,children:Ai(e.finishedAt??e.createdAt,r)})]})}function Pc({close:e}){let t=_i(),n=an(),[r,i]=K.useState(``),a=r.trim()!==``,s=Ci(),{theme:c,setTheme:l}=fc(),u=j(),f=le(),p=L(),m=d(),h=P(),g=Date.now(),_=p.data,v=_!==void 0&&_.projects.length>1,y=_e(v),b=K.useMemo(()=>v?jc(_.projects,s):[],[v,_,s]),x=K.useMemo(()=>new Map((_?.projects??[]).map(e=>[e.id,e.name])),[_]),S=s??_?.bootProject??null,C=K.useMemo(()=>Oc(u.data??[],S,y.data?.runs),[u.data,S,y.data]),ee=K.useMemo(()=>Ac(C),[C]),te=a?[]:ee.recentlyFinished,w=a?C:ee.otherTasks,T=v,E=e=>e.projectId===null?null:x.get(e.projectId)??null,ne=m.data?.skillUsage,re=K.useMemo(()=>zi(f.data??[],ne),[f.data,ne]),ie=n=>{e(),t(n)},ae=t=>{e(),n(t)},D=n=>{e(),t(gi(n,`/`))},oe=n=>{e(),t(n.projectId===null?`/tasks/${n.id}`:gi(n.projectId,`/tasks/${n.id}`))},O=pc[c];return(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(kr,{placeholder:`Search projects, tasks, views, actions, skills…`,value:r,onValueChange:i}),(0,q.jsxs)(qr,{className:`max-h-[55vh] min-h-[14rem] sm:max-h-[60vh] lg:max-h-[68vh]`,children:[(0,q.jsx)(Fr,{children:`Nothing matches.`}),(0,q.jsx)(H,{children:(0,q.jsxs)(U,{value:`new task`,"data-slot":`palette-view`,"data-nav-to":`/new`,onSelect:()=>ie(`/new`),children:[(0,q.jsx)(ao,{"aria-hidden":`true`}),`New task`,(0,q.jsx)(Kr,{children:`C`})]})}),!a&&te.length>0?(0,q.jsx)(H,{heading:`Recently finished`,children:te.map(e=>(0,q.jsx)(Nc,{task:e,projectName:E(e),showProject:T,now:g,onSelect:oe},kc(e)))}):null,(0,q.jsxs)(H,{heading:`Views`,children:[v?(0,q.jsxs)(U,{value:`view All tasks`,"data-slot":`palette-view`,"data-nav-to":`/tasks`,onSelect:()=>ae(`/tasks`),children:[(0,q.jsx)(Ya,{"aria-hidden":`true`}),`All tasks`]}):null,Zs({forge:h.data?.forge?.available===!0,inbox:h.data?.capabilities.followups===!0,automations:h.data?.capabilities.automations===!0}).map(e=>{let t=e.icon;return(0,q.jsxs)(U,{value:`view ${e.label}`,"data-slot":`palette-view`,"data-nav-to":e.to,onSelect:()=>ie(e.to),children:[(0,q.jsx)(t,{"aria-hidden":`true`}),e.label]},e.to)})]}),b.length>0?(0,q.jsx)(H,{heading:`Projects`,children:b.map(e=>{let t=e.id===s,n=e.status===`missing`;return(0,q.jsxs)(U,{value:`project ${e.name} ${e.id}`,keywords:[e.root],"data-slot":`palette-project`,"data-project-id":e.id,disabled:n,onSelect:()=>D(e.id),children:[(0,q.jsx)(Ba,{"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate`,children:e.name}),n?(0,q.jsx)(`span`,{className:`shrink-0 text-xs text-soft-foreground`,children:`folder not found`}):e.branch===void 0?null:(0,q.jsx)(`span`,{className:`shrink-0 font-mono text-xs text-soft-foreground`,children:e.branch}),t?(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3.5 shrink-0 text-primary`}):null]},e.id)})}):null,w.length>0?(0,q.jsx)(H,{heading:`Tasks`,children:w.map(e=>(0,q.jsx)(Nc,{task:e,projectName:E(e),showProject:T,now:g,onSelect:oe},kc(e)))}):null,(0,q.jsx)(H,{heading:`Actions`,children:(0,q.jsxs)(U,{value:`action toggle theme`,"data-slot":`palette-action`,"data-action":`toggle-theme`,onSelect:()=>{l(O),e()},children:[(0,q.jsx)(to,{"aria-hidden":`true`}),`Toggle theme`,(0,q.jsxs)(Kr,{className:`tracking-normal`,children:[c,` → `,O]})]})}),re.length>0?(0,q.jsx)(H,{heading:`Skills`,children:re.map(e=>(0,q.jsxs)(U,{value:`skill ${e.name} ${e.path}`,keywords:e.description?[e.description]:void 0,"data-slot":`palette-skill`,"data-skill":e.name,onSelect:()=>ie(`/new?skill=${encodeURIComponent(e.name)}`),children:[(0,q.jsx)(`span`,{className:`shrink-0 font-medium`,children:e.name}),e.description?(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:e.description}):null]},e.path))}):null]})]})}var Fc=`cez-sidebar-width`;function Ic(e){let t=typeof e==`number`?e:Number(e);return Number.isFinite(t)?Math.min(420,Math.max(264,Math.round(t))):264}function Lc(){try{let e=localStorage.getItem(Fc);return e===null?264:Ic(e)}catch{return 264}}function Rc(e){try{localStorage.setItem(Fc,String(Ic(e)))}catch{}}var zc=`/open-mercato.svg`,Bc=`(min-width: 768px)`,Vc=K.createContext(void 0);function Hc(){return K.useContext(Vc)}function Uc(e){return ce({path:`/tasks/:id`,end:!0},xi(e))!==null}function Wc({children:e,repo:t=null,inboxCount:n=null,unreadCount:r=null,skillsUpdateAvailable:i=!1,version:a=null,latestVersion:o=null,taskQuickList:s,toolsMenu:c,forgeAvailable:l=!0,inboxAvailable:u=!0,automationsAvailable:d=!0,singleProject:f=!1,banner:p,projectGroups:m}){let{pathname:h}=N(),g=xi(h),_=$s(g),v=ec(g),[y,b]=K.useState(!1),x=K.useRef(null),S=Uc(h),[C,ee]=K.useState(Lc),te=K.useCallback(e=>{let t=Ic(e);ee(t),Rc(t)},[]);K.useLayoutEffect(()=>{if(S)return;let e=x.current;e&&(e.scrollTop=0)},[h,S]),K.useEffect(()=>{b(!1)},[h]),K.useEffect(()=>{let e=window.matchMedia?.(Bc);if(!e)return;e.matches&&b(!1);let t=e=>{e.matches&&b(!1)};return e.addEventListener(`change`,t),()=>e.removeEventListener(`change`,t)},[]);let w={activeTo:_,items:Zs({forge:l,inbox:u,automations:d}),repo:t,inboxCount:u?n:null,unreadCount:r,skillsUpdateAvailable:i,version:a,latestVersion:o,taskQuickList:s,toolsMenu:c,projectGroups:m,singleProject:f};return(0,q.jsx)(In,{open:y,onOpenChange:b,children:(0,q.jsxs)(`div`,{"data-slot":`app-shell`,className:`flex h-dvh overflow-hidden bg-background text-foreground pl-[env(safe-area-inset-left)] pr-[env(safe-area-inset-right)]`,children:[(0,q.jsx)(Gc,{...w,width:C,onWidthChange:te}),(0,q.jsx)(qc,{...w,onNavigate:()=>b(!1)}),(0,q.jsxs)(`div`,{className:`grid min-w-0 flex-1 grid-rows-[auto_auto_1fr_auto] overflow-hidden`,children:[(0,q.jsx)(tl,{title:v?.label??`cezar`}),p?(0,q.jsx)(`div`,{"data-slot":`banner-slot`,className:`row-start-2`,children:p}):null,(0,q.jsx)(`main`,{ref:x,"data-slot":`main`,className:`row-start-3 min-h-0 overflow-y-auto overscroll-contain`,children:e}),(0,q.jsx)(`div`,{"data-slot":`composer`,className:`row-start-4 pb-[env(safe-area-inset-bottom)]`})]})]})})}function Gc({width:e,onWidthChange:t,...n}){return(0,q.jsxs)(`aside`,{"data-slot":`sidebar`,style:{width:e},className:`relative hidden shrink-0 flex-col border-r border-border bg-sidebar md:flex`,children:[(0,q.jsx)(Jc,{...n}),(0,q.jsx)(Kc,{width:e,onWidthChange:t})]})}function Kc({width:e,onWidthChange:t}){let n=K.useRef(null),r=t=>{t.button===0&&(n.current={x:t.clientX,width:e},t.currentTarget.setPointerCapture(t.pointerId),t.preventDefault(),t.currentTarget.focus())},i=e=>{let r=n.current;r&&t(Ic(r.width+(e.clientX-r.x)))},a=e=>{n.current&&(n.current=null,e.currentTarget.hasPointerCapture(e.pointerId)&&e.currentTarget.releasePointerCapture(e.pointerId))};return(0,q.jsx)(`div`,{"data-slot":`sidebar-resize-handle`,role:`separator`,"aria-orientation":`vertical`,"aria-label":`Resize the sidebar`,"aria-valuenow":e,"aria-valuemin":264,"aria-valuemax":420,tabIndex:0,onPointerDown:r,onPointerMove:i,onPointerUp:a,onPointerCancel:a,onKeyDown:n=>{let r=n.key===`ArrowLeft`?e-16:n.key===`ArrowRight`?e+16:n.key===`Home`?264:n.key===`End`?420:null;r!==null&&(n.preventDefault(),t(Ic(r)))},onDoubleClick:()=>t(264),title:`Drag to resize the sidebar — double-click to reset`,className:`absolute inset-y-0 -right-[2px] z-20 w-[5px] cursor-col-resize touch-none bg-transparent transition-colors hover:bg-violet/40 focus-visible:bg-violet/60 focus-visible:outline-none`})}function qc({onNavigate:e,...t}){return(0,q.jsxs)(zn,{side:`left`,"data-slot":`mobile-nav-drawer`,showCloseButton:!1,className:`w-[264px] gap-0 border-border bg-sidebar p-0 sm:max-w-none md:hidden`,"aria-describedby":void 0,children:[(0,q.jsx)(Ln,{className:`sr-only`,children:`Navigation`}),(0,q.jsx)(Jc,{...t,onNavigate:e,headerAction:(0,q.jsx)(Pn,{asChild:!0,children:(0,q.jsx)(F,{variant:`ghost`,size:`icon`,"aria-label":`Close menu`,className:`-mr-2 size-11`,children:(0,q.jsx)(Qr,{className:`size-[17px]`,"aria-hidden":`true`})})})})]})}function Jc({activeTo:e,items:t,repo:n,inboxCount:r,unreadCount:i,skillsUpdateAvailable:a,version:o,latestVersion:s,taskQuickList:c,toolsMenu:l,projectGroups:u,singleProject:d,onNavigate:f,headerAction:p}){return(0,q.jsxs)(`div`,{"data-slot":`sidebar-content`,className:`@container/sidebar flex min-h-0 flex-1 flex-col pt-[env(safe-area-inset-top)] pb-[env(safe-area-inset-bottom)]`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-[9px] px-3.5 pt-3.5 pb-2.5`,children:[(0,q.jsx)(el,{}),(0,q.jsx)(`span`,{className:`text-[15px] font-semibold`,children:`cezar`}),n&&!u?(0,q.jsxs)(`span`,{"data-slot":`repo-chip`,className:`ml-auto truncate font-mono text-[11px] font-medium text-soft-foreground`,children:[n.name,` / `,n.branch]}):null,p?(0,q.jsx)(`div`,{className:V(`shrink-0`,(!n||u)&&`ml-auto`),children:p}):null]}),(0,q.jsxs)(`div`,{className:`flex gap-1.5 px-2.5 pt-1 pb-2`,children:[(0,q.jsx)(F,{asChild:!0,variant:`contrast`,className:`relative min-w-0 flex-1 justify-center`,children:(0,q.jsxs)(W,{to:`/new`,onClick:f,children:[(0,q.jsx)(ao,{className:`size-[15px]`,"aria-hidden":`true`}),`New task`,(0,q.jsx)(`kbd`,{"aria-hidden":`true`,className:`absolute right-2.5 rounded-[5px] border border-b-2 border-contrast-foreground/25 bg-transparent px-[5px] py-px font-mono text-[10.5px] font-medium text-contrast-foreground/60`,children:`C`})]})}),d?null:(0,q.jsx)(Zc,{})]}),u?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`div`,{className:`shrink-0 border-b border-border px-1.5 pt-0.5 pb-2`,children:(0,q.jsx)(Yc,{onNavigate:f})}),(0,q.jsx)(`div`,{"data-slot":`project-groups`,className:`min-h-0 flex-1 overflow-y-auto overscroll-contain px-1.5 pt-1.5 pb-2`,children:(0,q.jsx)(Vc.Provider,{value:f,children:u})})]}):(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`nav`,{"aria-label":`Main`,className:`px-2.5 py-1.5`,children:t.map(t=>{let n=t.to===e,o=t.icon;return(0,q.jsxs)(W,{to:t.to,onClick:f,"aria-current":n?`page`:void 0,className:V(`flex h-11 w-full items-center gap-2.5 rounded-md px-2.5 text-[13.5px] font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground md:h-[34px]`,n&&`bg-muted font-semibold text-foreground`),children:[(0,q.jsx)(o,{className:`size-4 shrink-0`,"aria-hidden":`true`}),t.label,t.badge===`inbox-count`&&r?(0,q.jsx)(`span`,{"data-slot":`nav-badge`,className:`ml-auto rounded-full bg-violet px-1.5 py-px text-[10.5px] font-semibold text-violet-foreground`,children:r}):null,t.badge===`tasks-unread`&&i?(0,q.jsx)(`span`,{"data-slot":`nav-unread-badge`,title:`${i} unread finished ${i===1?`task`:`tasks`}`,className:`ml-auto rounded-full bg-violet px-1.5 py-px text-[10.5px] font-semibold text-violet-foreground`,children:i}):null,t.badge===`skills-update`&&a?(0,q.jsxs)(`span`,{"data-slot":`nav-update-marker`,className:`ml-auto flex items-center`,children:[(0,q.jsx)(`span`,{className:`size-1.5 rounded-full bg-violet`,"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`sr-only`,children:`Skills update available`})]}):null]},t.to)})}),(0,q.jsx)(`div`,{"data-slot":`task-quick-list`,className:`min-h-0 flex-1 overflow-y-auto overscroll-contain px-2.5 pb-2`,children:c})]}),(0,q.jsxs)(`div`,{"data-slot":`sidebar-footer`,className:`flex flex-col gap-1.5 border-t border-border px-3.5 py-2.5`,children:[(0,q.jsx)(Qc,{}),(0,q.jsxs)(`div`,{"data-slot":`sidebar-footer-controls`,className:`flex items-center gap-2`,children:[(0,q.jsx)(`div`,{"data-slot":`tools-menu`,className:`shrink-0`,children:l}),o?(0,q.jsx)($c,{version:o,latestVersion:s}):null,(0,q.jsx)(Xc,{onNavigate:f,className:`ml-auto`}),(0,q.jsx)(gc,{})]})]})]})}function Yc({onNavigate:e}){let{pathname:t}=N(),n=t===`/tasks`;return(0,q.jsxs)(_t,{to:`/tasks`,"data-slot":`all-tasks-link`,onClick:e,"aria-current":n?`page`:void 0,className:V(`flex h-11 w-full items-center gap-2.5 rounded-md px-2.5 text-[13.5px] font-semibold text-foreground transition-colors hover:bg-muted md:h-9`,n&&`bg-muted`),children:[(0,q.jsx)(Ya,{className:V(`size-4 shrink-0`,n?`text-violet`:`text-violet/70`),"aria-hidden":`true`}),`All tasks`]})}function Xc({className:e,onNavigate:t}){return(0,q.jsx)(F,{asChild:!0,variant:`ghost`,size:`icon`,className:V(`size-7`,e),children:(0,q.jsx)(_t,{to:`/settings/global`,"data-slot":`global-settings-link`,"aria-label":`Global settings`,title:`Global settings`,onClick:t,children:(0,q.jsx)(so,{className:`size-4`,"aria-hidden":`true`})})})}function Zc(){let[e,t]=K.useState(!1),[n,r]=K.useState(!1);return(0,q.jsxs)(wr,{children:[(0,q.jsx)(fr,{asChild:!0,children:(0,q.jsx)(F,{variant:`outline`,size:`icon`,"aria-label":`Add project`,title:`Add project`,className:`size-11 shrink-0 md:size-9`,children:(0,q.jsx)(Ba,{className:`size-4`,"aria-hidden":`true`})})}),(0,q.jsxs)(br,{align:`start`,className:`w-56`,children:[(0,q.jsx)(_r,{className:`text-xs text-soft-foreground`,children:`Add project`}),(0,q.jsxs)(Sr,{"data-slot":`add-project-local`,onSelect:()=>t(!0),children:[(0,q.jsx)(Jr,{"aria-hidden":`true`}),`Open local folder…`]}),(0,q.jsxs)(Sr,{"data-slot":`add-project-clone`,onSelect:()=>r(!0),children:[(0,q.jsx)(Ys,{"aria-hidden":`true`}),`Clone from GitHub…`]})]}),e?(0,q.jsx)(Gs,{open:!0,onOpenChange:t}):null,n?(0,q.jsx)(Js,{open:!0,onOpenChange:r}):null]})}function Qc(){return(0,q.jsxs)(`button`,{type:`button`,"data-slot":`command-palette-hint`,title:`Search — command palette (⌘K / Ctrl+K)`,onClick:()=>Tc(),className:`flex w-full items-center gap-1.5 rounded-md border border-border bg-muted/30 px-2 py-1 text-left text-xs font-medium text-soft-foreground transition-colors hover:bg-muted hover:text-foreground`,children:[(0,q.jsx)(Or,{className:`size-3.5 shrink-0`,"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`truncate`,children:`Search…`}),(0,q.jsx)(`kbd`,{"aria-hidden":`true`,className:`ml-auto shrink-0 rounded-[5px] border border-b-2 border-border bg-card px-[5px] py-px font-mono text-[10.5px] font-medium text-muted-foreground`,children:Sc(`k`)})]})}function $c({version:e,latestVersion:t}){let n=!!(t&&t!==e);return(0,q.jsxs)(`span`,{"data-slot":`version-chip`,"data-update-available":n?`true`:void 0,title:n?`v${e} — update available: v${t}`:`v${e}`,className:`flex min-w-0 items-center gap-1 rounded-full border border-border px-1.5 py-px font-mono text-[10px] font-medium text-soft-foreground`,children:[n?(0,q.jsx)(G,{tone:`pending`,pulse:!0,className:`size-[5px] shrink-0`}):null,(0,q.jsxs)(`span`,{className:`truncate`,children:[`v`,e]})]})}function el(){return(0,q.jsx)(`img`,{src:zc,alt:``,"aria-hidden":`true`,"data-slot":`brand-tile`,className:`size-[26px] shrink-0 rounded-sm`})}function tl({title:e}){return(0,q.jsx)(`header`,{"data-slot":`mobile-top-bar`,className:`row-start-1 border-b border-border bg-card pt-[env(safe-area-inset-top)] md:hidden`,children:(0,q.jsxs)(`div`,{className:`flex h-[52px] items-center gap-2.5 px-3`,children:[(0,q.jsx)(Hn,{asChild:!0,children:(0,q.jsx)(F,{variant:`ghost`,size:`icon`,"aria-label":`Open menu`,className:`-ml-1.5 size-11`,children:(0,q.jsx)($a,{className:`size-[17px]`,"aria-hidden":`true`})})}),(0,q.jsx)(`span`,{className:`truncate text-[14.5px] font-semibold`,children:e}),(0,q.jsx)(`div`,{"data-slot":`mobile-status`,className:`ml-auto flex items-center gap-2`})]})})}var nl=K.createContext(null);function rl({children:e}){let[t,n]=K.useState(`active`),r=K.useMemo(()=>[t,n],[t]);return(0,q.jsx)(nl.Provider,{value:r,children:e})}function il(){let e=K.useContext(nl);if(!e)throw Error(`useListView must be used inside a <ListViewProvider>`);return e}var al=[`claude`,`codex`,`opencode`,`pi`],ol={claude:`Claude Code`,codex:`Codex`,opencode:`OpenCode`,pi:`pi`};function sl(e){if(typeof e!=`object`||!e||Array.isArray(e))return{};let t=e,n={};for(let e of al){let r=t[e];typeof r==`string`&&r.length>0&&r.length<=128&&(n[e]=r)}return n}function cl(e,t){if(!e)return[];let n=new Map(e.providers.map(e=>[e.provider,e]));return al.flatMap(e=>{let r=n.get(e);return r?.status!==`disconnected`||!r.authFailureId||t[e]===r.authFailureId?[]:[{provider:e,label:ol[e],authFailureId:r.authFailureId}]})}function ll(e,t){return{...e,...Object.fromEntries(t.map(({provider:e,authFailureId:t})=>[e,t]))}}function ul({status:e,pending:t,error:n,dismissals:r,onDismissAuthFailures:i}){if(t||!e)return null;let a;try{a=_(e)}catch{return null}let o=cl(a,r);if(o.length>0)return(0,q.jsxs)(`div`,{"data-slot":`provider-banner`,role:`alert`,className:`flex min-h-9 items-center gap-2 border-b border-border bg-destructive/10 px-4 text-sm text-foreground`,children:[(0,q.jsx)(G,{tone:`danger`}),(0,q.jsxs)(`span`,{children:[`Provider authentication failed during a task:`,` `,o.map(({label:e})=>e).join(`, `),`.`]}),(0,q.jsx)(W,{to:`/settings/agents#providers`,className:`ml-auto shrink-0 font-medium underline underline-offset-4 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,children:`Open agent settings`}),(0,q.jsx)(`button`,{type:`button`,"aria-label":`Dismiss provider authentication alert`,onClick:()=>i(o),className:`shrink-0 rounded-sm p-1 text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,children:(0,q.jsx)(Qr,{className:`size-4`,"aria-hidden":`true`})})]});if(n||a.providers.some(e=>e.enabled&&e.status===`connected`))return null;let s=a.providers.some(e=>e.status===`connected`),c=a.providers.some(e=>e.status===`unknown`);return(0,q.jsxs)(`div`,{"data-slot":`provider-banner`,role:`status`,className:`flex min-h-9 items-center gap-2 border-b border-border bg-muted/50 px-4 text-sm text-muted-foreground`,children:[(0,q.jsx)(G,{tone:c?`danger`:`pending`}),(0,q.jsx)(`span`,{children:s?`No agent provider is enabled.`:c?`No connected provider could be verified.`:`No agent provider credentials were found.`}),(0,q.jsx)(W,{to:`/settings/agents#providers`,className:`ml-auto shrink-0 font-medium text-foreground underline underline-offset-4 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring`,children:`Configure providers`})]})}function dl(e){if(!(typeof e!=`object`||!e||Array.isArray(e)))return e}function fl(){let e=qt(),t=T(),n=D(),r=(0,K.useRef)(Promise.resolve()),i=(0,K.useRef)(0),a=(0,K.useRef)(0),o=(0,K.useRef)(dl(t.data));(0,K.useEffect)(()=>{a.current===0&&(o.current=dl(t.data))},[t.data]);let s=(0,K.useCallback)(e=>{let t=R.uiState,s=dl(n.getQueryData(t)),c=ll(sl(s?.dismissedProviderAuthFailures),e),l={...s,dismissedProviderAuthFailures:c};a.current+=1,n.setQueryData(t,l);let u=++i.current;r.current=r.current.then(async()=>{try{let e=await Tt({dismissedProviderAuthFailures:c});o.current=dl(e),u===i.current&&n.setQueryData(t,e)}catch(e){u===i.current&&(o.current===void 0?n.removeQueries({queryKey:t,exact:!0}):n.setQueryData(t,o.current),n.invalidateQueries({queryKey:t}),I(e instanceof Error?e.message:String(e),{tone:`danger`}))}finally{--a.current}})},[n]);return(0,q.jsx)(ul,{status:e.data,pending:e.isPending,error:e.isError,dismissals:sl(dl(t.data)?.dismissedProviderAuthFailures),onDismissAuthFailures:s})}function pl({runs:e,view:t,onViewChange:n,currentRunId:r=null,now:i=Date.now(),showTokens:a=!0,showCost:o=!0}){let s=jt(e),c=Ze(e,t);return(0,q.jsxs)(`div`,{"data-slot":`quick-list`,children:[(0,q.jsx)(`div`,{className:`sticky top-0 z-10 bg-sidebar pt-2 pb-1`,children:(0,q.jsxs)(`div`,{className:`inline-flex w-full gap-0.5 rounded-md bg-muted p-[3px]`,children:[(0,q.jsxs)(hl,{view:`active`,current:t,onSelect:n,count:s.active,children:[`Active`,s.waiting>0&&t!==`active`?(0,q.jsx)(G,{tone:`pending`,pulse:!0,"data-slot":`waiting-dot`,"aria-label":`needs you`}):null]}),(0,q.jsx)(hl,{view:`archived`,current:t,onSelect:n,count:s.archived,children:`Archived`})]})}),c.length===0?(0,q.jsx)(`p`,{className:`px-3 py-3.5 text-xs text-soft-foreground`,children:t===`archived`?`Nothing archived yet.`:`No tasks yet — describe one.`}):(0,q.jsx)(ml,{buckets:c,currentRunId:r,now:i,showTokens:a,showCost:o})]})}function ml({buckets:e,currentRunId:t=null,now:n=Date.now(),scope:r=null,showTokens:i=!0,showCost:a=!0}){let[o,s]=K.useState(()=>new Set),c=e=>s(t=>{let n=new Set(t);return n.delete(e)||n.add(e),n});return(0,q.jsx)(q.Fragment,{children:e.map(e=>(0,q.jsxs)(`div`,{"data-slot":`quick-list-bucket`,"data-bucket":e.label,children:[(0,q.jsx)(`h2`,{className:`px-3 pt-2.5 pb-1 text-[11px] font-semibold tracking-[0.04em] text-soft-foreground uppercase`,children:e.label}),e.rows.map(e=>(0,q.jsx)(gl,{row:e,currentRunId:t,now:n,scope:r,showTokens:i,showCost:a,expanded:e.kind===`group`&&o.has(e.groupId),onToggle:c},e.kind===`group`?e.groupId:e.run.id))]},e.label))})}function hl({view:e,current:t,onSelect:n,count:r,children:i}){let a=e===t;return(0,q.jsxs)(`button`,{type:`button`,"data-slot":`view-tab`,"data-view":e,"aria-pressed":a,onClick:()=>n(e),className:V(`flex h-7 flex-1 items-center justify-center gap-1.5 rounded-[7px] text-[12.5px] font-medium text-muted-foreground`,a&&`bg-card font-semibold text-foreground shadow-xs`),children:[i,r>0?(0,q.jsx)(`span`,{className:`font-mono text-[11px] tabular-nums`,children:r}):null]})}function gl({row:e,currentRunId:t,now:n,scope:r,expanded:i,onToggle:a,showTokens:o,showCost:s}){return e.kind===`run`?(0,q.jsx)(_l,{run:e.run,queuePosition:e.queuePosition,currentRunId:t,now:n,scope:r,showTokens:o,showCost:s}):(0,q.jsxs)(q.Fragment,{children:[(0,q.jsxs)(`div`,{className:`flex items-center rounded-sm hover:bg-muted`,children:[(0,q.jsxs)(`button`,{type:`button`,"data-slot":`group-tile`,"data-group-id":e.groupId,"aria-expanded":i,onClick:()=>a(e.groupId),className:`flex min-w-0 flex-1 items-center gap-2 px-2.5 py-[7px] text-left`,children:[(0,q.jsx)(sr,{className:V(`size-3 shrink-0 text-soft-foreground transition-transform`,!i&&`-rotate-90`),"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`min-w-[7rem] flex-1 truncate text-[13px] font-medium`,children:e.title}),(0,q.jsxs)(`span`,{className:`shrink-0 rounded-full bg-muted px-1.5 py-px font-mono text-[10.5px] font-semibold text-muted-foreground`,children:[`×`,e.members.length]})]}),(0,q.jsx)(W,{to:gi(r,`/compare/${e.groupId}`),"data-slot":`group-compare`,title:`Compare the variants`,"aria-label":`Compare the variants of ${e.title}`,className:`mr-1.5 inline-flex size-6 shrink-0 items-center justify-center rounded-sm text-soft-foreground hover:bg-violet/10 hover:text-violet`,children:(0,q.jsx)(oo,{className:`size-3.5`,"aria-hidden":`true`})})]}),i?e.members.map(e=>(0,q.jsx)(_l,{run:e,queuePosition:null,currentRunId:t,now:n,scope:r,variant:!0,showTokens:o,showCost:s},e.id)):null]})}function _l({run:e,queuePosition:t,currentRunId:n,now:r,scope:i,variant:a=!1,showTokens:o,showCost:s}){let c=wi(e),l=e.id===n,u=At(e),d=ct(e),f=dt(d,u?.number)?Jt(d).rest:d,p=yn(e),m=jn(e),h=a?``:t===null?Ai(e.finishedAt??e.createdAt,r):`#${t}`;return(0,q.jsxs)(`div`,{"data-slot":`task-row`,"data-run-id":e.id,"data-active":l?`true`:void 0,className:V(`flex items-center gap-2 rounded-sm pl-2.5 hover:bg-muted`,l&&`bg-muted`,a&&`pl-[26px]`),children:[(0,q.jsx)(G,{tone:c.tone,pulse:c.pulse,"aria-label":c.label,role:`img`}),u?(0,q.jsx)(xn,{run:e,reference:u,compact:!0,className:`h-auto shrink-0 gap-[2px] px-1.5 py-px text-[10.5px]`}):null,(0,q.jsxs)(W,{to:gi(i,`/tasks/${e.id}`),title:d,"aria-current":l?`page`:void 0,className:`flex min-w-0 flex-1 items-center gap-2 py-[7px] pr-2.5`,children:[a?(0,q.jsx)(`span`,{className:`inline-flex size-[15px] shrink-0 items-center justify-center rounded-full bg-violet/15 font-mono text-[9.5px] font-semibold text-violet`,children:e.variant??`?`}):null,(0,q.jsx)(`span`,{"data-slot":`task-row-title`,className:V(`min-w-[7rem] flex-1 truncate text-[13px]`,p?`font-semibold text-foreground`:m?`font-medium text-muted-foreground`:`font-medium`),children:a?vl(e,o,s):f}),e.diffStat?(0,q.jsx)(Hi,{stat:e.diffStat,className:`hidden shrink-0 text-[10.5px] @min-[23rem]/sidebar:inline`}):null,h&&(t!==null||!u)?(0,q.jsx)(`span`,{className:`shrink-0 text-[11px] text-soft-foreground tabular-nums`,children:h}):null,p?(0,q.jsx)(G,{tone:`violet`,role:`img`,"aria-label":`unread`,title:`Unread — not opened since it finished`,className:`ml-0.5 shrink-0`}):null]})]})}function vl(e,t,n){let r=[e.runner??`claude`];t&&(e.inputTokens!==void 0||e.outputTokens!==void 0)&&r.push(Ti(e.inputTokens,e.outputTokens));let i=tt(e.costUsd);return n&&i&&r.push(i),r.join(` · `)}function yl(){let e=j(),t=Ei(P().data),[n,r]=il(),i=yi(`/tasks/:id/*`),a=yi(`/tasks/:id`),o=Bn(3e4),s=Nt(),c=K.useMemo(()=>s===void 0?[]:(e.data??[]).flatMap(e=>{let t=At(e);return t?[{projectId:s,kind:t.kind,number:t.number}]:[]}),[e.data,s]);return e.data?(0,q.jsx)(kn,{projectId:s,requests:c,children:(0,q.jsx)(pl,{runs:e.data,view:n,onViewChange:r,currentRunId:i?.params.id??a?.params.id??null,now:o,showTokens:t.tokens,showCost:t.cost})}):null}var bl=`cez-sidebar-collapsed`;function xl(e){if(typeof e!=`object`||!e||Array.isArray(e))return{};let t={};for(let[n,r]of Object.entries(e))typeof r==`boolean`&&(t[n]=r);return t}function Sl(){try{let e=localStorage.getItem(bl);return e===null?{}:xl(JSON.parse(e))}catch{return{}}}function Cl(e){try{localStorage.setItem(bl,JSON.stringify(e))}catch{}}function wl(e,t,n){let r=e?.[t];return r===void 0?t!==n:r}var Tl=10;function El(e){let[t,n]=K.useState(Sl),r=K.useRef(t);return{collapsed:t,toggle:K.useCallback(t=>{let i={...r.current,[t]:!wl(r.current,t,e)};r.current=i,Cl(i),n(i)},[e])}}function Dl({projects:e,bootProjectId:t,inboxAvailable:n=!1,automationsAvailable:r=!1,inboxCount:i=null,skillsUpdateAvailable:a=!1}){let{pathname:o}=N(),s=vi(o),c=s??t,{collapsed:l,toggle:u}=El(c),[d]=il(),f=$s(xi(o)),p=yi(`/tasks/:id/*`),m=yi(`/tasks/:id`),h=p?.params.id??m?.params.id??null,g=Bn(3e4),_=Ei(P().data);return(0,q.jsx)(`div`,{"data-slot":`project-group-list`,children:K.useMemo(()=>[...e].sort((e,t)=>t.lastOpenedAt.localeCompare(e.lastOpenedAt)),[e]).map(e=>(0,q.jsx)(Ol,{project:e,boot:e.id===t,active:e.id===s,collapsed:wl(l,e.id,c),onToggle:u,view:d,activeTo:f,currentRunId:h,now:g,inboxAvailable:n,automationsAvailable:r,inboxCount:i,skillsUpdateAvailable:a,showTokens:_.tokens,showCost:_.cost},e.id))})}function Ol({project:e,boot:t,active:n,collapsed:r,onToggle:i,view:a,activeTo:o,currentRunId:s,now:c,inboxAvailable:l,automationsAvailable:u,inboxCount:d,skillsUpdateAvailable:f,showTokens:p,showCost:m}){let h=e.status===`missing`,g=Xe(e.id,!r&&!h,t),_=Hc(),v=g.data?jt(g.data).waiting:0,y=g.data?Kt(Ze(g.data,a),Tl):[],b=y.flatMap(t=>t.rows.flatMap(t=>{let n=At(t.kind===`run`?t.run:t.members[0]);return n?[{projectId:e.id,kind:n.kind,number:n.number}]:[]}));if(h)return(0,q.jsx)(`div`,{"data-slot":`project-group`,"data-project":e.id,"data-status":`missing`,className:`mb-1`,children:(0,q.jsxs)(`div`,{"data-slot":`project-group-header`,title:`${e.root} is gone — remove it in Global settings → Projects`,className:`flex h-11 w-full items-center gap-[7px] rounded-lg px-2 text-[13px] font-semibold opacity-55 md:h-[34px]`,children:[(0,q.jsx)(`span`,{className:`w-3 shrink-0`,"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`truncate`,children:e.name}),(0,q.jsx)(`span`,{"data-slot":`project-missing`,className:`ml-auto shrink-0 rounded-full bg-danger/15 px-[7px] py-px text-[10px] font-medium text-danger`,children:`folder not found`})]})});let x=`project-group-${e.id}`;return(0,q.jsxs)(`div`,{"data-slot":`project-group`,"data-project":e.id,"data-status":e.status,"data-collapsed":r?``:void 0,"data-active":n?``:void 0,className:`mb-1`,children:[(0,q.jsxs)(`button`,{type:`button`,onClick:()=>i(e.id),"aria-expanded":!r,"aria-controls":x,"data-slot":`project-group-header`,className:V(`flex h-11 w-full items-center gap-[7px] rounded-lg px-2 text-left text-[13px] font-semibold transition-colors hover:bg-muted md:h-[34px]`,n&&`bg-muted`),children:[(0,q.jsx)(sr,{className:V(`size-3 shrink-0 text-muted-foreground transition-transform`,r&&`-rotate-90`),"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`truncate`,children:e.name}),v?(0,q.jsx)(`span`,{"data-slot":`project-attention`,title:`${v} task${v===1?``:`s`} need${v===1?`s`:``} you`,className:`shrink-0 rounded-full bg-violet px-1.5 py-px text-[10.5px] font-semibold text-violet-foreground`,children:v}):null,e.branch?(0,q.jsx)(`span`,{"data-slot":`project-branch`,className:`ml-auto max-w-[92px] truncate font-mono text-[10.5px] font-medium text-soft-foreground`,children:e.branch}):null]}),r?null:(0,q.jsxs)(`div`,{id:x,"data-slot":`project-group-body`,className:`mt-1 ml-[14px] border-l border-border pl-2`,children:[(0,q.jsx)(`nav`,{"aria-label":`${e.name} navigation`,children:Zs({forge:e.forge===`github`,inbox:l,automations:u}).map(t=>{let r=n&&t.to===o,i=t.icon;return(0,q.jsxs)(W,{to:gi(e.id,t.to),onClick:_,"aria-current":r?`page`:void 0,className:V(`flex h-11 w-full items-center gap-2.5 rounded-md px-2.5 text-[13px] font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground md:h-[30px]`,r&&`bg-muted font-semibold text-foreground`),children:[(0,q.jsx)(i,{className:`size-3.5 shrink-0`,"aria-hidden":`true`}),t.label,t.badge===`inbox-count`&&n&&d?(0,q.jsx)(`span`,{"data-slot":`nav-badge`,className:`ml-auto rounded-full bg-violet px-1.5 py-px text-[10.5px] font-semibold text-violet-foreground`,children:d}):null,t.badge===`skills-update`&&n&&f?(0,q.jsxs)(`span`,{"data-slot":`nav-update-marker`,className:`ml-auto flex items-center`,children:[(0,q.jsx)(`span`,{className:`size-1.5 rounded-full bg-violet`,"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`sr-only`,children:`Skills update available`})]}):null]},t.to)})}),(0,q.jsx)(kn,{projectId:e.id,requests:b,children:(0,q.jsx)(ml,{buckets:y,currentRunId:n?s:null,now:c,scope:e.id,showTokens:p,showCost:m})}),(0,q.jsx)(W,{to:gi(e.id,`/`),onClick:_,"data-slot":`project-group-more`,className:`flex h-9 items-center rounded-md px-3 text-[12px] text-muted-foreground transition-colors hover:text-foreground md:h-7`,children:`More…`})]})]})}var kl={claude:!0,codex:!0,opencode:!0,pi:!0},Al=e=>Object.hasOwn(kl,e.name);function jl(e){let t=e.checks.filter(Al);if(t.length&&!t.some(e=>e.available))return`no agent CLI found — install one to run tasks`;let n=t.find(t=>t.name===e.defaultRunner);return n&&!n.available?`default runner (${e.defaultRunner}) not found`:null}function Ml(e){let t=`cezar v${e.version}`,n=jl(e);if(n)return`${t} · ${n}`;let r=e.checks.filter(e=>!e.available).map(e=>e.name);return r.length?`${t} · optional: ${r.join(`, `)} not installed`:t}function Nl(e){return e.forge?.available?null:e.forge?`GitHub is unreachable — ${e.forge.reason??`unknown reason`}. The GitHub tab is hidden until it comes back.`:`No GitHub remote detected — the GitHub tab is hidden. Every plain-git feature still works.`}function Pl({health:e}){if(!e)return null;let t=jl(e);return(0,q.jsxs)(wr,{children:[(0,q.jsx)(fr,{asChild:!0,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`tools-menu-trigger`,title:Ml(e),className:`flex items-center gap-1.5 rounded-full border border-border px-2 py-0.5 text-[11px] font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground`,children:[(0,q.jsx)(G,{tone:t?`pending`:`success`}),`Tools`,(0,q.jsx)(sr,{className:`size-[11px]`,"aria-hidden":`true`})]})}),(0,q.jsxs)(br,{side:`top`,align:`start`,"data-slot":`tools-menu-content`,className:`w-[240px]`,children:[(0,q.jsx)(_r,{className:`text-[11px] font-semibold tracking-[.04em] text-soft-foreground uppercase`,children:`Installed tools`}),e.checks.map(e=>e.available?(0,q.jsx)(Fl,{check:e},e.name):(0,q.jsx)(Il,{check:e},e.name)),Nl(e)?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(Cr,{}),(0,q.jsx)(`p`,{"data-slot":`forge-note`,className:`px-2 py-1.5 text-[11px] leading-snug text-muted-foreground`,children:Nl(e)})]}):null,(0,q.jsx)(Cr,{}),(0,q.jsx)(Sr,{asChild:!0,children:(0,q.jsxs)(W,{to:`/settings/agents`,"data-slot":`tools-settings`,className:`gap-2 text-[12.5px] text-muted-foreground`,children:[(0,q.jsx)(so,{className:`size-3.5`,"aria-hidden":`true`}),`Tool settings`]})})]})]})}function Fl({check:e}){return(0,q.jsxs)(`div`,{"data-slot":`tool-row`,"data-tool":e.name,"data-available":`true`,className:`flex items-center gap-2 rounded-sm px-2 py-1.5`,children:[(0,q.jsx)(G,{tone:`success`}),(0,q.jsx)(`span`,{className:`font-mono text-[12.5px] font-medium`,children:e.name}),(0,q.jsx)(`span`,{"data-slot":`tool-version`,className:`ml-auto font-mono text-[11.5px] font-medium text-muted-foreground tabular-nums`,children:e.version??`not found`})]})}function Il({check:e}){return(0,q.jsx)(Sr,{asChild:!0,children:(0,q.jsxs)(W,{to:`/settings/agents`,"data-slot":`tool-row`,"data-tool":e.name,"data-available":`false`,className:`flex-col items-stretch gap-1`,children:[(0,q.jsxs)(`span`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(G,{tone:`danger`}),(0,q.jsx)(`span`,{className:`font-mono text-[12.5px] font-medium`,children:e.name}),(0,q.jsx)(`span`,{"data-slot":`tool-version`,className:`ml-auto font-mono text-[11.5px] font-medium text-muted-foreground`,children:`not found`})]}),(0,q.jsxs)(`span`,{className:`flex items-end justify-between gap-3 pl-[15px]`,children:[e.hint?(0,q.jsx)(`span`,{"data-slot":`tool-hint`,className:`min-w-0 text-[11px] leading-snug text-muted-foreground`,children:e.hint}):null,(0,q.jsx)(`span`,{"data-slot":`tool-setup`,className:`ml-auto shrink-0 text-[11.5px] font-semibold text-violet`,children:`Set up →`})]})]})})}function Ll(e){return e?.trim()||null}function Rl({projectName:e,pageLabel:t}){let n=Ll(e),r=Ll(t);return n&&r?`${n} — ${r} · cezar`:n?`${n} · cezar`:r?`${r} · cezar`:`cezar`}function zl(e){let t=Rl(e);(0,K.useEffect)(()=>{document.title=t},[t])}var Bl=`cez-last-location`;function Vl(){try{let e=localStorage.getItem(Bl);return e===null?null:JSON.parse(e)}catch{return null}}function Hl(e){try{localStorage.setItem(Bl,JSON.stringify(e))}catch{}}var Ul=new Set([`projectId`,`pathname`,`search`,`hash`]);function Wl(e){if(typeof e!=`object`||!e||Array.isArray(e))return null;let t=e;if(Object.keys(t).some(e=>!Ul.has(e))||typeof t.projectId!=`string`||t.projectId.length<1||t.projectId.length>64||typeof t.pathname!=`string`||t.pathname.length<1||t.pathname.length>2048||!t.pathname.startsWith(`/p/`)||t.search!==void 0&&(typeof t.search!=`string`||t.search.length>4096||!t.search.startsWith(`?`))||t.hash!==void 0&&(typeof t.hash!=`string`||t.hash.length>2048||!t.hash.startsWith(`#`)))return null;try{if(vi(t.pathname)!==t.projectId)return null}catch{return null}return{projectId:t.projectId,pathname:t.pathname,...t.search===void 0?{}:{search:t.search},...t.hash===void 0?{}:{hash:t.hash}}}function Gl(e,t){let n=t.projects.find(t=>t.id===e);return n!==void 0&&n.status!==`missing`}function Kl(e,t){if(t===void 0)return null;let n;try{n=vi(e.pathname)}catch{return null}return n===null||!Gl(n,t)?null:Wl({projectId:n,pathname:e.pathname,...e.search===``?{}:{search:e.search},...e.hash===``?{}:{hash:e.hash}})}function ql(e,t,n){let r=Wl(e);return r===null||!(t===void 0?n!==void 0&&r.projectId===n:Gl(r.projectId,t))?null:`${r.pathname}${r.search??``}${r.hash??``}`}function Jl(e,t){let n=Wl(e);return n!==null&&n.projectId===t.projectId&&n.pathname===t.pathname&&(n.search??``)===(t.search??``)&&(n.hash??``)===(t.hash??``)}function Yl(){return(0,q.jsx)(`div`,{"data-route":`compare`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(yt,{className:`motion-safe:animate-spin`}),tone:`neutral`,title:`Loading variants…`,subtitle:`Fetching every variant's status, spend and diff summary.`})})}function Xl(){return(0,q.jsx)(`div`,{"data-route":`github`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(yt,{className:`motion-safe:animate-spin`}),tone:`neutral`,title:`Loading GitHub…`,subtitle:`Fetching open issues and pull requests.`})})}function Zl(e){let t=qt(),n=l(),r=bt(t.data),i=n.data?.defaultRunner,a=or(e.runner,r,i??r[0]??`claude`),o=de(a),s=n.data?.modelsLocked===!0,{accounts:c,repoAccount:u}=Pr(),d=c.some(t=>t.provider===a&&t.id===e.account)?e.account:null;return{runner:a,runnerExplicit:e.runner!==null,model:Qn(s?null:e.model,a,n.data?.defaultModels,o.data),effort:s?``:e.effort??``,runners:r,defaultRunner:i,canRun:t.isSuccess&&r.length>0,modelsLocked:s,providerPending:t.isPending,providerError:t.isError,accounts:c,account:d,repoAccount:u}}function Ql(e){return{runner:Jn(e.runner,e.defaultRunner,e.runnerExplicit),model:e.modelsLocked?void 0:e.model||void 0,effort:e.modelsLocked?void 0:e.effort||void 0}}function $l(e){return{...Ql(e),...e.account?{agentProfile:e.account}:{}}}function eu({pick:e,onChange:t,disabled:n=!1,accounts:r=!1}){let i=Zl(e),{runner:a,model:o,effort:s,runners:c,canRun:u,modelsLocked:d}=i,f=l(),p=de(a),m=ir(a,p.data,[e.model,f.data?.defaultModels?.[a]]),h=n||!u,g=r?i.accounts:[];return(0,q.jsxs)(q.Fragment,{children:[c.length>1||c.some(e=>Nr(g,e))?(0,q.jsx)(Mr,{runners:c,value:a,accounts:g,account:r?i.account:null,repoAccount:r?i.repoAccount:void 0,disabled:h,onPick:(n,i)=>t(r?{runner:n,account:i,model:n===a?e.model:null,effort:e.effort}:{runner:n,account:null,model:null,effort:e.effort})}):null,(0,q.jsx)(Ur,{slot:`model-pill`,ariaLabel:`Model`,label:m.find(e=>e.id===o).label,value:o,disabled:h,readOnly:d===!0,disabledHint:d?`Model selection is locked to native coding-agent settings.`:void 0,onPick:n=>t({...e,model:n}),options:m.map(e=>({value:e.id,label:e.label,desc:e.desc})),status:tr(a,p.data,p.isError)}),(0,q.jsx)(Ur,{slot:`effort-pill`,ariaLabel:`Effort`,label:ar.find(e=>e.value===s)?.label??`auto`,value:s,disabled:h,readOnly:d===!0,disabledHint:d?`Effort selection is locked to native coding-agent settings.`:void 0,onPick:n=>t({...e,effort:n}),options:ar.map(e=>({value:e.value,label:e.label,desc:e.desc}))})]})}function tu({templates:e,onInsert:t,triggerClassName:n,disabled:r,iconOnly:i=!1}){let[a,o]=(0,K.useState)(!1),s=(0,K.useRef)(null),c=_i();return e.length===0?null:(0,q.jsxs)($n,{open:a,onOpenChange:o,children:[(0,q.jsx)(Un,{asChild:!0,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`prompt-template-trigger`,"aria-label":`Insert a prompt template`,title:`Insert a prompt template`,disabled:r,className:V(`inline-flex h-[26px] items-center gap-1.5 rounded-full border border-border bg-card text-xs font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground disabled:pointer-events-none disabled:opacity-50`,i?`w-[26px] justify-center px-0`:`px-2.5`,n),children:[(0,q.jsx)(no,{"aria-hidden":`true`,className:`size-3 shrink-0 text-violet`}),i?null:(0,q.jsxs)(q.Fragment,{children:[`templates`,(0,q.jsx)(sr,{"aria-hidden":`true`,className:`size-2.5 shrink-0 text-soft-foreground`})]})]})}),(0,q.jsx)(Yn,{align:`start`,sideOffset:8,"data-slot":`prompt-template-menu`,className:`w-[336px] max-w-[calc(100vw-2rem)] p-0`,onCloseAutoFocus:e=>e.preventDefault(),children:(0,q.jsxs)(Vr,{filter:Mi,children:[(0,q.jsx)(kr,{placeholder:`search templates…`,onInput:()=>s.current?.scrollTo(0,0)}),(0,q.jsxs)(qr,{ref:s,"data-slot":`prompt-template-list-menu`,className:`max-h-[min(16rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[(0,q.jsx)(Fr,{children:`Nothing matches.`}),(0,q.jsx)(H,{heading:`Insert a template`,children:e.map(e=>(0,q.jsxs)(U,{value:`template ${e.label} ${e.id}`,keywords:[e.text,...e.skills??[]],"data-slot":`prompt-template-option`,"data-template":e.id,title:e.text,className:`flex-col items-start gap-0.5`,onSelect:()=>{t(e.text),o(!1)},children:[(0,q.jsxs)(`span`,{className:`flex w-full items-center gap-1.5`,children:[(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-[12.5px] font-medium text-foreground`,children:e.label}),e.skills&&e.skills.length>0?(0,q.jsxs)(`span`,{"data-slot":`prompt-template-assigned`,title:`Applied automatically with: ${e.skills.join(`, `)}`,className:`inline-flex shrink-0 items-center gap-0.5 text-[10px] font-medium text-violet`,children:[(0,q.jsx)(Xr,{"aria-hidden":`true`,className:`size-2.5`}),e.skills.length]}):null]}),(0,q.jsx)(`span`,{className:`line-clamp-1 text-[11px] text-soft-foreground`,children:e.text})]},e.id))}),(0,q.jsx)(jr,{}),(0,q.jsx)(H,{children:(0,q.jsx)(U,{value:`edit prompt templates settings`,"data-slot":`prompt-template-settings`,className:`text-[12px] text-muted-foreground`,onSelect:()=>{o(!1),c(`/settings/prompt-templates`)},children:`Edit templates…`})})]})]})})]})}var nu=wi({status:`waiting`});function ru(e){return e.filter(e=>!e.startedTaskId)}function iu(e){return e.runnable??!!(e.suggestedSkill||e.suggestedPrompt)}function au(){let e=P(),t=e.data?.capabilities.followups===!0,n=e.data!==void 0&&!t,r=on(!n),i=j(),a=r.data===void 0?void 0:ru(r.data);return(0,q.jsxs)(`div`,{"data-route":`inbox`,className:`flex min-h-full flex-col`,children:[(0,q.jsxs)(`header`,{className:`sticky top-0 z-10 hidden h-14 shrink-0 items-center gap-3 border-b border-border bg-background px-5 md:flex`,children:[(0,q.jsx)(`h1`,{className:`text-base font-semibold`,children:`Inbox`}),(0,q.jsx)(`p`,{className:`text-[13px] text-soft-foreground`,children:n?`Disabled for this server; per-task Notes still run.`:`Follow-ups agents suggested when they finished a task.`})]}),(0,q.jsx)(`div`,{className:`flex flex-1 flex-col p-3 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-5 md:pb-5`,children:n?(0,q.jsx)(z,{icon:(0,q.jsx)(qa,{}),tone:`neutral`,title:`The follow-up inbox is off`,subtitle:`Agents are not asked to leave follow-ups. Set CEZ_FOLLOWUPS=1 and restart cezar to turn the inbox on.`,heading:`h2`}):a===void 0?r.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(Zr,{}),tone:`danger`,title:`Could not load the inbox`,subtitle:r.error.message,heading:`h2`}):null:a.length===0?e.isPending?null:(0,q.jsx)(z,{icon:(0,q.jsx)(qa,{}),tone:`neutral`,title:`Inbox empty`,subtitle:`Agents drop follow-up suggestions here when they finish a task.`,heading:`h2`}):(0,q.jsx)(`ul`,{"data-slot":`todo-list`,className:`mx-auto flex w-full max-w-3xl flex-col gap-2.5`,children:a.map(e=>(0,q.jsx)(ou,{todo:e,sourceTaskExists:e.taskId===void 0?null:i.data?.some(t=>t.id===e.taskId)??!1},e.id))})})]})}function ou({todo:e,sourceTaskExists:t}){let n=_i(),r=D(),i=d(),[a,s]=(0,K.useState)({runner:null,model:null,effort:null,account:null}),c=Zl(a),[l,u]=(0,K.useState)(!1),[f,p]=(0,K.useState)(``),h=(0,K.useRef)(null),g=Ar(i.data?.promptTemplates),_=e=>{let t=h.current?.selectionStart??f.length,n=Hr(f,t,e);p(n.text),requestAnimationFrame(()=>{h.current?.focus(),h.current?.setSelectionRange(n.caret,n.caret)})},v=E({mutationFn:async()=>c.canRun?m(e.id,{...Ql(c),prompt:f.trim()||void 0}):null,onSuccess:e=>{if(e===null)return;let{run:t}=e;r.invalidateQueries({queryKey:k.todos}),r.invalidateQueries({queryKey:k.runs.all}),n(`/tasks/${t.id}`)},onError:e=>I(e.message,{tone:`danger`})}),y=E({mutationFn:()=>Yt(e.id),onSuccess:()=>{r.setQueryData(k.todos,t=>t?.filter(t=>t.id!==e.id)),r.invalidateQueries({queryKey:k.todos})},onError:e=>I(e.message,{tone:`danger`})}),b=v.isPending||y.isPending,x=iu(e);return(0,q.jsxs)(`li`,{"data-slot":`todo-card`,"data-id":e.id,className:`flex flex-col gap-2.5 rounded-lg border border-border bg-card p-4 shadow-xs`,children:[(0,q.jsxs)(`div`,{className:`flex items-start gap-3`,children:[(0,q.jsx)(G,{tone:nu.tone,pulse:nu.pulse,title:nu.label,className:`mt-[5px]`}),(0,q.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,q.jsx)(`p`,{"data-slot":`todo-summary`,className:`text-sm leading-snug font-medium text-foreground`,children:e.summary}),(0,q.jsxs)(`div`,{"data-slot":`todo-meta`,className:`mt-1.5 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-soft-foreground`,children:[e.ts?(0,q.jsxs)(`span`,{children:[Ai(e.ts),` ago`]}):null,e.action?(0,q.jsx)(`span`,{children:e.action}):null,e.taskId===void 0?null:t?(0,q.jsx)(W,{to:`/tasks/${e.taskId}`,"data-slot":`todo-source`,className:`text-muted-foreground underline decoration-border underline-offset-2 hover:text-foreground`,children:`source task`}):(0,q.jsx)(`span`,{"data-slot":`todo-source-gone`,children:`source task deleted`}),ln(e.prUrl)?(0,q.jsx)(`a`,{href:e.prUrl,target:`_blank`,rel:`noopener noreferrer`,"data-slot":`todo-pr`,className:`text-muted-foreground underline decoration-border underline-offset-2 hover:text-foreground`,children:`PR`}):null,e.suggestedSkill?(0,q.jsxs)(`span`,{"data-slot":`todo-skill`,className:`font-mono`,children:[`skill: `,e.suggestedSkill]}):null]})]}),(0,q.jsx)(`div`,{className:`flex shrink-0 items-center gap-1.5 self-center`,children:x?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsxs)(F,{type:`button`,variant:`contrast`,size:`sm`,"data-action":`todo-run`,title:`Start a task from this follow-up`,disabled:b||!c.canRun,onClick:()=>v.mutate(),children:[(0,q.jsx)(Gn,{"aria-hidden":`true`,className:`size-3`}),`Run`]}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`todo-dismiss`,title:`Check off (remove)`,disabled:b,onClick:()=>y.mutate(),children:`Dismiss`})]}):(0,q.jsxs)(F,{type:`button`,variant:`contrast`,size:`sm`,"data-action":`todo-acknowledge`,title:`Acknowledge and remove this note`,disabled:b,onClick:()=>y.mutate(),children:[(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3`}),`Acknowledge`]})})]}),x?(0,q.jsxs)(`div`,{"data-slot":`todo-engine`,className:`flex flex-wrap items-center gap-2 pl-5`,children:[(0,q.jsx)(eu,{pick:a,onChange:s,disabled:b||!c.canRun}),!c.providerPending&&!c.canRun?(0,q.jsxs)(`span`,{"data-slot":`todo-provider-gate`,className:`inline-flex flex-wrap items-center gap-1 text-xs text-muted-foreground`,children:[c.providerError?`Provider authentication could not be verified.`:`Connect an agent provider to run this follow-up.`,(0,q.jsx)(W,{to:`/settings/agents#providers`,className:`font-medium text-foreground underline underline-offset-4`,children:`Configure providers`})]}):null]}):null,x?l?(0,q.jsxs)(`div`,{"data-slot":`todo-instructions`,className:`flex flex-col gap-2 pl-5`,children:[(0,q.jsx)($r,{ref:h,"data-slot":`todo-instructions-input`,"aria-label":`Extra instructions for this follow-up`,value:f,onChange:e=>p(e.target.value),placeholder:`Add instructions for the agent… (appended to the suggestion above)`,maxLength:2e4,className:`min-h-16 text-[13px]`}),(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(tu,{templates:g,onInsert:_}),(0,q.jsx)(`button`,{type:`button`,"data-slot":`todo-instructions-hide`,onClick:()=>u(!1),className:`text-xs font-medium text-muted-foreground underline decoration-border underline-offset-2 hover:text-foreground`,children:`Hide`})]})]}):(0,q.jsx)(`button`,{type:`button`,"data-slot":`todo-instructions-toggle`,onClick:()=>u(!0),className:`self-start pl-5 text-xs font-medium text-muted-foreground underline decoration-border underline-offset-2 hover:text-foreground`,children:f.trim()?`Edit instructions (added)`:`+ Add instructions`}):null]})}var su=38,cu=280,lu=900,uu=600,du=5500,fu=1400,J=e=>({text:e,tone:`key`}),pu=e=>({text:e,tone:`str`}),Y=e=>({text:e,tone:`fn`}),mu=e=>({text:e,tone:`com`}),hu=e=>({text:e,tone:`num`}),X=e=>({text:e}),gu=[[[mu(`// task accepted — isolating a worktree`)],[J(`const`),X(` tree = `),J(`await`),X(` git.`),Y(`worktree`),X(`(task.branch)`)],[J(`const`),X(` agent = `),Y(`spawn`),X(`(runner, { tree, skills })`)],[J(`for await`),X(` (`),J(`const`),X(` event `),J(`of`),X(` agent.`),Y(`stream`),X(`()) {`)],[X(` cockpit.`),Y(`render`),X(`(event)`)],[X(`}`)]],[[X(`$ cez run `),pu(`--worktree --autonomous`)],[pu(`✓`),X(` worktree ready · base `),pu(`main`)],[pu(`✓`),X(` agent started`)],[mu(`… editing src/routes/new-task.tsx`)],[pu(`✓`),X(` tests green · `),hu(`+42 −7`)],[pu(`✓`),X(` pull request opened`)]],[[mu(`# flaky: replay before touching code`)],[J(`def`),X(` `),Y(`stabilize`),X(`(test):`)],[X(` `),J(`for`),X(` attempt `),J(`in`),X(` `),Y(`range`),X(`(`),hu(`3`),X(`):`)],[X(` `),J(`if`),X(` `),Y(`run`),X(`(test).ok:`)],[X(` `),J(`return`),X(` `),pu(`'green'`)],[X(` `),J(`return`),X(` `),Y(`quarantine`),X(`(test)`)]],[[mu(`// apply the reviewed plan, step by step`)],[J(`let`),X(` diff = worktree.`),Y(`diff`),X(`()?;`)],[J(`match`),X(` `),Y(`review`),X(`(diff) {`)],[X(` Ok(pr) => gh::`),Y(`open`),X(`(pr),`)],[X(` Err(e) => `),Y(`retry`),X(`(e, backoff),`)],[X(`}`)]],[[mu(`// merge when every check is green`)],[J(`func`),X(` `),Y(`merge`),X(`(pr *PullRequest) `),J(`error`),X(` {`)],[X(` `),J(`if`),X(` err := ci.`),Y(`Wait`),X(`(pr); err != `),J(`nil`),X(` {`)],[X(` `),J(`return`),X(` err`)],[X(` }`)],[X(` `),J(`return`),X(` gh.`),Y(`Merge`),X(`(pr)`)],[X(`}`)]],[[mu(`-- which branches ship the most?`)],[J(`select`),X(` branch, `),Y(`count`),X(`(*) `),J(`as`),X(` runs`)],[J(`from`),X(` tasks`)],[J(`where`),X(` status = `),pu(`'green'`)],[J(`group by`),X(` branch`)],[J(`order by`),X(` runs `),J(`desc`),X(`;`)]],[[mu(`/* the composer glow, one token deep */`)],[X(`.composer`),J(`:focus-within`),X(` {`)],[X(` border-color: `),Y(`var`),X(`(--primary);`)],[X(` box-shadow: `),hu(`0 0 0 3px`),X(` `),Y(`var`),X(`(--ring);`)],[X(` transition: box-shadow `),hu(`120ms`),X(` ease;`)],[X(`}`)]]],_u=[[`left-[3%] top-[12%]`,`left-[5%] top-[36%]`,`left-[8%] top-[58%]`],[`right-[3%] top-[14%]`,`right-[6%] top-[40%]`,`right-[4%] top-[62%]`],[`left-[28%] top-[66%]`,`left-[45%] top-[72%]`,`right-[26%] top-[70%]`]],vu={key:`var(--syn-key)`,str:`var(--syn-str)`,fn:`var(--syn-fn)`,com:`var(--syn-com)`,num:`var(--syn-num)`},yu=e=>e.reduce((e,t)=>e+t.text.length,0),bu=e=>e.reduce((e,t)=>e+yu(t)*su+cu,0);function xu(e){let t=[...e];for(let e=t.length-1;e>0;e--){let n=Math.floor(Math.random()*(e+1)),r=t[e];t[e]=t[n],t[n]=r}return t}function Su(){let e=xu(gu).slice(0,_u.length),t=xu(_u.map(e=>e[Math.floor(Math.random()*e.length)]??``)),n=uu;return{blocks:e.map((e,r)=>{let i=n;return n+=bu(e)+lu,{lines:e,slot:t[r]??``,startMs:i}}),cycleMs:n-lu+du+fu}}function Cu({block:e,cycleMs:t}){let n=e.startMs;return(0,q.jsx)(`div`,{className:V(`ghost-code-block absolute font-mono text-[11.5px] leading-[1.9] text-soft-foreground`,e.slot),style:{"--cycle":`${t}ms`},children:e.lines.map((e,t)=>{let r=yu(e),i=n;return n+=r*su+cu,(0,q.jsx)(`div`,{className:`ghost-code-line`,style:{"--n":r,"--t":`${r*su}ms`,"--d":`${i}ms`},children:e.map((e,t)=>(0,q.jsx)(`span`,{style:e.tone?{color:vu[e.tone]}:void 0,children:e.text},t))},t)})})}var wu=`(prefers-reduced-motion: reduce)`;function Tu(){let[e,t]=(0,K.useState)(()=>typeof window.matchMedia==`function`&&!window.matchMedia(wu).matches);return(0,K.useEffect)(()=>{if(typeof window.matchMedia!=`function`)return;let e=window.matchMedia(wu),n=e=>t(!e.matches);return e.addEventListener(`change`,n),()=>e.removeEventListener(`change`,n)},[]),e}function Eu(){let[e,t]=(0,K.useState)(0),n=Tu(),r=(0,K.useMemo)(()=>Su(),[e]);return(0,K.useEffect)(()=>{if(!n)return;let e=window.setTimeout(()=>t(e=>e+1),r.cycleMs);return()=>window.clearTimeout(e)},[e,n,r.cycleMs]),(0,q.jsx)(`div`,{"data-slot":`ghost-code-backdrop`,"aria-hidden":`true`,className:`pointer-events-none absolute inset-0 -z-10 overflow-hidden max-xl:hidden [mask-image:linear-gradient(to_bottom,black_30%,transparent_96%)]`,children:(0,q.jsx)(`div`,{className:`contents`,children:r.blocks.map((e,t)=>(0,q.jsx)(Cu,{block:e,cycleMs:r.cycleMs},t))},e)})}function Du({source:e,className:t}){return(0,q.jsx)(`span`,{"data-slot":`skill-source`,"data-source":e,className:V(`shrink-0 rounded-full border border-border px-2 py-px font-mono text-[10.5px]`,Ii({source:e})?`font-semibold text-foreground`:`text-soft-foreground`,t),children:e})}function Ou({skill:e,usedBy:t,heading:n=`h2`}){return(0,q.jsxs)(`div`,{"data-slot":`skill-detail`,className:`min-w-0`,children:[(0,q.jsxs)(`div`,{className:`flex min-w-0 flex-wrap items-center gap-2.5`,children:[(0,q.jsx)(n,{className:`min-w-0 font-mono text-lg font-semibold break-all`,children:e.name}),(0,q.jsx)(Du,{source:e.source})]}),(0,q.jsxs)(`p`,{"data-slot":`skill-path`,className:`mt-1 font-mono text-[10.5px] break-all text-soft-foreground`,children:[e.path,e.team?` · from ${e.team.repo}`:``]}),e.description?(0,q.jsx)(`p`,{"data-slot":`skill-description`,className:`mt-2.5 text-[13px] text-muted-foreground`,children:e.description}):null,t===void 0?null:(0,q.jsxs)(`section`,{"data-slot":`skill-used-by`,className:`mt-5`,children:[(0,q.jsx)(`h3`,{className:`text-[11px] font-semibold tracking-[.04em] text-soft-foreground uppercase`,children:`Used by`}),t.length>0?(0,q.jsx)(`ul`,{className:`mt-1.5 flex flex-col gap-1`,children:t.map(e=>(0,q.jsxs)(`li`,{className:`flex items-center gap-1.5 font-mono text-xs text-muted-foreground`,children:[(0,q.jsx)(wa,{"aria-hidden":`true`,className:`size-3 shrink-0 text-soft-foreground`}),e]},e))}):(0,q.jsx)(`p`,{className:`mt-1.5 text-xs text-soft-foreground`,children:`Not referenced by any workflow yet — quick-task picks it up when the task mentions it.`})]}),(0,q.jsxs)(`section`,{className:`mt-5`,children:[(0,q.jsx)(`h3`,{className:`text-[11px] font-semibold tracking-[.04em] text-soft-foreground uppercase`,children:`Content`}),(0,q.jsx)(`div`,{"data-slot":`skill-body`,className:`mt-2 text-sm`,children:(0,q.jsx)(ji,{children:e.body})})]})]})}function ku({skill:e,onClose:t}){return(0,q.jsx)(mi,{open:e!==null,onOpenChange:e=>e?void 0:t(),children:(0,q.jsx)(ci,{"data-slot":`skill-preview`,className:`block max-h-[80dvh] overflow-y-auto sm:max-w-2xl`,children:e?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(di,{className:`sr-only`,children:e.name}),(0,q.jsx)(pi,{className:`sr-only`,children:`Read-only skill preview`}),(0,q.jsx)(Ou,{skill:e,heading:`h3`}),(0,q.jsx)(`p`,{className:`mt-5`,children:(0,q.jsx)(W,{to:`/skills?skill=${encodeURIComponent(e.name)}`,"data-slot":`skill-preview-manage`,onClick:t,className:`text-xs font-semibold text-violet hover:underline`,children:`Open in the Skills catalog`})})]}):null})})}function Au(e,t,n){let r=e.skill===``?{source:`workflow`,ref:`quick-task`}:{source:`skill`,ref:e.skill};return Wn({task:e.ref,source:r,model:``,runner:t,defaultRunner:n,variants:1,images:[],todoId:e.todo})}function ju(e,t){return e.kind===`failed`?{message:`Auto-start failed: ${e.message} — review and press Start`,tone:`danger`}:e.kind===`blocked`?{message:`Auto-start blocked (bad key) — review and press Start`,tone:`danger`}:t===``?{message:`Prefilled from link — review and press Start`,tone:`default`}:{message:`Unknown skill "${t}" — prefilled for quick-task; review and press Start`,tone:`danger`}}function Mu(e,t){return`Use the "${e}" skill on: ${t}`}function Nu(e){let t=e.configuredAutonomous===`source-dependent`?e.source===`skill`:e.configuredAutonomous,n=e.interactive!==!0&&void 0;return{autonomous:e.planFirst?!1:e.explicitAutonomous??n??t,worktree:e.hasGit?e.variants>1?!0:e.explicitWorktree??n??e.configuredWorktree:!1}}function Pu(e){return e.worktree?`Runs in an isolated worktree — review everything before it lands.`:e.hasGit?`Runs in the repo working tree — your checkout is modified directly.`:`Runs in place — no git repository detected, so there is no worktree to isolate in.`}var Fu={text:``,source:null,runner:null,agentProfile:null,model:null,effort:null,variants:1,planFirst:!1,worktree:null,autonomous:null,generateFollowups:null},Iu=`cez-new-task-draft`;function Lu(e){return e===null?Iu:`${Iu}:${e}`}function Ru(e){let t=e&&typeof e==`object`?e:{};return{text:typeof t.text==`string`?t.text:``,source:zu(t.source)?t.source:null,runner:typeof t.runner==`string`?t.runner:null,agentProfile:typeof t.agentProfile==`string`?t.agentProfile:null,model:typeof t.model==`string`?t.model:null,effort:typeof t.effort==`string`?t.effort:null,variants:t.variants===2||t.variants===3?t.variants:1,planFirst:t.planFirst===!0,worktree:typeof t.worktree==`boolean`?t.worktree:null,autonomous:typeof t.autonomous==`boolean`?t.autonomous:null,generateFollowups:typeof t.generateFollowups==`boolean`?t.generateFollowups:null}}function zu(e){return!!e&&typeof e==`object`&&(e.source===`skill`||e.source===`workflow`)&&typeof e.ref==`string`}var Bu=new Map;function Vu(e=null){let t=Lu(e),n=Bu.get(t);if(n)return{...n};let r;try{let e=localStorage.getItem(t);r=e?Ru(JSON.parse(e)):{...Fu}}catch{r={...Fu}}return Bu.set(t,r),{...r}}function Hu(e,t=null){let n=Lu(t);Bu.set(n,{...e});try{localStorage.setItem(n,JSON.stringify(e))}catch{}}function Uu(e=null){Hu({...Vu(e),text:``,source:null},e)}function Wu(e){let t=typeof e==`string`?new URLSearchParams(e):e;return{skill:(t.get(`skill`)??``).trim(),ref:(t.get(`ref`)??t.get(`task`)??``).trim(),auto:t.get(`auto`)===`1`,key:t.get(`key`)??``,todo:(t.get(`todo`)??``).trim()}}function Gu(e,t,n){return{task:e,steps:[...n.steps],rationale:n.rationale,fallback:n.fallback,images:[...t]}}function Ku(e,t){return!Number.isInteger(t)||t<0||t>=e.length?[...e]:e.filter((e,n)=>n!==t)}function qu(e,t,n){let r=[...e];if(!Number.isInteger(t)||t<0||t>=r.length)return r;let i=Math.max(0,Math.min(r.length-1,n));if(i===t)return r;let[a]=r.splice(t,1);return r.splice(i,0,a),r}function Ju(e){return e.command??e.prompt??``}function Yu(e,t=120){let n=e.split(`
|
|
3
|
-
`)[0]??``;return n.length>t?`${n.slice(0,t-1)}…`:n}function Xu(e){let{task:t,steps:n,model:r,modelsLocked:i,effort:a,runner:o,runnerExplicit:s,defaultRunner:c,variants:l,images:u,generateFollowups:d,todoId:f}=e;return{task:t,steps:[...n],model:i?void 0:r||void 0,effort:i?void 0:a||void 0,runner:Jn(o,c,s),variants:l>1?l:void 0,images:u.length>0?[...u]:void 0,generateFollowups:d!==!1&&void 0,todoId:f||void 0}}function Zu({plan:e,starting:t,startAvailable:n,startUnavailableReason:r,startUnavailableAction:i,onStepsChange:a,onStart:o,onDiscard:s}){let[c,l]=(0,K.useState)(null),[u,d]=(0,K.useState)(null),f=()=>{l(null),d(null)},p=(t,n)=>{t.preventDefault(),c!==null&&c!==n&&a(qu(e.steps,c,n)),f()},m=e.steps.length===0;return(0,q.jsx)(mi,{open:!0,onOpenChange:e=>e?void 0:s(),children:(0,q.jsxs)(ci,{"data-slot":`plan-review`,showCloseButton:!1,className:V(`top-0 left-0 flex h-dvh w-full max-w-full translate-x-0 translate-y-0 flex-col gap-0 rounded-none p-0`,`sm:top-1/2 sm:left-1/2 sm:h-auto sm:max-h-[85dvh] sm:max-w-[680px] sm:-translate-x-1/2 sm:-translate-y-1/2 sm:rounded-xl`),children:[(0,q.jsxs)(li,{className:`gap-1 border-b border-border px-5 pt-4 pb-3.5 text-left sm:text-left`,children:[(0,q.jsxs)(`div`,{className:`flex items-start justify-between gap-3`,children:[(0,q.jsx)(di,{className:`text-[11px] font-semibold tracking-[0.08em] text-muted-foreground uppercase`,children:`Proposed chain`}),(0,q.jsx)(ui,{"aria-label":`Discard the plan`,className:`-mt-1 -mr-1 rounded-md p-1 text-muted-foreground transition-colors hover:bg-muted hover:text-foreground`,children:(0,q.jsx)(Qr,{"aria-hidden":`true`,className:`size-4`})})]}),(0,q.jsx)(pi,{"data-slot":`plan-task`,title:e.task,className:`truncate text-[13.5px] font-medium text-foreground`,children:Yu(e.task)}),e.fallback?(0,q.jsx)(`p`,{"data-slot":`plan-fallback`,className:`text-xs text-soft-foreground italic`,children:`planner unavailable — single-step plan`}):e.rationale===``?null:(0,q.jsx)(`p`,{"data-slot":`plan-rationale`,className:`text-xs text-muted-foreground`,children:e.rationale})]}),(0,q.jsx)(`ol`,{"data-slot":`plan-steps`,className:`flex-1 space-y-2 overflow-y-auto px-5 py-4`,children:m?(0,q.jsx)(`li`,{className:`py-6 text-center text-sm text-muted-foreground`,children:`(no steps left — discard and plan again)`}):e.steps.map((t,n)=>(0,q.jsxs)(`li`,{"data-slot":`plan-step`,"data-step-id":t.id,draggable:!0,onDragStart:()=>l(n),onDragOver:e=>{e.preventDefault(),d(n)},onDragLeave:()=>d(e=>e===n?null:e),onDrop:e=>p(e,n),onDragEnd:f,className:V(`flex items-center gap-2.5 rounded-lg border border-border bg-card-2 px-3 py-2.5`,c===n&&`opacity-50`,u===n&&c!==null&&c!==n&&`border-ring`),children:[(0,q.jsx)(Ga,{"aria-hidden":`true`,className:`size-3.5 shrink-0 cursor-grab text-soft-foreground`}),(0,q.jsx)(`span`,{className:`w-5 shrink-0 font-mono text-[11px] text-soft-foreground tabular-nums`,children:String(n+1).padStart(2,`0`)}),(0,q.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-1.5`,children:[(0,q.jsx)(`span`,{className:`truncate text-[13px] font-semibold`,children:t.name??t.id}),t.skill?(0,q.jsx)(`span`,{"data-slot":`plan-badge-skill`,title:`skill`,className:`shrink-0 rounded-full bg-violet/15 px-1.5 py-px font-mono text-[10.5px] font-medium text-violet`,children:t.skill}):null,t.command?(0,q.jsx)(`span`,{"data-slot":`plan-badge-check`,className:`shrink-0 rounded-full bg-muted px-1.5 py-px text-[10.5px] font-medium text-muted-foreground`,children:`check`}):null]}),(0,q.jsx)(`p`,{className:`truncate font-mono text-[11.5px] text-muted-foreground`,children:Ju(t)})]}),(0,q.jsxs)(`span`,{className:`flex shrink-0 items-center`,children:[(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`icon-sm`,"data-slot":`plan-step-up`,"aria-label":`Move step ${n+1} up`,disabled:n===0,className:`size-7 text-muted-foreground`,onClick:()=>a(qu(e.steps,n,n-1)),children:(0,q.jsx)(Fn,{"aria-hidden":`true`,className:`size-3.5`})}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`icon-sm`,"data-slot":`plan-step-down`,"aria-label":`Move step ${n+1} down`,disabled:n===e.steps.length-1,className:`size-7 text-muted-foreground`,onClick:()=>a(qu(e.steps,n,n+1)),children:(0,q.jsx)(Nn,{"aria-hidden":`true`,className:`size-3.5`})}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`icon-sm`,"data-slot":`plan-step-remove`,"aria-label":`Remove step ${n+1}`,className:`size-7 text-muted-foreground hover:text-danger`,onClick:()=>a(Ku(e.steps,n)),children:(0,q.jsx)(Qr,{"aria-hidden":`true`,className:`size-3.5`})})]})]},t.id))}),!n&&r?(0,q.jsxs)(`p`,{id:`plan-start-guidance`,className:`flex flex-wrap items-center gap-1.5 border-t border-border px-5 pt-3 text-xs text-muted-foreground`,children:[(0,q.jsx)(`span`,{children:r}),i]}):null,(0,q.jsxs)(`div`,{className:`flex items-center gap-2 px-5 py-3.5 pb-[max(14px,env(safe-area-inset-bottom))]`,children:[(0,q.jsxs)(F,{type:`button`,"data-slot":`plan-start`,disabled:m||t||!n,title:n?void 0:r,"aria-describedby":!n&&r?`plan-start-guidance`:void 0,onClick:o,children:[(0,q.jsx)(Gn,{"aria-hidden":`true`,className:`size-3.5`}),t?`Starting…`:`Start`]}),(0,q.jsx)(Qu,{steps:e.steps,disabled:m}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,className:`ml-auto`,onClick:s,children:`Discard`})]})]})})}function Qu({steps:e,disabled:t}){let n=D(),[r,i]=(0,K.useState)(!1),[a,o]=(0,K.useState)(``),[s,c]=(0,K.useState)(!1),[l,u]=(0,K.useState)(!1),d=async t=>{let r=a.trim();if(!(r===``||l)){u(!0);try{let a=await rn({name:r,steps:e,...t?{overwrite:!0}:{}});I(`Saved — ${a.path.split(`/`).pop()??a.path}`),n.invalidateQueries({queryKey:k.workflows}),c(!1),i(!1),o(``)}catch(e){e instanceof p&&e.exists===!0?c(!0):I(e instanceof Error?e.message:String(e),{tone:`danger`})}finally{u(!1)}}};return(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(F,{type:`button`,variant:`outline`,"data-slot":`plan-save`,disabled:t,onClick:()=>i(!0),children:`Save as chain`}),(0,q.jsx)(mi,{open:r,onOpenChange:e=>i(!!e),children:(0,q.jsxs)(ci,{"data-slot":`plan-save-dialog`,className:`sm:max-w-sm`,showCloseButton:!1,children:[(0,q.jsxs)(li,{children:[(0,q.jsx)(di,{children:`Save as chain`}),(0,q.jsx)(pi,{children:`Saves these steps as a reusable workflow — it joins the picker like any other chain.`})]}),(0,q.jsxs)(`form`,{onSubmit:e=>{e.preventDefault(),d(!1)},children:[(0,q.jsx)(Ks,{value:a,onChange:e=>o(e.target.value),"aria-label":`Chain name`,placeholder:`e.g. fix-and-verify-v2`,maxLength:80,autoFocus:!0}),(0,q.jsxs)(hi,{className:`mt-4`,children:[(0,q.jsx)(F,{type:`button`,variant:`outline`,onClick:()=>i(!1),children:`Cancel`}),(0,q.jsx)(F,{type:`submit`,disabled:a.trim()===``||l,children:l?`Saving…`:`Save`})]})]})]})}),(0,q.jsx)(si,{open:s,onOpenChange:e=>e?void 0:c(!1),children:(0,q.jsxs)(ni,{"data-slot":`plan-overwrite-dialog`,children:[(0,q.jsxs)(oi,{children:[(0,q.jsxs)(ti,{children:[`Overwrite “`,a.trim(),`”?`]}),(0,q.jsx)(ei,{children:`A chain with this name already exists. Overwriting replaces its steps with this plan.`})]}),(0,q.jsxs)(ii,{children:[(0,q.jsx)(ai,{children:`Keep the existing chain`}),(0,q.jsx)(ri,{onClick:()=>void d(!0),children:`Overwrite`})]})]})})]})}function $u(){let[e]=Me(),t=_i(),n=D(),{projectId:r}=u(),i=Ce().projectId,a=L(),[o]=(0,K.useState)(()=>Wu(e)),s=P(),c=Ae(),f=le(),p=qe(),m=d(),h=l(),g=Fe(),[_,v]=(0,K.useState)(()=>({...Vu(i),...o.ref===``?{}:{text:o.ref},...o.skill===``?{}:{source:{source:`skill`,ref:o.skill}}}));(0,K.useEffect)(()=>{Hu(_,i)},[_,i]);let y=e=>v(t=>({...t,...e})),b=m.data?.recentSources,x=f.data,S=m.data?.skillUsage,C=(0,K.useMemo)(()=>zi(x??[],S),[x,S]),ee=c.data?.workflows??[],te=a.data?.projects??[],w=f.data!==void 0&&c.data!==void 0&&!m.isPending,T=qn(_.source,C,ee),E=T?.source===`skill`?C.find(e=>e.name===T.ref):void 0,ne=(0,K.useRef)(null),re=(0,K.useMemo)(()=>Ar(m.data?.promptTemplates),[m.data?.promptTemplates]),ie=zr(re,T?.source===`skill`?[T.ref]:[]),ae=(0,K.useRef)(_.text);ae.current=_.text;let oe=(0,K.useRef)(``);(0,K.useEffect)(()=>{if(!w)return;let e=Br(ae.current,oe.current,ie);oe.current=e.applied,e.text!==ae.current&&y({text:e.text})},[ie,w]);let O=qt(),ce=bt(O.data),ue=h.data?.defaultRunner,fe=ue??`claude`,A=ce.length>0?or(_.runner,ce,fe):null,pe=A??fe,j=O.isSuccess&&ce.length>0,me=de(pe),M=h.data?.modelsLocked===!0,he=A===null?[]:ir(A,me.data,[_.model,h.data?.defaultModels?.[A]]),ge=A===null?``:Qn(M?null:_.model,A,h.data?.defaultModels,me.data),_e=M?``:_.effort??``,{accounts:ve,repoAccount:ye}=Pr(),be=ve.some(e=>e.provider===pe&&e.id===_.agentProfile)?_.agentProfile:null,xe=(0,K.useRef)(!1);(0,K.useEffect)(()=>{let e=j&&!xe.current;xe.current=j,e&&document.activeElement===document.body&&document.querySelector(`textarea[aria-label="Describe a task for the agent"]`)?.focus()},[j]);let N=p.data===void 0||p.data.info!==null,Se=N?_.variants:1,we=N,Te=Se>1,Ee=Nu({hasGit:N,variants:Se,planFirst:_.planFirst,explicitAutonomous:_.autonomous,explicitWorktree:_.worktree,interactive:E?.interactive,configuredAutonomous:g.data?.composerDefaults?.autonomous??g.data?.composerDefaults?.inheritedAutonomous??`source-dependent`,configuredWorktree:g.data?.composerDefaults?.worktree??g.data?.composerDefaults?.inheritedWorktree??!0,source:T?.source??`workflow`}),De=Ee.worktree,Oe=Ee.autonomous,ke=s.data===void 0||s.data.capabilities.followups,je=ke?_.generateFollowups??m.data?.lastGenerateFollowups??!0:!1,[Ne,Pe]=(0,K.useState)(null),[Le,Re]=(0,K.useState)(!1),[ze,Be]=(0,K.useState)(!1),[Ve,He]=(0,K.useState)(()=>o.auto&&o.ref!==``),[Ue,F]=(0,K.useState)(()=>!o.auto&&o.ref!==``?{kind:`prefill`}:null),We=(0,K.useRef)(!1),Ge=(0,K.useRef)(!1);(0,K.useEffect)(()=>{We.current||(We.current=!0,e.toString()!==``&&t(`/new`,{replace:!0}))},[]),(0,K.useEffect)(()=>{if(!Ge.current&&!(!o.auto||o.ref===``)&&!O.isPending){if(!j||A===null){Ge.current=!0,F({kind:`prefill`}),He(!1);return}if(!h.isPending){if(Ge.current=!0,ue===void 0){F({kind:`prefill`}),He(!1);return}(async()=>{let e=``;try{e=(await Ie()).key}catch{}if(e!==``&&o.key===e)try{let e=await se(Au(o,A,ue));Uu(i),n.invalidateQueries({queryKey:k.runs.all}),t(nr(e));return}catch(e){F({kind:`failed`,message:e instanceof Error?e.message:String(e)})}else F({kind:`blocked`});He(!1)})()}}},[h.isPending,ue,O.isPending,j,A]),(0,K.useEffect)(()=>{if(Ue===null||!w)return;F(null);let e=o.skill!==``&&!C.some(e=>e.name===o.skill)?o.skill:``;e!==``&&y({text:Mu(o.skill,o.ref),source:null});let{message:t,tone:n}=ju(Ue,e);I(t,{tone:n}),document.querySelector(`[data-slot="composer"] button[aria-label="Start task"], [data-slot="composer"] button[aria-label="Plan task"]`)?.focus()},[Ue,w]);let Ke=async(e,r)=>{if(!j||A===null)throw Error(O.isPending?`Checking agent providers…`:O.isError?`Provider authentication could not be verified.`:`Connect an agent provider before starting a task.`);if(!w)throw Error(`Still loading workflows and skills — try again in a second.`);if(_.planFirst){Re(!0);try{Pe(Gu(e,r,await Ct(e))),y({text:e})}finally{Re(!1)}return}let a=await se(Wn({task:e,source:T,model:ge,modelsLocked:M,effort:_e,runner:A,runnerExplicit:_.runner!==null,agentProfile:be,defaultRunner:ue,variants:Se,images:r,worktree:De,autonomous:Oe,generateFollowups:je,todoId:o.todo}));at({lastTask:T,...T?{recentSources:Kn(b,T)}:{},...ke?{lastGenerateFollowups:je}:{},...T?.source===`skill`&&m.data!==void 0?{skillUsage:Bi(m.data.skillUsage,T.ref)}:{}}).then(()=>n.invalidateQueries({queryKey:k.uiState})).catch(()=>{}),Uu(i),n.invalidateQueries({queryKey:k.runs.all}),t(nr(a))},Je=async()=>{if(!(Ne===null||Ne.steps.length===0||ze||!j||A===null)){Be(!0);try{let e=await se(Xu({task:Ne.task,steps:Ne.steps,model:ge,modelsLocked:M,effort:_e,runner:A,runnerExplicit:_.runner!==null,defaultRunner:ue,variants:Se,images:Ne.images,generateFollowups:je,todoId:o.todo}));ke&&at({lastGenerateFollowups:je}).then(()=>n.invalidateQueries({queryKey:k.uiState})).catch(()=>{}),Uu(i),Pe(null),n.invalidateQueries({queryKey:k.runs.all}),t(nr(e))}catch(e){I(e instanceof Error?e.message:String(e),{tone:`danger`})}finally{Be(!1)}}};return Ve?(0,q.jsxs)(`div`,{"data-route":`new`,className:`relative isolate flex min-h-full flex-col items-center justify-center overflow-x-clip px-6`,children:[(0,q.jsx)(Et,{}),(0,q.jsxs)(`div`,{"data-slot":`auto-starting`,role:`status`,className:`text-center`,children:[(0,q.jsx)(`h1`,{className:`animate-pulse text-lg font-semibold tracking-tight`,children:`Starting task…`}),(0,q.jsx)(`p`,{className:`mt-1.5 text-[13.5px] text-muted-foreground`,children:`Launched from a bookmarklet — taking you to the run.`})]})]}):(0,q.jsxs)(`div`,{"data-route":`new`,className:`relative isolate flex min-h-full flex-col items-center overflow-x-clip px-6 pt-[clamp(32px,7vh,84px)] pb-16 max-md:px-3.5 max-md:pt-7`,children:[(0,q.jsx)(Et,{}),(0,q.jsx)(Eu,{}),(0,q.jsxs)(`div`,{className:`w-full max-w-[720px]`,children:[(0,q.jsxs)(`header`,{className:`mb-6 text-center max-md:mb-4`,children:[(0,q.jsx)(`h1`,{className:`text-lg font-semibold tracking-tight max-md:text-base`,children:`What should the agent work on?`}),(0,q.jsx)(`p`,{"data-slot":`run-mode-note`,className:`mt-1.5 text-[13.5px] text-muted-foreground max-md:text-xs`,children:Pu({worktree:De,hasGit:N})})]}),(0,q.jsx)(Rn,{ref:ne,onSubmit:Ke,value:_.text,onValueChange:e=>y({text:e}),autoFocus:!0,placeholder:`Describe a task for the agent — / for skills…`,ariaLabel:`Describe a task for the agent`,sendAriaLabel:_.planFirst?`Plan task`:`Start task`,disabled:!j||ze,disabledReason:O.isPending?`Checking agent providers…`:O.isError?`Provider authentication could not be verified.`:`Connect an agent provider before starting a task.`,autocompleteSkills:!0,footerStart:(0,q.jsxs)(q.Fragment,{children:[te.length>1&&r!==void 0?(0,q.jsx)(id,{projects:te,projectId:r,onPick:e=>t(`/p/${encodeURIComponent(e)}/new`,{replace:!0})}):null,(0,q.jsx)(ad,{source:T,ready:w,skills:C,skillUsage:S,workflows:ee,onPick:e=>y({source:e})}),(0,q.jsx)(tu,{templates:re,iconOnly:!0,onInsert:e=>ne.current?.insertAtCaret(e)}),ce.length>1||ce.some(e=>Nr(ve,e))?(0,q.jsx)(Mr,{runners:ce,value:pe,accounts:ve,account:be,repoAccount:ye,onPick:(e,t)=>y({runner:e,agentProfile:t,...e===pe?{}:{model:null}}),disabled:!j}):null,(0,q.jsx)(Ur,{slot:`model-pill`,ariaLabel:`Model`,label:he.find(e=>e.id===ge)?.label??`auto`,value:ge,disabled:!j,readOnly:M,disabledHint:M?`Model selection is locked to native coding-agent settings.`:void 0,onPick:e=>y({model:e}),options:he.map(e=>({value:e.id,label:e.label,desc:e.desc})),status:tr(pe,me.data,me.isError)}),(0,q.jsx)(Ur,{slot:`effort-pill`,ariaLabel:`Effort`,label:ar.find(e=>e.value===_e)?.label??`auto`,value:_e,disabled:!j,readOnly:M,disabledHint:M?`Effort selection is locked to native coding-agent settings.`:void 0,onPick:e=>y({effort:e}),options:ar.map(e=>({value:e.value,label:e.label,desc:e.desc}))}),(0,q.jsx)(Ur,{slot:`variants-pill`,ariaLabel:`Parallel variants`,label:Se>1?`×${Se} variants`:`×1`,value:String(Se),onPick:e=>y({variants:Number(e)}),disabled:!N,hint:`How many times to run this task in parallel — each variant gets its own worktree, and you pick the diff you keep. ×1 runs it once.`,disabledHint:`Parallel variants need a git repository — each variant runs in its own worktree.`,options:[{value:`1`,label:`×1`,desc:`One run`},{value:`2`,label:`×2 variants`,desc:`Two competing runs — pick the diff you keep`},{value:`3`,label:`×3 variants`,desc:`Three competing runs — pick the diff you keep`}]}),we?(0,q.jsx)(ed,{on:De,disabled:Te,disabledReason:`Parallel variants always use isolated worktrees`,onChange:e=>y({worktree:e})}):null,(0,q.jsx)(td,{on:Oe,disabled:_.planFirst,onChange:e=>y({autonomous:e})}),E?.interactive&&(_.autonomous===null||_.worktree===null)?(0,q.jsx)(`p`,{className:`basis-full text-xs text-muted-foreground`,"data-slot":`interactive-skill-hint`,children:`This skill recommends an interactive run in the current checkout. You can change either setting.`}):null,ke?(0,q.jsx)(nd,{on:je,onChange:e=>y({generateFollowups:e})}):null,p.data?(0,q.jsx)(od,{repo:p.data}):null]}),footerEnd:(0,q.jsxs)(q.Fragment,{children:[!j&&!O.isPending?(0,q.jsx)(W,{to:`/settings/agents#providers`,className:`text-xs font-medium text-foreground underline underline-offset-4`,children:`Configure providers`}):null,(0,q.jsx)(sd,{planFirst:_.planFirst,planning:Le,onModeChange:e=>y({planFirst:e})}),(0,q.jsx)(`kbd`,{"aria-hidden":`true`,className:`rounded-[5px] border border-b-2 border-border bg-card px-[5px] py-px font-mono text-[10.5px] font-medium text-muted-foreground`,children:fi()})]})}),(0,q.jsx)(ld,{onPick:e=>y({text:e})})]}),Ne===null?null:(0,q.jsx)(Zu,{plan:Ne,starting:ze,startAvailable:j,startUnavailableReason:O.isPending?`Checking agent providers…`:O.isError?`Provider authentication could not be verified.`:`Connect an agent provider before starting a task.`,startUnavailableAction:O.isPending?void 0:(0,q.jsx)(W,{to:`/settings/agents#providers`,children:`Configure providers`}),onStepsChange:e=>Pe(t=>t&&{...t,steps:e}),onStart:()=>void Je(),onDiscard:()=>Pe(null)})]})}function ed({on:e,disabled:t,disabledReason:n,onChange:r}){return(0,q.jsxs)(`button`,{type:`button`,role:`checkbox`,"aria-checked":e,disabled:t,"data-slot":`worktree-toggle`,onClick:()=>r(!e),title:t?n:e?`Runs in an isolated worktree — uncheck to run in the repo working tree`:`Runs in the repo working tree — check to isolate in a worktree`,className:V(Gr,e&&`border-primary/60 text-foreground`),children:[e?(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3 shrink-0 text-primary`}):(0,q.jsx)(lo,{"aria-hidden":`true`,className:`size-3 shrink-0 text-soft-foreground`}),`Worktree`]})}function td({on:e,disabled:t,onChange:n}){return(0,q.jsxs)(`button`,{type:`button`,role:`checkbox`,"aria-checked":e,disabled:t,"data-slot":`autonomous-toggle`,onClick:()=>n(!e),title:t?`Plan-first runs are interactive — autonomous is unavailable`:e?`Autonomous — the agent runs to completion without pausing for you`:`Runs interactively — check to let the agent finish without pausing for you`,className:V(Gr,e&&!t&&`border-primary/60 text-foreground`),children:[e?(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3 shrink-0 text-primary`}):(0,q.jsx)(lo,{"aria-hidden":`true`,className:`size-3 shrink-0 text-soft-foreground`}),`Autonomous`]})}function nd({on:e,onChange:t}){return(0,q.jsxs)(`button`,{type:`button`,role:`checkbox`,"aria-checked":e,"data-slot":`generate-followups-toggle`,onClick:()=>t(!e),title:e?`Agents can add newly discovered follow-up work to the task inbox`:`Follow-up generation is off; agents still maintain the handoff journal`,className:V(Gr,e&&`border-primary/60 text-foreground`),children:[e?(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3 shrink-0 text-primary`}):(0,q.jsx)(lo,{"aria-hidden":`true`,className:`size-3 shrink-0 text-soft-foreground`}),`Follow-ups`]})}function rd(e,t){let n=t.trim().toLowerCase();if(n===``)return[...e];let r=e=>{let t=e.name.toLowerCase(),r=e.id.toLowerCase();return t.startsWith(n)||r.startsWith(n)?0:t.includes(n)||r.includes(n)?1:2};return e.map((e,t)=>({project:e,rank:r(e),index:t})).filter(e=>e.rank<2).sort((e,t)=>e.rank-t.rank||e.index-t.index).map(e=>e.project)}function id({projects:e,projectId:t,onPick:n}){let[r,i]=(0,K.useState)(!1),[a,s]=(0,K.useState)(``),c=e.find(e=>e.id===t),l=rd(e,a);return(0,q.jsxs)($n,{open:r,onOpenChange:e=>{i(e),e||s(``)},children:[(0,q.jsx)(Un,{asChild:!0,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`project-pill`,"aria-label":`Project`,title:`Which project this task runs in — its skills, workflows, settings and draft`,className:V(Gr,`border-foreground/60 font-semibold text-foreground`),children:[(0,q.jsx)(Ba,{"aria-hidden":`true`,className:`size-3 shrink-0 text-soft-foreground`}),(0,q.jsx)(`span`,{className:`max-w-40 truncate`,children:c?.name??t}),Lr]})}),(0,q.jsx)(Yn,{align:`start`,sideOffset:8,className:`w-[300px] max-w-[calc(100vw-2rem)] p-0`,children:(0,q.jsxs)(Vr,{shouldFilter:!1,children:[(0,q.jsx)(kr,{placeholder:`search projects…`,value:a,onValueChange:s}),(0,q.jsxs)(qr,{"data-slot":`project-menu`,className:`max-h-[min(18rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[l.length===0?(0,q.jsx)(Fr,{children:`Nothing matches.`}):null,l.map(e=>(0,q.jsxs)(U,{value:e.id,keywords:[e.name],"data-slot":`project-option`,"data-project-id":e.id,disabled:e.status===`missing`,onSelect:()=>{n(e.id),i(!1)},children:[(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs font-medium`,children:e.name}),e.status===`missing`?(0,q.jsx)(`span`,{className:`shrink-0 text-[11px] text-soft-foreground`,children:`folder not found`}):e.branch===void 0?null:(0,q.jsx)(`span`,{className:`shrink-0 font-mono text-[11px] text-soft-foreground`,children:e.branch}),e.id===t?(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3.5 shrink-0 text-primary`}):null]},e.id))]}),(0,q.jsx)(`p`,{className:`border-t border-border px-3 py-2 text-[11px] leading-snug text-soft-foreground`,children:`Skills, workflows, settings and the draft re-resolve against the selected project.`})]})})]})}function ad({source:e,ready:t,skills:n,skillUsage:r,workflows:i,onPick:a}){let[s,c]=(0,K.useState)(!1),[l,u]=(0,K.useState)(``),[d,f]=(0,K.useState)(null),p=(0,K.useRef)(null),{mostUsed:m,project:h,global:g}=Ni(Vi(n,l,r),r),_=i.find(e=>e.name===er),v=Pi(i,l).filter(e=>e.name!==er),y=Li(`no skill`,`none plain ${er} ${_?.description??``}`,l)>0,b=!y&&m.length===0&&h.length===0&&g.length===0&&v.length===0,x=e=>{a(e),c(!1)},S=t=>x(e?.source===t.source&&e.ref===t.ref?null:t),C=(t,n)=>{let r=e?.source===`skill`&&e.ref===t.name;return(0,q.jsxs)(U,{value:`skill ${t.name} ${t.path}`,keywords:Fi(t.name,t.description),"data-slot":`source-option`,"data-source-kind":`skill`,"data-source-ref":t.name,onSelect:()=>S({source:`skill`,ref:t.name}),children:[(0,q.jsx)(`span`,{className:V(`shrink-0 font-mono text-xs`,n&&`font-semibold`),children:t.name}),t.description?(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:t.description}):null,(0,q.jsx)(`button`,{type:`button`,"data-slot":`source-skill-view`,"aria-label":`View skill ${t.name}`,title:`View skill`,onClick:e=>{e.preventDefault(),e.stopPropagation(),f(t)},className:`ml-auto shrink-0 rounded-sm p-0.5 text-soft-foreground transition-colors hover:text-foreground`,children:(0,q.jsx)(Dr,{"aria-hidden":`true`,className:`size-3.5`})}),r?(0,q.jsx)(o,{"aria-hidden":`true`,className:`size-3.5 shrink-0 text-primary`}):null]},t.path)},ee=e===null?ao:e.source===`skill`?Xr:fo,te=(0,q.jsxs)(`button`,{type:`button`,"data-slot":`source-pill`,"data-source-kind":e?.source??`none`,"aria-label":`Choose a skill or workflow`,title:e===null?`No skill — the task runs as one plain agent step. Pick a skill or workflow to change that.`:`Runs the ${e.source} "${e.ref}" — pick it again, or press ✕, to run without it`,disabled:!t,onKeyDown:t=>{e===null||t.metaKey||t.ctrlKey||t.altKey||t.key!==`Backspace`&&t.key!==`Delete`||(t.preventDefault(),a(null))},className:V(Gr,`font-mono text-[11.5px]`,e===null?`border-dashed text-soft-foreground`:`rounded-r-none border-r-0 border-foreground/60 pr-1.5 font-semibold text-foreground`),children:[(0,q.jsx)(ee,{"aria-hidden":`true`,className:V(`size-3 shrink-0`,e===null?`text-soft-foreground`:`text-violet`)}),(0,q.jsx)(`span`,{className:`max-w-44 truncate`,children:t?e?.ref??`Skill`:`…`}),Lr]});return(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(ku,{skill:d,onClose:()=>f(null)}),(0,q.jsxs)($n,{open:s,onOpenChange:e=>{c(e),e||u(``)},children:[(0,q.jsxs)(`span`,{className:`inline-flex items-center`,children:[(0,q.jsx)(Un,{asChild:!0,children:te}),e!==null&&t?(0,q.jsx)(`button`,{type:`button`,"data-slot":`source-pill-clear`,"aria-label":`Clear the ${e.source} ${e.ref}`,title:`Run without it`,onClick:()=>a(null),className:V(Gr,`rounded-l-none border-foreground/60 pl-1.5 pr-2 text-soft-foreground hover:text-foreground`),children:(0,q.jsx)(Qr,{"aria-hidden":`true`,className:`size-3`})}):null]}),(0,q.jsx)(Yn,{align:`start`,sideOffset:8,className:`w-[336px] max-w-[calc(100vw-2rem)] p-0`,children:(0,q.jsxs)(Vr,{shouldFilter:!1,children:[(0,q.jsx)(kr,{placeholder:`search skills & workflows…`,value:l,onValueChange:u,onInput:()=>p.current?.scrollTo(0,0)}),(0,q.jsxs)(qr,{ref:p,"data-slot":`source-menu`,className:`max-h-[min(18rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[b?(0,q.jsx)(Fr,{children:`Nothing matches.`}):null,y?(0,q.jsx)(H,{children:(0,q.jsxs)(U,{value:`none no-skill`,keywords:[`none`,`plain`,...Fi(er)],"data-slot":`source-option`,"data-source-kind":`none`,onSelect:()=>x(null),children:[(0,q.jsx)(gn,{"aria-hidden":`true`,className:`size-3.5 shrink-0 text-soft-foreground`}),(0,q.jsx)(`span`,{className:`shrink-0 text-xs font-medium`,children:`No skill`}),(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:_?.description??`One agent run on your task — no ceremony.`}),e===null?(0,q.jsx)(o,{"aria-hidden":`true`,className:`ml-auto size-3.5 shrink-0 text-primary`}):null]})}):null,m.length>0?(0,q.jsx)(H,{heading:`Most used`,children:m.map(e=>C(e,Ii(e)))}):null,h.length>0?(0,q.jsx)(H,{heading:`Project skills`,children:h.map(e=>C(e,!0))}):null,v.length>0?(0,q.jsx)(H,{heading:`Workflows`,children:v.map(t=>{let n=e?.source===`workflow`&&e.ref===t.name;return(0,q.jsxs)(U,{value:`workflow ${t.name}`,keywords:Fi(t.name,t.description),"data-slot":`source-option`,"data-source-kind":`workflow`,"data-source-ref":t.name,onSelect:()=>S({source:`workflow`,ref:t.name}),children:[(0,q.jsx)(`span`,{className:`shrink-0 font-mono text-xs`,children:t.name}),t.description?(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:t.description}):null,n?(0,q.jsx)(o,{"aria-hidden":`true`,className:`ml-auto size-3.5 shrink-0 text-primary`}):null]},t.name)})}):null,g.length>0?(0,q.jsx)(H,{heading:`Global`,children:g.map(e=>C(e,!1))}):null]})]})})]})]})}function od({repo:e}){let t=D(),n=E({mutationFn:e=>Qe({baseBranch:e}),onSuccess:e=>{t.invalidateQueries({queryKey:k.repo}),I(e.baseBranch?`New tasks will branch off "${e.baseBranch}" (PRs target it too).`:`Base branch cleared — new tasks fork from the checked-out branch.`)},onError:e=>I(e.message,{tone:`danger`})});return e.info?(0,q.jsx)(Ur,{slot:`base-pill`,ariaLabel:`Base branch`,label:(0,q.jsxs)(`span`,{className:`font-mono text-[11.5px]`,children:[`base: `,e.baseBranch??e.info.branch]}),value:e.baseBranch??``,onPick:e=>n.mutate(e===``?null:e),options:[{value:``,label:`follow checked-out branch (${e.info.branch})`,desc:`New task worktrees fork from whatever branch is checked out`},...e.branches.map(e=>({value:e,label:e}))]}):null}function sd({planFirst:e,planning:t,onModeChange:n}){return(0,q.jsxs)(`div`,{"data-slot":`mode-seg`,role:`radiogroup`,"aria-label":`Run mode`,className:`inline-flex items-center gap-0.5 rounded-lg bg-muted p-[3px]`,children:[(0,q.jsx)(`button`,{type:`button`,role:`radio`,"aria-checked":!e,onClick:()=>n(!1),className:V(`h-6 rounded-md px-2 text-xs transition-colors`,e?`font-medium text-muted-foreground hover:text-foreground`:`bg-card font-semibold text-foreground shadow-xs`),children:`Start`}),(0,q.jsx)(`button`,{type:`button`,role:`radio`,"aria-checked":e,"aria-busy":t||void 0,"data-slot":`mode-plan`,onClick:()=>n(!0),className:V(`h-6 rounded-md px-2 text-xs transition-colors`,e?`bg-contrast font-semibold text-contrast-foreground ring-2 ring-ring/55`:`font-medium text-muted-foreground hover:text-foreground`,t&&`animate-pulse`),children:t?`Planning…`:`Plan first`})]})}var cd=[`Fix a failing or flaky test`,`Summarize recent commits on this branch`,`Update the README for recent changes`];function ld({onPick:e}){return(0,q.jsx)(`div`,{className:`mt-7 flex flex-wrap justify-center gap-2 max-md:justify-start`,children:cd.map(t=>(0,q.jsxs)(`button`,{type:`button`,"data-slot":`suggested-chip`,onClick:()=>e(t),className:`inline-flex h-[30px] items-center gap-1.5 rounded-full border border-border px-3 text-[12.5px] font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground`,children:[(0,q.jsx)(Xr,{"aria-hidden":`true`,className:`size-3 shrink-0 text-soft-foreground`}),t]},t))})}function ud(){return(0,q.jsx)(`div`,{"data-route":`not-found`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(Na,{}),tone:`neutral`,title:`Page not found`,subtitle:`Nothing lives at this address. The link may be mistyped, or it points at something that is gone.`,actions:(0,q.jsx)(F,{asChild:!0,variant:`outline`,children:(0,q.jsx)(W,{to:`/`,children:`Back to tasks`})})})})}function dd(){return(0,q.jsx)(`div`,{"data-route":`repo-git`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(yt,{className:`motion-safe:animate-spin`}),tone:`neutral`,title:`Loading repository…`,subtitle:`Fetching the repo's git state.`})})}function fd(){return(0,q.jsxs)(`div`,{"data-route":`skills`,className:`flex min-h-full flex-col`,children:[(0,q.jsxs)(`header`,{className:`sticky top-0 z-10 hidden h-14 shrink-0 items-center gap-3 border-b border-border bg-background px-5 md:flex`,children:[(0,q.jsx)(`h1`,{className:`text-base font-semibold`,children:`Skills`}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`Markdown playbooks agents can follow.`})]}),(0,q.jsx)(`p`,{"data-slot":`skills-loading`,className:`px-4 py-6 text-center text-xs text-soft-foreground md:px-6`,children:`Loading skills…`})]})}function pd({projectId:e,registry:t}){let n=t.projects.length?t.projects:[{id:t.bootProject,name:t.bootProject}];return(0,q.jsx)(`div`,{"data-route":`unknown-project`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(Va,{}),tone:`neutral`,title:`“${e}” isn’t registered here`,subtitle:`This cezar doesn’t serve a project by that id. The link may come from another machine’s workspace — these are the projects registered on this one:`,children:(0,q.jsx)(`ul`,{"data-slot":`registered-projects`,className:`mx-auto flex w-full max-w-xs flex-col gap-1.5 text-left`,children:n.map(e=>(0,q.jsx)(`li`,{children:(0,q.jsxs)(_t,{to:`/p/${encodeURIComponent(e.id)}/`,className:`flex items-baseline gap-2 rounded-md border border-border bg-card px-3 py-2 text-sm font-medium text-foreground shadow-xs transition-colors hover:bg-card-2`,children:[e.name||e.id,(0,q.jsxs)(`span`,{className:`font-mono text-[11px] font-normal text-soft-foreground`,children:[`/p/`,e.id]})]})},e.id))})})})}function md(){return(0,q.jsx)(`div`,{"data-route":`workflows`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(yt,{className:`motion-safe:animate-spin`}),tone:`neutral`,title:`Loading workflows…`,subtitle:`Fetching the saved chains and the skills palette.`})})}function hd({tab:e}){return(0,q.jsx)(`div`,{"data-route":`task-${e}`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(yt,{className:`motion-safe:animate-spin`}),tone:`neutral`,title:e===`changes`?`Loading changes…`:`Loading files…`,subtitle:`Fetching the run record.`})})}function gd({tab:e,error:t}){let n=t instanceof p&&t.status===404;return(0,q.jsx)(`div`,{"data-route":`task-${e}`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:n?(0,q.jsx)(Yr,{}):(0,q.jsx)(Zr,{}),tone:n?`neutral`:`danger`,title:n?`Task not found`:`Could not load this task`,subtitle:n?`No run has this id. It may have been deleted, or the link is from another machine.`:t.message,actions:(0,q.jsx)(F,{asChild:!0,variant:`outline`,children:(0,q.jsx)(W,{to:`/`,children:`Back to tasks`})})})})}function _d({className:e,orientation:t=`horizontal`,...n}){return(0,q.jsx)(Zo,{"data-slot":`tabs`,"data-orientation":t,orientation:t,className:V(`group/tabs flex gap-2 data-[orientation=horizontal]:flex-col`,e),...n})}var vd=me(`group/tabs-list inline-flex w-fit items-center justify-center rounded-md p-[3px] text-muted-foreground group-data-[orientation=horizontal]/tabs:h-9 group-data-[orientation=vertical]/tabs:h-fit group-data-[orientation=vertical]/tabs:flex-col data-[variant=line]:rounded-none`,{variants:{variant:{default:`bg-muted`,line:`gap-1 bg-transparent`}},defaultVariants:{variant:`default`}});function yd({className:e,variant:t=`default`,...n}){return(0,q.jsx)(Qo,{"data-slot":`tabs-list`,"data-variant":t,className:V(vd({variant:t}),e),...n})}function bd({className:e,...t}){return(0,q.jsx)($o,{"data-slot":`tabs-trigger`,className:V(`relative inline-flex h-[calc(100%-1px)] flex-1 items-center justify-center gap-1.5 rounded-sm border border-transparent px-3 py-1 text-[12.5px] font-medium whitespace-nowrap text-muted-foreground transition-all group-data-[orientation=vertical]/tabs:w-full group-data-[orientation=vertical]/tabs:justify-start hover:text-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-1 focus-visible:outline-ring disabled:pointer-events-none disabled:opacity-50 group-data-[variant=default]/tabs-list:data-[state=active]:shadow-xs group-data-[variant=line]/tabs-list:data-[state=active]:shadow-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4`,`group-data-[variant=line]/tabs-list:bg-transparent group-data-[variant=line]/tabs-list:data-[state=active]:bg-transparent`,`data-[state=active]:bg-card data-[state=active]:font-semibold data-[state=active]:text-foreground`,`after:absolute after:bg-foreground after:opacity-0 after:transition-opacity group-data-[orientation=horizontal]/tabs:after:inset-x-0 group-data-[orientation=horizontal]/tabs:after:bottom-[-5px] group-data-[orientation=horizontal]/tabs:after:h-0.5 group-data-[orientation=vertical]/tabs:after:inset-y-0 group-data-[orientation=vertical]/tabs:after:-right-1 group-data-[orientation=vertical]/tabs:after:w-0.5 group-data-[variant=line]/tabs-list:data-[state=active]:after:opacity-100`,e),...t})}function xd({className:e,...t}){return(0,q.jsx)(es,{"data-slot":`tabs-content`,className:V(`flex-1 outline-none`,e),...t})}function Sd(e){return rr.flatMap(t=>{let n=e.filter(e=>e.provider===t.id);return n.length<2?[{runner:t,account:null,label:t.label,desc:t.desc,missing:!1}]:n.map(e=>({runner:t,account:e.isDefault?null:e.id,label:`${t.label} · ${e.label}`,desc:e.exists?e.configDir:`${e.configDir} — folder not created yet`,missing:!e.exists}))})}var Cd=e=>e.length>rr.length;function wd({rows:e,runner:t,accountFor:n,providerStatus:r,disabled:i=!1,accountDisabled:a=!1,onPick:o}){let s=Cd(e);return(0,q.jsx)(`div`,{role:`radiogroup`,"aria-label":`Default runner`,"data-slot":`agents-runner`,className:V(`gap-0.5 rounded-md border border-border bg-card p-0.5`,s?`flex max-w-md flex-col`:`inline-flex w-fit`),children:e.map(c=>{let l=M(r.data,c.runner.id),u=!r.isPending&&!r.isError&&l?.enabled===!0&&l.status===`connected`,d=r.isPending?`Checking provider authentication…`:r.isError?`Provider authentication could not be verified.`:l?.enabled===!1?`This provider is disabled. Enable it above or choose another provider.`:u?void 0:`Connect this provider before selecting it.`,f=e.filter(e=>e.runner.id===c.runner.id).length>1,p=c.runner.id===t&&c.account===n(c.runner.id);return(0,q.jsxs)(`button`,{type:`button`,role:`radio`,"aria-checked":p,"data-value":c.runner.id,"data-account":c.account??``,title:d??c.desc,disabled:i||!u||f&&a,onClick:()=>o(c.runner.id,c.account,f),className:V(`rounded-sm px-3 py-1.5 text-left font-mono text-[13px] font-medium transition-colors disabled:opacity-50`,p?`bg-muted text-foreground`:`text-muted-foreground hover:text-foreground`),children:[c.label,s?(0,q.jsx)(`span`,{"data-slot":c.missing?`agents-account-missing`:`agents-account-dir`,"data-runner":c.runner.id,className:`ml-2 font-sans text-[11.5px] text-soft-foreground`,children:c.desc}):null]},`${c.runner.id}:${c.account??``}`)})})}function Td({open:e,onOpenChange:t,providers:n,initialProvider:r}){let[i,a]=(0,K.useState)(null),[o,s]=(0,K.useState)(null),[c,l]=(0,K.useState)(r??n[0]??`claude`),[u,d]=(0,K.useState)(``),[f,p]=(0,K.useState)(``),[m,h]=(0,K.useState)(!1),g=Oe(),_=f.trim();return(0,q.jsx)(mi,{open:e,onOpenChange:t,children:(0,q.jsxs)(ci,{"data-slot":`add-account-dialog`,className:`sm:max-w-lg`,children:[(0,q.jsxs)(li,{children:[(0,q.jsx)(di,{children:`Add agent account`}),(0,q.jsx)(pi,{children:`The config folder this account uses. It does not have to exist yet — Connect signs in and the CLI creates it.`})]}),(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,q.jsxs)(`label`,{className:`flex items-center gap-2 text-[13px]`,children:[(0,q.jsx)(`span`,{className:`text-muted-foreground`,children:`Agent`}),(0,q.jsx)(`select`,{"aria-label":`Agent`,"data-slot":`add-account-provider`,value:c,onChange:e=>l(e.target.value),className:`rounded-md border border-input bg-card px-2 py-1 text-[13px] outline-none focus-visible:border-ring`,children:n.map(e=>(0,q.jsx)(`option`,{value:e,children:e},e))})]}),(0,q.jsxs)(`label`,{className:`flex min-w-0 flex-1 items-center gap-2 text-[13px]`,children:[(0,q.jsx)(`span`,{className:`shrink-0 text-muted-foreground`,children:`Name`}),(0,q.jsx)(`input`,{type:`text`,"aria-label":`Account name`,"data-slot":`add-account-label`,value:u,placeholder:`Work`,onChange:e=>d(e.target.value),className:`min-w-0 flex-1 rounded-md border border-input bg-card px-2 py-1 text-[13px] outline-none focus-visible:border-ring`})]})]}),(0,q.jsxs)(`div`,{className:`flex flex-col gap-1.5`,children:[(0,q.jsxs)(`label`,{className:`flex min-w-0 items-center gap-2 text-[13px]`,children:[(0,q.jsx)(`span`,{className:`shrink-0 text-muted-foreground`,children:`Folder`}),(0,q.jsx)(`input`,{type:`text`,spellCheck:!1,autoComplete:`off`,"aria-label":`Config folder`,"data-slot":`add-account-dir`,value:f,placeholder:c===`codex`?`~/.codex-second`:`~/.claude-second`,onChange:e=>{p(e.target.value),s(null),g.reset()},className:`min-w-0 flex-1 rounded-md border border-input bg-card px-2 py-1 font-mono text-[12.5px] outline-none focus-visible:border-ring`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`add-account-browse`,"aria-expanded":m,onClick:()=>h(e=>!e),children:m?`Hide folders`:`Browse…`})]}),(0,q.jsxs)(`p`,{className:`text-[11.5px] text-soft-foreground`,children:[`A `,(0,q.jsx)(`code`,{children:`~`}),` is kept as written and expanded when the agent runs.`]})]}),m?(0,q.jsx)(Us,{path:i,selected:o,onSelect:e=>{s(e),p(e.path),g.reset()},onEnter:e=>{a(e),s(null),g.reset()},showHidden:!0,emptyHint:`No subfolders here — pick this folder by typing its path above.`}):null,g.isError?(0,q.jsx)(`p`,{"data-slot":`add-account-error`,className:`min-w-0 break-words text-[13px] text-danger`,children:g.error instanceof Error?g.error.message:`could not add that folder`}):null,(0,q.jsxs)(hi,{className:`min-w-0 sm:items-center sm:justify-end`,children:[(0,q.jsx)(F,{variant:`outline`,onClick:()=>t(!1),children:`Cancel`}),(0,q.jsx)(F,{"data-slot":`add-account-confirm`,disabled:_===``||g.isPending,onClick:()=>{_===``||g.isPending||g.mutate({provider:c,configDir:_,...u.trim()?{label:u.trim()}:{}},{onSuccess:()=>{t(!1),d(``),p(``),s(null),h(!1),I(`Account added — use Connect to sign in`)}})},children:g.isPending?`Adding…`:`Add account`})]})]})})}var Ed={claude:`Claude Code`,codex:`Codex`,opencode:`OpenCode`,pi:`pi`},Dd={claude:`npm i -g @anthropic-ai/claude-code`,codex:`npm i -g @openai/codex`,opencode:`https://opencode.ai`,pi:`https://github.com/badlogic/pi-mono`},Od={connected:{label:`Connected`,tone:`success`},disconnected:{label:`Not connected`,tone:`pending`},"not-installed":{label:`Not installed`,tone:`neutral`},unknown:{label:`Could not verify`,tone:`danger`}};function kd(){let e=xe();return e.isPending?(0,q.jsx)(`p`,{"data-slot":`accounts-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading agent accounts…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(Ka,{}),tone:`danger`,title:`Agent accounts did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(Ad,{data:e.data})}function Ad({data:e}){let t=P(),[n,r]=(0,K.useState)(null),[i,a]=(0,K.useState)(null),o=Ue(),s=[`claude`,`codex`,`opencode`,`pi`];return e.editable?(0,q.jsxs)(`div`,{"data-slot":`accounts-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-5 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:`Agent accounts`}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`One agent per tab: whether it is installed, and which logins you have. Add a second config folder to keep a work account beside a personal one; each project picks which it uses in its own Agents settings.`})]}),(0,q.jsx)(Md,{profiles:e}),(0,q.jsxs)(_d,{defaultValue:`claude`,children:[(0,q.jsx)(yd,{variant:`line`,"data-slot":`accounts-tabs`,children:s.map(e=>(0,q.jsx)(bd,{value:e,"data-provider":e,children:Ed[e]},e))}),s.map(n=>(0,q.jsx)(xd,{value:n,className:`pt-4`,children:(0,q.jsx)(jd,{provider:n,check:t.data?.checks?.find(e=>e.name===n),accounts:e.profiles.filter(e=>e.provider===n),canCarryAccounts:e.profileCapableProviders.includes(n),onAdd:()=>r(n),onRemove:a})},n))]}),n===null?null:(0,q.jsx)(Td,{open:!0,onOpenChange:e=>!e&&r(null),providers:e.profileCapableProviders,initialProvider:n},n),(0,q.jsx)(si,{open:i!==null,onOpenChange:e=>!e&&a(null),children:(0,q.jsxs)(ni,{"data-slot":`accounts-remove-confirm`,children:[(0,q.jsxs)(oi,{children:[(0,q.jsxs)(ti,{children:[`Remove “`,i?.label,`”?`]}),(0,q.jsxs)(ei,{children:[`This only forgets the account. Nothing in `,i?.configDir,` is deleted — not your login, not your sessions. Projects using it fall back to the default account, and tasks that ran under it can no longer be resumed from here.`]})]}),(0,q.jsxs)(ii,{children:[(0,q.jsx)(ai,{children:`Cancel`}),(0,q.jsx)(ri,{"data-action":`accounts-remove-confirm`,disabled:o.isPending,onClick:()=>{let e=i;e&&o.mutate(e.id,{onSuccess:()=>{a(null),I(`Removed ${e.label}`)},onError:e=>I(e.message,{tone:`danger`})})},children:`Remove`})]})]})})]}):(0,q.jsxs)(`div`,{"data-slot":`accounts-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-4 p-4 md:p-6`,children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:`Agent accounts`}),(0,q.jsx)(`p`,{"data-slot":`accounts-hosted`,className:`text-[13px] text-soft-foreground`,children:`Agent accounts are managed from the machine that owns the checkout — this cockpit runs in hosted mode.`})]})}function jd({provider:e,check:t,accounts:n,canCarryAccounts:r,onAdd:i,onRemove:a}){let o=t?.available===!0;return(0,q.jsxs)(`div`,{"data-slot":`accounts-provider`,"data-provider":e,className:`flex flex-col gap-4`,children:[(0,q.jsxs)(`dl`,{className:`divide-y divide-border/60 overflow-hidden rounded-md border border-border bg-card text-[13px]`,children:[(0,q.jsx)(Nd,{label:`Installed`,children:t===void 0?(0,q.jsx)(`span`,{className:`text-muted-foreground`,children:`Checking…`}):o?(0,q.jsx)(`span`,{"data-slot":`agent-installed`,children:`Yes`}):(0,q.jsxs)(`span`,{"data-slot":`agent-installed`,className:`text-muted-foreground`,children:[`No — `,(0,q.jsx)(`code`,{className:`text-[12px]`,children:Dd[e]})]})}),o&&t?.version?(0,q.jsx)(Nd,{label:`Version`,children:(0,q.jsx)(`span`,{"data-slot":`agent-version`,className:`font-mono text-[12.5px]`,children:t.version})}):null,(0,q.jsx)(Nd,{label:`Accounts`,children:(0,q.jsx)(`span`,{children:n.length===1?`the discovered one`:`${n.length} (1 discovered, ${n.length-1} added)`})})]}),(0,q.jsxs)(`div`,{className:`flex items-center justify-between gap-3`,children:[(0,q.jsx)(`h3`,{className:`text-[13px] font-semibold text-foreground`,children:`Logins`}),r?(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`accounts-add`,"data-provider":e,onClick:i,children:`Add account`}):null]}),(0,q.jsx)(`ul`,{className:`divide-y divide-border/60 rounded-md border border-border bg-card`,children:n.map(e=>(0,q.jsx)(Pd,{account:e,onRemove:()=>a(e)},e.id))}),r?null:(0,q.jsxs)(`p`,{"data-slot":`accounts-single-only`,className:`text-[11.5px] text-soft-foreground`,children:[Ed[e],` can only hold one account here: it keeps its credentials outside its config folder, so a second folder would change settings without changing the login — which would say “work account” while billing the other one.`]})]})}function Md({profiles:e}){let t=D(),n=Fe(),r=qt(),i=vt(),a=C(),o=E({mutationFn:e=>Mt(e),onSuccess:e=>t.setQueryData(R.config,e),onError:e=>I(e.message,{tone:`danger`})});if(n.data===void 0)return null;let s=Sd(e.profiles),c=n.data.agentDefaults.runner??`claude`,l=n.data.agentDefaults.models??{};return(0,q.jsxs)(`section`,{"data-slot":`accounts-defaults`,className:`flex flex-col gap-3 rounded-lg border border-border bg-card/40 p-3.5`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h3`,{className:`text-[13px] font-semibold text-foreground`,children:`Defaults for new projects`}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`What a project runs when it has not chosen for itself — set once instead of per repository. A project that has chosen keeps its own.`})]}),(0,q.jsx)(wd,{rows:s,runner:c,accountFor:t=>e.defaults[t]??null,providerStatus:r,disabled:o.isPending,accountDisabled:a.isPending,onPick:(e,t,n)=>{e!==c&&o.mutate({agentDefaults:{runner:e}}),n&&a.mutate({projectId:null,provider:e,profileId:t},{onError:e=>I(e.message,{tone:`danger`})})}}),(0,q.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,q.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:`Default model per agent`}),rr.map(e=>(0,q.jsxs)(`label`,{className:`flex items-center gap-3`,children:[(0,q.jsx)(`span`,{className:`w-24 shrink-0 font-mono text-xs text-muted-foreground`,children:e.label}),(0,q.jsxs)(`select`,{"aria-label":`Default model for ${e.label}`,"data-slot":`accounts-default-model`,"data-runner":e.id,value:l[e.id]??``,disabled:o.isPending,onChange:t=>o.mutate({agentDefaults:{models:{[e.id]:t.target.value||null}}}),className:`block w-full max-w-xs rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:[ir(e.id,i[e.id].data,[l[e.id]]).map(e=>(0,q.jsx)(`option`,{value:e.id,children:e.id===``?`auto (default)`:e.label},e.id)),tr(e.id,i[e.id].data,i[e.id].isError)?(0,q.jsx)(`option`,{disabled:!0,children:tr(e.id,i[e.id].data,i[e.id].isError)}):null]})]},e.id))]})]})}function Nd({label:e,children:t}){return(0,q.jsxs)(`div`,{className:`flex items-baseline gap-3 px-3.5 py-2.5`,children:[(0,q.jsx)(`dt`,{className:`w-28 shrink-0 text-muted-foreground`,children:e}),(0,q.jsx)(`dd`,{className:`min-w-0 flex-1`,children:t})]})}function Pd({account:e,onRemove:t}){let[n,r]=(0,K.useState)(!1),i=un(e),a=je(),o=ot(),s=b(i,e.status===void 0),c=e.status??s.data?.status,l=c?Od[c.status]:void 0;return(0,q.jsxs)(`li`,{"data-slot":`account-row`,"data-account":e.id,className:`flex flex-col gap-2 px-3.5 py-3`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center justify-between gap-3`,children:[(0,q.jsxs)(`div`,{className:`min-w-0`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(`span`,{className:`text-[13px] font-medium text-foreground`,children:e.label}),e.isDefault?(0,q.jsx)(Hs,{variant:`ghost`,className:`shrink-0 text-[10px] text-muted-foreground`,children:`discovered`}):null]}),(0,q.jsx)(`p`,{"data-slot":`account-path`,className:`mt-0.5 truncate font-mono text-[11.5px] text-soft-foreground`,title:e.path,children:e.configDir}),(0,q.jsxs)(`div`,{className:`mt-1 flex flex-wrap items-center gap-2 text-xs text-muted-foreground`,children:[(0,q.jsx)(G,{tone:l?.tone??`neutral`,pulse:l===void 0}),(0,q.jsx)(`span`,{"data-slot":`account-status`,children:l?.label??`Checking…`}),e.exists?e.looksValid?null:(0,q.jsxs)(`span`,{"data-slot":`account-unrecognised`,children:[`— this folder does not look like `,Ed[e.provider],` config yet`]}):(0,q.jsx)(`span`,{"data-slot":`account-missing`,children:`— folder not created yet; Connect will make it`})]})]}),(0,q.jsxs)(`div`,{className:`flex shrink-0 items-center gap-2`,children:[c?.status===`connected`?null:(0,q.jsx)(F,{type:`button`,size:`sm`,"data-action":`account-connect`,disabled:a.isPending,onClick:()=>a.mutate({provider:e.provider,...e.isDefault?{}:{profileId:e.id}},{onSuccess:e=>I(e.opened?`Finish signing in in the terminal, then Check again.`:`This account is already connected.`),onError:e=>I(e instanceof p&&e.command?`${e.message} — run: ${e.command}`:e.message,{tone:`danger`})}),children:`Connect`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`account-recheck`,disabled:o.isPending,title:`Re-probe this account's login now, instead of waiting for the cached answer`,onClick:()=>o.mutate(i,{onError:e=>I(e.message,{tone:`danger`})}),children:`Check again`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`account-details-toggle`,"aria-expanded":n,onClick:()=>r(e=>!e),children:n?`Hide details`:`Show details`})]})]}),n?(0,q.jsx)(Fd,{account:e,routeId:i,onRemove:t}):null]})}function Fd({account:e,routeId:t,onRemove:n}){let r=he(t,!0),i=Rt(),a=ht(),[o,s]=(0,K.useState)(!1),[c,l]=(0,K.useState)(e.label),u=Ne(),d=a.data?.targets??[],f=d.filter(e=>Cn(e.id)===void 0&&e.id!==`terminal`&&e.id!==`finder`).map(e=>({target:e})),p=d.filter(e=>Cn(e.id)===void 0).map(e=>({target:e})),m=(e,n,r)=>i.mutate({routeId:t,file:e,...r?{target:r}:{}},{onError:e=>I(e.message,{tone:`danger`}),onSuccess:()=>I(`Opened ${n}`)});return(0,q.jsxs)(`div`,{"data-slot":`account-details`,className:`rounded-md border border-border/60 bg-muted/30 p-3`,children:[r.isPending?(0,q.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:`Reading account details…`}):r.isError?(0,q.jsx)(`p`,{"data-slot":`account-details-error`,className:`text-xs text-danger`,children:r.error.message}):r.data.available?(0,q.jsx)(`dl`,{"data-slot":`account-identity`,className:`grid grid-cols-[7rem_minmax(0,1fr)] gap-x-3 gap-y-1 text-xs`,children:r.data.fields.map(e=>(0,q.jsxs)(K.Fragment,{children:[(0,q.jsx)(`dt`,{className:`text-muted-foreground`,children:e.label}),(0,q.jsx)(`dd`,{className:`min-w-0 truncate text-foreground`,title:e.value,children:e.value})]},e.label))}):(0,q.jsx)(`p`,{"data-slot":`account-identity-unavailable`,className:`text-xs text-muted-foreground`,children:r.data.reason??`No account details to show.`}),(0,q.jsxs)(`div`,{className:`mt-3 flex flex-wrap items-center gap-1.5 border-t border-border/60 pt-2.5`,children:[(0,q.jsx)(`span`,{className:`mr-1 text-xs text-muted-foreground`,children:`Config files`}),e.files.map(e=>(0,q.jsx)(En,{slot:`account-open-file`,label:e.label,triggerVariant:`outline`,disabled:i.isPending,title:e.exists?e.path:`${e.path} — not created yet`,choices:f,onPick:t=>m(e.id,e.label,t),leading:(0,q.jsxs)(Sr,{"data-target":`system`,onSelect:()=>m(e.id,e.label),children:[(0,q.jsx)(dr,{"aria-hidden":`true`}),`System default`]})},e.id)),(0,q.jsx)(En,{slot:`account-open-folder`,label:`Folder`,disabled:i.isPending,title:e.path,choices:p,onPick:e=>m(`folder`,`folder`,e),leading:(0,q.jsxs)(Sr,{"data-target":`system`,onSelect:()=>m(`folder`,`folder`),children:[(0,q.jsx)(dr,{"aria-hidden":`true`}),`System default`]})})]}),e.isDefault?null:(0,q.jsxs)(`div`,{"data-slot":`account-manage`,className:`mt-3 flex flex-wrap items-center gap-2 border-t border-border/60 pt-2.5`,children:[(0,q.jsx)(`span`,{className:`mr-1 text-xs text-muted-foreground`,children:`Account`}),o?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`input`,{type:`text`,autoFocus:!0,"aria-label":`Name for ${e.label}`,"data-slot":`account-rename-input`,value:c,onChange:e=>l(e.target.value),className:`w-48 rounded-md border border-input bg-card px-2 py-1 text-xs outline-none focus-visible:border-ring`}),(0,q.jsx)(F,{type:`button`,size:`sm`,"data-action":`account-rename-save`,disabled:u.isPending||c.trim()===``||c.trim()===e.label,onClick:()=>u.mutate({id:e.id,label:c.trim()},{onSuccess:()=>s(!1),onError:e=>I(e.message,{tone:`danger`})}),children:`Save`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,onClick:()=>{l(e.label),s(!1)},children:`Cancel`})]}):(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`account-rename`,onClick:()=>s(!0),children:`Rename`}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`account-remove`,onClick:n,children:`Remove`}),(0,q.jsx)(`span`,{className:`text-xs text-muted-foreground`,children:`Renaming changes what cezar calls this account, not its folder.`})]})]})]})}var Id=1500;function Ld(e,t){let n=(0,K.useMemo)(()=>e.split(`
|
|
4
|
-
`).map(e=>[{content:e}]),[e]),r=(0,K.useMemo)(()=>Wi(t),[t]),i=n.length>Id,[a,o]=(0,K.useState)(null);return(0,K.useEffect)(()=>{if(r===null||i)return;let t=!1;return Gi(e,r).then(n=>{t||o({key:e,tokens:n.tokens})}),()=>{t=!0}},[e,r,i]),r===null||i?n:a?.key===e?a.tokens:Ui(e,r)?.tokens??n}var Rd=`m-0 min-h-full w-full whitespace-pre font-mono text-xs leading-[1.7] px-3 py-2 [tab-size:2]`;function zd({value:e,onChange:t,language:n,readOnly:r,className:i,...a}){let o=Ld(e,n),s=(0,K.useRef)(null),c=(0,K.useRef)(null),l=()=>{let e=c.current,t=s.current;!e||!t||(t.scrollTop=e.scrollTop,t.scrollLeft=e.scrollLeft)};return(0,K.useLayoutEffect)(l,[e]),(0,q.jsxs)(`div`,{"data-slot":`code-editor`,className:V(`relative overflow-hidden rounded-md border border-input bg-card`,i),children:[(0,q.jsx)(`pre`,{ref:s,"aria-hidden":`true`,className:V(Rd,`pointer-events-none absolute inset-0 overflow-auto text-soft-foreground`),children:o.map((e,t)=>(0,q.jsx)(`span`,{className:`block`,children:e.length===0?`
|
|
5
|
-
`:(0,q.jsxs)(q.Fragment,{children:[e.map((e,t)=>(0,q.jsx)(`span`,{style:e.color===void 0?void 0:{color:e.color},children:e.content},t)),`
|
|
6
|
-
`]})},t))}),(0,q.jsx)(`textarea`,{ref:c,"data-slot":`code-editor-input`,value:e,readOnly:r,onChange:e=>t?.(e.target.value),onScroll:l,spellCheck:!1,autoCorrect:`off`,autoCapitalize:`off`,autoComplete:`off`,wrap:`off`,className:V(Rd,`relative block resize-none overflow-auto bg-transparent text-transparent caret-foreground outline-none`,`selection:bg-primary/30 focus-visible:ring-0`,r&&`cursor-default`),...a})]})}var Bd=`An editor-plus-commit: a saved change reaches a run after you commit it to the base branch.`;function Vd(e){return t=>t.runners.includes(e)}function Hd(e,t,n,r){let i=Vd(e);return{id:t,label:n,note:r,files:t===`mcp`?e=>i(e)&&(e.holdsMcp===!0||e.kind===`mcp`):e=>i(e)&&e.kind===t}}var Ud=[{id:`claude`,label:`Claude`,groups:[Hd(`claude`,`settings`,`Settings`),Hd(`claude`,`mcp`,`MCP`,`A dedicated .mcp.json (key: mcpServers), shared via version control.`),Hd(`claude`,`memory`,`Memory & instructions`)]},{id:`codex`,label:`Codex`,note:Bd,groups:[Hd(`codex`,`settings`,`Settings`),Hd(`codex`,`mcp`,`MCP`,`Inside config.toml under [mcp_servers.<id>] — the same file as Codex’s settings.`),Hd(`codex`,`memory`,`Memory & instructions`)]},{id:`opencode`,label:`OpenCode`,note:Bd,groups:[Hd(`opencode`,`settings`,`Settings`),Hd(`opencode`,`mcp`,`MCP`,`Under the "mcp" key in opencode.json — the same file as OpenCode’s settings.`),Hd(`opencode`,`memory`,`Memory & instructions`)]}];function Wd(e){let t=Ud.find(t=>t.id===e);if(!t)throw Error(`no agent descriptor for ${e}`);return t}function Gd(e){return e.seeded?`Copied into each run’s worktree — takes effect on your next run.`:e.tracked===`tracked`?`Runs read the committed copy — this edit applies after you commit it.`:e.tracked===`outside-repo`?`Applies to every session on this machine.`:`Personal, git-ignored.`}function Kd(){let e=re(),t=P(),n=(0,K.useMemo)(()=>t.data?Zn(t.data.checks):Ud.map(e=>e.id),[t.data]);return e.isPending?(0,q.jsx)(`p`,{"data-slot":`agent-config-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading agent config…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(La,{}),tone:`danger`,title:`Agent config did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(qd,{listing:e.data,installed:n})}function qd({listing:e,installed:t}){let[n,r]=(0,K.useState)(`claude`),[i,a]=(0,K.useState)(null),o=Wd(n),s=e.files.find(e=>e.id===i)??null,c=e=>{r(e),a(null)};return(0,q.jsxs)(`div`,{"data-slot":`agent-config`,className:`flex flex-col gap-4 p-4 md:p-6`,children:[!e.editable&&(0,q.jsx)(`div`,{"data-slot":`agent-config-readonly`,className:`rounded-md border border-border bg-muted/40 px-3 py-2 text-[13px] text-soft-foreground`,children:`Read-only: agent config is edited from the machine that owns the checkout (this cockpit runs in hosted mode). You can still see every file and which one wins.`}),(0,q.jsx)(`div`,{"data-slot":`agent-config-agents`,role:`tablist`,className:`flex flex-wrap gap-1 rounded-md bg-muted/40 p-1`,children:Ud.map(e=>(0,q.jsxs)(`button`,{type:`button`,role:`tab`,"aria-selected":e.id===o.id,"data-slot":`agent-config-agent`,"data-agent":e.id,"data-selected":e.id===o.id,onClick:()=>c(e.id),className:V(`flex items-center gap-2 rounded-md px-3 py-1.5 text-[13px] transition-colors`,e.id===o.id?`bg-background font-semibold shadow-sm`:`hover:bg-muted/60`),children:[e.label,!t.includes(e.id)&&(0,q.jsx)(Hs,{variant:`outline`,className:`text-[10px] text-soft-foreground`,children:`not installed`})]},e.id))}),o.note&&(0,q.jsx)(`p`,{"data-slot":`agent-config-agent-note`,className:`text-[12px] text-soft-foreground`,children:o.note}),(0,q.jsxs)(`div`,{className:`grid gap-4 lg:grid-cols-[minmax(0,20rem)_minmax(0,1fr)]`,children:[(0,q.jsx)(`nav`,{"data-slot":`agent-config-nav`,className:`flex flex-col gap-5`,children:(0,q.jsx)(Jd,{agent:o,listing:e,selectedId:i,onSelect:a})}),(0,q.jsx)(`div`,{"data-slot":`agent-config-editor-pane`,children:s?(0,q.jsx)(Xd,{file:s},s.id):(0,q.jsx)(`div`,{className:`flex h-full min-h-40 items-center justify-center rounded-md border border-dashed border-border text-[13px] text-soft-foreground`,children:`Select a config file to view or edit it.`})})]})]})}function Jd({agent:e,listing:t,selectedId:n,onSelect:r}){return(0,q.jsx)(q.Fragment,{children:e.groups.map(i=>{let a=t.files.filter(i.files),o=e.id===`claude`&&i.id===`mcp`;return a.length===0&&!(o&&t.userMcp)?null:(0,q.jsxs)(`section`,{"data-slot":`agent-config-group`,"data-group":i.id,"data-agent":e.id,children:[(0,q.jsx)(`p`,{className:`mb-1 text-[11px] font-medium uppercase tracking-wide text-soft-foreground`,children:i.label}),i.note&&(0,q.jsx)(`p`,{className:`mb-2 text-[12px] text-soft-foreground`,children:i.note}),(0,q.jsx)(`ul`,{className:`flex flex-col gap-1`,children:a.map(e=>(0,q.jsx)(`li`,{children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`agent-config-file`,"data-selected":e.id===n,onClick:()=>r(e.id),className:V(`flex w-full items-center gap-2 rounded-md px-2 py-1.5 text-left text-[13px] transition-colors`,e.id===n?`bg-primary/15 text-foreground`:`hover:bg-muted/60`),children:[(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate font-mono text-[12px]`,children:e.label}),e.seeded&&(0,q.jsx)(Hs,{variant:`outline`,className:`shrink-0 text-[10px]`,children:`seeded`}),!e.exists&&(0,q.jsx)(`span`,{className:`shrink-0 text-[11px] text-soft-foreground`,children:`absent`})]})},e.id))}),o&&t.userMcp&&(0,q.jsx)(Yd,{userMcp:t.userMcp})]},i.id)})})}function Yd({userMcp:e}){return(0,q.jsxs)(`div`,{"data-slot":`agent-config-user-mcp`,className:`mt-3`,children:[(0,q.jsx)(`h4`,{className:`mb-1 text-[12px] font-semibold`,children:`User & local scopes`}),(0,q.jsxs)(`p`,{className:`mb-2 text-[12px] text-soft-foreground`,children:[`Managed by `,(0,q.jsx)(`code`,{className:`font-mono`,children:`claude mcp add`}),` in `,e.path,` — cezar does not edit Claude’s state file.`]}),e.readable?e.servers.length>0?(0,q.jsx)(`ul`,{className:`flex flex-wrap gap-1`,children:e.servers.map(e=>(0,q.jsx)(`li`,{children:(0,q.jsx)(Hs,{variant:`outline`,className:`font-mono text-[11px]`,children:e})},e))}):(0,q.jsx)(`p`,{className:`text-[12px] text-soft-foreground`,children:`No user-scoped MCP servers.`}):(0,q.jsx)(`p`,{className:`text-[12px] text-soft-foreground`,children:`Could not read the file.`})]})}function Xd({file:e}){let t=O(e.id),n=$e(e.id),[r,i]=(0,K.useState)(null),[a,o]=(0,K.useState)(!1),[s,c]=(0,K.useState)(null),l=t.data?.version??null;(0,K.useEffect)(()=>{t.data&&(i(t.data.content),o(!1),c(null))},[t.data?.version,t.data]);let u=r??t.data?.content??``,d=t.data?u!==t.data.content:!1,f=e.writable;return(0,q.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,q.jsx)(`span`,{className:`font-mono text-[13px]`,children:e.label}),(0,q.jsx)(Hs,{variant:`outline`,className:`text-[10px] uppercase`,children:e.format}),(0,q.jsx)(`a`,{href:e.docsUrl,target:`_blank`,rel:`noreferrer`,className:`text-[12px] text-soft-foreground underline hover:text-foreground`,children:`docs`})]}),(0,q.jsx)(`p`,{"data-slot":`agent-config-precedence`,className:`text-[12px] text-soft-foreground`,children:e.precedence}),(0,q.jsxs)(`p`,{"data-slot":`agent-config-effect`,className:`text-[12px] text-foreground/80`,children:[Gd(e),e.hotReload?` ${e.hotReload}`:``]}),t.isPending?(0,q.jsx)(`p`,{className:`text-[13px] text-soft-foreground`,children:`Loading file…`}):t.isError?(0,q.jsx)(`p`,{className:`text-[13px] text-destructive`,children:t.error.message}):(0,q.jsx)(zd,{value:u,language:e.format,readOnly:!f,onChange:i,"aria-label":`${e.label} contents`,className:`h-[26rem]`}),s&&(0,q.jsx)(`p`,{"data-slot":`agent-config-format-error`,className:`text-[12px] text-destructive`,children:s}),a&&(0,q.jsxs)(`div`,{"data-slot":`agent-config-conflict`,className:`flex items-center justify-between gap-2 rounded-md border border-destructive/40 bg-destructive/10 px-3 py-2 text-[12px]`,children:[(0,q.jsx)(`span`,{children:`The file changed on disk since you opened it.`}),(0,q.jsx)(F,{size:`sm`,variant:`outline`,onClick:()=>void t.refetch(),children:`Reload from disk`})]}),f&&(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(F,{size:`sm`,onClick:()=>{c(null),o(!1),n.mutate({content:u,version:l},{onSuccess:()=>{i(null),I(`${e.exists?`Saved`:`Created`} ${e.label}`)},onError:e=>{e instanceof p&&e.status===409?o(!0):e instanceof p&&e.status===400?c(e.message):I(e.message,{tone:`danger`})}})},disabled:!d||n.isPending,children:e.exists?`Save`:`Create`}),(0,q.jsx)(F,{size:`sm`,variant:`ghost`,onClick:()=>i(null),disabled:!d||n.isPending,children:`Revert`}),d&&(0,q.jsx)(`span`,{className:`text-[12px] text-soft-foreground`,children:`Unsaved changes`})]})]})}function Zd({className:e,size:t=`default`,...n}){return(0,q.jsx)(ko,{"data-slot":`switch`,"data-size":t,className:V(`peer group/switch inline-flex shrink-0 items-center rounded-full border border-transparent shadow-xs transition-all outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-[1.15rem] data-[size=default]:w-8 data-[size=sm]:h-3.5 data-[size=sm]:w-6 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input`,e),...n,children:(0,q.jsx)(jo,{"data-slot":`switch-thumb`,className:V(`pointer-events-none block rounded-full bg-background ring-0 transition-transform group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 data-[state=checked]:translate-x-[calc(100%-2px)] data-[state=unchecked]:translate-x-0`)})})}var Qd=[{id:`claude`,label:`Claude Code`,login:`claude auth login`},{id:`codex`,label:`Codex`,login:`codex login`},{id:`opencode`,label:`OpenCode`,login:`opencode auth login`},{id:`pi`,label:`pi`,login:`pi /login`}],$d=e=>({claude:e,codex:e,opencode:e,pi:e}),ef={connected:{label:`Credentials found`,tone:`success`},disconnected:{label:`Not connected`,tone:`pending`},"not-installed":{label:`Not installed`,tone:`neutral`},unknown:{label:`Could not verify`,tone:`danger`}};function tf(e,t,n){return{providers:e.providers.map(e=>e.provider===t?{...e,enabled:n}:e)}}function nf(){let e=qt(),t=pt(),n=h(),r=D(),[i,a]=(0,K.useState)(null),o=(0,K.useRef)(Promise.resolve()),s=(0,K.useRef)($d(0)),c=(0,K.useRef)($d(0)),l=(0,K.useRef)(e.data);(0,K.useEffect)(()=>{i&&M(e.data,i.provider)?.status===`connected`&&a(null)},[i,e.data]),(0,K.useEffect)(()=>{if(e.data){if(Object.values(c.current).every(e=>e===0)||!l.current){l.current=e.data;return}l.current={providers:e.data.providers.map(e=>({...e,enabled:c.current[e.provider]>0?M(l.current,e.provider)?.enabled??e.enabled:e.enabled}))}}},[e.data]);let u=(0,K.useCallback)((e,t)=>{let n=R.providerStatus,i=r.getQueryData(n);if(!i)return;l.current||=i;let a=tf(i,e,t);c.current[e]+=1,r.setQueryData(n,a);let u=++s.current[e];o.current=o.current.then(async()=>{try{let i=await we(e,t),a=M(i,e)?.enabled;if(a===void 0)return;if(l.current=tf(l.current??i,e,a),u===s.current[e]){let t=r.getQueryData(n);r.setQueryData(n,t?tf(t,e,a):i)}}catch(t){if(u===s.current[e]){let i=M(l.current,e)?.enabled,a=r.getQueryData(n);a&&i!==void 0?r.setQueryData(n,tf(a,e,i)):l.current?r.setQueryData(n,l.current):r.removeQueries({queryKey:n,exact:!0}),I(t instanceof Error?t.message:String(t),{tone:`danger`})}}finally{--c.current[e]}})},[r]),d=E({mutationFn:e=>A(e),onSuccess:async(e,t)=>{a(null),I(e.opened?`Finish signing in in the terminal, then check again.`:`Provider is already connected.`),await r.invalidateQueries({queryKey:R.providerStatus}),cn(t)&&await gt(r,t,`none`)},onError:(e,t)=>{if(e instanceof p&&e.command){let n=Qd.find(e=>e.id===t)?.label??t;a({provider:t,label:n,message:e.message,command:e.command});return}I(e.message,{tone:`danger`})}}),f=async e=>{try{await navigator.clipboard.writeText(e),I(`Command copied`)}catch{I(`Could not copy the command`,{tone:`danger`})}};return(0,q.jsxs)(`section`,{id:`providers`,"data-slot":`provider-settings`,className:`scroll-mt-20`,children:[(0,q.jsxs)(`div`,{className:`mb-2`,children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:`Providers`}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`Connect the coding agents available on this computer.`})]}),e.isError?(0,q.jsxs)(`div`,{role:`alert`,className:`mb-3 flex flex-wrap items-center justify-between gap-2 rounded-md border border-danger/30 bg-danger/5 px-3 py-2.5`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`p`,{className:`text-[13px] font-medium text-foreground`,children:`Provider status could not be loaded`}),(0,q.jsx)(`p`,{className:`text-xs text-muted-foreground`,children:e.error.message})]}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,disabled:e.isFetching,onClick:()=>void e.refetch(),children:`Retry`})]}):null,(0,q.jsx)(`div`,{className:`flex flex-col gap-2`,children:Qd.map(r=>{let a=M(e.data,r.id),o=a?.status,s=o?ef[o]:e.isPending?{label:`Checking…`,tone:`neutral`}:ef.unknown,c=d.isPending&&d.variables===r.id,l=o===`disconnected`||o===`unknown`,p=a?.authFailureId;return(0,q.jsxs)(K.Fragment,{children:[(0,q.jsxs)(`div`,{"data-slot":`provider-card`,"data-provider":r.id,className:`rounded-md border border-border bg-card px-3.5 py-3`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-start justify-between gap-3`,children:[(0,q.jsxs)(`div`,{className:`min-w-0`,children:[(0,q.jsx)(`h3`,{className:`text-[13px] font-semibold text-foreground`,children:r.label}),(0,q.jsxs)(`div`,{className:`mt-1 flex items-center gap-2 text-xs text-muted-foreground`,children:[(0,q.jsx)(G,{tone:s.tone,pulse:e.isPending}),(0,q.jsx)(`span`,{children:s.label}),a?.enabled===!1?(0,q.jsx)(`span`,{children:`Disabled`}):null]}),o===`not-installed`?(0,q.jsxs)(`p`,{className:`mt-1.5 text-xs text-soft-foreground`,children:[`Install `,r.label,`, then run `,(0,q.jsx)(`code`,{children:r.login}),`.`]}):o===`unknown`||e.isError&&!o?(0,q.jsx)(`p`,{className:`mt-1.5 text-xs text-soft-foreground`,children:`Verification failed. Check again when the provider is available.`}):a?.hint?(0,q.jsx)(`p`,{className:`mt-1.5 text-xs text-soft-foreground`,children:a.hint}):null]}),(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[o===`not-installed`?null:(0,q.jsx)(Zd,{checked:a?.enabled??!0,"aria-label":`Use ${r.label}`,onCheckedChange:e=>u(r.id,e)}),l?(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,disabled:t.isPending,onClick:()=>t.mutate(void 0,{onError:e=>I(e.message,{tone:`danger`})}),children:`Check again`}):null,o===`disconnected`?(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,disabled:d.isPending,onClick:()=>d.mutate(r.id),children:c?`Opening…`:`Connect`}):null,p===void 0?null:(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,disabled:n.isPending,onClick:()=>n.mutate({provider:r.id,authFailureId:p},{onSuccess:()=>I(`${r.label} can be tried again.`),onError:e=>I(e.message,{tone:`danger`})}),children:`Try again`})]})]}),p===void 0?null:(0,q.jsx)(`p`,{className:`mt-2 text-xs text-soft-foreground`,children:`Use this after completing the provider sign-in flow. cezar cannot validate the credential without a task/model request; it will verify it on the next task.`})]}),i?.provider===r.id&&o!==`connected`?(0,q.jsxs)(`div`,{role:`region`,"aria-label":`${i.label} manual sign-in`,className:`rounded-md border border-pending/40 bg-pending/5 px-3.5 py-3`,children:[(0,q.jsx)(`p`,{className:`text-[13px] text-foreground`,children:i.message}),(0,q.jsxs)(`div`,{className:`mt-2 flex flex-wrap items-center gap-2`,children:[(0,q.jsx)(`code`,{className:`min-w-0 flex-1 overflow-x-auto rounded-sm bg-muted px-2 py-1.5 text-xs`,children:i.command}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,onClick:()=>void f(i.command),children:`Copy command`})]})]}):null]},r.id)})})]})}var rf=2e4;function af(){let e=l(),t=vt(),n=qt();return e.isPending?(0,q.jsx)(`p`,{"data-slot":`agents-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading agent settings…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(vn,{}),tone:`danger`,title:`Agent settings did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(of,{config:e.data,catalogs:t,providerStatus:n})}function of({config:e,catalogs:t,providerStatus:n}){let r=qe(),i=D(),a=E({mutationFn:e=>Qe(e),onSuccess:e=>{i.setQueryData(k.config,e),i.invalidateQueries({queryKey:k.health}),i.invalidateQueries({queryKey:k.repo})},onError:e=>I(e.message,{tone:`danger`})}),[o,s]=(0,K.useState)(e.systemPrompt??``),c=o.trim(),l=c===(e.systemPrompt??``),u=c.length>rf;return(0,q.jsxs)(`div`,{"data-slot":`agents-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:[(0,q.jsx)(nf,{}),(0,q.jsx)(sf,{defaultRunner:e.defaultRunner,providerStatus:n,saving:a.isPending,onPick:e=>a.mutate({defaultRunner:e})}),(0,q.jsx)(cf,{title:`Default models`,hint:e.modelsLocked?`Models are locked to the defaults configured in the native coding-agent settings.`:`The model preselected in the composer for each runner. Auto lets the runner decide per task.`,children:(0,q.jsx)(`div`,{className:`flex max-w-md flex-col gap-2`,children:rr.map(r=>{let i=M(n.data,r.id),o=!n.isPending&&!n.isError&&i?.enabled===!0&&i.status===`connected`,s=n.isPending?`Checking provider authentication…`:n.isError?`Provider authentication could not be verified.`:i?.enabled===!1?`This provider is disabled. Enable it above or choose another provider.`:o?void 0:`Connect this provider before selecting it.`,c=t[r.id],l=tr(r.id,c.data,c.isError),u=ir(r.id,c.data,[e.defaultModels[r.id]]),d=e.defaultModels[r.id]??``,f=u.find(e=>e.id===d)?.label??d??`auto (default)`;return(0,q.jsxs)(`label`,{className:`flex items-center gap-3`,children:[(0,q.jsx)(`span`,{className:`w-24 shrink-0 font-mono text-xs text-muted-foreground`,children:r.label}),e.modelsLocked?(0,q.jsx)(`output`,{"aria-label":`Default model for ${r.label}`,"data-slot":`agents-model`,"data-runner":r.id,title:`Model selection is locked to native coding-agent settings.`,className:`block w-full rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs`,children:f}):(0,q.jsxs)(`select`,{"aria-label":`Default model for ${r.label}`,"data-slot":`agents-model`,"data-runner":r.id,value:d,title:s??r.desc,disabled:a.isPending||!o,onChange:e=>a.mutate({defaultModels:{[r.id]:e.target.value||null}}),className:`block w-full rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:[u.map(e=>(0,q.jsx)(`option`,{value:e.id,children:e.id===``?`auto (default)`:e.label},e.id)),l?(0,q.jsx)(`option`,{disabled:!0,children:l}):null]})]},r.id)})})}),(0,q.jsxs)(cf,{title:`System prompt`,hint:`Extra instructions appended to every run, whichever runner executes it. This is the only place it is edited.`,children:[(0,q.jsx)($r,{"aria-label":`System prompt`,"data-slot":`agents-system-prompt`,value:o,onChange:e=>s(e.target.value),placeholder:`Extra rules for every agent run — conventions, tone, review requirements…`,className:`min-h-32 max-w-xl`}),(0,q.jsxs)(`div`,{className:`flex max-w-xl items-center gap-3`,children:[(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`agents-save-prompt`,disabled:l||u||a.isPending,onClick:()=>a.mutate({systemPrompt:c===``?null:c},{onSuccess:()=>I(c===``?`System prompt cleared`:`System prompt saved`)}),children:`Save`}),u?(0,q.jsxs)(`p`,{"data-slot":`agents-prompt-limit`,className:`text-[11px] text-danger`,children:[c.length.toLocaleString(),` characters — the limit is`,` `,rf.toLocaleString(),`.`]}):(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:`Leave empty and save to clear. Applied to new runs only.`})]})]}),(0,q.jsx)(cf,{title:`Live title updates`,hint:`Refresh a task's short title through the namer model as the run progresses. A manual rename always wins and stops updates for that task.`,children:(0,q.jsxs)(`label`,{className:`flex w-fit items-center gap-3`,children:[(0,q.jsx)(Zd,{"aria-label":`Live title updates`,"data-slot":`agents-live-title-updates`,checked:e.liveTitleUpdates??!0,disabled:a.isPending,onCheckedChange:e=>a.mutate({liveTitleUpdates:e},{onSuccess:()=>I(e?`Live title updates on`:`Live title updates off`)})}),(0,q.jsxs)(`span`,{className:`text-[13px] text-muted-foreground`,children:[e.liveTitleUpdates??!0?`On`:`Off`,e.liveTitleUpdates===null&&` (default)`]})]})}),(0,q.jsx)(cf,{title:`Review changes before finishing`,hint:`When on, a task with changes pauses so you can Accept, Send back, or open a Draft PR. Autonomous tasks always skip this and finish on their own. Default: off — tasks finish without asking.`,children:(0,q.jsxs)(`label`,{className:`flex w-fit items-center gap-3`,children:[(0,q.jsx)(Zd,{"aria-label":`Review changes before finishing`,"data-slot":`agents-review-gate`,checked:e.reviewGate??!1,disabled:a.isPending,onCheckedChange:e=>a.mutate({reviewGate:e},{onSuccess:()=>I(e?`Review gate on`:`Review gate off`)})}),(0,q.jsxs)(`span`,{className:`text-[13px] text-muted-foreground`,children:[e.reviewGate??!1?`On`:`Off`,e.reviewGate===null&&` (default)`]})]})}),(0,q.jsx)(cf,{title:`Base branch`,hint:`New task worktrees branch from this and draft PRs target it. Also settable from the Git view.`,children:r.data?.info?(0,q.jsxs)(`select`,{"aria-label":`Base branch`,"data-slot":`agents-base-branch`,value:e.baseBranch??``,disabled:a.isPending,onChange:e=>a.mutate({baseBranch:e.target.value||null}),className:`block w-full max-w-md rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:[(0,q.jsx)(`option`,{value:``,children:`follow checked-out branch (default)`}),r.data.branches.map(e=>(0,q.jsx)(`option`,{value:e,children:e},e))]}):(0,q.jsx)(`p`,{"data-slot":`agents-base-branch-unavailable`,className:`text-[13px] text-soft-foreground`,children:r.isPending?`Loading branches…`:`Not a git repository — tasks run in place, no branching.`})})]})}function sf({defaultRunner:e,providerStatus:t,saving:n,onPick:r}){let i=xe(),a=L(),o=Ce(),s=qe(),c=C(),l=o.projectId??`default`,u=s.data?.info?.root,d=u?i.data?.selections[u]:void 0,f=i.data?.defaults,p=Sd(i.data?.profiles??[]),m=Cd(p);return(0,q.jsxs)(cf,{title:m?`Default agent`:`Default runner`,hint:m?`Preselected for new tasks in THIS repo, and used by the chain planner. Each task can still pick another agent or account. The account is stored on this machine only — it is never committed, so a teammate keeps their own.`:`Preselected for new tasks in THIS repo, and used by the chain planner. Each task can still pick another runner.`,children:[(0,q.jsx)(wd,{rows:p,runner:e,accountFor:e=>d?.[e]??f?.[e]??null,providerStatus:t,disabled:n,accountDisabled:c.isPending||a.data===void 0,onPick:(t,n,i)=>{t!==e&&r(t),i&&c.mutate({projectId:l,provider:t,profileId:n},{onError:e=>I(e.message,{tone:`danger`})})}}),!t.isPending&&!t.isError&&M(t.data,e)?.enabled===!1?(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`This provider is disabled. Enable it above or choose another provider.`}):null,m?(0,q.jsx)(`p`,{className:`max-w-md text-[13px] text-muted-foreground`,children:`Tasks already started under another account can’t be resumed here — their sessions live in that account’s folder.`}):null]})}function cf({title:e,hint:t,children:n}){return(0,q.jsxs)(`section`,{className:`flex flex-col gap-2`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:e}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:t})]}),n]})}var lf=`cez-accent`,uf=`cez-density`,df=`cez-width`,ff=`lime`,pf=`comfortable`,mf=`narrow`;function hf(e){return e===`lime`||e===`violet`?e:ff}function gf(e){return e===`comfortable`||e===`compact`||e===`ultra`?e:pf}function _f(e){return e===`narrow`||e===`wide`?e:mf}function vf(e){let t=e&&typeof e==`object`?e:{};return{accent:hf(t.accent),density:gf(t.density),width:_f(t.width)}}function yf(){try{return{accent:hf(localStorage.getItem(lf)),density:gf(localStorage.getItem(uf)),width:_f(localStorage.getItem(df))}}catch{return{accent:ff,density:pf,width:mf}}}function bf(e){try{localStorage.setItem(lf,e.accent),localStorage.setItem(uf,e.density),localStorage.setItem(df,e.width)}catch{}}function xf(e,t){t.accent===`lime`?delete e.dataset.accent:e.dataset.accent=t.accent,t.density===`comfortable`?delete e.dataset.density:e.dataset.density=t.density,t.width===`narrow`?delete e.dataset.width:e.dataset.width=t.width}var Sf=K.createContext(null);function Cf({children:e}){let t=D(),n=T(),[r,i]=K.useState(yf),a=n.data;K.useEffect(()=>{if(a===void 0)return;let e=vf(a.appearance);i(e),bf(e)},[a]),K.useLayoutEffect(()=>{xf(document.documentElement,r)},[r]);let o=K.useCallback(e=>{i(e),bf(e),Tt({appearance:e}).then(e=>t.setQueryData(R.uiState,e)).catch(e=>{I(e instanceof Error?e.message:String(e),{tone:`danger`}),t.invalidateQueries({queryKey:R.uiState})})},[t]),s=K.useCallback(e=>o({...r,accent:e}),[o,r]),c=K.useCallback(e=>o({...r,density:e}),[o,r]),l=K.useCallback(e=>o({...r,width:e}),[o,r]),u=K.useMemo(()=>({accent:r.accent,density:r.density,width:r.width,setAccent:s,setDensity:c,setWidth:l}),[r,s,c,l]);return(0,q.jsx)(Sf.Provider,{value:u,children:e})}function wf(){let e=K.useContext(Sf);if(!e)throw Error(`cezar: useAppearance() must be called inside <AppearanceProvider>`);return e}var Tf=[{value:`system`,label:`System`,icon:eo},{value:`light`,label:`Light`,icon:uo},{value:`dark`,label:`Dark`,icon:to}],Ef=[{value:`lime`,label:`Lime`,swatch:`var(--accent-lime)`},{value:`violet`,label:`Violet`,swatch:`var(--violet)`}],Df=[{value:`comfortable`,label:`Comfortable`},{value:`compact`,label:`Compact`},{value:`ultra`,label:`Compact for real`}],Of=[{value:`narrow`,label:`Narrow`},{value:`wide`,label:`Wide`}];function kf({slot:e,label:t,value:n,options:r,onChange:i}){return(0,q.jsx)(`div`,{role:`radiogroup`,"aria-label":t,"data-slot":e,className:`inline-flex w-fit gap-0.5 rounded-md border border-border bg-card p-0.5`,children:r.map(e=>{let t=e.value===n;return(0,q.jsxs)(`button`,{type:`button`,role:`radio`,"aria-checked":t,"data-value":e.value,onClick:()=>i(e.value),className:V(`flex items-center gap-2 rounded-sm px-3 py-1.5 text-[13px] font-medium transition-colors`,t?`bg-muted text-foreground`:`text-muted-foreground hover:text-foreground`),children:[e.icon?(0,q.jsx)(e.icon,{"aria-hidden":`true`,className:`size-3.5`}):null,e.swatch?(0,q.jsx)(`span`,{"aria-hidden":`true`,className:`size-3 rounded-full border border-border`,style:{background:e.swatch}}):null,e.label]},e.value)})})}function Af({title:e,hint:t,children:n}){return(0,q.jsxs)(`section`,{className:`flex flex-col gap-2`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:e}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:t})]}),n]})}function jf(){let{theme:e,setTheme:t}=fc(),{accent:n,density:r,width:i,setAccent:a,setDensity:o,setWidth:s}=wf();return(0,q.jsxs)(`div`,{"data-slot":`appearance-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:[(0,q.jsx)(Af,{title:`Theme`,hint:`System follows your OS preference. Applies to this browser.`,children:(0,q.jsx)(kf,{slot:`appearance-theme`,label:`Theme`,value:e,options:Tf,onChange:t})}),(0,q.jsx)(Af,{title:`Accent`,hint:`The primary action color. Saved with this repo's cockpit state.`,children:(0,q.jsx)(kf,{slot:`appearance-accent`,label:`Accent`,value:n,options:Ef,onChange:a})}),(0,q.jsx)(Af,{title:`Density`,hint:`Compact tightens spacing across the cockpit — text stays the same size.`,children:(0,q.jsx)(kf,{slot:`appearance-density`,label:`Density`,value:r,options:Df,onChange:o})}),(0,q.jsx)(Af,{title:`Reading width`,hint:`Wide lets a task's session and commits use more of the screen. Narrow keeps a comfortable reading column. The Changes tab is always full-width.`,children:(0,q.jsx)(kf,{slot:`appearance-width`,label:`Reading width`,value:i,options:Of,onChange:s})})]})}var Mf=`http://localhost:4321`;function Nf(e,t,n,r=Mf,i=null){let a=e=>encodeURIComponent(e).replaceAll(`'`,`%27`),o=`(()=>{const m=location.href.match(/^https:\\/\\/github\\.com\\/([^\\/]+)\\/([^\\/]+)\\/(pull|issues)\\/\\d+/);if(!m){alert('Open a GitHub PR or issue first');return;}const q='${`${e?`skill=${a(e)}&`:``}auto=${t?`1`:`0`}&key=${a(n)}&ref=`}'+encodeURIComponent(location.href);open('${r.replaceAll(`'`,`%27`)}${i===null||i===``?`/new`:`/p/${a(i)}/new`}?'+q,'_blank');})();`;return`javascript:${encodeURIComponent(o)}`}function Pf(){let e=le();return e.isPending?(0,q.jsx)(`p`,{"data-slot":`bookmarklets-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading bookmarklets…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(Zr,{}),tone:`danger`,heading:`h2`,title:`Could not load bookmarklets`,subtitle:e.error.message}):(0,q.jsx)(`div`,{className:`flex min-h-full flex-1 overflow-y-auto px-4 py-5 md:px-7`,children:(0,q.jsx)(Ff,{skills:Ri(e.data??[])})})}function Ff({skills:e}){let t=rt(),n=P(),r=L(),[i,a]=(0,K.useState)(!1),[o,s]=(0,K.useState)(``),c=t.data?.key??``,l=window.location.origin,u=Ci()??n.data?.bootProject??null,d=r.data?.projects.find(e=>e.id===u)?.name??Ph(n.data)?.name??null,f=o.trim().toLowerCase(),p=e.filter(e=>e.name.toLowerCase().includes(f));return(0,q.jsxs)(`div`,{"data-slot":`bookmarklet-panel`,className:`mx-auto w-full max-w-2xl`,children:[(0,q.jsx)(`h2`,{className:`text-base font-semibold`,children:`Run from GitHub`}),(0,q.jsxs)(`p`,{className:`mt-2 text-[13px] leading-relaxed text-muted-foreground`,children:[`Drag a button below to your browser's bookmarks bar. On any GitHub PR or issue, click it to open this cockpit directly. The cockpit must be running: `,(0,q.jsx)(`span`,{className:`font-mono`,children:`npx cezarion`}),`.`]}),(0,q.jsxs)(`label`,{className:`mt-4 flex items-center gap-2 text-[13px] font-medium`,children:[(0,q.jsx)(`input`,{type:`checkbox`,"data-slot":`bm-auto`,checked:i,onChange:e=>a(e.target.checked),className:`size-3.5`}),`One-click launch (auto-submit)`,` `,(0,q.jsx)(`span`,{className:`font-normal text-soft-foreground`,children:`— re-drag the buttons after changing this`})]}),(0,q.jsx)(`div`,{"data-slot":`bm-generic`,className:`mt-4`,children:(0,q.jsx)(If,{label:d?`cezar (${d}): this PR/issue`:`cezar: this PR/issue`,url:Nf(``,!1,c,l,u),hint:`prefills the form — nothing starts by itself`})}),(0,q.jsx)(Ks,{"data-slot":`bm-filter`,placeholder:`Filter skills…`,"aria-label":`Filter bookmarklet skills`,value:o,onChange:e=>s(e.target.value),className:`mt-5 h-8 text-[13px]`}),(0,q.jsx)(`div`,{"data-slot":`bm-list`,className:`mt-3 flex flex-col gap-2`,children:p.length>0?p.map(e=>(0,q.jsx)(If,{label:d?`/${e.name} (${d})`:`/${e.name}`,url:Nf(e.name,i,c,l,u),hint:e.source},e.path)):(0,q.jsx)(`p`,{className:`text-xs text-soft-foreground`,children:e.length>0?`(no skills match)`:`(no skills yet — the generic launcher above still works)`})})]})}function If({label:e,url:t,hint:n}){let r=(0,K.useRef)(null);(0,K.useEffect)(()=>{r.current?.setAttribute(`href`,t)},[t]);let i=async()=>{try{await navigator.clipboard.writeText(t),I(`Bookmarklet URL copied.`)}catch{I(`Copy failed — drag the button instead.`,{tone:`danger`})}};return(0,q.jsxs)(`div`,{"data-slot":`bm-row`,className:`flex min-w-0 items-center gap-2.5`,children:[(0,q.jsxs)(`a`,{ref:r,draggable:!0,"data-slot":`bm-link`,title:`Drag me to your bookmarks bar`,onClick:e=>{e.preventDefault(),I(`Drag me to your bookmarks bar`)},className:`inline-flex shrink-0 items-center gap-1.5 rounded-md border border-border bg-card px-2.5 py-1 font-mono text-xs font-medium text-foreground shadow-xs transition-colors hover:bg-muted`,children:[(0,q.jsx)(cr,{"aria-hidden":`true`,className:`size-3 text-primary`}),e]}),(0,q.jsx)(`button`,{type:`button`,"data-slot":`bm-copy`,title:`Copy the bookmarklet URL`,onClick:()=>void i(),className:`shrink-0 text-xs font-medium text-muted-foreground transition-colors hover:text-foreground`,children:`Copy`}),n?(0,q.jsx)(`span`,{className:`min-w-0 truncate text-[11px] text-soft-foreground`,children:n}):null]})}function Lf(e){return{enabled:(e&&typeof e==`object`?e:{}).enabled===!0}}function Rf(){let e=globalThis.Notification;if(typeof e!=`function`)return`unsupported`;let t=e.permission;return t===`granted`||t===`denied`?t:`default`}function zf(e,t){let n=new Map,r=[];for(let i of t??[]){n.set(i.id,i.status);let t=e.get(i.id);t===void 0||t===i.status||Di(i)&&r.push(i)}return{entering:r,statuses:n}}function Bf(e){return e.enabled&&e.hidden&&e.permission===`granted`}function Vf(e){let t=wi(e).label;return{title:e.titleSummary??e.title,body:`Task ${t}`,tag:`cezar-run-${e.id}`}}function Hf(){let e=D(),t=T(),[n,r]=K.useState(!1),[i,a]=K.useState(Rf),o=t.data;K.useEffect(()=>{o!==void 0&&r(Lf(o.notifications).enabled)},[o]);let s=K.useCallback(t=>{r(t),Tt({notifications:{enabled:t}}).then(t=>e.setQueryData(R.uiState,t)).catch(t=>{I(t instanceof Error?t.message:String(t),{tone:`danger`}),e.invalidateQueries({queryKey:R.uiState})})},[e]),c=K.useCallback(e=>{if(!e){s(!1);return}if(Rf()!=="default"){s(!0);return}s(!0),Notification.requestPermission().then(e=>a(e)).catch(()=>a(Rf()))},[s]),l=i===`unsupported`;return(0,q.jsx)(`div`,{"data-slot":`notifications-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:(0,q.jsxs)(`section`,{className:`flex flex-col gap-2`,children:[(0,q.jsxs)(`div`,{className:`flex items-start justify-between gap-4`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:(0,q.jsx)(`label`,{htmlFor:`notifications-enabled`,children:`Notify when an agent needs you`})}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`A browser notification when a task starts waiting, asks for review, or fails — only while this tab is in the background. Off by default.`})]}),(0,q.jsx)(Zd,{id:`notifications-enabled`,"data-slot":`notifications-toggle`,checked:n,disabled:l,onCheckedChange:c})]}),l?(0,q.jsx)(`p`,{"data-slot":`notifications-unsupported`,className:`text-[13px] text-muted-foreground`,children:`This browser does not support notifications, so the toggle is unavailable here.`}):null,!l&&n&&i===`denied`?(0,q.jsx)(`p`,{"data-slot":`notifications-denied`,className:`text-[13px] text-danger`,children:`This browser is blocking notifications for the cockpit. The preference is saved, but nothing will be delivered here until you allow notifications in the browser's site settings.`}):null]})})}function Uf(){let e=Xt();return{isPending:e.isPending,confirm:(t,n)=>e.mutate(t.id,{onSuccess:()=>{I(`${t.name} removed from the workspace — its files are untouched`),n?.()},onError:e=>I(e.message,{tone:`danger`})})}}function Wf({project:e,onOpenChange:t,onConfirm:n}){return(0,q.jsx)(si,{open:e!==null,onOpenChange:t,children:(0,q.jsxs)(ni,{children:[(0,q.jsxs)(oi,{children:[(0,q.jsxs)(ti,{children:[`Remove `,e?.name,` from the workspace?`]}),(0,q.jsxs)(ei,{children:[`This only unregisters the project — `,(0,q.jsx)(`strong`,{children:`nothing on disk is deleted`}),`. The folder, its git history and its task history all stay exactly where they are, and opening it again re-registers it with everything intact.`,(0,q.jsx)(`span`,{className:`mt-1 block truncate font-mono text-[11px] text-foreground`,title:e?.root,children:e?.root})]})]}),(0,q.jsxs)(ii,{children:[(0,q.jsx)(ai,{children:`Keep it`}),(0,q.jsx)(ri,{"data-action":`projects-confirm-remove`,className:`bg-danger text-danger-foreground hover:brightness-[0.96]`,onClick:n,children:`Remove from list`})]})]})})}function Z({title:e,hint:t,children:n}){return(0,q.jsxs)(`section`,{className:`flex flex-col gap-2`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:e}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:t})]}),n]})}var Gf=1,Kf={ok:`ok`,"not-git":`no git repo`,missing:`folder not found`};function qf(e){let t=new Date(e);return Number.isNaN(t.getTime())?`—`:t.toLocaleDateString(void 0,{month:`short`,day:`numeric`})}function Jf(){let e=Fe(),t=L();return e.isPending||t.isPending?(0,q.jsx)(`p`,{"data-slot":`projects-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading projects…`}):e.isError||t.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(Ha,{}),tone:`danger`,title:`Project settings did not load`,subtitle:(e.error??t.error)?.message,heading:`h2`}):(0,q.jsx)(Yf,{config:e.data,registry:t.data})}function Yf({config:e,registry:t}){return(0,q.jsxs)(`div`,{"data-slot":`projects-section`,className:`mx-auto flex w-full max-w-4xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:[(0,q.jsx)(Xf,{configKey:`browseRoot`,value:e.browseRoot,title:`Default browse folder`,hint:`Where “Open local folder…” starts. The picker cannot navigate above this folder.`,placeholder:`~/`,slot:`browse`,savedLabel:`Browse folder`,footer:`Only affects folder browsing; GitHub checkouts use the separate checkout folder.`}),(0,q.jsx)(Xf,{configKey:`projectsDir`,value:e.projectsDir,title:`Default checkout folder`,hint:`Where “Clone from GitHub” puts new projects: <folder>/<project name>.`,placeholder:`~/cezar/projects`,slot:`checkout`,savedLabel:`Checkout folder`,footer:`Only affects new checkouts; projects already registered keep their location.`,refreshProjects:!0}),(0,q.jsx)(Zf,{registry:t,workspaceMax:e.resources.maxParallel})]})}function Xf({configKey:e,value:t,title:n,hint:r,placeholder:i,slot:a,savedLabel:o,footer:s,refreshProjects:c=!1}){let l=D(),u=E({mutationFn:t=>Mt(e===`browseRoot`?{browseRoot:t}:{projectsDir:t}),onSuccess:t=>{l.setQueryData(R.config,t),e===`browseRoot`?l.invalidateQueries({queryKey:R.fsBrowseRoot}):c&&l.invalidateQueries({queryKey:R.projects})}}),[d,f]=(0,K.useState)(t),p=d.trim(),m=p===t,h=u.isError?u.error.message:null;return(0,q.jsxs)(Z,{title:n,hint:`${r} ${e===`browseRoot`?`Choose an existing folder; it is verified writable before saving.`:`The folder is created recursively if needed, then verified writable before saving.`}`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(`input`,{type:`text`,spellCheck:!1,"aria-label":n,"aria-invalid":h!==null,"data-slot":`projects-${a}-root`,value:d,disabled:u.isPending,placeholder:i,onChange:e=>{f(e.target.value),u.isError&&u.reset()},className:`block w-full max-w-sm rounded-md border border-input bg-card px-3 py-1.5 font-mono text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-danger disabled:opacity-50`}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`projects-save-${a}-root`,disabled:m||p===``||u.isPending,onClick:()=>u.mutate(p,{onSuccess:()=>I(`${o} set to ${p}`)}),children:`Save`})]}),h===null?(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:s}):(0,q.jsxs)(`p`,{"data-slot":`projects-${a}-root-error`,role:`alert`,className:`text-[11px] text-danger`,children:[h,` — setting unchanged`]})]})}function Zf({registry:e,workspaceMax:t}){let[n,r]=(0,K.useState)(null),i=Uf(),a=(0,K.useMemo)(()=>ae(e.projects),[e.projects]);return(0,q.jsxs)(Z,{title:`Registered projects`,hint:`Every folder cezar has run in, plus the ones added from the GUI. “Tags” group connected repositories — give the API, the web app and the design system a shared “storefront” tag and the global Tasks page can show all three as one piece of work. “Max parallel” caps how many of that project's tasks run at once; the workspace limit (${t}) still applies as an overall ceiling, so a per-project value above it has no extra effect until the workspace limit is raised. Removing a project only unregisters it — no files on disk are deleted.`,children:[e.projects.length===0?(0,q.jsx)(`p`,{"data-slot":`projects-empty`,className:`text-[13px] text-soft-foreground`,children:`No projects registered yet.`}):(0,q.jsx)(`div`,{className:`overflow-x-auto rounded-md border border-border`,children:(0,q.jsxs)(`table`,{className:`w-full border-collapse text-sm`,children:[(0,q.jsx)(`caption`,{className:`sr-only`,children:`Projects registered in this workspace`}),(0,q.jsxs)(`colgroup`,{children:[(0,q.jsx)(`col`,{}),(0,q.jsx)(`col`,{style:{width:`104px`}}),(0,q.jsx)(`col`,{style:{width:`260px`}}),(0,q.jsx)(`col`,{style:{width:`150px`}}),(0,q.jsx)(`col`,{style:{width:`72px`}}),(0,q.jsx)(`col`,{style:{width:`92px`}})]}),(0,q.jsx)(`thead`,{children:(0,q.jsxs)(`tr`,{className:`border-b border-border text-left text-[12px] text-soft-foreground`,children:[(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Project`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Status`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Tags`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Max parallel`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Added`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium text-right`,children:`Actions`})]})}),(0,q.jsx)(`tbody`,{children:e.projects.map(n=>(0,q.jsx)(Qf,{project:n,isBoot:n.id===e.bootProject,workspaceMax:t,vocabulary:a,disabled:i.isPending,onRemove:()=>r(n)},n.id))})]})}),(0,q.jsx)(Wf,{project:n,onOpenChange:e=>!e&&r(null),onConfirm:()=>{if(!n)return;let e=n;r(null),i.confirm(e)}})]})}function Qf({project:e,isBoot:t,workspaceMax:n,vocabulary:r,disabled:i,onRemove:a}){return(0,q.jsxs)(`tr`,{"data-slot":`project-row`,"data-project":e.id,className:`border-b border-border last:border-0`,children:[(0,q.jsxs)(`th`,{scope:`row`,className:`max-w-0 px-3 py-2 text-left font-normal`,children:[(0,q.jsx)(`span`,{className:`block truncate text-foreground`,children:e.name}),(0,q.jsx)(`span`,{className:`block truncate font-mono text-[11px] text-soft-foreground`,title:e.root,children:e.root})]}),(0,q.jsxs)(`td`,{className:`px-3 py-2`,children:[(0,q.jsx)(`span`,{"data-slot":`project-status`,className:e.status===`missing`?`text-[12px] text-danger`:`text-[12px] text-soft-foreground`,children:Kf[e.status]}),e.status===`missing`?null:(0,q.jsxs)(`span`,{className:`ml-1 text-[11px] text-soft-foreground`,children:[`· `,e.source]})]}),(0,q.jsx)(`td`,{className:`px-3 py-2`,children:(0,q.jsx)($f,{project:e,vocabulary:r})}),(0,q.jsx)(`td`,{className:`px-3 py-2`,children:(0,q.jsx)(ep,{project:e,workspaceMax:n})}),(0,q.jsx)(`td`,{className:`px-3 py-2 tabular-nums text-soft-foreground`,children:qf(e.addedAt)}),(0,q.jsx)(`td`,{className:`px-3 py-2 text-right`,children:(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`project-remove`,"aria-label":`Remove ${e.name} from the workspace — unregisters it, no files are deleted`,title:t?`cezar is serving this project — it re-registers itself at every start`:void 0,disabled:i||t,onClick:a,children:`Remove`})})]})}function $f({project:e,vocabulary:t}){let n=ne(),[r,i]=(0,K.useState)(``),[a,o]=(0,K.useState)(!1),[s,c]=(0,K.useState)(-1),l=(0,K.useRef)(null),u=e.tags??[],d=Re(t,u,r),f=a&&d.length>0,p=(t,r)=>{n.mutate({id:e.id,tags:t},{onSuccess:()=>I(r),onError:e=>I(e.message,{tone:`danger`})})},m=t=>{let n=t.trim().slice(0,32);if(c(-1),n){if(u.some(e=>e.toLowerCase()===n.toLowerCase())){i(``);return}if(u.length>=20){I(`${e.name} already has the maximum of 20 tags`,{tone:`danger`});return}i(``),p([...u,n],`${e.name} tagged \u201c${n}\u201d`)}},h=t=>{p(u.filter(e=>e!==t),`\u201c${t}\u201d removed from ${e.name}`)},g=`project-tag-suggestions-${e.id}`;return(0,q.jsxs)(`div`,{"data-slot":`project-tags`,className:`flex flex-wrap items-center gap-1`,children:[u.map(t=>(0,q.jsxs)(`span`,{"data-slot":`project-tag`,className:`inline-flex max-w-full items-center gap-1 rounded-full bg-violet/15 py-px pr-1 pl-2 text-[11px] font-medium whitespace-nowrap text-violet`,children:[t,(0,q.jsx)(`button`,{type:`button`,"data-action":`project-tag-remove`,"aria-label":`Remove tag ${t} from ${e.name}`,disabled:n.isPending,onClick:()=>h(t),className:`rounded-full p-0.5 hover:bg-violet/25 disabled:opacity-50`,children:(0,q.jsx)(Qr,{className:`size-3`,"aria-hidden":`true`})})]},t)),(0,q.jsxs)($n,{open:f,onOpenChange:o,children:[(0,q.jsx)(Xn,{asChild:!0,children:(0,q.jsx)(`input`,{ref:l,type:`text`,"data-slot":`project-tag-input`,"aria-label":`Add a tag to ${e.name}`,role:`combobox`,"aria-expanded":f,"aria-controls":f?g:void 0,"aria-autocomplete":`list`,"aria-activedescendant":f&&s>=0?`${g}-${s}`:void 0,placeholder:u.length===0?`Add tag…`:`+`,value:r,maxLength:32,disabled:n.isPending,onFocus:()=>o(!0),onBlur:()=>o(!1),onChange:e=>{if(o(!0),c(-1),e.target.value.includes(`,`)){i(e.target.value.replace(/,/g,``));return}i(e.target.value)},onKeyDown:e=>{if(e.key===`ArrowDown`||e.key===`ArrowUp`){if(d.length===0)return;e.preventDefault(),o(!0);let t=e.key===`ArrowDown`?1:-1,n=s+t;c(n>=d.length?-1:n<-1?d.length-1:n);return}if(e.key===`Escape`&&f){e.preventDefault(),o(!1),c(-1);return}if(e.key===`Enter`||e.key===`,`){e.preventDefault(),m(s>=0?d[s]??r:r);return}if(e.key===`Tab`){o(!1);return}if(e.key===`Backspace`&&r===``&&u.length>0){e.preventDefault();let t=u[u.length-1];t!==void 0&&h(t)}},className:`h-6 w-16 min-w-0 flex-1 rounded-md border border-input bg-card px-1.5 text-[12px] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`})}),(0,q.jsxs)(Yn,{align:`start`,sideOffset:4,id:g,role:`listbox`,"data-slot":`project-tag-suggestions`,className:`w-56 p-1`,onOpenAutoFocus:e=>e.preventDefault(),onCloseAutoFocus:e=>e.preventDefault(),onInteractOutside:e=>e.preventDefault(),children:[(0,q.jsx)(`p`,{className:`px-2 pt-1 pb-1.5 text-[10.5px] text-soft-foreground`,children:`Tags used in this workspace`}),d.map((e,t)=>(0,q.jsx)(`button`,{type:`button`,id:`${g}-${t}`,role:`option`,"aria-selected":t===s,"data-slot":`project-tag-suggestion`,onMouseDown:e=>e.preventDefault(),onClick:()=>{m(e),l.current?.focus()},onMouseEnter:()=>c(t),className:V(`flex w-full items-center rounded-sm px-2 py-1 text-left text-[12px] font-medium text-violet`,t===s&&`bg-muted`),children:e},e))]})]})]})}function ep({project:e,workspaceMax:t}){let n=ne(),r=e.maxParallel===void 0?``:String(e.maxParallel);return(0,q.jsxs)(`select`,{"aria-label":`Max parallel tasks for ${e.name}`,"data-slot":`project-max-parallel`,value:r,disabled:n.isPending,onChange:r=>{let i=r.target.value,a=i===``?null:Number(i);n.mutate({id:e.id,maxParallel:a},{onSuccess:()=>I(a===null?`${e.name} inherits the workspace limit (${t})`:`${e.name} runs at most ${a} task${a===1?``:`s`} at a time`),onError:e=>I(e.message,{tone:`danger`})})},className:`block w-44 rounded-md border border-input bg-card px-2 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:[(0,q.jsxs)(`option`,{value:``,children:[`Inherit workspace (`,t,`)`]}),Array.from({length:16},(e,t)=>t+Gf).map(e=>(0,q.jsx)(`option`,{value:e,children:e},e))]})}function tp(){let e=d();return e.isPending?(0,q.jsx)(`p`,{"data-slot":`prompt-templates-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading prompt templates…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(no,{}),tone:`danger`,title:`Prompt templates did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(np,{initial:Ar(e.data.promptTemplates)})}function np({initial:e}){let t=D(),n=le(),r=d(),[i,a]=(0,K.useState)(e),[o,s]=(0,K.useState)(``),[c,l]=(0,K.useState)(``),u=E({mutationFn:e=>at({promptTemplates:e}),onSuccess:e=>{t.setQueryData(k.uiState,e),I(`Prompt templates saved`)},onError:e=>I(e.message,{tone:`danger`})}),f=JSON.stringify(i)!==JSON.stringify(e),p=i.some(e=>e.label.trim()===``||e.text.trim()===``),m=(e,t)=>a(n=>n.map(n=>n.id===e?{...n,...t}:n)),h=(e,t)=>a(n=>n.map(n=>{if(n.id!==e)return n;let r=n.skills??[],i=r.includes(t)?r.filter(e=>e!==t):[...r,t],{skills:a,...o}=n;return i.length>0?{...o,skills:i}:o})),g=e=>a(t=>t.filter(t=>t.id!==e));return(0,q.jsx)(`div`,{"data-slot":`prompt-templates-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:(0,q.jsxs)(ip,{title:`Prompt templates`,hint:`Reusable snippets you can insert into a prompt — the new-task composer, the GitHub hand-over, and the Inbox's “Add instructions” box all offer this list. Assign a template to a skill and it fills the prompt in for you when you pick that skill, as long as you have not typed anything yet.`,children:[(0,q.jsx)(`div`,{"data-slot":`prompt-template-list`,className:`flex flex-col gap-3`,children:i.length===0?(0,q.jsx)(`p`,{"data-slot":`prompt-templates-empty`,className:`text-[13px] text-soft-foreground`,children:`No templates. Add one below, or reset to the built-ins.`}):i.map(e=>(0,q.jsxs)(`div`,{"data-slot":`prompt-template-row`,"data-template":e.id,className:`flex flex-col gap-1.5 rounded-md border border-border bg-card p-3`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(Ks,{"aria-label":`Label for ${e.label||`this template`}`,"data-slot":`prompt-template-label-input`,value:e.label,maxLength:80,onChange:t=>m(e.id,{label:t.target.value}),className:`flex-1`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`prompt-template-remove`,title:`Remove this template`,onClick:()=>g(e.id),children:(0,q.jsx)(Qr,{"aria-hidden":`true`,className:`size-3.5`})})]}),(0,q.jsx)($r,{"aria-label":`Text for ${e.label||`this template`}`,"data-slot":`prompt-template-text-input`,value:e.text,maxLength:2e3,onChange:t=>m(e.id,{text:t.target.value}),className:`min-h-14 text-[13px]`}),(0,q.jsxs)(`div`,{className:`mt-0.5 flex flex-wrap items-center gap-1.5`,children:[(0,q.jsx)(rp,{label:e.label,skills:n.data??[],skillUsage:r.data?.skillUsage,selected:e.skills??[],onToggle:t=>h(e.id,t)}),(e.skills??[]).map(t=>(0,q.jsxs)(`button`,{type:`button`,"data-slot":`prompt-template-skill-chip`,"data-skill":t,title:`Stop applying “${e.label}” automatically with ${t}`,onClick:()=>h(e.id,t),className:`inline-flex items-center gap-1 rounded-full border border-border bg-muted px-2 py-px font-mono text-[11px] font-medium text-foreground transition-colors hover:bg-danger/10 hover:text-danger`,children:[t,(0,q.jsx)(Qr,{"aria-hidden":`true`,className:`size-3`})]},t))]})]},e.id))}),(0,q.jsxs)(`div`,{"data-slot":`prompt-template-new`,className:`flex flex-col gap-1.5 rounded-md border border-dashed border-border p-3`,children:[(0,q.jsx)(Ks,{"aria-label":`New template label`,"data-slot":`prompt-template-new-label`,placeholder:`Label (e.g. "Add tests")`,value:o,maxLength:80,onChange:e=>s(e.target.value)}),(0,q.jsx)($r,{"aria-label":`New template text`,"data-slot":`prompt-template-new-text`,placeholder:`The instructions to insert…`,value:c,maxLength:2e3,onChange:e=>l(e.target.value),className:`min-h-14 text-[13px]`}),(0,q.jsxs)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`prompt-template-add`,disabled:!o.trim()||!c.trim(),onClick:()=>{let e=o.trim(),t=c.trim();!e||!t||(a(n=>[...n,{id:Ir(),label:e,text:t}]),s(``),l(``))},className:`self-start`,children:[(0,q.jsx)(ao,{"aria-hidden":`true`,className:`size-3.5`}),`Add template`]})]}),(0,q.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,q.jsx)(F,{type:`button`,variant:`contrast`,size:`sm`,"data-action":`prompt-templates-save`,disabled:!f||p||u.isPending,onClick:()=>u.mutate(i),children:`Save`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`prompt-templates-reset`,disabled:u.isPending,onClick:()=>a(Wr.map(e=>({...e}))),children:`Reset to defaults`}),p?(0,q.jsx)(`p`,{"data-slot":`prompt-templates-invalid`,className:`text-[11px] text-danger`,children:`Every template needs both a label and text.`}):null]})]})})}function rp({label:e,skills:t,skillUsage:n,selected:r,onToggle:i}){let[a,s]=(0,K.useState)(!1),[c,l]=(0,K.useState)(``),u=(0,K.useRef)(null),{mostUsed:d,project:f,global:p}=Ni(Vi(t,c,n),n),m=(e,t)=>{let n=r.includes(e.name);return(0,q.jsxs)(U,{value:`skill ${e.name} ${e.path}`,keywords:Fi(e.name,e.description),"data-slot":`prompt-template-skill-option`,"data-skill":e.name,"data-selected":n?`true`:void 0,onSelect:()=>i(e.name),children:[(0,q.jsx)(`span`,{className:V(`shrink-0 font-mono text-xs`,t&&`font-semibold`),children:e.name}),e.description?(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-xs text-soft-foreground`,children:e.description}):null,n?(0,q.jsx)(o,{"aria-hidden":`true`,className:`ml-auto size-3.5 shrink-0 text-primary`}):null]},e.path)};return(0,q.jsxs)($n,{open:a,onOpenChange:e=>{s(e),e||l(``)},children:[(0,q.jsx)(Un,{asChild:!0,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`prompt-template-skills-trigger`,"aria-label":`Apply ${e||`this template`} automatically with a skill`,title:`Pick the skills this template applies itself to`,disabled:t.length===0,className:V(`inline-flex h-[26px] items-center gap-1.5 rounded-full border border-border bg-card px-2.5 text-xs font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground disabled:pointer-events-none disabled:opacity-50`,r.length>0&&`border-foreground/60 font-semibold text-foreground`),children:[(0,q.jsx)(Xr,{"aria-hidden":`true`,className:`size-3 shrink-0 text-violet`}),t.length===0?`no skills found`:`apply with…`,(0,q.jsx)(sr,{"aria-hidden":`true`,className:`size-2.5 shrink-0 text-soft-foreground`})]})}),(0,q.jsx)(Yn,{align:`start`,sideOffset:8,className:`w-[336px] max-w-[calc(100vw-2rem)] p-0`,children:(0,q.jsxs)(Vr,{shouldFilter:!1,children:[(0,q.jsx)(kr,{placeholder:`search skills…`,value:c,onValueChange:l,onInput:()=>u.current?.scrollTo(0,0)}),(0,q.jsxs)(qr,{ref:u,"data-slot":`prompt-template-skill-menu`,className:`max-h-[min(16rem,calc(var(--radix-popover-content-available-height)-3rem))]`,children:[d.length===0&&f.length===0&&p.length===0?(0,q.jsx)(Fr,{children:`Nothing matches.`}):null,d.length>0?(0,q.jsx)(H,{heading:`Most used`,children:d.map(e=>m(e,Ii(e)))}):null,f.length>0?(0,q.jsx)(H,{heading:`Project skills`,children:f.map(e=>m(e,!0))}):null,p.length>0?(0,q.jsx)(H,{heading:`Global`,children:p.map(e=>m(e,!1))}):null]})]})})]})}function ip({title:e,hint:t,children:n}){return(0,q.jsxs)(`section`,{className:`flex flex-col gap-2`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:e}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:t})]}),n]})}var ap=1,op=1,sp=60,cp=256;function lp(){let e=Fe();return e.isPending?(0,q.jsx)(`p`,{"data-slot":`resources-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading resource settings…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(Ua,{}),tone:`danger`,title:`Resource settings did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(up,{config:e.data})}function up({config:e}){let t=D(),n=E({mutationFn:e=>Mt(e),onSuccess:e=>t.setQueryData(R.config,e),onError:e=>I(e.message,{tone:`danger`})}),[r,i]=(0,K.useState)(e.resources.memoryLimitMb?String(e.resources.memoryLimitMb):``),a=e.resources.monitoringWakeIntervalMinutes??null,[o,s]=(0,K.useState)(a===null?`park`:`interval`),[c,l]=(0,K.useState)(String(a??5)),u=Number(c),d=!Number.isInteger(u)||u<op||u>sp,f=o===`park`?a===null:!d&&a===u,p=()=>n.mutate({resources:{monitoringWakeIntervalMinutes:o===`park`?null:u}},{onSuccess:()=>I(o===`park`?`Monitoring will stay parked`:`Monitoring will re-check every ${u} minutes`)}),m=e.resources.autoResumeOnUsageLimit??!0,h=e=>n.mutate({resources:{autoResumeOnUsageLimit:e}},{onSuccess:()=>I(e?`Tasks stopped by a usage limit will resume themselves`:`Tasks stopped by a usage limit will stay failed`)}),g=r.trim()===``?0:Number(r),_=r.trim()!==``&&(!Number.isInteger(g)||g<cp),v=(e.resources.memoryLimitMb??0)===(_?-1:g),y=()=>n.mutate({resources:{memoryLimitMb:g===0?null:g}},{onSuccess:()=>I(g===0?`Memory limit cleared`:`Memory limit set to ${g} MiB`)}),b=e.composerDefaults??{autonomous:null,worktree:null,inheritedAutonomous:`source-dependent`,inheritedWorktree:!0},x=(e,t)=>n.mutate({composerDefaults:{[e]:t===`inherit`?null:t===`on`}});return(0,q.jsxs)(`div`,{"data-slot":`resources-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:[(0,q.jsxs)(Z,{title:`Max parallel tasks`,hint:`How many tasks run at once across every project. The rest wait in the queue. A non-git directory always runs one at a time.`,children:[(0,q.jsx)(`select`,{"aria-label":`Max parallel tasks`,"data-slot":`resources-max-parallel`,value:e.resources.maxParallel,disabled:n.isPending,onChange:e=>n.mutate({resources:{maxParallel:Number(e.target.value)}}),className:`block w-28 rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:Array.from({length:16},(e,t)=>t+ap).map(e=>(0,q.jsx)(`option`,{value:e,children:e},e))}),(0,q.jsxs)(`p`,{className:`text-[11px] text-soft-foreground`,children:[`Need a different limit for one project?`,` `,(0,q.jsx)(_t,{to:`/settings/global/projects`,"data-slot":`resources-project-limits-link`,className:`font-medium text-foreground underline decoration-border underline-offset-2 hover:decoration-foreground`,children:`Configure per-project limits`}),`.`]})]}),(0,q.jsxs)(Z,{title:`Extra monitoring sessions`,hint:`How many agent sessions may wait on CI, sub-agents, or monitored commands without using an active task slot. Extra sessions stay alive but pause the queue.`,children:[(0,q.jsx)(`select`,{"aria-label":`Extra monitoring sessions`,"data-slot":`resources-max-monitoring`,value:e.resources.maxMonitoringSessions??2,disabled:n.isPending,onChange:e=>n.mutate({resources:{maxMonitoringSessions:Number(e.target.value)}}),className:`block w-28 rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:Array.from({length:17},(e,t)=>(0,q.jsx)(`option`,{value:t,children:t},t))}),(0,q.jsxs)(`p`,{className:`text-[11px] text-soft-foreground`,children:[`Capacity: `,e.resources.maxParallel,` active + `,e.resources.maxMonitoringSessions??2,` monitoring. Set 0 to make monitoring share active slots.`]})]}),(0,q.jsxs)(Z,{title:`Monitoring wake-up`,hint:`Park uses no model turns. Re-check sends the same agent a follow-up on this cadence until work completes or the 40-wakeup safety cap is reached.`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center gap-2`,children:[(0,q.jsxs)(`select`,{"aria-label":`Monitoring wake-up`,"data-slot":`resources-monitoring-wake-mode`,value:o,disabled:n.isPending,onChange:e=>s(e.target.value),className:`rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:[(0,q.jsx)(`option`,{value:`park`,children:`Park until resumed`}),(0,q.jsx)(`option`,{value:`interval`,children:`Re-check on an interval`})]}),o===`interval`?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`input`,{type:`number`,min:op,max:sp,"aria-label":`Wake interval in minutes`,"data-slot":`resources-monitoring-wake-interval`,value:c,disabled:n.isPending,onChange:e=>l(e.target.value),className:`block w-24 rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`}),(0,q.jsx)(`span`,{className:`text-xs text-soft-foreground`,children:`minutes`})]}):null,(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`resources-save-monitoring-wake`,disabled:f||o===`interval`&&d||n.isPending,onClick:p,children:`Save`})]}),o===`interval`&&d?(0,q.jsx)(`p`,{"data-slot":`resources-monitoring-wake-invalid`,className:`text-[11px] text-danger`,children:`Enter a whole number from 1 to 60 minutes.`}):(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:`Applied consistently to Claude, Codex and OpenCode.`})]}),(0,q.jsxs)(Z,{title:`Auto-resume after a usage limit`,hint:`When an agent stops because its provider usage limit is reached, cezar waits for the reset the provider named and continues the task 30 seconds later — up to 12 times in a row without you. Off leaves the task failed with its Continue button.`,children:[(0,q.jsxs)(`select`,{"aria-label":`Auto-resume after a usage limit`,"data-slot":`resources-auto-resume`,value:m?`on`:`off`,disabled:n.isPending,onChange:e=>h(e.target.value===`on`),className:`block w-28 rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`,children:[(0,q.jsx)(`option`,{value:`on`,children:`On`}),(0,q.jsx)(`option`,{value:`off`,children:`Off`})]}),(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:`Applies to Claude, Codex and OpenCode — whenever the provider says when the limit lifts.`})]}),(0,q.jsxs)(Z,{title:`Per-task memory limit`,hint:`When a task's whole process tree crosses this, the engine pauses it with a warning and starts the next queued task. Leave empty for no limit.`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(`input`,{type:`number`,inputMode:`numeric`,min:cp,step:256,"aria-label":`Per-task memory limit in MiB`,"data-slot":`resources-memory-limit`,value:r,disabled:n.isPending,placeholder:`no limit`,onChange:e=>i(e.target.value),className:`block w-32 rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`}),(0,q.jsx)(`span`,{className:`text-xs text-soft-foreground`,children:`MiB`}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`resources-save-memory`,disabled:v||_||n.isPending,onClick:y,children:`Save`})]}),_?(0,q.jsxs)(`p`,{"data-slot":`resources-memory-invalid`,className:`text-[11px] text-danger`,children:[`Enter a whole number of at least `,cp,` MiB, or leave empty for no limit.`]}):(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:`Applies to newly started tasks.`})]}),(0,q.jsxs)(Z,{title:`New task defaults`,hint:`Set stable composer defaults across projects. Explicit choices and run-shape constraints still win.`,children:[(0,q.jsxs)(`div`,{className:`grid gap-4 sm:grid-cols-2`,"data-slot":`resources-composer-defaults`,children:[(0,q.jsxs)(`label`,{className:`grid gap-1.5 text-sm`,children:[(0,q.jsx)(`span`,{className:`font-medium`,children:`Autonomous by default`}),(0,q.jsxs)(`select`,{"aria-label":`Autonomous by default`,value:b.autonomous===null?`inherit`:b.autonomous?`on`:`off`,disabled:n.isPending,onChange:e=>x(`autonomous`,e.target.value),className:`rounded-md border border-input bg-card px-3 py-1.5 shadow-xs outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50`,children:[(0,q.jsx)(`option`,{value:`inherit`,children:`Inherit environment`}),(0,q.jsx)(`option`,{value:`on`,children:`On`}),(0,q.jsx)(`option`,{value:`off`,children:`Off`})]}),(0,q.jsxs)(`span`,{className:`text-[11px] text-soft-foreground`,children:[`Inherited: `,b.inheritedAutonomous===`source-dependent`?`Source-dependent — skills on, workflows off`:b.inheritedAutonomous?`On`:`Off`]})]}),(0,q.jsxs)(`label`,{className:`grid gap-1.5 text-sm`,children:[(0,q.jsx)(`span`,{className:`font-medium`,children:`Use a worktree by default`}),(0,q.jsxs)(`select`,{"aria-label":`Use a worktree by default`,value:b.worktree===null?`inherit`:b.worktree?`on`:`off`,disabled:n.isPending,onChange:e=>x(`worktree`,e.target.value),className:`rounded-md border border-input bg-card px-3 py-1.5 shadow-xs outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50`,children:[(0,q.jsx)(`option`,{value:`inherit`,children:`Inherit environment`}),(0,q.jsx)(`option`,{value:`on`,children:`On`}),(0,q.jsx)(`option`,{value:`off`,children:`Off`})]}),(0,q.jsxs)(`span`,{className:`text-[11px] text-soft-foreground`,children:[`Inherited: `,b.inheritedWorktree?`On`:`Off`]})]})]}),(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:`Interactive skills may recommend both off. Multi-step and parallel runs remain isolated.`})]})]})}function dp(){let e=Fe(),t=L().data?.bootProject??``,n=Se(t,!!t);return e.isPending?(0,q.jsx)(`p`,{"data-slot":`skills-settings-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading skill settings…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(ro,{}),tone:`danger`,title:`Skill settings did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(fp,{config:e.data,update:n.data,updateError:n.error})}function fp({config:e,update:t,updateError:n}){let r=D(),i=E({mutationFn:e=>Mt(e),onSuccess:e=>r.setQueryData(R.config,e),onError:e=>I(e.message,{tone:`danger`})}),a=e.skillsAutoUpdate===null,o=(()=>{if(n)return`Installation status is unavailable right now.`;if(!t)return`Checking tracked Open Mercato installations…`;if(t.status===`unavailable`)return t.scopes.find(e=>e.reason)?.reason??`Automatic skill updates are unavailable.`;if(t.scopes.every(e=>e.skills.length===0))return`No tracked Open Mercato installation found.`;let e=new Set(t.scopes.flatMap(e=>e.skills)).size;return`${e} tracked Open Mercato skill${e===1?``:`s`} found.`})();return(0,q.jsx)(`div`,{"data-slot":`skills-settings-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-4 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:(0,q.jsxs)(`section`,{className:`flex flex-col gap-3`,children:[(0,q.jsxs)(`div`,{className:`flex items-start justify-between gap-4`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`text-sm font-semibold text-foreground`,children:(0,q.jsx)(`label`,{htmlFor:`skills-auto-update`,children:`Update Open Mercato skills automatically`})}),(0,q.jsx)(`p`,{className:`text-[13px] text-muted-foreground`,children:`Checks installed Open Mercato skills in the background and applies available updates. Other skills and untracked folders are never changed.`})]}),(0,q.jsxs)(`div`,{className:`flex shrink-0 flex-col items-end gap-1`,children:[(0,q.jsx)(Zd,{id:`skills-auto-update`,"data-slot":`skills-auto-update`,checked:e.effectiveSkillsAutoUpdate,disabled:i.isPending,onCheckedChange:e=>i.mutate({skillsAutoUpdate:e})}),(0,q.jsxs)(`span`,{className:`text-[11px] text-soft-foreground`,children:[e.effectiveSkillsAutoUpdate?`On`:`Off`,a?` (default)`:``]})]})]}),(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center justify-between gap-2 rounded-md border border-border bg-muted/30 px-3 py-2 text-xs text-muted-foreground`,children:[(0,q.jsx)(`span`,{children:a?`No override is saved. CEZ_SKILLS_AUTO_UPDATE supplies the inherited default when set; otherwise it is on.`:`An explicit workspace override is saved.`}),(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`skills-use-default`,disabled:a||i.isPending,onClick:()=>i.mutate({skillsAutoUpdate:null}),children:`Use default`})]}),(0,q.jsx)(`p`,{"data-slot":`skills-installation-status`,role:n||t?.status===`unavailable`?`status`:void 0,className:`text-[13px] text-soft-foreground`,children:o})]})})}function pp(){let e=oe(),t=D(),[n,r]=(0,K.useState)(null),i=()=>t.invalidateQueries({queryKey:k.worktrees}),a=E({mutationFn:()=>ft(),onSuccess:e=>{i(),I(e.reclaimed.length===0?`Nothing to reclaim — all worktrees are within the limit`:`Reclaimed ${e.reclaimed.length} worktree${e.reclaimed.length===1?``:`s`} (branch kept)`)},onError:e=>I(e.message,{tone:`danger`})}),o=E({mutationFn:e=>He(e),onSuccess:()=>{i(),I(`Worktree removed`)},onError:e=>I(e.message,{tone:`danger`})});if(e.isPending)return(0,q.jsx)(`p`,{"data-slot":`worktrees-loading`,className:`text-[13px] text-soft-foreground`,children:`Loading worktrees…`});if(e.isError)return(0,q.jsxs)(`p`,{"data-slot":`worktrees-error`,className:`text-[13px] text-danger`,children:[`Worktrees did not load: `,e.error.message]});let{worktrees:s,totalBytes:c,keep:l}=e.data,u=a.isPending||o.isPending;return(0,q.jsxs)(`div`,{"data-slot":`worktrees-panel`,className:`flex flex-col gap-3`,children:[s.length===0?(0,q.jsx)(`p`,{"data-slot":`worktrees-empty`,className:`text-[13px] text-soft-foreground`,children:`No task worktrees on disk.`}):(0,q.jsx)(`div`,{className:`overflow-x-auto rounded-md border border-border`,children:(0,q.jsxs)(`table`,{className:`w-full border-collapse text-sm`,children:[(0,q.jsx)(`caption`,{className:`sr-only`,children:`Task worktrees currently materialized on disk`}),(0,q.jsx)(`thead`,{children:(0,q.jsxs)(`tr`,{className:`border-b border-border text-left text-[12px] text-soft-foreground`,children:[(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Task`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Status`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Size`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium`,children:`Age`}),(0,q.jsx)(`th`,{scope:`col`,className:`px-3 py-2 font-medium text-right`,children:`Actions`})]})}),(0,q.jsx)(`tbody`,{children:s.map(e=>(0,q.jsx)(mp,{worktree:e,disabled:u,onDelete:()=>r({kind:`delete`,runId:e.runId,title:e.title})},e.runId))})]})}),(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center justify-between gap-2`,children:[(0,q.jsxs)(`p`,{"data-slot":`worktrees-footer`,className:`text-[12px] text-soft-foreground`,children:[s.length,` worktree`,s.length===1?``:`s`,c===null?` · size unavailable`:` · ${Ut(c)||`0 kB`} on disk`,` · `,l===0?`keeping all (unlimited)`:`keeping the last ${l}`]}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`worktrees-reclaim-now`,disabled:u,onClick:()=>r({kind:`reclaim`}),children:`Reclaim now`})]}),(0,q.jsx)(si,{open:n!==null,onOpenChange:e=>!e&&r(null),children:(0,q.jsxs)(ni,{children:[(0,q.jsxs)(oi,{children:[(0,q.jsx)(ti,{children:n?.kind===`delete`?`Delete this worktree?`:`Reclaim old worktrees?`}),(0,q.jsx)(ei,{children:n?.kind===`delete`?(0,q.jsxs)(q.Fragment,{children:[`This removes the worktree directory and its branch — the local-only work is not recoverable afterwards.`,(0,q.jsx)(`span`,{className:`mt-1 block truncate font-medium text-foreground`,title:n.title,children:n.title})]}):`Finished worktrees beyond the keep-limit are reclaimed now (directory only). Their branches are kept, so the work stays recoverable.`})]}),(0,q.jsxs)(ii,{children:[(0,q.jsx)(ai,{children:`Keep it`}),(0,q.jsx)(ri,{"data-action":`worktrees-confirm`,className:n?.kind===`delete`?`bg-danger text-danger-foreground hover:brightness-[0.96]`:void 0,onClick:()=>{n?.kind===`reclaim`?a.mutate():n?.kind===`delete`&&o.mutate(n.runId),r(null)},children:n?.kind===`delete`?`Delete`:`Reclaim now`})]})]})})]})}function mp({worktree:e,disabled:t,onDelete:n}){return(0,q.jsxs)(`tr`,{"data-slot":`worktree-row`,"data-run":e.runId,className:`border-b border-border last:border-0`,children:[(0,q.jsxs)(`th`,{scope:`row`,className:`max-w-[220px] px-3 py-2 text-left font-normal`,children:[(0,q.jsx)(`span`,{className:`block truncate text-foreground`,title:e.title,children:e.title}),(0,q.jsx)(`span`,{className:`block truncate font-mono text-[11px] text-soft-foreground`,children:e.branch??e.runId.slice(0,8)})]}),(0,q.jsxs)(`td`,{className:`px-3 py-2`,children:[(0,q.jsx)(`span`,{className:`text-[12px] text-soft-foreground`,children:e.status}),e.reclaimable?(0,q.jsx)(`span`,{"data-slot":`worktree-reclaimable`,className:`ml-1 text-[11px] text-soft-foreground`,children:`(reclaimable)`}):null]}),(0,q.jsx)(`td`,{className:`px-3 py-2 tabular-nums text-soft-foreground`,children:e.sizeBytes===null?`—`:Ut(e.sizeBytes)||`0 kB`}),(0,q.jsx)(`td`,{className:`px-3 py-2 tabular-nums text-soft-foreground`,children:Ai(e.finishedAt??void 0)||`—`}),(0,q.jsx)(`td`,{className:`px-3 py-2 text-right`,children:(0,q.jsx)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-action":`worktree-delete`,"aria-label":`Delete the worktree for ${e.title}`,disabled:t,onClick:n,children:`Delete`})})]})}var hp=0,gp=1e3;function _p(){let e=l();return e.isPending?(0,q.jsx)(`p`,{"data-slot":`worktrees-loading`,className:`p-4 text-[13px] text-soft-foreground md:p-6`,children:`Loading worktree settings…`}):e.isError?(0,q.jsx)(z,{icon:(0,q.jsx)(za,{}),tone:`danger`,title:`Worktree settings did not load`,subtitle:e.error.message,heading:`h2`}):(0,q.jsx)(vp,{config:e.data})}function vp({config:e}){let t=D(),n=E({mutationFn:e=>Qe(e),onSuccess:e=>t.setQueryData(k.config,e),onError:e=>I(e.message,{tone:`danger`})}),[r,i]=(0,K.useState)(String(e.worktreeRetention)),a=Number(r),o=r.trim()===``||!Number.isInteger(a)||a<hp||a>gp,s=e.worktreeRetention===(o?-1:a);return(0,q.jsxs)(`div`,{"data-slot":`worktrees-section`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7 p-4 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-6 md:pb-6`,children:[(0,q.jsxs)(Z,{title:`Keep last N worktrees`,hint:`Older finished worktrees are reclaimed to free disk; their branch is kept so the work stays recoverable. 0 = unlimited. In-review and running tasks are never reclaimed, so the count on disk can exceed this.`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,q.jsx)(`input`,{type:`number`,inputMode:`numeric`,min:hp,max:gp,step:1,"aria-label":`Keep last N finished worktrees`,"data-slot":`resources-worktree-retention`,value:r,disabled:n.isPending,onChange:e=>i(e.target.value),className:`block w-32 rounded-md border border-input bg-card px-3 py-1.5 text-sm shadow-xs outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:opacity-50`}),(0,q.jsx)(`span`,{className:`text-xs text-soft-foreground`,children:`worktrees`}),(0,q.jsx)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`resources-save-retention`,disabled:s||o||n.isPending,onClick:()=>n.mutate({worktreeRetention:a},{onSuccess:()=>{t.invalidateQueries({queryKey:k.worktrees}),I(a===0?`Keeping all worktrees (unlimited)`:`Keeping the last ${a} finished worktree${a===1?``:`s`}`)}}),children:`Save`})]}),o?(0,q.jsxs)(`p`,{"data-slot":`resources-retention-invalid`,className:`text-[11px] text-danger`,children:[`Enter a whole number from `,hp,` to `,gp,` (0 = unlimited).`]}):(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:a===0?`Keeping every finished worktree.`:`Keeping the last ${a} finished worktree${a===1?``:`s`} on disk.`})]}),(0,q.jsx)(Z,{title:`Worktrees`,hint:`Task worktrees currently on disk. Delete one to reclaim its space now, or reclaim everything past the keep-limit at once. Branches are always kept, so the work stays recoverable.`,children:(0,q.jsx)(pp,{})})]})}function yp(e,t){return function(){return(0,q.jsx)(z,{icon:(0,q.jsx)(t,{}),tone:`neutral`,title:e,subtitle:`This section arrives in a later phase of the redesign.`,heading:`h2`})}}var bp=[{id:`agents`,title:`Agents`,description:`Default runner, models and system prompt.`,icon:vn,component:af,scope:`project`},{id:`agent-config`,title:`Agent config`,description:`Edit the coding agents’ own config files, per scope.`,icon:La,component:Kd,scope:`project`},{id:`worktrees`,title:`Worktrees`,description:`How many finished task worktrees this project keeps on disk.`,icon:za,component:_p,scope:`project`},{id:`bookmarklets`,title:`Bookmarklets`,description:`Launch skills from a GitHub PR or issue.`,icon:Ea,component:Pf,scope:`project`},{id:`prompt-templates`,title:`Prompt templates`,description:`Reusable snippets for follow-up instructions.`,icon:no,component:tp,scope:`project`},{id:`appearance`,title:`Appearance`,description:`Theme, accent and density.`,icon:io,component:jf,scope:`global`},{id:`notifications`,title:`Notifications`,description:`Browser notifications when an agent needs you.`,icon:Ta,component:Hf,scope:`global`},{id:`resources`,title:`Resources`,description:`Parallel tasks and per-task memory limit, across every project.`,icon:Ua,component:lp,scope:`global`},{id:`skills`,title:`Skills`,description:`Updates for skills installed on this machine.`,icon:ro,component:dp,scope:`global`},{id:`accounts`,title:`Agent accounts`,description:`Second logins, and the agent and models a project uses when it has chosen none.`,icon:Ka,component:kd,scope:`global`},{id:`projects`,title:`Projects`,description:`The workspace registry and where GitHub checkouts land.`,icon:Ha,component:Jf,scope:`global`},{id:`keyboard`,title:`Keyboard`,description:`Shortcuts.`,icon:Ja,component:yp(`Keyboard`,Ja),scope:`global`,hidden:!0}];function xp(e,t){return bp.filter(n=>!n.hidden&&n.scope===e&&!(t?.singleProject===!0&&n.id===`projects`))}function Sp(){let e=Ci(),t=L().data;return e===null?null:t?.projects.find(t=>t.id===e)?.root??null}function Cp(e){navigator.clipboard.writeText(e).then(()=>I(`Project folder copied`)).catch(()=>I(e))}function wp(){let e=Sp();return e===null?null:(0,q.jsx)(Z,{title:`Project folder`,hint:`Where this project lives on disk. Every task worktree, git command and agent run resolves against it.`,children:(0,q.jsxs)(`div`,{"data-slot":`project-location`,"data-variant":`field`,className:`flex items-start gap-3 rounded-md border border-border bg-card p-3`,children:[(0,q.jsx)(`span`,{"data-slot":`project-location-path`,className:`min-w-0 flex-1 font-mono text-xs break-all text-foreground`,children:e}),(0,q.jsxs)(`div`,{className:`flex shrink-0 items-center gap-1.5`,children:[(0,q.jsx)(`button`,{type:`button`,"data-action":`project-location-copy`,title:`Copy the project folder path`,onClick:()=>Cp(e),className:`text-xs font-medium text-muted-foreground transition-colors hover:text-foreground`,children:`Copy`}),(0,q.jsx)(Ep,{root:e})]})]})})}function Tp(){let e=Sp();return e===null?null:(0,q.jsxs)(`div`,{"data-slot":`project-location`,"data-variant":`nav`,className:`mt-auto px-2.5 pt-3`,children:[(0,q.jsx)(`p`,{className:`text-[11px] text-soft-foreground`,children:`Project folder`}),(0,q.jsx)(`button`,{type:`button`,"data-action":`project-location-copy`,title:`${e} — click to copy`,onClick:()=>Cp(e),className:`block w-full truncate text-left font-mono text-[11px] text-muted-foreground transition-colors hover:text-foreground`,children:e})]})}function Ep({root:e}){let t=ht(),n=E({mutationFn:e=>Ot(e),onError:e=>I(e.message,{tone:`danger`})}),r=(t.data?.targets??[]).filter(e=>Cn(e.id)===void 0).map(e=>({target:e}));return r.length===0?null:(0,q.jsx)(En,{slot:`project-location-open`,label:`Open with`,triggerVariant:`outline`,title:e,disabled:n.isPending,choices:r,onPick:e=>n.mutate(e,{onSuccess:()=>I(`Opening the project folder in ${r.find(t=>t.target.id===e)?.target.label??e}`)})})}function Dp(e){let t=new Date(e);return Number.isNaN(t.getTime())?`—`:t.toLocaleDateString(void 0,{year:`numeric`,month:`short`,day:`numeric`})}function Op({capabilities:e}){let t=Ci(),n=L(),r=Fe();if(n.isPending)return(0,q.jsx)(`p`,{"data-slot":`project-general-loading`,className:`text-[13px] text-soft-foreground`,children:`Loading project…`});if(n.isError)return(0,q.jsxs)(`p`,{"data-slot":`project-general-error`,className:`text-[13px] text-danger`,children:[`Could not read the project registry — `,n.error.message]});let i=n.data,a=i?.projects.find(e=>e.id===t);if(!i||!a)return null;let o=e?.singleProject!==!0;return(0,q.jsxs)(`div`,{"data-slot":`project-general`,className:`mx-auto flex w-full max-w-2xl flex-col gap-7`,children:[(0,q.jsx)(wp,{}),(0,q.jsx)(kp,{project:a,canRemove:o}),o?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(Z,{title:`Max parallel tasks`,hint:r.data?`How many of this project's tasks may run at once. The workspace limit (${r.data.resources.maxParallel}) still applies as an overall ceiling, so a higher value here has no extra effect until that one is raised.`:`How many of this project's tasks may run at once. The workspace limit still applies as an overall ceiling.`,children:r.data?(0,q.jsx)(ep,{project:a,workspaceMax:r.data.resources.maxParallel}):(0,q.jsx)(`p`,{className:`text-[13px] text-soft-foreground`,children:`Loading the workspace limit…`})}),(0,q.jsx)(Ap,{project:a,bootProject:i.bootProject})]}):null]})}function kp({project:e,canRemove:t}){return(0,q.jsx)(Z,{title:`Project`,hint:`The registry entry for this checkout — re-probed every time the project list is read.`,children:(0,q.jsxs)(`dl`,{"data-slot":`project-facts`,className:`grid grid-cols-[8rem_minmax(0,1fr)] gap-x-3 gap-y-1.5 rounded-md border border-border bg-card p-3 text-[13px]`,children:[(0,q.jsx)(`dt`,{className:`text-muted-foreground`,children:`Name`}),(0,q.jsx)(`dd`,{className:`min-w-0 truncate text-foreground`,children:e.name}),(0,q.jsx)(`dt`,{className:`text-muted-foreground`,children:`Status`}),(0,q.jsxs)(`dd`,{"data-slot":`project-general-status`,className:e.status===`missing`?`text-danger`:`text-foreground`,children:[Kf[e.status],e.status===`missing`?t?` — remove it below, or restore the folder`:` — restore the folder at the path above`:null]}),e.branch===void 0?null:(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`dt`,{className:`text-muted-foreground`,children:`Branch`}),(0,q.jsx)(`dd`,{className:`min-w-0 truncate font-mono text-xs text-foreground`,children:e.branch})]}),(0,q.jsx)(`dt`,{className:`text-muted-foreground`,children:`Added`}),(0,q.jsxs)(`dd`,{className:`text-foreground`,children:[Dp(e.addedAt),(0,q.jsx)(`span`,{className:`text-soft-foreground`,children:e.source===`checkout`?` · cloned from GitHub`:` · opened locally`})]}),(0,q.jsx)(`dt`,{className:`text-muted-foreground`,children:`Last opened`}),(0,q.jsx)(`dd`,{className:`text-foreground`,children:Dp(e.lastOpenedAt)})]})})}function Ap({project:e,bootProject:t}){let[n,r]=(0,K.useState)(null),i=Uf(),a=an(),o=e.id===t;return(0,q.jsxs)(Z,{title:`Remove from workspace`,hint:`Unregisters this project so it leaves the sidebar and the project list. Nothing on disk is deleted — the folder, its git history and its task history all stay, and opening it again re-registers it.`,children:[(0,q.jsxs)(`div`,{className:`flex items-center gap-3`,children:[(0,q.jsxs)(F,{type:`button`,variant:`outline`,size:`sm`,"data-action":`project-general-remove`,"aria-label":`Remove ${e.name} from the workspace — unregisters it, no files are deleted`,title:o?`cezar is serving this project — it re-registers itself at every start`:void 0,disabled:o||i.isPending,onClick:()=>r(e),className:`text-danger`,children:[`Remove `,e.name]}),o?(0,q.jsx)(`span`,{"data-slot":`project-general-remove-boot`,className:`text-[11px] text-soft-foreground`,children:`cezar is serving this project — it re-registers itself at every start.`}):null]}),(0,q.jsx)(Wf,{project:n,onOpenChange:e=>!e&&r(null),onConfirm:()=>{r(null),i.confirm(e,()=>void a(`/p/${encodeURIComponent(t)}`))}})]})}function jp(e,t){return e===`global`?`/settings/global/${t}`:`/settings/${t}`}function Mp(e){return e===`global`?`/settings/global`:`/settings`}function Np(e){return e===`global`?{Link:_t,NavLink:ue}:{Link:W,NavLink:bi}}function Pp({scope:e,activeId:t,capabilities:n}){let{NavLink:r}=Np(e);return(0,q.jsxs)(`nav`,{"aria-label":`Settings sections`,"data-slot":`settings-nav`,"data-scope":e,className:`hidden w-52 shrink-0 flex-col gap-1 border-r border-border p-3 md:flex`,children:[(0,q.jsxs)(r,{to:Mp(e),end:!0,"data-slot":`settings-nav-index`,"aria-current":t===null?`page`:void 0,className:V(`flex items-center gap-2.5 rounded-md px-2.5 py-2 text-[13px] font-medium transition-colors`,t===null?`bg-muted text-foreground`:`text-muted-foreground hover:bg-muted/60 hover:text-foreground`),children:[(0,q.jsx)(co,{"aria-hidden":`true`,className:`size-4 shrink-0`}),`General`]}),xp(e,n).map(n=>(0,q.jsxs)(r,{to:jp(e,n.id),"data-section":n.id,"aria-current":n.id===t?`page`:void 0,className:V(`flex items-center gap-2.5 rounded-md px-2.5 py-2 text-[13px] font-medium transition-colors`,n.id===t?`bg-muted text-foreground`:`text-muted-foreground hover:bg-muted/60 hover:text-foreground`),children:[(0,q.jsx)(n.icon,{"aria-hidden":`true`,className:`size-4 shrink-0`}),n.title]},n.id)),e===`global`?(0,q.jsx)(`p`,{className:`mt-auto px-2.5 pt-3 text-[11px] text-soft-foreground`,children:`Stored in ~/.cezar`}):(0,q.jsx)(Tp,{})]})}function Fp({scope:e,activeId:t,capabilities:n}){let{NavLink:r}=Np(e);return(0,q.jsxs)(`nav`,{"aria-label":`Settings sections`,"data-slot":`settings-nav-mobile`,className:`flex shrink-0 gap-1.5 overflow-x-auto border-b border-border px-3 py-2.5 md:hidden`,children:[(0,q.jsx)(r,{to:Mp(e),end:!0,"data-slot":`settings-nav-index`,className:`rounded-full border border-border bg-card px-3 py-1.5 text-[13px] font-medium whitespace-nowrap text-muted-foreground transition-colors`,children:`General`}),xp(e,n).map(n=>(0,q.jsx)(r,{to:jp(e,n.id),"data-section":n.id,"aria-current":n.id===t?`page`:void 0,className:V(`rounded-full border px-3 py-1.5 text-[13px] font-medium whitespace-nowrap transition-colors`,n.id===t?`border-transparent bg-contrast text-contrast-foreground`:`border-border bg-card text-muted-foreground`),children:n.title},n.id))]})}function Ip({section:e,scope:t,capabilities:n}){let r=e.component;return(0,q.jsxs)(`div`,{"data-route":t===`global`?`settings-global-${e.id}`:`settings-${e.id}`,className:`flex min-h-full flex-col`,children:[(0,q.jsxs)(`header`,{className:`sticky top-0 z-10 hidden h-14 shrink-0 items-center gap-3 border-b border-border bg-background px-5 md:flex`,children:[(0,q.jsx)(`h1`,{className:`text-base font-semibold`,children:e.title}),(0,q.jsx)(`p`,{className:`text-[13px] text-soft-foreground`,children:e.description}),t===`global`?(0,q.jsx)(`span`,{"data-slot":`settings-scope-chip`,className:`ml-auto text-[11px] text-soft-foreground`,children:`Global settings`}):null]}),(0,q.jsxs)(`div`,{className:`flex flex-1 flex-col md:flex-row`,children:[(0,q.jsx)(Pp,{scope:t,activeId:e.id,capabilities:n}),(0,q.jsx)(Fp,{scope:t,activeId:e.id,capabilities:n}),(0,q.jsx)(`div`,{className:`flex min-w-0 flex-1 flex-col`,children:(0,q.jsx)(r,{})})]})]})}function Lp({scope:e,capabilities:t}){let{Link:n}=Np(e),r=e===`global`;return(0,q.jsxs)(`div`,{"data-route":r?`settings-global`:`settings`,className:`flex min-h-full flex-col`,children:[(0,q.jsxs)(`header`,{className:`sticky top-0 z-10 hidden h-14 shrink-0 items-center gap-3 border-b border-border bg-background px-5 md:flex`,children:[(0,q.jsx)(`h1`,{className:`text-base font-semibold`,children:r?`Global settings`:`Settings`}),(0,q.jsx)(`p`,{className:`text-[13px] text-soft-foreground`,children:r?`Preferences for you and this machine, shared by every project.`:`Configure this project and its agents.`})]}),(0,q.jsxs)(`div`,{className:`flex flex-1 flex-col md:flex-row`,children:[(0,q.jsx)(Pp,{scope:e,activeId:null,capabilities:t}),(0,q.jsxs)(`div`,{className:`flex min-w-0 flex-1 flex-col p-3 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-5 md:pb-5`,children:[r?null:(0,q.jsx)(Op,{capabilities:t}),(0,q.jsx)(`ul`,{"data-slot":`settings-index`,className:V(`mx-auto flex w-full max-w-2xl flex-col gap-2.5`,r?null:`mt-7 md:hidden`),children:xp(e,t).map(t=>(0,q.jsx)(`li`,{children:(0,q.jsxs)(n,{to:jp(e,t.id),"data-section":t.id,className:`flex items-center gap-3.5 rounded-lg border border-border bg-card p-4 shadow-xs transition-colors hover:bg-card-2`,children:[(0,q.jsx)(`span`,{className:`flex size-9 shrink-0 items-center justify-center rounded-md border border-border bg-muted text-muted-foreground`,children:(0,q.jsx)(t.icon,{"aria-hidden":`true`,className:`size-4`})}),(0,q.jsxs)(`span`,{className:`min-w-0 flex-1`,children:[(0,q.jsx)(`span`,{className:`block text-sm font-medium text-foreground`,children:t.title}),(0,q.jsx)(`span`,{className:`block text-xs text-soft-foreground`,children:t.description})]}),(0,q.jsx)(lr,{"aria-hidden":`true`,className:`size-4 shrink-0 text-soft-foreground`})]})},t.id))}),(0,q.jsx)(`p`,{className:`mx-auto mt-4 w-full max-w-2xl text-[12px] text-soft-foreground`,children:r?(0,q.jsx)(q.Fragment,{children:`Agents, worktrees, bookmarklets and prompt templates are per project.`}):(0,q.jsxs)(q.Fragment,{children:[`Appearance, notifications, host resources and the project registry live in`,` `,(0,q.jsx)(_t,{to:Mp(`global`),"data-slot":`settings-global-link`,className:`underline underline-offset-2 hover:text-foreground`,children:`Global settings`}),`.`]})})]})]})]})}function Rp({delayDuration:e=0,...t}){return(0,q.jsx)(Fs,{"data-slot":`tooltip-provider`,delayDuration:e,...t})}function zp({...e}){return(0,q.jsx)(Is,{"data-slot":`tooltip`,...e})}function Bp({...e}){return(0,q.jsx)(Ls,{"data-slot":`tooltip-trigger`,...e})}function Vp({className:e,sideOffset:t=0,children:n,...r}){return(0,q.jsx)(Rs,{children:(0,q.jsxs)(zs,{"data-slot":`tooltip-content`,sideOffset:t,className:V(`z-50 w-fit origin-(--radix-tooltip-content-transform-origin) animate-in rounded-md bg-contrast px-3 py-1.5 text-xs text-balance text-contrast-foreground fade-in-0 zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95`,e),...r,children:[n,(0,q.jsx)(Bs,{className:`z-50 size-2.5 translate-y-[calc(-50%_-_2px)] rotate-45 rounded-[2px] bg-contrast fill-contrast`})]})})}var Hp=[{id:`status`,label:`Status`,canFold:!1,defaultExpanded:!0,align:`left`,width:`116px`},{id:`task`,label:`Task`,canFold:!1,defaultExpanded:!0,align:`left`},{id:`workflow`,label:`Workflow`,canFold:!0,defaultExpanded:!0,align:`left`,width:`124px`,icon:`workflow`},{id:`branch`,label:`Branch`,canFold:!0,defaultExpanded:!1,align:`left`,width:`128px`,icon:`branch`},{id:`diff`,label:`±`,canFold:!0,defaultExpanded:!0,align:`left`,width:`78px`,icon:`diff`},{id:`reference`,label:`Ref`,canFold:!0,defaultExpanded:!0,align:`left`,width:`76px`,icon:`reference`},{id:`tokens`,label:`IN / OUT`,canFold:!0,defaultExpanded:!0,align:`right`,width:`112px`,icon:`tokens`,capability:`tokens`},{id:`cost`,label:`Cost`,canFold:!0,defaultExpanded:!0,align:`right`,width:`76px`,icon:`cost`,capability:`cost`},{id:`cpu`,label:`CPU`,canFold:!0,defaultExpanded:!0,align:`right`,width:`68px`,icon:`cpu`},{id:`memory`,label:`Mem`,canFold:!0,defaultExpanded:!0,align:`right`,width:`88px`,icon:`memory`},{id:`started`,label:`Started`,canFold:!0,defaultExpanded:!0,align:`right`,width:`82px`,icon:`started`}],Up=new Map(Hp.map(e=>[e.id,e]));function Wp(e){return typeof e!=`object`||!e||Array.isArray(e)?{}:Object.fromEntries(Object.entries(e).filter(e=>typeof e[1]==`boolean`))}function Gp(e){let t={};for(let[n,r]of Object.entries(Wp(e))){let e=Up.get(n);e?.canFold&&(t[e.id]=r)}return t}function Kp(e,t){let n=Up.get(e);return!n||!n.canFold?!0:t[e]??n.defaultExpanded}function qp(e,t){let n=Wp(e);return Up.get(t)?.canFold?{...n,[t]:!Kp(t,Gp(e))}:n}function Jp(e){return Hp.filter(t=>t.capability===void 0||e[t.capability])}function Yp(e){return typeof e==`object`&&e&&!Array.isArray(e)?e:{}}function Xp(){let e=D(),t=T(),n=K.useRef(0),r=K.useRef(0),i=K.useRef(Promise.resolve()),a=K.useMemo(()=>Gp(t.data?.taskTable?.expandedColumns),[t.data?.taskTable?.expandedColumns]),o=K.useCallback(t=>{if(!Hp.find(e=>e.id===t)?.canFold)return;let a=e.getQueryData(R.uiState);if(a===void 0)return;let o=Yp(a?.taskTable),s={...o,expandedColumns:qp(o.expandedColumns,t)};e.setQueryData(R.uiState,{...a,taskTable:s});let c=++n.current;r.current=c;let l=i.current.then(async()=>{let t=await Tt({taskTable:s},{keepalive:!0});c===r.current&&e.setQueryData(R.uiState,t)});i.current=l.catch(t=>{I(t instanceof Error?t.message:String(t),{tone:`danger`}),c===r.current&&e.invalidateQueries({queryKey:R.uiState})})},[e]);return{expandedColumns:a,isExpanded:K.useCallback(e=>Kp(e,a),[a]),toggleColumn:o,isPending:t.isPending}}function Zp({runs:e,view:t,onViewChange:n,onArchiveFinished:r,onMarkAllRead:i,onRename:o,now:s=Date.now(),showTokens:c=!0,showCost:l=!0,expandedColumns:u=Gp(void 0),onToggleColumn:d=()=>void 0,columnsPending:f=!1}){let[p,m]=K.useState(``),h=e??[],g=jt(h),_=Ve(be(h,p),t),v=wt(h),y=ze(be(h,p),t),b=a(h),x=Jp({tokens:c,cost:l}),S=hn(h);return(0,q.jsxs)(`div`,{"data-route":`tasks`,className:`flex min-h-full flex-col`,children:[(0,q.jsxs)(`header`,{className:`sticky top-0 z-10 hidden h-14 shrink-0 items-center gap-3 border-b border-border bg-background px-5 md:flex`,children:[(0,q.jsx)(`h1`,{className:`text-base font-semibold`,children:`Tasks`}),(0,q.jsxs)(`div`,{className:`inline-flex gap-0.5 rounded-md bg-muted p-[3px]`,children:[(0,q.jsx)($p,{view:`active`,current:t,onSelect:n,count:g.active,children:`Active`}),(0,q.jsx)($p,{view:`archived`,current:t,onSelect:n,count:g.archived,children:`Archived`})]}),(0,q.jsx)(`div`,{className:`flex-1`}),S>0?(0,q.jsxs)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-slot":`mark-all-read`,onClick:i,children:[(0,q.jsx)(Da,{className:`size-3.5`,"aria-hidden":`true`}),`Mark all read`]}):null,t===`active`&&b>0?(0,q.jsxs)(F,{type:`button`,variant:`ghost`,size:`sm`,"data-slot":`archive-finished`,onClick:r,children:[(0,q.jsx)(Tn,{className:`size-3.5`,"aria-hidden":`true`}),`Archive finished`]}):null,(0,q.jsxs)(`div`,{className:`relative w-60`,children:[(0,q.jsx)(Or,{className:`pointer-events-none absolute top-1/2 left-2.5 size-3.5 -translate-y-1/2 text-soft-foreground`,"aria-hidden":`true`}),(0,q.jsx)(`input`,{type:`text`,value:p,onChange:e=>m(e.target.value),placeholder:`Search tasks…`,"aria-label":`Search tasks`,className:`h-9 w-full rounded-md border border-input bg-card pr-3 pl-8 text-[13px] text-foreground outline-none placeholder:text-soft-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50`})]})]}),(0,q.jsxs)(`div`,{className:`flex flex-1 flex-col p-3 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-5 md:pb-5`,children:[e===void 0?null:_.length===0?(0,q.jsx)(Qp,{view:t,query:p}):(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`div`,{"data-slot":`tasks-table`,className:`hidden overflow-x-auto rounded-lg border border-border bg-card shadow-xs md:block`,children:(0,q.jsx)(Rp,{children:(0,q.jsxs)(`table`,{className:`w-full border-collapse`,children:[(0,q.jsx)(`colgroup`,{children:x.map(e=>{let t=Kp(e.id,u);return(0,q.jsx)(`col`,{"data-column-id":e.id,"data-expanded":t,style:{width:t?e.width:`42px`}},e.id)})}),(0,q.jsx)(`thead`,{children:(0,q.jsx)(`tr`,{children:x.map(e=>(0,q.jsx)(tm,{column:e,expanded:Kp(e.id,u),onToggle:d,disabled:f},e.id))})}),(0,q.jsx)(`tbody`,{className:`[&>tr:last-child>td]:border-b-0`,children:_.map(e=>(0,q.jsx)(rm,{run:e,queuePosition:e.status===`queued`?v.get(e.id)??null:null,onRename:o,now:s,columns:x,expandedColumns:u},e.id))})]})})}),(0,q.jsx)(`div`,{"data-slot":`task-cards`,className:`flex flex-col gap-2.5 md:hidden`,children:_.map(e=>(0,q.jsx)(lm,{run:e,queuePosition:e.status===`queued`?v.get(e.id)??null:null,now:s,showTokens:c,showCost:l},e.id))})]}),y.map(e=>(0,q.jsxs)(`div`,{"data-slot":`compare-strip`,"data-group-id":e.groupId,className:`mt-3.5 flex flex-wrap items-center gap-2.5 rounded-lg border border-border bg-card px-3.5 py-2.5 text-[12.5px] text-muted-foreground shadow-xs`,children:[(0,q.jsx)(oo,{className:`size-[15px] shrink-0 text-soft-foreground`,"aria-hidden":`true`}),(0,q.jsxs)(`span`,{children:[(0,q.jsx)(`strong`,{className:`font-semibold text-foreground`,children:e.title}),` — `,e.count,` variants finished`]}),(0,q.jsx)(F,{asChild:!0,variant:`outline`,size:`sm`,className:`md:ml-auto`,children:(0,q.jsx)(W,{to:`/compare/${e.groupId}`,children:`Compare`})})]},e.groupId))]}),(0,q.jsx)(W,{to:`/new`,"data-slot":`new-task-fab`,"aria-label":`New task`,className:`fixed right-4 bottom-[calc(16px+env(safe-area-inset-bottom))] z-20 inline-flex size-14 items-center justify-center rounded-full bg-primary text-primary-foreground shadow-modal md:hidden`,children:(0,q.jsx)(ao,{className:`size-[22px]`,"aria-hidden":`true`})})]})}function Qp({view:e,query:t}){let n=t.trim(),r=n?`search-miss`:e===`archived`?`archive`:`no-tasks`;return(0,q.jsx)(`div`,{"data-slot":`tasks-empty`,"data-empty-kind":r,className:`flex flex-1 flex-col`,children:r===`search-miss`?(0,q.jsx)(z,{heading:`h2`,icon:(0,q.jsx)(Yr,{}),tone:`neutral`,title:`No matching tasks`,subtitle:`No tasks match “${n}”.`}):r===`archive`?(0,q.jsx)(z,{heading:`h2`,icon:(0,q.jsx)(Tn,{}),tone:`neutral`,title:`Nothing archived yet`,subtitle:`Finished tasks you archive land here.`}):(0,q.jsx)(z,{heading:`h2`,icon:(0,q.jsx)(Za,{}),tone:`primary`,backdrop:!0,title:`No tasks yet`,subtitle:`Describe a task to get started.`,actions:(0,q.jsx)(F,{asChild:!0,children:(0,q.jsxs)(W,{to:`/new`,children:[(0,q.jsx)(ao,{"aria-hidden":`true`}),`New task`]})})})})}function $p({view:e,current:t,onSelect:n,count:r,children:i}){let a=e===t;return(0,q.jsxs)(`button`,{type:`button`,"data-slot":`overview-tab`,"data-view":e,"aria-pressed":a,onClick:()=>n(e),className:V(`flex h-7 items-center justify-center gap-1.5 rounded-[7px] px-3 text-[12.5px] font-medium text-muted-foreground`,a&&`bg-card font-semibold text-foreground shadow-xs`),children:[i,r>0?(0,q.jsx)(`span`,{className:`font-mono text-[11px] tabular-nums`,children:r}):null]})}function em({children:e,right:t=!1,columnId:n,folded:r=!1}){return(0,q.jsx)(`th`,{scope:`col`,"data-column-id":n,"data-folded":r||void 0,className:V(`h-[38px] border-b border-border px-2.5 text-left text-[11px] font-semibold tracking-[0.05em] whitespace-nowrap text-soft-foreground uppercase first:pl-4 last:pr-4`,t&&`text-right`,r&&`px-0 first:pl-0 last:pr-0`),children:e})}function tm({column:e,expanded:t,onToggle:n,disabled:r}){if(!e.canFold)return(0,q.jsx)(em,{columnId:e.id,right:e.align===`right`,children:e.label});let i=t?`Fold`:`Expand`;return(0,q.jsx)(em,{columnId:e.id,right:e.align===`right`,folded:!t,children:(0,q.jsxs)(zp,{children:[(0,q.jsx)(Bp,{asChild:!0,children:(0,q.jsx)(`button`,{type:`button`,"aria-label":`${i} ${e.label} column`,"aria-pressed":t,disabled:r,onClick:()=>n(e.id),className:V(`inline-flex h-8 w-full items-center gap-1 rounded-sm px-0.5 text-inherit outline-none hover:text-foreground focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-wait disabled:opacity-60`,e.align===`right`?`justify-end`:`justify-start`,!t&&`justify-center px-0`),children:t?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(`span`,{children:e.label}),(0,q.jsx)(Oa,{className:`size-3 opacity-55`,"aria-hidden":`true`})]}):(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(nm,{icon:e.icon}),(0,q.jsx)(ka,{className:`size-3 opacity-70`,"aria-hidden":`true`})]})})}),(0,q.jsxs)(Vp,{side:`top`,children:[e.label,` · `,i,` column`]})]})})}function nm({icon:e}){let t=`size-3.5`;switch(e){case`workflow`:return(0,q.jsx)(fo,{className:t,"aria-hidden":`true`});case`branch`:return(0,q.jsx)(Wa,{className:t,"aria-hidden":`true`});case`diff`:return(0,q.jsx)(Ra,{className:t,"aria-hidden":`true`});case`reference`:return(0,q.jsx)(Xa,{className:t,"aria-hidden":`true`});case`tokens`:return(0,q.jsx)(Ma,{className:t,"aria-hidden":`true`});case`cost`:return(0,q.jsx)(Fa,{className:t,"aria-hidden":`true`});case`cpu`:return(0,q.jsx)(_n,{className:t,"aria-hidden":`true`});case`memory`:return(0,q.jsx)(Qa,{className:t,"aria-hidden":`true`});case`started`:return(0,q.jsx)(Aa,{className:t,"aria-hidden":`true`});default:return null}}var Q=`h-11 border-b border-border px-2.5 whitespace-nowrap first:pl-4 last:pr-4`;function rm({run:e,queuePosition:t,onRename:n,now:r,columns:i,expandedColumns:a}){let o=_i(),s=wi(e),c=Lt(e),l=`/tasks/${e.id}`,u=tt(e.costUsd),d=At(e);return(0,q.jsx)(`tr`,{"data-slot":`task-table-row`,"data-run-id":e.id,onClick:e=>{e.target.closest(`a, button, input`)||o(l)},className:`group/row cursor-pointer hover:bg-muted`,children:i.map(i=>i.id===`memory`?null:i.id===`cpu`?t===null?(0,q.jsx)(sm,{run:e,cpuExpanded:Kp(`cpu`,a),memoryExpanded:Kp(`memory`,a)},i.id):(0,q.jsxs)(`td`,{"data-slot":`queue-note`,"data-column-id":`cpu-memory`,colSpan:2,className:V(Q,`text-right font-mono text-[11.5px] text-soft-foreground`),children:[`#`,t,` in queue`]},i.id):(0,q.jsx)(im,{column:i,expanded:Kp(i.id,a),run:e,attention:s,scheduled:c,reference:d,cost:u,to:l,onRename:n,now:r},i.id))})}function im({column:e,expanded:t,run:n,attention:r,scheduled:i,reference:a,cost:o,to:s,onRename:c,now:l}){if(!t)return(0,q.jsx)(am,{column:e.id});switch(e.id){case`status`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:Q,children:(0,q.jsxs)(ki,{dot:r.tone,pulse:r.pulse,title:i?.title,children:[r.label,i?(0,q.jsx)(`span`,{className:`tabular-nums`,children:i.label}):null]})});case`task`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:V(Q,`min-w-[220px] max-w-0`),children:(0,q.jsx)(om,{run:n,to:s,onRename:c})});case`workflow`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:V(Q,`text-[12.5px] text-muted-foreground`),children:St(n)});case`branch`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:Q,children:n.branch?(0,q.jsx)(fm,{branch:n.branch}):(0,q.jsx)(um,{})});case`diff`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:Q,children:n.diffStat?(0,q.jsx)(Hi,{stat:n.diffStat}):(0,q.jsx)(um,{})});case`reference`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:Q,children:a?(0,q.jsx)(xn,{run:n,reference:a}):(0,q.jsx)(um,{})});case`tokens`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:V(Q,`text-right text-xs text-muted-foreground`),children:(0,q.jsx)(Oi,{inputTokens:n.inputTokens,outputTokens:n.outputTokens,variant:`table`,omitWhenUnknown:!1})});case`cost`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:V(Q,`text-right font-mono text-xs text-muted-foreground tabular-nums`),children:o||(0,q.jsx)(um,{})});case`started`:return(0,q.jsx)(`td`,{"data-column-id":e.id,className:V(Q,`text-right text-xs text-soft-foreground tabular-nums`),children:Ai(n.startedAt??n.createdAt,l)});case`cpu`:case`memory`:return null}}function am({column:e}){return(0,q.jsx)(`td`,{role:`presentation`,"aria-hidden":`true`,"data-column-id":e,"data-folded":`true`,className:V(Q,`px-0 first:pl-0 last:pr-0`)})}function om({run:e,to:t,onRename:n}){let r=ct(e),i=Dn(r,t=>n(e.id,t)),a=yn(e),o=jn(e);return i.editing?(0,q.jsx)(On,{editor:i,className:`text-[13px] font-medium`}):(0,q.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,q.jsx)(W,{to:t,title:r,className:V(`min-w-0 truncate text-[13px]`,a?`font-semibold text-foreground`:o?`font-medium text-muted-foreground`:`font-medium`),children:r}),a?(0,q.jsx)(G,{tone:`violet`,role:`img`,"aria-label":`unread`,title:`Unread — not opened since it finished`,className:`shrink-0`}):null,(0,q.jsx)(`button`,{type:`button`,"data-slot":`row-rename`,"aria-label":`Rename task`,onClick:i.begin,className:`shrink-0 rounded-sm p-0.5 text-soft-foreground opacity-0 transition-opacity group-hover/row:opacity-100 hover:text-foreground focus-visible:opacity-100 focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-none`,children:(0,q.jsx)(An,{className:`size-3`,"aria-hidden":`true`})})]})}function sm({run:e,cpuExpanded:t,memoryExpanded:n}){let r=Ye(e,ba(e.id));return(0,q.jsxs)(q.Fragment,{children:[t?(0,q.jsx)(cm,{column:`cpu`,cell:r.cpu}):(0,q.jsx)(am,{column:`cpu`}),n?(0,q.jsx)(cm,{column:`memory`,cell:r.mem}):(0,q.jsx)(am,{column:`memory`})]})}function cm({column:e,cell:t}){return(0,q.jsx)(`td`,{"data-usage":e===`memory`?`mem`:e,"data-column-id":e,"data-usage-kind":t.kind,title:t.title,className:V(Q,`text-right font-mono tabular-nums`,t.kind===`live`&&`bg-violet/5 text-xs font-medium text-foreground`,t.kind===`peak`&&`text-[11.5px] text-soft-foreground`,t.kind===`none`&&`text-xs text-soft-foreground`),children:t.text||`—`})}function lm({run:e,queuePosition:t,now:n,showTokens:r,showCost:i}){let a=_i(),o=wi(e),s=Lt(e),c=`/tasks/${e.id}`,l=At(e),u=yn(e),d=jn(e),f=tt(e.costUsd),p=e.inputTokens!==void 0||e.outputTokens!==void 0;return(0,q.jsxs)(`div`,{"data-slot":`task-card`,"data-run-id":e.id,onClick:e=>{e.target.closest(`a`)||a(c)},className:`cursor-pointer rounded-lg border border-border bg-card px-3.5 py-3 shadow-xs`,children:[(0,q.jsxs)(`div`,{className:`flex items-start gap-2.5`,children:[(0,q.jsxs)(ki,{dot:o.tone,pulse:o.pulse,className:`mt-px shrink-0`,title:s?.title,children:[o.label,s?(0,q.jsx)(`span`,{className:`tabular-nums`,children:s.label}):null]}),(0,q.jsx)(W,{to:c,className:V(`min-w-0 flex-1 text-[13.5px] leading-[1.35]`,u?`font-semibold text-foreground`:d?`font-medium text-muted-foreground`:`font-medium`),children:ct(e)}),u?(0,q.jsx)(G,{tone:`violet`,role:`img`,"aria-label":`unread`,title:`Unread — not opened since it finished`,className:`mt-1.5 shrink-0`}):null,(0,q.jsx)(`span`,{className:`mt-0.5 shrink-0 text-[11.5px] text-soft-foreground tabular-nums`,children:Ai(e.finishedAt??e.createdAt,n)})]}),(0,q.jsxs)(`div`,{className:`mt-2 flex flex-wrap items-center gap-1.5 font-mono text-[11.5px] font-medium text-muted-foreground tabular-nums`,children:[(0,q.jsx)(`span`,{children:St(e)}),t===null?(0,q.jsxs)(q.Fragment,{children:[e.branch?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(dm,{}),(0,q.jsx)(`span`,{children:e.branch})]}):null,e.diffStat?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(dm,{}),(0,q.jsx)(Hi,{stat:e.diffStat,className:`text-[11.5px]`})]}):null,r&&p?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(dm,{}),(0,q.jsx)(Oi,{inputTokens:e.inputTokens,outputTokens:e.outputTokens})]}):null,i&&f?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(dm,{}),(0,q.jsx)(`span`,{children:f})]}):null]}):(0,q.jsxs)(q.Fragment,{children:[(0,q.jsx)(dm,{}),(0,q.jsxs)(`span`,{"data-slot":`queue-note`,children:[`#`,t,` in queue`]})]}),l?(0,q.jsx)(xn,{run:e,reference:l,className:`h-5`}):null]})]})}function um(){return(0,q.jsx)(`span`,{className:`text-xs text-soft-foreground`,children:`—`})}function dm(){return(0,q.jsx)(`span`,{className:`text-soft-foreground`,"aria-hidden":`true`,children:`·`})}function fm({branch:e}){return(0,q.jsx)(`span`,{className:`rounded-[6px] bg-muted px-1.5 py-0.5 font-mono text-[11.5px] font-medium text-muted-foreground`,children:e})}function pm(){let e=j(),t=Ei(P().data),[n,r]=il(),i=D(),a=E({mutationFn:Ee,onSuccess:()=>i.invalidateQueries({queryKey:k.runs.all})}),o=E({mutationFn:nt,onSuccess:()=>i.invalidateQueries({queryKey:k.runs.all}),onError:e=>I(e.message,{tone:`danger`})}),s=E({mutationFn:({id:e,title:t})=>Vt(e,{title:t}),onSuccess:()=>i.invalidateQueries({queryKey:k.runs.all}),onError:e=>I(e.message,{tone:`danger`})}),c=Bn(3e4),l=Xp(),u=Nt();return(0,q.jsx)(kn,{projectId:u,requests:K.useMemo(()=>u===void 0?[]:(e.data??[]).flatMap(e=>{let t=At(e);return t?[{projectId:u,kind:t.kind,number:t.number}]:[]}),[e.data,u]),children:(0,q.jsx)(Zp,{runs:e.data,view:n,onViewChange:r,onArchiveFinished:()=>a.mutate(),onMarkAllRead:()=>o.mutate(),onRename:(e,t)=>s.mutate({id:e,title:t}),now:c,showTokens:t.tokens,showCost:t.cost,expandedColumns:l.expandedColumns,onToggleColumn:l.toggleColumn,columnsPending:l.isPending})})}function mm({slot:e,label:t,options:n,selected:r,onToggle:i,onClear:a,searchPlaceholder:s,emptyLabel:c=`Nothing to filter by`}){let[l,u]=K.useState(!1),d=r.length>0,f=r.length===1?n.find(e=>e.value===r[0])?.label??r[0]:`${r.length} selected`;return(0,q.jsxs)($n,{open:l,onOpenChange:u,children:[(0,q.jsx)(Un,{asChild:!0,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`facet-${e}`,"data-active":d?`true`:void 0,"aria-label":`Filter by ${t.toLowerCase()}`,className:V(`inline-flex h-7 items-center gap-1.5 rounded-full border border-border bg-card px-2.5 text-xs font-medium text-muted-foreground transition-colors hover:bg-muted hover:text-foreground`,d&&`border-violet/40 bg-violet/10 text-foreground`),children:[(0,q.jsx)(`span`,{className:V(d&&`text-soft-foreground`),children:t}),d?(0,q.jsx)(`span`,{className:`max-w-[140px] truncate font-semibold`,children:f}):null,(0,q.jsx)(sr,{"aria-hidden":`true`,className:`size-2.5 shrink-0 text-soft-foreground`})]})}),(0,q.jsxs)(Yn,{align:`start`,className:`w-64 p-0`,"data-testid":`facet-${e}-menu`,children:[(0,q.jsxs)(Vr,{children:[(0,q.jsx)(kr,{placeholder:s??`Search ${t.toLowerCase()}…`}),(0,q.jsxs)(qr,{children:[(0,q.jsx)(Fr,{children:c}),(0,q.jsx)(H,{children:n.map(e=>{let t=r.includes(e.value);return(0,q.jsxs)(U,{value:e.label,onSelect:()=>i(e.value),"data-slot":`facet-option`,"data-value":e.value,"aria-checked":t,role:`option`,children:[(0,q.jsx)(`span`,{"aria-hidden":`true`,className:V(`flex size-4 shrink-0 items-center justify-center rounded-[4px] border`,t?`border-violet bg-violet text-violet-foreground`:`border-input`),children:t?(0,q.jsx)(o,{className:`size-3`}):null}),(0,q.jsx)(`span`,{className:`min-w-0 flex-1 truncate`,children:e.label}),e.count===void 0?null:(0,q.jsx)(`span`,{className:`shrink-0 font-mono text-[11px] text-soft-foreground tabular-nums`,children:e.count})]},e.value)})})]})]}),d?(0,q.jsx)(`div`,{className:`border-t border-border p-1`,children:(0,q.jsxs)(`button`,{type:`button`,"data-action":`facet-${e}-clear`,onClick:()=>a(),className:`w-full rounded-sm px-2 py-1.5 text-left text-xs font-medium text-muted-foreground hover:bg-muted hover:text-foreground`,children:[`Clear `,t.toLowerCase()]})}):null]})]})}function hm({label:e,count:t,selected:n,onToggle:r,slot:i,tone:a=`neutral`}){return(0,q.jsxs)(`button`,{type:`button`,"data-slot":i,"data-selected":n?`true`:void 0,"aria-pressed":n,onClick:r,className:V(`inline-flex h-7 items-center gap-1.5 rounded-full border px-2.5 text-xs font-medium transition-colors`,a===`tag`?`border-violet/25 bg-violet/10 text-violet hover:bg-violet/20`:`border-border bg-card text-muted-foreground hover:bg-muted hover:text-foreground`,n&&`border-violet bg-violet text-violet-foreground hover:bg-violet`),children:[e,t===void 0?null:(0,q.jsx)(`span`,{className:V(`font-mono text-[11px] tabular-nums`,!n&&`text-soft-foreground`),children:t})]})}function gm({slot:e,label:t,value:n,options:r,onChange:i}){return(0,q.jsx)(`div`,{"data-slot":e,role:`group`,"aria-label":t,className:`inline-flex gap-0.5 rounded-md bg-muted p-[3px]`,children:r.map(e=>{let t=e.value===n;return(0,q.jsx)(`button`,{type:`button`,"data-value":e.value,"aria-pressed":t,onClick:()=>i(e.value),className:V(`flex h-6 items-center justify-center rounded-[6px] px-2.5 text-[12px] font-medium text-muted-foreground transition-colors hover:text-foreground`,t&&`bg-card font-semibold text-foreground shadow-xs`),children:e.label},e.value)})})}var _m=` untagged`,vm=[{value:`project`,label:`Project`},{value:`tag`,label:`Tag`},{value:`status`,label:`Status`},{value:`workflow`,label:`Workflow`}];function ym(e,t){return e===t?`none`:t}var bm={query:``,tags:[],statuses:[],workflows:[]};function xm(e,t){return e.includes(t)?e.filter(e=>e!==t):[...e,t]}function Sm(e){return e.tags.length+e.statuses.length+e.workflows.length}function Cm(e){return e.query.trim()!==``||Sm(e)>0}function wm(e){return Sm(e.filters)+(e.filters.query.trim()===``?0:1)+(e.groupBy===`none`?0:1)}function Tm(e){return wm(e)>0}function Em(e,t){let n=new Map(t.map(e=>[e.id,e]));return e.map(e=>{let t=n.get(e.projectId);return{run:e,project:t,projectName:t?.name||e.projectId,tags:t?.tags??[]}})}function Dm(e){let t=new Set;for(let n of e)t.add(n.run.workflow);return[...t].sort((e,t)=>e.localeCompare(t))}function Om(e){let t=new Set;for(let n of e)t.add(n.run.status);return[...t].sort((e,t)=>e.localeCompare(t))}function km(e,t){let n=new Map;for(let r of e)for(let e of t(r))n.set(e,(n.get(e)??0)+1);return n}var Am=e=>e.tags.length===0?[_m]:e.tags,jm=(e,t)=>e.length===0||t.some(t=>e.includes(t)),Mm=(e,t)=>{if(t.length===0)return!0;let n=Am(e).map(e=>e.toLowerCase());return t.some(e=>n.includes(e.toLowerCase()))};function Nm(e){return[ct(e.run),e.projectName,e.run.workflow,e.run.branch??``,...e.tags].join(`
|
|
7
|
-
`).toLowerCase()}function Pm(e,t,n){let r=t.query.trim().toLowerCase().split(/\s+/).filter(Boolean);return e.filter(e=>{if((n===`archived`?!e.run.archived:e.run.archived)||!jm(t.statuses,[e.run.status])||!jm(t.workflows,[e.run.workflow])||!Mm(e,t.tags))return!1;if(r.length===0)return!0;let i=Nm(e);return r.every(e=>i.includes(e))})}function Fm(e,t,n,r){return Pm(e,{...t,[r]:[]},n)}function Im(e,t){if(t===`none`)return[{key:`all`,label:``,tasks:[...e]}];let n=new Map,r=(e,t,r)=>{let i=n.get(e);i?i.tasks.push(r):n.set(e,{key:e,label:t,tasks:[r]})};for(let n of e)if(t===`project`)r(n.run.projectId,n.projectName,n);else if(t===`status`)r(n.run.status,n.run.status,n);else if(t===`workflow`)r(n.run.workflow,n.run.workflow,n);else if(n.tags.length===0)r(_m,`Untagged`,n);else for(let e of n.tags)r(e.toLowerCase(),e,n);return[...n.values()].sort((e,t)=>e.key===` untagged`?1:t.key===` untagged`?-1:t.tasks.length-e.tasks.length||e.label.localeCompare(t.label))}function Lm(e,t){let n=new Map(t.map(e=>[e.id,e.name]));return e.map(e=>n.get(e)||e)}var $={query:`q`,tag:`tag`,untagged:`untagged`,status:`status`,workflow:`workflow`,groupBy:`group`,archived:`archived`},Rm=new Set(vm.map(e=>e.value));function zm(e){let t=new URLSearchParams,n=e.filters.query.trim();n!==``&&t.set($.query,n);for(let n of e.filters.tags)n===` untagged`?t.set($.untagged,`1`):t.append($.tag,n);for(let n of e.filters.statuses)t.append($.status,n);for(let n of e.filters.workflows)t.append($.workflow,n);return e.groupBy!==`none`&&t.set($.groupBy,e.groupBy),e.view===`archived`&&t.set($.archived,`1`),t}function Bm(e){let t=e.getAll($.tag).filter(e=>e!==``);e.get($.untagged)===`1`&&t.push(_m);let n=e.get($.groupBy)??``;return{filters:{query:e.get($.query)??``,tags:t,statuses:e.getAll($.status).filter(e=>e!==``),workflows:e.getAll($.workflow).filter(e=>e!==``)},groupBy:Rm.has(n)?n:`none`,view:e.get($.archived)===`1`?`archived`:`active`}}var Vm=15e3,Hm=250,Um=1,Wm=220,Gm=new Set([`done`,`failed`,`cancelled`]);function Km(){return Jm({request:({task:e,archived:t})=>v(e.run.projectId,e.run.id,t),patch:({archived:e})=>t=>({...t,archived:e})})}function qm(){return Jm({request:({task:e,read:t})=>en(e.run.projectId,e.run.id,t),patch:({read:e})=>t=>{if(e)return{...t,seenAt:new Date().toISOString()};let{seenAt:n,...r}=t;return r}})}function Jm({request:e,patch:t}){let n=D();return E({mutationFn:e,onMutate:async e=>{await n.cancelQueries({queryKey:R.runsIndex});let r=n.getQueryData(R.runsIndex),i=t(e),{task:a}=e;return n.setQueryData(R.runsIndex,e=>e===void 0?e:{...e,runs:e.runs.map(e=>e.projectId===a.run.projectId&&e.id===a.run.id?i(e):e)}),{previous:r}},onError:(e,t,r)=>{r?.previous&&n.setQueryData(R.runsIndex,r.previous),I(e.message,{tone:`danger`})},onSettled:(e,t,{task:r})=>{n.invalidateQueries({queryKey:R.runsIndex}),n.invalidateQueries({queryKey:k.runs.all}),n.invalidateQueries({queryKey:[r.run.projectId,`runs`,`list`]})}})}function Ym(){let e=L(),t=Ei(P().data),n=_e(!0,Vm),[r,i]=Me(),{filters:a,groupBy:o,view:s}=K.useMemo(()=>Bm(r),[r]),[c,l]=il();K.useEffect(()=>{c!==s&&l(s)},[s,c,l]);let u=Bn(3e4),d=e=>i(t=>zm(e(Bm(t))),{replace:!0}),f=e=>d(t=>({...t,filters:e(t.filters)})),p=e=>d(t=>({...t,groupBy:e})),m=e=>d(t=>({...t,view:e})),[h,g]=K.useState(a.query),_=K.useRef(a.query);K.useEffect(()=>{a.query!==_.current&&g(a.query),_.current=a.query},[a.query]),K.useEffect(()=>{if(h===_.current)return;let e=setTimeout(()=>{_.current=h,f(e=>({...e,query:h}))},Hm);return()=>clearTimeout(e)},[h]);let v=n.data?.referenceStatuses;K.useEffect(()=>{v&&fe(v)},[v]);let y=K.useMemo(()=>e.data?.projects??[],[e.data]),b=K.useMemo(()=>Em(n.data?.runs??[],y),[n.data,y]),x=K.useMemo(()=>Pm(b,a,s),[b,a,s]),S=K.useMemo(()=>Im(x,o),[x,o]),C=K.useMemo(()=>x.flatMap(e=>Bt(e.run,e.project?.repoUrl).map(t=>({projectId:e.run.projectId,kind:t.kind,number:t.number}))),[x]),ee=Lm(n.data?.truncated??[],y),te=(e,t)=>f(n=>({...n,[e]:xm(n[e],t)})),w=e=>f(t=>({...t,[e]:[]})),T=Km(),E=qm();if(n.isError||e.isError)return(0,q.jsx)(`div`,{"data-route":`global-tasks`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(Ya,{}),tone:`danger`,title:`Tasks across projects did not load`,subtitle:(n.error??e.error)?.message})});let ne=(0,q.jsxs)(`div`,{className:`relative w-full md:w-60`,children:[(0,q.jsx)(Or,{className:`pointer-events-none absolute top-1/2 left-2.5 size-3.5 -translate-y-1/2 text-soft-foreground`,"aria-hidden":`true`}),(0,q.jsx)(`input`,{type:`text`,value:h,onChange:e=>g(e.target.value),placeholder:`Search every project…`,"aria-label":`Search tasks across projects`,className:`h-9 w-full rounded-md border border-input bg-card pr-3 pl-8 text-[13px] text-foreground outline-none placeholder:text-soft-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50`})]});return(0,q.jsxs)(`div`,{"data-route":`global-tasks`,className:`flex min-h-full flex-col`,children:[(0,q.jsxs)(`header`,{className:`sticky top-0 z-10 hidden h-14 shrink-0 items-center gap-3 border-b border-border bg-background px-5 md:flex`,children:[(0,q.jsx)(`h1`,{className:`text-base font-semibold`,children:`All tasks`}),(0,q.jsxs)(`div`,{className:`inline-flex gap-0.5 rounded-md bg-muted p-[3px]`,children:[(0,q.jsx)(Xm,{view:`active`,current:s,onSelect:m,children:`Active`}),(0,q.jsx)(Xm,{view:`archived`,current:s,onSelect:m,children:`Archived`})]}),(0,q.jsx)(`div`,{className:`flex-1`}),(0,q.jsxs)(`span`,{"data-slot":`global-tasks-count`,className:`text-[12.5px] text-soft-foreground tabular-nums`,children:[x.length,` of `,b.length]}),ne]}),(0,q.jsxs)(`div`,{className:`flex flex-1 flex-col gap-3 p-3 pb-[calc(90px+env(safe-area-inset-bottom))] md:p-5 md:pb-5`,children:[(0,q.jsx)(`div`,{className:`md:hidden`,children:ne}),(0,q.jsx)(Zm,{filters:a,onToggle:te,onClearFacet:w,onClearAll:()=>{g(``),d(e=>({...e,filters:bm,groupBy:`none`}))},groupBy:o,onGroupByChange:p,projects:y,tasks:b,view:s}),ee.length>0?(0,q.jsxs)(`p`,{"data-slot":`global-tasks-truncated`,className:`text-[11.5px] text-soft-foreground`,children:[`Showing the newest `,n.data?.perProjectLimit,` tasks per project — older ones in`,` `,ee.join(`, `),` are only in that project’s own Tasks page.`]}):null,n.data===void 0?null:x.length===0?(0,q.jsx)(lh,{view:s,filtered:Cm(a)}):(0,q.jsx)(kn,{requests:C,children:S.map(e=>(0,q.jsxs)(`section`,{"data-slot":`task-group`,"data-group-key":e.key,children:[o===`none`?null:(0,q.jsxs)(`h2`,{className:`mb-1.5 flex items-center gap-2 text-[12px] font-semibold tracking-[0.04em] text-soft-foreground uppercase`,children:[o===`project`?(0,q.jsx)(_t,{to:gi(e.key,`/`),"data-slot":`group-project-link`,className:`hover:text-foreground hover:underline`,children:e.label}):e.label,(0,q.jsx)(`span`,{className:`font-mono text-[11px] font-medium tabular-nums`,children:e.tasks.length})]}),(0,q.jsx)(Qm,{tasks:e.tasks,now:u,showProject:o!==`project`,onArchive:(e,t)=>T.mutate({task:e,archived:t}),onSetRead:(e,t)=>E.mutate({task:e,read:t}),busy:T.isPending||E.isPending,showCost:t.cost})]},e.key))})]})]})}function Xm({view:e,current:t,onSelect:n,children:r}){let i=e===t;return(0,q.jsx)(`button`,{type:`button`,"data-slot":`overview-tab`,"data-view":e,"aria-pressed":i,onClick:()=>n(e),className:V(`flex h-7 items-center justify-center rounded-[7px] px-3 text-[12.5px] font-medium text-muted-foreground`,i&&`bg-card font-semibold text-foreground shadow-xs`),children:r})}function Zm({filters:e,onToggle:t,onClearFacet:n,onClearAll:r,groupBy:i,onGroupByChange:a,projects:o,tasks:s,view:c}){let l=K.useMemo(()=>ae(o),[o]),u=K.useMemo(()=>{let t=(t,n)=>km(Fm(s,e,c,t),n);return{tags:t(`tags`,Am),statuses:t(`statuses`,e=>[e.run.status]),workflows:t(`workflows`,e=>[e.run.workflow])}},[s,e,c]),d=e=>t=>({...t,count:e.get(t.value)??0});return(0,q.jsxs)(`div`,{"data-slot":`global-tasks-filters`,className:`flex flex-col gap-2 rounded-lg border border-border bg-card p-2.5 shadow-xs`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center gap-1.5`,children:[(0,q.jsx)(mm,{slot:`status`,label:`Status`,selected:e.statuses,onToggle:e=>t(`statuses`,e),onClear:()=>n(`statuses`),options:Om(s).map(e=>({value:e,label:e})).map(d(u.statuses)),emptyLabel:`No tasks to filter`}),(0,q.jsx)(mm,{slot:`workflow`,label:`Workflow`,selected:e.workflows,onToggle:e=>t(`workflows`,e),onClear:()=>n(`workflows`),options:Dm(s).map(e=>({value:e,label:e})).map(d(u.workflows)),emptyLabel:`No tasks to filter`}),(0,q.jsx)(`span`,{className:`mx-1 h-5 w-px bg-border`,"aria-hidden":`true`}),(0,q.jsx)(`span`,{className:`text-[11px] font-medium text-soft-foreground`,children:`Group by`}),(0,q.jsx)(gm,{slot:`group-by`,label:`Group tasks by`,value:i,options:vm,onChange:e=>a(ym(i,e))}),Tm({filters:e,groupBy:i})?(0,q.jsxs)(`button`,{type:`button`,"data-action":`clear-filters`,onClick:r,className:`ml-auto inline-flex h-7 items-center gap-1 rounded-full px-2 text-xs font-medium text-muted-foreground hover:bg-muted hover:text-foreground`,children:[(0,q.jsx)(Qr,{className:`size-3`,"aria-hidden":`true`}),`Clear`,` (${wm({filters:e,groupBy:i})})`]}):null]}),l.length>0?(0,q.jsxs)(`div`,{"data-slot":`tag-filters`,className:`flex flex-wrap items-center gap-1.5`,children:[(0,q.jsx)(`span`,{className:`text-[11px] font-medium text-soft-foreground`,children:`Tags`}),l.map(n=>(0,q.jsx)(hm,{slot:`tag-filter`,tone:`tag`,label:n,count:u.tags.get(n)??0,selected:e.tags.some(e=>e.toLowerCase()===n.toLowerCase()),onToggle:()=>t(`tags`,n)},n)),(0,q.jsx)(hm,{slot:`tag-filter`,label:`Untagged`,count:u.tags.get(` untagged`)??0,selected:e.tags.includes(_m),onToggle:()=>t(`tags`,_m)})]}):(0,q.jsxs)(`p`,{"data-slot":`no-tags-hint`,className:`text-[11px] text-soft-foreground`,children:[`Tag connected repositories in`,` `,(0,q.jsx)(_t,{to:`/settings/global/projects`,className:`font-medium text-violet hover:underline`,children:`Settings → Projects`}),` `,`to group their tasks together here.`]})]})}function Qm({tasks:e,now:t,showProject:n,onArchive:r,onSetRead:i,busy:a,showCost:o}){return(0,q.jsx)(`div`,{"data-slot":`global-tasks-table`,className:`overflow-x-auto rounded-lg border border-border bg-card shadow-xs`,children:(0,q.jsx)(Rp,{children:(0,q.jsxs)(`table`,{className:`w-full border-collapse`,children:[(0,q.jsx)(`thead`,{children:(0,q.jsxs)(`tr`,{children:[(0,q.jsx)($m,{className:`w-[104px]`,children:`Status`}),(0,q.jsx)($m,{children:`Task`}),n?(0,q.jsx)($m,{className:`w-[124px]`,children:`Project`}):null,(0,q.jsx)($m,{className:`hidden w-[120px] xl:table-cell`,children:`Tags`}),(0,q.jsx)($m,{className:`w-[84px]`,children:`Ref`}),(0,q.jsx)($m,{className:`hidden w-[108px] xl:table-cell`,children:`Workflow`}),o?(0,q.jsx)($m,{className:`hidden w-[64px] text-right lg:table-cell`,children:`Cost`}):null,(0,q.jsx)($m,{className:`hidden w-[56px] text-right xl:table-cell`,children:`CPU`}),(0,q.jsx)($m,{className:`hidden w-[84px] text-right xl:table-cell`,children:`Mem`}),(0,q.jsx)($m,{className:`w-[56px] text-right`,children:`Age`}),(0,q.jsx)($m,{className:`w-[64px] text-right`,children:(0,q.jsx)(`span`,{className:`sr-only`,children:`Actions`})})]})}),(0,q.jsx)(`tbody`,{className:`[&>tr:last-child>td]:border-b-0`,children:e.map(e=>(0,q.jsx)(th,{task:e,now:t,showProject:n,onArchive:r,onSetRead:i,busy:a,showCost:o},`${e.run.projectId}/${e.run.id}`))})]})})})}function $m({children:e,className:t}){return(0,q.jsx)(`th`,{scope:`col`,className:V(`h-[38px] border-b border-border px-2.5 text-left text-[11px] font-semibold tracking-[0.05em] whitespace-nowrap text-soft-foreground uppercase first:pl-4 last:pr-4`,t),children:e})}var eh=`h-11 border-b border-border px-2.5 whitespace-nowrap first:pl-4 last:pr-4`;function th({task:e,now:t,showProject:n,onArchive:r,onSetRead:i,busy:a,showCost:o}){let{run:s}=e,c=wi(s),l=gi(s.projectId,`/tasks/${s.id}`),u=yn(s),d=jn(s),f=Bt(s,e.project?.repoUrl),p=Ye(s,s.usage);return(0,q.jsxs)(`tr`,{"data-slot":`global-task-row`,"data-run-id":s.id,"data-project":s.projectId,className:`hover:bg-muted`,children:[(0,q.jsx)(`td`,{className:eh,children:(0,q.jsx)(ki,{dot:c.tone,pulse:c.pulse,children:c.label})}),(0,q.jsx)(`td`,{className:V(eh,`min-w-[320px] max-w-0`),children:(0,q.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,q.jsx)(_t,{to:l,title:ct(s),className:V(`min-w-0 truncate text-[13px]`,u?`font-semibold text-foreground`:d?`font-medium text-muted-foreground`:`font-medium`),children:ct(s)}),u?(0,q.jsx)(G,{tone:`violet`,role:`img`,"aria-label":`unread`,title:`Unread — not opened since it finished`,className:`shrink-0`}):null]})}),n?(0,q.jsx)(`td`,{className:V(eh,`text-[12.5px] text-muted-foreground`),children:(0,q.jsx)(_t,{to:gi(s.projectId,`/`),className:`truncate hover:text-foreground`,children:e.projectName})}):null,(0,q.jsx)(`td`,{className:V(eh,`hidden xl:table-cell`),children:e.tags.length>0?(0,q.jsx)(`span`,{className:`flex flex-wrap items-center gap-1`,children:e.tags.map(e=>(0,q.jsx)(oh,{tag:e},e))}):(0,q.jsx)(ch,{})}),(0,q.jsx)(`td`,{className:eh,children:f.length>0?(0,q.jsx)(ih,{references:f,run:s}):(0,q.jsx)(ch,{})}),(0,q.jsx)(`td`,{className:V(eh,`hidden text-[12.5px] text-muted-foreground xl:table-cell`),children:s.workflow}),o?(0,q.jsx)(`td`,{className:V(eh,`hidden text-right font-mono text-xs text-muted-foreground tabular-nums lg:table-cell`),children:tt(s.costUsd)||(0,q.jsx)(ch,{})}):null,(0,q.jsx)(sh,{column:`cpu`,cell:p.cpu}),(0,q.jsx)(sh,{column:`memory`,cell:p.mem}),(0,q.jsx)(`td`,{className:V(eh,`text-right text-xs text-soft-foreground tabular-nums`),children:Ai(s.startedAt??s.createdAt,t)}),(0,q.jsx)(`td`,{className:V(eh,`text-right`),children:(0,q.jsxs)(`span`,{className:`inline-flex items-center gap-0.5`,children:[(0,q.jsx)(nh,{task:e,busy:a,onSetRead:i}),(0,q.jsx)(rh,{task:e,busy:a,onArchive:r})]})})]})}function nh({task:e,busy:t,onSetRead:n}){if(!Sn(e.run))return null;let r=yn(e.run),i=ct(e.run),a=r?`Mark ${i} read`:`Mark ${i} unread`,o=r?Dr:Ia;return(0,q.jsxs)(zp,{children:[(0,q.jsx)(Bp,{asChild:!0,children:(0,q.jsx)(`button`,{type:`button`,"data-action":r?`mark-read`:`mark-unread`,"aria-label":a,disabled:t,onClick:()=>n(e,r),className:V(`inline-flex size-7 items-center justify-center rounded-md transition-colors hover:bg-muted hover:text-foreground focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-none disabled:cursor-wait disabled:opacity-50`,r?`text-violet`:`text-soft-foreground`),children:(0,q.jsx)(o,{className:`size-3.5`,"aria-hidden":`true`})})}),(0,q.jsx)(Vp,{side:`left`,children:r?`Mark read`:`Mark unread`})]})}function rh({task:e,busy:t,onArchive:n}){let r=e.run.archived;if(!r&&!Gm.has(e.run.status))return null;let i=r?`Restore ${ct(e.run)} to the active list`:`Archive ${ct(e.run)}`;return(0,q.jsxs)(zp,{children:[(0,q.jsx)(Bp,{asChild:!0,children:(0,q.jsx)(`button`,{type:`button`,"data-action":r?`unarchive-run`:`archive-run`,"aria-label":i,disabled:t,onClick:()=>n(e,!r),className:`inline-flex size-7 items-center justify-center rounded-md text-soft-foreground transition-colors hover:bg-muted hover:text-foreground focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-none disabled:cursor-wait disabled:opacity-50`,children:(0,q.jsx)(r?mn:Tn,{className:`size-3.5`,"aria-hidden":`true`})})}),(0,q.jsx)(Vp,{side:`left`,children:r?`Restore`:`Archive`})]})}function ih({references:e,run:t}){let n=e.slice(0,Um),r=e.length-n.length,i=ct(t);return(0,q.jsxs)(`span`,{className:`flex flex-nowrap items-center gap-1`,children:[n.map(e=>(0,q.jsx)(bn,{reference:e,taskTitle:i,projectId:t.projectId,conflictAction:(0,q.jsx)(wn,{projectId:t.projectId,runId:t.id,prNumber:e.number}),className:`shrink-0`},`${e.kind}#${e.number}`)),r>0?(0,q.jsx)(ah,{references:e,taskTitle:i,hidden:r,projectId:t.projectId}):null]})}function ah({references:e,taskTitle:t,hidden:n,projectId:r}){let[i,a]=K.useState(!1),o=K.useRef(!1),s=K.useRef(void 0);K.useEffect(()=>()=>clearTimeout(s.current),[]);let c=e=>e.pointerType!==`touch`,l=()=>clearTimeout(s.current),u=e=>{c(e)&&(l(),o.current=!0,a(!0))},d=e=>{c(e)&&(l(),s.current=setTimeout(()=>a(!1),Wm))};return(0,q.jsxs)($n,{open:i,onOpenChange:a,children:[(0,q.jsx)(Un,{asChild:!0,children:(0,q.jsxs)(`button`,{type:`button`,"data-slot":`reference-overflow`,"aria-label":`Show all ${e.length} references for ${t}`,onPointerEnter:u,onPointerLeave:d,onPointerDown:()=>{o.current=!1},onClick:()=>{o.current=!1},className:`shrink-0 rounded-full px-1 text-[11px] font-medium text-soft-foreground transition-colors hover:bg-muted hover:text-foreground focus-visible:ring-[3px] focus-visible:ring-ring/50 focus-visible:outline-none`,children:[`+`,n]})}),(0,q.jsxs)(Yn,{align:`start`,className:`w-auto min-w-40 p-1.5`,"data-slot":`reference-overflow-list`,onPointerEnter:u,onPointerLeave:d,onOpenAutoFocus:e=>{o.current&&e.preventDefault()},onCloseAutoFocus:e=>{o.current&&e.preventDefault()},children:[(0,q.jsx)(`p`,{className:`px-1 pb-1.5 text-[10.5px] text-soft-foreground`,children:`References`}),(0,q.jsx)(`span`,{className:`flex flex-col items-start gap-1`,children:e.map(e=>(0,q.jsx)(bn,{reference:e,taskTitle:t,projectId:r},`${e.kind}#${e.number}`))})]})]})}function oh({tag:e,className:t}){return(0,q.jsx)(`span`,{"data-slot":`project-tag`,className:V(`inline-flex max-w-full items-center truncate rounded-full bg-muted px-1.5 py-px text-[10.5px] font-medium text-muted-foreground`,t),children:e})}function sh({column:e,cell:t}){return(0,q.jsx)(`td`,{"data-usage":e===`memory`?`mem`:e,"data-usage-kind":t.kind,title:t.title,className:V(eh,`hidden text-right font-mono tabular-nums xl:table-cell`,t.kind===`live`&&`bg-violet/5 text-xs font-medium text-foreground`,t.kind===`peak`&&`text-[11.5px] text-soft-foreground`,t.kind===`none`&&`text-xs text-soft-foreground`),children:t.text||`—`})}function ch(){return(0,q.jsx)(`span`,{className:`text-xs text-soft-foreground`,children:`—`})}function lh({view:e,filtered:t}){return t?(0,q.jsx)(z,{heading:`h2`,icon:(0,q.jsx)(Yr,{}),tone:`neutral`,title:`No matching tasks`,subtitle:`No task in any project matches these filters.`}):e===`archived`?(0,q.jsx)(z,{heading:`h2`,icon:(0,q.jsx)(Tn,{}),tone:`neutral`,title:`Nothing archived yet`,subtitle:`Finished tasks you archive land here, from every project.`}):(0,q.jsx)(z,{heading:`h2`,icon:(0,q.jsx)(Za,{}),tone:`neutral`,title:`No tasks yet`,subtitle:`Start a task in any project and it shows up here.`})}function uh({mode:e=`list`}){let{automationId:t}=u(),n=_i(),r=Ci(),[i,a]=(0,K.useState)(),[o,c]=(0,K.useState)(``),[l,d]=(0,K.useState)({}),f=P(),p=f.data!==void 0,m=p&&f.data.capabilities?.automations!==!0,h=()=>te().then(a).catch(e=>c(String(e)));if((0,K.useEffect)(()=>{p&&!m&&h()},[p,m]),(0,K.useEffect)(()=>da((e,t)=>{if(e!==`automation-change`)return;let n=t;typeof n.project==`string`&&(r===null||n.project===r)&&h()}),[r]),!p)return(0,q.jsx)(`div`,{"data-route":`automations`,className:`flex min-h-full flex-col p-3 md:p-5`,children:(0,q.jsx)(mh,{text:`Loading automations…`})});if(m)return(0,q.jsx)(`div`,{"data-route":`automations`,className:`flex min-h-full flex-col p-3 md:p-5`,children:(0,q.jsx)(z,{icon:(0,q.jsx)(cr,{}),tone:`neutral`,title:`GitHub automations are off`,subtitle:`This server does not poll GitHub or launch tasks from it. Set CEZ_AUTOMATIONS=1 and restart cezar to turn automations on.`,heading:`h2`})});if(e===`new`)return(0,q.jsx)(fh,{onSaved:()=>{n(`/automations`),h()}});if(e===`edit`){let e=i?.automations.find(e=>e.id===t);return e?(0,q.jsx)(fh,{automation:e,onSaved:()=>{n(`/automations`),h()}}):(0,q.jsx)(mh,{text:`Loading automation…`})}if(e===`log`){let e=i?.automations.find(e=>e.id===t);return t?(0,q.jsx)(dh,{automationId:t,automationName:e?.name}):(0,q.jsx)(mh,{text:`Automation not found.`})}let g=async e=>{d(t=>({...t,[e.id]:`Checking…`}));try{let{checkId:t}=await s(e.id,`preview`);for(let n=0;n<60;n+=1){let n=await ke(t);if(n.status===`complete`){d(t=>({...t,[e.id]:`${n.matches??0} match${n.matches===1?``:`es`} found; no tasks launched.`})),h();return}if(n.status===`error`)throw Error(n.error??`Preview failed`);await new Promise(e=>setTimeout(e,500))}throw Error(`Preview is still running`)}catch(t){d(n=>({...n,[e.id]:t instanceof Error?t.message:String(t)}))}};return(0,q.jsx)(ph,{title:`Automations`,subtitle:`Checks run while cezar is open. No webhook or public URL required.`,action:(0,q.jsx)(F,{asChild:!0,children:(0,q.jsxs)(W,{to:`/automations/new`,children:[(0,q.jsx)(ao,{}),`New automation`]})}),children:o?(0,q.jsx)(mh,{text:o}):i?(0,q.jsxs)(q.Fragment,{children:[(0,q.jsxs)(`div`,{className:`mb-4 rounded-lg border bg-muted/30 px-4 py-3 text-sm`,children:[(0,q.jsxs)(`span`,{className:`font-medium`,children:[`GitHub `,i.available?`available`:`unavailable`]}),(0,q.jsxs)(`span`,{className:`text-muted-foreground`,children:[` · Scheduler `,i.scheduler.state,i.reason?` · ${i.reason}`:``]})]}),i.automations.length===0?(0,q.jsx)(mh,{text:`No automations yet. Create one paused, test its bounded filter, then enable it from a current-time baseline.`}):(0,q.jsx)(`div`,{className:`grid gap-3`,children:i.automations.map(e=>(0,q.jsxs)(`article`,{className:`rounded-xl border bg-card p-4`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-start justify-between gap-3`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h2`,{className:`font-semibold`,children:e.name}),(0,q.jsxs)(`p`,{className:`mt-1 text-sm text-muted-foreground`,children:[e.events.join(`, `),` · every `,Math.round(e.intervalSeconds/60),` min`]})]}),(0,q.jsx)(`span`,{className:`rounded-full border px-2 py-1 text-xs`,children:e.enabled?`Enabled`:`Paused`})]}),(0,q.jsxs)(`div`,{className:`mt-4 flex flex-wrap gap-2`,children:[(0,q.jsxs)(F,{size:`sm`,variant:`outline`,onClick:()=>void g(e),disabled:l[e.id]===`Checking…`,children:[(0,q.jsx)(Gn,{}),`Test filter`]}),(0,q.jsx)(F,{size:`sm`,variant:`outline`,onClick:()=>void Ke(e.id,!e.enabled).then(h),children:e.enabled?`Pause`:`Enable`}),(0,q.jsx)(F,{size:`sm`,variant:`ghost`,asChild:!0,children:(0,q.jsx)(W,{to:`/automations/${e.id}`,children:`Edit`})}),(0,q.jsx)(F,{size:`sm`,variant:`ghost`,asChild:!0,children:(0,q.jsx)(W,{to:`/automations/${e.id}/log`,children:`View log`})})]}),l[e.id]&&(0,q.jsx)(`p`,{className:`mt-3 text-sm text-muted-foreground`,role:`status`,children:l[e.id]})]},e.id))})]}):(0,q.jsx)(mh,{text:`Loading automations…`})})}function dh({automationId:e,automationName:t}){let[n,r]=(0,K.useState)(),[i,a]=(0,K.useState)(``),o=()=>Pe(e).then(({records:e})=>r(e)).catch(e=>a(String(e)));return(0,K.useEffect)(()=>{o()},[e]),(0,K.useEffect)(()=>da((t,n)=>{t===`automation-change`&&n.automationId===e&&o()}),[e]),(0,q.jsx)(ph,{title:`Execution log`,subtitle:t??`Automation activity`,action:(0,q.jsx)(F,{variant:`outline`,asChild:!0,children:(0,q.jsx)(W,{to:`/automations`,children:`Back to automations`})}),children:i?(0,q.jsx)(mh,{text:i}):n?n.length===0?(0,q.jsx)(mh,{text:`No checks have run yet.`}):(0,q.jsx)(`ol`,{className:`grid gap-3`,"aria-label":`Automation execution log`,children:n.map(e=>(0,q.jsxs)(`li`,{className:`rounded-xl border bg-card p-4`,children:[(0,q.jsxs)(`div`,{className:`flex flex-wrap items-center justify-between gap-2`,children:[(0,q.jsx)(`span`,{className:`font-medium capitalize`,children:e.result.replace(`-`,` `)}),(0,q.jsx)(`time`,{className:`text-xs text-muted-foreground`,dateTime:e.ts,children:new Date(e.ts).toLocaleString()})]}),e.reason&&(0,q.jsx)(`p`,{className:`mt-2 text-sm text-muted-foreground`,children:e.reason}),(e.githubUrl||e.runId)&&(0,q.jsxs)(`div`,{className:`mt-3 flex flex-wrap gap-3 text-sm`,children:[e.githubUrl&&(0,q.jsx)(`a`,{className:`underline underline-offset-4`,href:e.githubUrl,target:`_blank`,rel:`noreferrer`,children:e.githubTitle??`GitHub #${e.githubNumber??``}`}),e.runId&&(0,q.jsx)(W,{className:`underline underline-offset-4`,to:`/runs/${e.runId}`,children:`Open task`})]})]},e.seq))}):(0,q.jsx)(mh,{text:`Loading execution log…`})})}function fh({automation:e,onSaved:t}){let[n,r]=(0,K.useState)(e?.name??``),[i,a]=(0,K.useState)(e?.task.prompt??`Review {{github.url}}`),[o,s]=(0,K.useState)(!1),[c,l]=(0,K.useState)(``);return(0,q.jsx)(ph,{title:e?`Edit automation`:`New automation`,subtitle:`Define a bounded GitHub trigger and the ordinary cezar task it launches.`,children:(0,q.jsxs)(`form`,{className:`grid max-w-3xl gap-6`,onSubmit:async r=>{r.preventDefault(),l(``);try{e?await Zt(e.id,{name:n,description:e.description,events:e.events,intervalSeconds:e.intervalSeconds,filters:e.filters,task:{...e.task,prompt:i},enabled:e.enabled,expectedRevision:e.revision}):await x({name:n,events:[`issue.opened`],intervalSeconds:300,filters:{lookbackDays:7,maxRecords:25},task:{prompt:i,workflow:`quick-task`},enable:o}),t()}catch(e){l(String(e))}},children:[(0,q.jsxs)(`fieldset`,{className:`grid gap-4 rounded-xl border p-5`,children:[(0,q.jsx)(`legend`,{className:`px-2 font-semibold`,children:`When GitHub changes`}),(0,q.jsxs)(`div`,{className:`grid gap-2`,children:[(0,q.jsx)(qs,{htmlFor:`automation-name`,children:`Name`}),(0,q.jsx)(Ks,{id:`automation-name`,value:n,onChange:e=>r(e.target.value),required:!0})]}),(0,q.jsxs)(`div`,{className:`flex items-center gap-2 text-sm`,children:[(0,q.jsx)(ja,{className:`size-4`}),`New issue · every 5 minutes · last 7 days · maximum 25 records`]})]}),(0,q.jsxs)(`fieldset`,{className:`grid gap-4 rounded-xl border p-5`,children:[(0,q.jsx)(`legend`,{className:`px-2 font-semibold`,children:`What task to run`}),(0,q.jsxs)(`div`,{className:`grid gap-2`,children:[(0,q.jsx)(qs,{htmlFor:`automation-prompt`,children:`Prompt`}),(0,q.jsx)($r,{id:`automation-prompt`,value:i,onChange:e=>a(e.target.value),rows:8,required:!0})]}),(0,q.jsxs)(`p`,{className:`text-xs text-muted-foreground`,children:[`Placeholders include `,`{{github.number}}`,`, `,`{{github.title}}`,`, `,`{{github.url}}`,`, and `,`{{github.labels}}`,`. GitHub content is appended as untrusted context.`]})]}),(0,q.jsxs)(`fieldset`,{className:`rounded-xl border p-5`,children:[(0,q.jsx)(`legend`,{className:`px-2 font-semibold`,children:`Review and enable`}),(0,q.jsxs)(`label`,{className:`flex items-center gap-2 text-sm`,children:[(0,q.jsx)(`input`,{type:`checkbox`,checked:o,onChange:e=>s(e.target.checked)}),`Save and enable from a current-time baseline (existing matches will not launch)`]})]}),c&&(0,q.jsx)(`p`,{role:`alert`,className:`text-sm text-destructive`,children:c}),(0,q.jsxs)(`div`,{className:`flex gap-2`,children:[(0,q.jsx)(F,{type:`submit`,children:`Save automation`}),(0,q.jsx)(F,{type:`button`,variant:`outline`,onClick:t,children:`Cancel`})]})]})})}function ph({title:e,subtitle:t,action:n,children:r}){return(0,q.jsxs)(`main`,{className:`mx-auto w-full max-w-6xl p-4 sm:p-6`,children:[(0,q.jsxs)(`header`,{className:`mb-6 flex flex-wrap items-start justify-between gap-3`,children:[(0,q.jsxs)(`div`,{children:[(0,q.jsxs)(`div`,{className:`mb-2 flex items-center gap-2`,children:[(0,q.jsx)(fo,{className:`size-5`}),(0,q.jsx)(`h1`,{className:`text-2xl font-semibold`,children:e})]}),(0,q.jsx)(`p`,{className:`text-sm text-muted-foreground`,children:t})]}),n]}),r]})}function mh({text:e}){return(0,q.jsx)(`div`,{className:`rounded-xl border border-dashed p-8 text-center text-sm text-muted-foreground`,children:e})}var hh=(0,K.lazy)(()=>pn(()=>import(`./task-thread-2nmi0vcz.js`).then(e=>({default:e.TaskThreadRoute})),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]))),gh=(0,K.lazy)(()=>pn(()=>import(`./compare-variants-UA_0n_5a.js`).then(e=>({default:e.CompareVariantsRoute})),__vite__mapDeps([37,1,2,3,4,5,25,33,29,15,30,13,14,16,17,18,36]))),_h=(0,K.lazy)(()=>pn(()=>import(`./task-changes-CuUmQArS.js`).then(e=>({default:e.TaskChangesRoute})),__vite__mapDeps([38,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,26,27,28,29,30,31,32,39,23,22,40,41,35,42,25,43,44]))),vh=(0,K.lazy)(()=>pn(()=>import(`./task-files-BeDXPyz5.js`).then(e=>({default:e.TaskFilesRoute})),__vite__mapDeps([45,1,2,3,4,5,25,26,6,7,8,9,10,11,12,13,14,15,16,17,18,27,28,29,30,31,32,43]))),yh=(0,K.lazy)(()=>pn(()=>import(`./task-commits-DgIWIhW9.js`).then(e=>({default:e.TaskCommitsRoute})),__vite__mapDeps([46,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,47,26,27,28,29,30,31,32,39,33,40,41,35,48,34]))),bh=(0,K.lazy)(()=>pn(()=>import(`./repo-git-C20pc5tT.js`).then(e=>({default:e.RepoGitRoute})),__vite__mapDeps([49,1,2,3,4,5,47,8,39,33,12,30,31,40,41,35,32,42,25,28,43,9,11,44,48,34]))),xh=(0,K.lazy)(()=>pn(()=>import(`./github-CmFHDNje.js`).then(e=>({default:e.GithubRoute})),__vite__mapDeps([50,1,2,3,4,5,47,7,8,25,21,15,22,23,51,10,12,30,14,16,17,18,24,40,31,41,35,32]))),Sh=(0,K.lazy)(()=>pn(()=>import(`./github-CmFHDNje.js`).then(e=>({default:e.GithubIndexRoute})),__vite__mapDeps([50,1,2,3,4,5,47,7,8,25,21,15,22,23,51,10,12,30,14,16,17,18,24,40,31,41,35,32]))),Ch=(0,K.lazy)(()=>pn(()=>import(`./workflows-D_GyBbup.js`).then(e=>({default:e.WorkflowsRoute})),__vite__mapDeps([52,1,2,3,4,5,19,27,53,10,11,12,44,23,15,24]))),wh=(0,K.lazy)(()=>pn(()=>import(`./skills-Cn2ppPow.js`).then(e=>({default:e.SkillsRoute})),__vite__mapDeps([54,1,2,3,4,5,47,7,8,53,51,10,12,22,23,15,30,24])));function Th(){let e=N();return(0,q.jsx)(Si,{to:{pathname:`/skills`,search:e.search,hash:e.hash},replace:!0})}function Eh({sectionId:e}){let t=N();return(0,q.jsx)(pe,{to:{pathname:jp(`global`,e),search:t.search,hash:t.hash},replace:!0})}function Dh(){return(0,q.jsx)(`div`,{"data-route":`scope-resolving`,className:`flex min-h-full flex-col`,children:(0,q.jsx)(`p`,{className:`px-4 py-6 text-center text-xs text-soft-foreground`,children:`Loading…`})})}function Oh(){let{projectId:e=``}=u(),t=N(),n=L(),r=P();if(e==="default"){let e=n.data?.bootProject??(n.isError?r.data?.bootProject:void 0);if(e!==void 0){let n=t.pathname.replace(/^\/p\/default(?=\/|$)/,``);return(0,q.jsx)(pe,{to:`/p/${encodeURIComponent(e)}${n||`/`}${t.search}${t.hash}`,replace:!0})}if(!n.isError)return(0,q.jsx)(Dh,{})}if(n.data){if(!(n.data.bootProject===e||n.data.projects.some(t=>t.id===e)))return(0,q.jsx)(pd,{projectId:e,registry:n.data})}else if(!n.isError)return(0,q.jsx)(Dh,{});return(0,q.jsx)($t,{projectId:n.data?.bootProject===e?null:e,children:(0,q.jsx)(ge,{},e)})}function kh(){let{projectId:e=``}=u();return(0,q.jsx)($u,{},e)}function Ah(){let e=N(),t=P(),n=L(),r=t.data?.bootProject??n.data?.bootProject,i=(t.data!==void 0||t.isError)&&(n.data!==void 0||n.isError);if(r===void 0&&!i)return(0,q.jsx)(Dh,{});let a=r??`default`;if(e.pathname===`/`&&e.search===``&&e.hash===``){if(n.data===void 0&&!n.isError)return(0,q.jsx)(Dh,{});let e=ql(Vl(),n.data,r);if(e!==null)return(0,q.jsx)(pe,{to:e,replace:!0})}let o=e.pathname===`/p`||e.pathname===`/p/`?`/`:e.pathname;return(0,q.jsx)(pe,{to:`/p/${encodeURIComponent(a)}${o}${e.search}${e.hash}`,replace:!0})}var jh=[{pattern:`/`,pageLabel:`Tasks`},{pattern:`/tasks`,pageLabel:`All tasks`},{pattern:`/new`,pageLabel:`New task`},{pattern:`/compare/:groupId`,pageLabel:`Compare`},{pattern:`/git/*`,pageLabel:`Git`},{pattern:`/github/*`,pageLabel:`GitHub`},{pattern:`/automations/*`,pageLabel:`Automations`},{pattern:`/skills`,pageLabel:`Skills`},{pattern:`/inbox`,pageLabel:`Inbox`},{pattern:`/workflows/*`,pageLabel:`Workflows`},{pattern:`/settings/*`,pageLabel:`Settings`}];function Mh(e){let t=xi(e),n=ce({path:`/tasks/:id/*`,end:!0},t);return n?{pageLabel:null,taskId:n.params.id??null}:{pageLabel:jh.find(({pattern:e})=>ce({path:e,end:!0},t))?.pageLabel??null,taskId:null}}function Nh(){let e=P().data?.capabilities;return(0,q.jsxs)(ie,{children:[(0,q.jsxs)(S,{path:`/p/:projectId`,element:(0,q.jsx)(Oh,{}),children:[(0,q.jsx)(S,{index:!0,element:(0,q.jsx)(pm,{})}),(0,q.jsx)(S,{path:`new`,element:(0,q.jsx)(kh,{})}),(0,q.jsx)(S,{path:`tasks/:id`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Vn,{}),children:(0,q.jsx)(hh,{})})}),(0,q.jsx)(S,{path:`tasks/:id/changes`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(hd,{tab:`changes`}),children:(0,q.jsx)(_h,{})})}),(0,q.jsx)(S,{path:`tasks/:id/files`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(hd,{tab:`files`}),children:(0,q.jsx)(vh,{})})}),(0,q.jsx)(S,{path:`tasks/:id/commits`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(hd,{tab:`changes`}),children:(0,q.jsx)(yh,{})})}),(0,q.jsx)(S,{path:`tasks/:id/commits/:sha`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(hd,{tab:`changes`}),children:(0,q.jsx)(yh,{})})}),(0,q.jsx)(S,{path:`compare/:groupId`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Yl,{}),children:(0,q.jsx)(gh,{})})}),(0,q.jsx)(S,{path:`git`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(dd,{}),children:(0,q.jsx)(bh,{tab:`changes`})})}),(0,q.jsx)(S,{path:`git/commits`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(dd,{}),children:(0,q.jsx)(bh,{tab:`commits`})})}),(0,q.jsx)(S,{path:`git/commits/:sha`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(dd,{}),children:(0,q.jsx)(bh,{tab:`commits`})})}),(0,q.jsx)(S,{path:`git/branches`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(dd,{}),children:(0,q.jsx)(bh,{tab:`branches`})})}),(0,q.jsx)(S,{path:`github`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Xl,{}),children:(0,q.jsx)(Sh,{})})}),(0,q.jsx)(S,{path:`github/prs`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Xl,{}),children:(0,q.jsx)(xh,{view:`prs`})})}),(0,q.jsx)(S,{path:`github/issues/:n`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Xl,{}),children:(0,q.jsx)(xh,{view:`issues`})})}),(0,q.jsx)(S,{path:`github/prs/:n`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Xl,{}),children:(0,q.jsx)(xh,{view:`prs`})})}),(0,q.jsx)(S,{path:`github/prs/:n/changes`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(Xl,{}),children:(0,q.jsx)(xh,{view:`prs`,changes:!0})})}),(0,q.jsx)(S,{path:`automations`,element:(0,q.jsx)(uh,{})}),(0,q.jsx)(S,{path:`automations/new`,element:(0,q.jsx)(uh,{mode:`new`})}),(0,q.jsx)(S,{path:`automations/:automationId`,element:(0,q.jsx)(uh,{mode:`edit`})}),(0,q.jsx)(S,{path:`automations/:automationId/log`,element:(0,q.jsx)(uh,{mode:`log`})}),(0,q.jsx)(S,{path:`skills`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(fd,{}),children:(0,q.jsx)(wh,{})})}),(0,q.jsx)(S,{path:`inbox`,element:(0,q.jsx)(au,{})}),(0,q.jsx)(S,{path:`workflows`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(md,{}),children:(0,q.jsx)(Ch,{})})}),(0,q.jsx)(S,{path:`workflows/:name`,element:(0,q.jsx)(K.Suspense,{fallback:(0,q.jsx)(md,{}),children:(0,q.jsx)(Ch,{})})}),(0,q.jsx)(S,{path:`settings`,element:(0,q.jsx)(Lp,{scope:`project`,capabilities:e})}),(0,q.jsx)(S,{path:`settings/skills`,element:(0,q.jsx)(Th,{})}),xp(`project`,e).map(t=>(0,q.jsx)(S,{path:`settings/${t.id}`,element:(0,q.jsx)(Ip,{section:t,scope:`project`,capabilities:e})},t.id)),xp(`global`,e).map(e=>(0,q.jsx)(S,{path:`settings/${e.id}`,element:(0,q.jsx)(Eh,{sectionId:e.id})},e.id)),(0,q.jsx)(S,{path:`*`,element:(0,q.jsx)(ud,{})})]}),(0,q.jsx)(S,{path:`/tasks`,element:(0,q.jsx)(Ym,{})}),(0,q.jsx)(S,{path:`/settings/global`,element:(0,q.jsx)(Lp,{scope:`global`,capabilities:e})}),xp(`global`,e).map(t=>(0,q.jsx)(S,{path:jp(`global`,t.id),element:(0,q.jsx)(Ip,{section:t,scope:`global`,capabilities:e})},t.id)),(0,q.jsx)(S,{path:`*`,element:(0,q.jsx)(Ah,{})})]})}function Ph(e){let t=e?.repo;if(!t)return null;let n=t.root.replace(/[\\/]+$/,``).split(/[\\/]/).pop();return n?{name:n,branch:t.branch}:null}function Fh(e){return e?.available===!0&&(e.status===`available`||e.status===`error`)}function Ih({children:e}){let{pathname:t}=N(),n=Ci(),r=P(),i=r.data?.capabilities.followups===!0,a=r.data?.capabilities.automations===!0,o=on(i),s=Fh(Se(n??``,n!==null).data),c=j(),l=L().data,u=Mh(t),d=l?.bootProject??r.data?.bootProject??null,f=n!==null&&n===d,p=l?.projects.find(e=>e.id===n),m=Xe(n??``,p!==void 0&&u.taskId!==null,l?.bootProject===n).data,h=t===`/settings/global`||t.startsWith(`/settings/global/`)?null:p?.name??(f?Ph(r.data)?.name??null:null),g=u.taskId?m?.find(e=>e.id===u.taskId):void 0;zl({projectName:h,pageLabel:g?ct(g):u.pageLabel});let _=l&&l.projects.length>1?l:null;return(0,q.jsxs)(rl,{children:[(0,q.jsx)(Wc,{repo:Ph(r.data),version:r.data?.version??null,latestVersion:r.data?.latestVersion??null,inboxCount:o.data?.length??null,unreadCount:c.data?hn(c.data):null,skillsUpdateAvailable:s,forgeAvailable:r.data?.forge?.available===!0,inboxAvailable:i,automationsAvailable:a,banner:(0,q.jsx)(fl,{}),singleProject:r.data?.capabilities.singleProject===!0,taskQuickList:(0,q.jsx)(yl,{}),projectGroups:_?(0,q.jsx)(Dl,{projects:_.projects,bootProjectId:_.bootProject,inboxAvailable:i,automationsAvailable:a,inboxCount:o.data?.length??null,skillsUpdateAvailable:s}):void 0,toolsMenu:(0,q.jsx)(Pl,{health:r.data}),children:e}),(0,q.jsx)(Mc,{})]})}function Lh(){let e=N(),t=L();return(0,K.useEffect)(()=>{let n=Kl(e,t.data);n!==null&&(Jl(Vl(),n)||Hl(n))},[e.hash,e.pathname,e.search,t.data]),null}function Rh(){let e=D(),t=Lf(T().data?.notifications).enabled,n=(0,K.useRef)(t);n.current=t;let r=(0,K.useRef)(new Map);return(0,K.useEffect)(()=>{let t=Ht(k.runs.list()),i=e=>{let{entering:t,statuses:i}=zf(r.current,e);if(r.current=i,t.length!==0&&Bf({enabled:n.current,hidden:document.visibilityState===`hidden`,permission:Rf()}))for(let e of t)zh(e)};return i(e.getQueryData(k.runs.list())),e.getQueryCache().subscribe(e=>{e.query.queryHash!==t||e.type!==`updated`||i(e.query.state.data)})},[e]),null}function zh(e){let t=globalThis.Notification;if(typeof t!=`function`)return;let n=Vf(e);try{new t(n.title,{body:n.body,tag:n.tag})}catch{}}function Bh(){let[e]=(0,K.useState)(Ca);return(0,q.jsx)(w,{client:e,children:(0,q.jsxs)(ya,{children:[(0,q.jsx)(Rh,{}),(0,q.jsx)(dc,{children:(0,q.jsx)(Cf,{children:(0,q.jsxs)(c,{children:[(0,q.jsx)(Lh,{}),(0,q.jsx)(Mn,{children:(0,q.jsx)(Ih,{children:(0,q.jsx)(Nh,{})})}),(0,q.jsx)(Ft,{})]})})})]})})}function Vh(){return(document.querySelector(`meta[name="cez-api-base"]`)?.getAttribute(`content`))?.trim()||``}fn(Vh());var Hh=document.getElementById(`root`);if(!Hh)throw Error(`cezar: #root container is missing from index.html`);(0,Xi.createRoot)(Hh).render((0,q.jsx)(K.StrictMode,{children:(0,q.jsx)(Bh,{})}));export{Ra as S,fo as _,dd as a,Ga as b,Du as c,$l as d,Zl as f,Ks as g,Ys as h,md as i,tu as l,Yl as m,gd as n,Ou as o,Xl as p,hd as r,ku as s,Ff as t,eu as u,oo as v,Wa as x,ao as y};
|